Skip to content

Commit fd23ed6

Browse files
authored
Merge branch 'master' into matrix-multiplication
2 parents b55ba19 + bac421c commit fd23ed6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
6565
* [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html)
6666
* [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm)
6767
* [High-Performance Matrix Multiplication](https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0)
68+
* Space Invaders from Scratch
69+
* [Part 1](http://nicktasios.nl/posts/space-invaders-from-scratch-part-1.html)
70+
* [Part 2](http://nicktasios.nl/posts/space-invaders-from-scratch-part-2.html)
71+
* [Part 3](http://nicktasios.nl/posts/space-invaders-from-scratch-part-3.html)
72+
* [Part 4](http://nicktasios.nl/posts/space-invaders-from-scratch-part-4.html)
73+
* [Tetris Tutorial in C++ Platform Independent](http://javilop.com/gamedev/tetris-tutorial-in-c-platform-independent-focused-in-game-logic-for-beginners/)
6874

6975
### OpenGL:
7076

@@ -143,6 +149,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
143149
* [Build A ToDo App With React Native](https://blog.hasura.io/tutorial-fullstack-react-native-with-graphql-and-authentication-18183d13373a)
144150
* [Make a Chat Application](https://medium.freecodecamp.org/how-to-build-a-chat-application-using-react-redux-redux-saga-and-web-sockets-47423e4bc21a)
145151
* [Create a News App with React Native](https://medium.freecodecamp.org/create-a-news-app-using-react-native-ced249263627)
152+
* [Learn Webpack For React](https://medium.freecodecamp.org/learn-webpack-for-react-a36d4cac5060)
153+
* [Testing React App With Pupepeteer and Jest](https://blog.bitsrc.io/testing-your-react-app-with-puppeteer-and-jest-c72b3dfcde59)
146154

147155
#### Angular:
148156

@@ -180,6 +188,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
180188
* [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs)
181189
* [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2)
182190
* [Build A Native Desktop App with JS](https://medium.freecodecamp.org/build-native-desktop-apps-with-javascript-a49ede90d8e9)
191+
* Build a Powerful API with NodeJs,GraphQL and Hapi
192+
* [Part I](https://medium.com/@wesharehoodies/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649)
183193

184194
#### D3.js
185195

@@ -239,7 +249,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
239249
* [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/)
240250
* [Scrape a Website with Scrapy and MongoDB](https://realpython.com/blog/python/web-scraping-with-scrapy-and-mongodb/)
241251
* [How To Scrape With Python and Selenium WebDriver](http://www.byperth.com/2018/04/25/guide-web-scraping-101-what-you-need-to-know-and-how-to-scrape-with-python-selenium-webdriver/)
242-
* [Which Movie Should I Watch using BeautifulSoap](https://medium.com/@nishantsahoo.in/which-movie-should-i-watch-5c83a3c0f5b1)
252+
* [Which Movie Should I Watch using BeautifulSoup](https://medium.com/@nishantsahoo.in/which-movie-should-i-watch-5c83a3c0f5b1)
243253

244254
### Web Applications:
245255

@@ -370,6 +380,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
370380

371381
* [Build Web Apps with Shiny](http://shiny.rstudio.com/tutorial/)
372382
* [Build A Cryptocurrency Bot](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)
383+
* [Associate Rule Mining in R](https://towardsdatascience.com/association-rule-mining-in-r-ddf2d044ae50)
373384

374385
## Rust:
375386

0 commit comments

Comments
 (0)