Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton4 committed Dec 9, 2014
2 parents 52d6e6c + 2ebc8db commit 282de6c
Show file tree
Hide file tree
Showing 8 changed files with 900 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install node-mirror
node node_modules/node-mirror/bin/nodeMirror.js --port 3000 --dir /home/sol/projects --username sol --password mysupersecretpassword
```

or glboal installed
or global installed
```
nodeMirror --port 3000 --dir /home/sol/projects --username sol --password mysupersecretpassword
```
Expand Down
871 changes: 871 additions & 0 deletions av2pass-0.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generic-js/CodeMirror-original
7 changes: 7 additions & 0 deletions regtest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
s = "keyless.io/bla";

reg = /(http:\/\/)?/;

console.log(s.search(/^((http:\/\/)|(https:\/\/))?([a-zA-Z]?[a-zA-Z0-9\-]*\.)?keyless.io[$\/]/)); // [^\/]?

console.log(s.search(/[\w]/)); // [^\/]?
2 changes: 1 addition & 1 deletion src/main/x11Fun.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ define([
var y = parseInt(ar.pop(), 10);
var x = parseInt(ar.pop(), 10);
def.resolve({ x: x, y: y });
//def.resolve({ x: 300, y: 150 });
//def.resolve({ x: 600, y: 400 });
//res.end();
});
});
Expand Down
19 changes: 19 additions & 0 deletions src/pres/nodeMirror.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
codemirror editor
tree
binary
less
html
peg.js
promiseland
terminal
debugger
music
themes
image
audio
x11

technical
extend
server calls
dojo
Empty file added src/test/test.c
Empty file.
Empty file added test.less
Empty file.

0 comments on commit 282de6c

Please sign in to comment.