-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLINKS.txt
76 lines (52 loc) · 2.18 KB
/
LINKS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
LINKS
=====
1 The Game
http://theaigames.com/competitions/warlight-ai-challenge
2 Node JS
http://nodejs.org/
3 Node JS Tools voor visual studio
https://nodejstools.codeplex.com/
4 Jasmine testing Node-js code
http://blog.codeship.io/2013/08/20/testing-tuesday-19-how-to-test-node-js-applications-with-jasmine.html
5 Testing Node js code with Jasmine
https://github.com/mhevery/jasmine-node
6 Information about npm package install in Node JS tools for visual studio
http://www.hanselman.com/blog/introducingnodejstoolsforvisualstudio.aspx
7 No support for node js testing in Chutzpah
https://chutzpah.codeplex.com/workitem/142
8 jasmine-node js file to run
http://stackoverflow.com/questions/6162920/debugging-jasmine-node-tests-with-node-inspector
9 Waarom kan ik niet bij de interface readline.Readline?
http://stackoverflow.com/questions/22164864/how-to-export-and-import-type-definitions
10 Typescript information for node js tools onder anderen definitely typed
https://nodejstools.codeplex.com/wikipage?title=TypeScript
11 Definitely typed definities
https://github.com/borisyankov/DefinitelyTyped
12 Dictionary in typescript
https://typescript.codeplex.com/discussions/398359
13 Localisation
https://github.com/mashpie/i18n-node
14 Constantes in typescript
http://stackoverflow.com/questions/22991968/public-static-const-in-typescript
Jasmine
http://jasmine.github.io/1.3/introduction.html
Jasmine spy on sheat sheet
http://tobyho.com/2011/12/15/jasmine-spy-cheatsheet/
GitHub en visual studio
http://michaelcrump.net/setting-up-github-to-work-with-visual-studio-2013-step-by-step
Webessentials
http://vswebessentials.com/
Dictionary Typescript
https://typescript.codeplex.com/discussions/398359
Extend javascript array
http://stackoverflow.com/questions/14000645/how-to-extend-native-javascipt-array-in-typescript
Shuffle javascript array
http://stackoverflow.com/questions/2450954/how-to-randomize-shuffle-a-javascript-array
Grunt
http://gruntjs.com/
Grunt getting started
http://gruntjs.com/getting-started#the-gruntfile
Jasmine-node-coverage
https://github.com/jribble/grunt-jasmine-node-coverage
Nested descripe
http://coderdiaries.com/2014/05/30/jasminejs-execution-sequence-whith-nested-describes/