Commit Graph

66 Commits

Author SHA1 Message Date
Michell Stuttgart 0dd2e2c8a9 Add Emulator category and new 'How to' emulation tutorials 2018-05-14 07:40:35 -03:00
Michell Stuttgart 550f5cd62d Sort 'table of contents' in alphabertical order 2018-05-14 07:40:30 -03:00
Daniel Stefanovic d1dc03fcca
Merge pull request #54 from eimantas/patch-1
Add "A Neural Network in 11 lines of Python"
2018-05-14 09:09:08 +02:00
Daniel Stefanovic 7a7873ed51
Merge pull request #48 from DevOrc/master
Change 'Crafting Interpreters' to java
2018-05-14 09:06:36 +02:00
Eimantas 6752098d1b
Add "A Neural Network in 11 lines of Python" 2018-05-14 08:57:41 +02:00
Daniel Stefanovic 8a1a73830c
Merge pull request #35 from toolboc/window-managers
Add "Build your own Window Manager"
2018-05-14 08:51:54 +02:00
Noah Charlton 819f9bc2bf
Change 'Crafting Interpreters' to java 2018-05-13 19:36:49 -04:00
Paul DeCarlo af32adeff2 Update per suggestions 2018-05-13 18:16:47 -05:00
Daniel Stefanovic 3fc3b4a099
Merge pull request #46 from cliffordfajardo/build-your-jsx-renderer
Build your jsx renderer
2018-05-13 23:18:44 +02:00
Clifford Fajardo 625f3dfb45 Build your own jsx renderer 2018-05-13 14:14:42 -07:00
Daniel Stefanovic 1896be2c85
Add tutorial #41 2018-05-13 23:04:13 +02:00
Daniel Stefanovic 098b798dc0
Add tutorial #40 2018-05-13 23:00:38 +02:00
Daniel Stefanovic 8db42787f4
Add tutorial #31 2018-05-13 22:55:39 +02:00
Daniel Stefanovic b1c833d89f
Add tutorial #44 2018-05-13 22:52:17 +02:00
Daniel Stefanovic d5033e1104
Fix TOC links 2018-05-13 22:49:04 +02:00
Daniel Stefanovic 9d27114982
Add section title 2018-05-13 22:47:27 +02:00
Daniel Stefanovic 283e846b0b
Sort TOC in alphabetical order 2018-05-13 22:45:34 +02:00
Daniel Stefanovic db74f78b2f
Merge pull request #42 from RusinovAnton/master
Add "table of contents" to README
2018-05-13 22:44:21 +02:00
Daniel Stefanovic d8c0354d4c
Merge pull request #39 from mstuttgart/fix-sort-category
Sort categories in alphabetical order
2018-05-13 22:36:35 +02:00
Daniel Stefanovic 9a25e768ef
Add tutorial #33 2018-05-13 22:34:35 +02:00
Daniel Stefanovic b27f967e67
Merge pull request #38 from mattmakai/slack-bot-python
Add Slack bot in Python resource
2018-05-13 22:24:57 +02:00
Daniel Stefanovic 3774a5937a
Change link label 2018-05-13 22:22:43 +02:00
Rusinov Anton a18a99451d Add table of contents to README 2018-05-13 20:53:42 +03:00
Michell Stuttgart 41c61c1d03 Sort categories in alphabetical order 2018-05-13 12:49:53 -03:00
Matt Makai 6fae3a421a
Add Slack bot in Python resource
Add Slack bot in Python resource.
2018-05-13 11:44:42 -04:00
Fábio Madeira a979020d0f Add Bot: Build a Twitter Bot With Java and Twitter4J 2018-05-13 15:50:47 +01:00
Paul DeCarlo ccb295fccf Add "Build your own Window Manager" 2018-05-13 09:43:59 -05:00
Daniel Stefanovic 2590af36ac
Add tutorial #16 2018-05-13 12:51:36 +02:00
Daniel Stefanovic 5ce0e5911b
Merge branch 'master' into master 2018-05-13 12:44:51 +02:00
Daniel Stefanovic 4e91734210
Fix sorting 2018-05-13 12:42:27 +02:00
Alex Afanasev 5aa6ab5d45
Update README.md
nanocoin in haskell
2018-05-13 13:02:27 +03:00
Daniel Stefanovic 4014651956
Remove brackets 2018-05-13 11:34:03 +02:00
Daniel Stefanovic 6f88c8c672
Add "How to contribute" 2018-05-13 11:33:17 +02:00
Daniel Stefanovic 398180a8f9
Add license 2018-05-13 11:24:39 +02:00
Daniel Stefanovic 5f4a941ef0
Add tutorial #29 2018-05-13 11:04:08 +02:00
Daniel Stefanovic 1b64257b33
Anchor links (#28)
Use subheadings instead of bullet points to enable GitHubs anchor links
2018-05-13 10:55:10 +02:00
Daniel Stefanovic 9bc4af95d1
Add tutorial #22 2018-05-13 09:29:42 +02:00
Daniel Stefanovic cbc24b1a5b
Add tutorial #20 2018-05-13 09:25:22 +02:00
Daniel Stefanovic 4021403065
Add tutorial #18 2018-05-13 09:21:57 +02:00
Daniel Stefanovic 141c71912e
Add tutorial #17 2018-05-13 09:19:00 +02:00
Daniel Stefanovic 99d5ca2dd0
Fix wrong programming language #25 2018-05-13 09:07:50 +02:00
Daniel Stefanovic dbe1029539
Fix link label 2018-05-13 08:53:59 +02:00
Justin Krup 53e1ede058
Fix bad whitespace before bullet in README.md 2018-05-12 19:20:49 -04:00
Daniel Stefanovic e6a35d0090
Add tutorial #15 2018-05-12 10:02:36 +02:00
Daniel Stefanovic 3409dedbfb
Merge pull request #14 from jserv/new-compiler
Add a minimal interpreter, compiler (x86/Arm) and JIT compiler
2018-05-12 09:58:42 +02:00
Daniel Stefanovic a409932911
Merge pull request #10 from indradhanush/patch-1
readme: Add my tutorial on shell
2018-05-12 09:55:35 +02:00
Indradhanush Gupta c5f6c94859 readme: Add my tutorial on shell 2018-05-12 10:43:16 +05:30
Jim Huang 1f3c285e15 Add a minimal interpreter, compiler (x86/Arm) and JIT compiler 2018-05-12 00:51:32 +08:00
Daniel Stefanovic cd3bd26706
Add tutorial #13 2018-05-11 17:23:26 +02:00
Daniel Stefanovic b76dad5708
Add tutorial #12 2018-05-11 17:22:05 +02:00