-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
900 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule CodeMirror-original
updated
from 8d159b to e3d64b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]/)); // [^\/]? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.