-
```
* It works alongside with the current mapping xml.
* Takes a custom syntax which is a per page pattern configuration.
* Check this URL for more info
http://docs.google.com/View?docid=dk3vtwp_79chw…
-
```
* It works alongside with the current mapping xml.
* Takes a custom syntax which is a per page pattern configuration.
* Check this URL for more info
http://docs.google.com/View?docid=dk3vtwp_79chw…
-
Hello everyone,
I want to suggest a new function based on the Greek Standard, ELOT 743 which is recognised by the EU.
**Current Function**
```javascript
var greeklish = greekUtils.toGreeklis…
-
Hello! Love the app. I believe it's got amazing potential and I love the way you're designing it.
I just wanted to request a feature to allow a user to edit the regular expression which is being us…
-
The current naive implementation is $O(n^2)$, whereas [Bentley–Ottmann](https://en.wikipedia.org/wiki/Bentley%E2%80%93Ottmann_algorithm) is $O((n+k)\log n)$. Plans to implement?
-
I have a need. When I send, I need to add the receiver identifier like guid in the topic, and then after receiving it, I can determine whether it is the receiver himself. I found a function dds_get_ma…
-
## 数据结构
* 一维
* 基础
* 数组 array(string)
* 链表 linked list
* 高级
* 栈 stack
* 队列 queue
* 双端队列 deque
* 集合 set
* 映射 map (hash or map)…
-
I'm _really_ beginning to miss having map and set structures. Both could be implemented on top of a self-balancing tree data structure, and added to the standard library.
-
says virus detected
-
# 算法知识结构
### 基础
- If-else, switch —> branch
- for, while loop —> Iteration
- 递归 Recursion (Divide & Conquer, Backtrace)
- 搜索 Search: 深度优先搜索 Depth first search, 广度优先搜索 Breadth first search, A*, et…