Commit Graph

329 Commits

Author SHA1 Message Date
sayands
bf9b2c4253 Added multivariate linear regression tutorial 2018-07-30 23:59:06 +05:30
sayands
15630b7d65 Added Camshift Object Tracking Algorithm 2018-07-29 12:19:32 +05:30
sayands
fb77cd2e05 Added Face Clustering tutorial 2018-07-29 12:16:15 +05:30
sayands
a79cf465ee Added Barcode Scanner tutorial 2018-07-29 12:14:23 +05:30
sayands
056e9baf18 Added Linear Regression without sklearn tutorial 2018-07-29 12:12:19 +05:30
sayands
a634edb335 Added Django API tutorial 2018-07-29 12:10:05 +05:30
sayands
209202a626 Added Keras tutorial to generate colors 2018-07-29 12:07:10 +05:30
Tu Tran
497d53a689
Merge pull request #104 from sayands/master
Added Web Dev tutorials
2018-07-27 10:54:33 -04:00
sayands
2ac50d4092 Added Desktop Chat App tutorial 2018-07-27 17:22:42 +05:30
sayands
368509bcb5 Added full stack web app setup tutorial 2018-07-27 17:20:33 +05:30
sayands
c461178c54 Added job scraping app tutorial 2018-07-27 17:18:25 +05:30
sayands
e166289d5c Added serverless GRAPHQL API tutorial 2018-07-27 17:15:59 +05:30
Tu Tran
56fcac3a7f
Merge pull request #95 from jianjacob/master
VueJS - blog tutorial
2018-07-26 14:12:43 -04:00
Tu Tran
62e7961304
Merge pull request #101 from adamfaliq42/master
Delete JIT tutorial (C++) and add video tags
2018-07-26 14:10:47 -04:00
Muhammad Adam Faliq
f367956f96
Delete JIT tutorial (C++) and add video tags
1.  Writing a minimal x86-64 JIT compiler in C++.
- Deleted part three because it gives 404 error (Page Not Found)

2.  Add video tag to youtube links.
2018-07-24 17:30:25 +08:00
Tu Tran
ed993cab01
Merge pull request #100 from sayands/master
Added basic Neural Net and Web Dev tutorials
2018-07-21 14:16:03 -04:00
sayands
f5b8d96b92 Added Chat App with Sentiment Analysis tutorial 2018-07-19 09:48:31 +05:30
sayands
74cd28d07e Added Appointment Scheduler Tutorial 2018-07-19 09:41:40 +05:30
sayands
09967dd6fa Added Search bot tutorial 2018-07-19 09:28:30 +05:30
sayands
9ea979cfe7 Added Neural Net using Gradient Descent Tutorial 2018-07-19 09:23:50 +05:30
sayands
1f18af4baf Added Andrew Trask simple Neural Net tutorial 2018-07-19 09:22:34 +05:30
Tu Tran
2a1fe89e4d
Merge pull request #99 from sayands/master
Added OpenCV tutorials
2018-07-18 23:44:32 -04:00
sayands
4ee87bf143 Added Saliency Detection Tutorials 2018-07-19 09:12:45 +05:30
Tu Tran
6b98361921
Merge pull request #96 from adamfaliq42/patch-1
Added 3 new links.
2018-07-18 23:42:02 -04:00
sayands
5f3ff040b2 Added Face Recognition Tutorial using OpenCV 2018-07-19 09:11:54 +05:30
Tu Tran
1282fac699
Merge pull request #98 from nishitkshah/master
Added a tutorial on making ToDo App with Angular 5. Also updated descriptions of some Angular links.
2018-07-18 23:41:36 -04:00
sayands
f5b2bb1279 Added Face Detection tutorial using OpenCV 2018-07-19 09:10:17 +05:30
sayands
c0e5d2b8ef Added Document Scanner Tutorial using OpenCV 2018-07-19 09:09:09 +05:30
Nishit Shah
920613d9a9
Corrected a grammatical mistake in an Angular link 2018-07-16 19:04:47 +05:30
Nishit Shah
3d59b45018
Added a tutorial on making ToDo App with Angular 5. Also updated descriptions of some Angular links. 2018-07-16 19:02:17 +05:30
Nishit Shah
b8d80a39db
Added a todo app in Angular 5 2018-07-16 18:31:47 +05:30
Muhammad Adam Faliq
0aa08887d3
Added 3 new links.
These are the links to a three parts tutorial series on implementing a search engine in Python.
2018-07-12 20:37:04 +08:00
Jian
af0481558f
Full stack VueJS tutorial
Build full stack Vue application in MEVN stack
2018-07-10 10:00:10 +05:30
Jian
573fb92546
VueJS - blog tutorial
Create a blog using Vue, GraphQL and Apollo
2018-07-10 09:56:32 +05:30
Tu Tran
37c0ff0c2e
Merge pull request #92 from bobeff/debugger-in-python
Add tutorial about writing a debugger in Python
2018-07-09 15:26:25 -04:00
Tu Tran
9f769d1fcf
Merge pull request #83 from bobeff/compile-time-game
Add tutorial about creating a compile-time game
2018-07-08 14:22:49 -04:00
Tu Tran
bee0a778cb
Merge pull request #91 from bobeff/space-invaders
Add part 5 of the "Space Invaders" tutorial.
2018-07-08 14:22:34 -04:00
Ivan Bobev
b1d5c59c55 Add tutorial about writing a debugger in Python
Add tutorial about "Making a low level (Linux) debugger" in Python.
2018-07-01 00:40:19 +03:00
Ivan Bobev
8626df57bf Add part 5 of the "Space Invaders" tutorial. 2018-07-01 00:05:10 +03:00
Ivan Bobev
ebb4e8266e
Merge branch 'master' into compile-time-game 2018-06-30 23:56:50 +03:00
Tu Tran
8987244965
Merge pull request #75 from bobeff/concurrent-servers
Add tutorial about writing concurrent servers.
2018-06-14 11:34:38 -04:00
Tu Tran
beb4abc940
Merge pull request #89 from ashokgelal/patch-1
Add multi-tenant app with Laravel project
2018-06-14 11:33:10 -04:00
Tu Tran
676968cfb9
Merge pull request #88 from bobeff/linux-debugger
Add "Writing a Linux Debugger" tutorial series.
2018-06-14 11:27:13 -04:00
Ashok Gelal
5c769d5db6
Add multi-tenant app with Laravel project 2018-06-10 11:59:00 -06:00
Ivan Bobev
f465725bb8 Add "Writing a Linux Debugger" tutorial series. 2018-06-08 18:03:31 +03:00
Tu Tran
fc383f6098
Merge pull request #84 from jodylecompte/master
Added Python "Build a RESTful API with Flask – The TDD Way"
2018-06-03 15:33:20 -04:00
Tu Tran
65f728c671
Merge pull request #85 from sayands/master
Added Angular and React tutorials
2018-06-03 15:32:57 -04:00
sayands
80021e1edc Added React+Redux tutorial 2018-06-01 10:02:41 +03:00
sayands
6dbcc465ce Added React tutorial 2018-06-01 10:01:29 +03:00
Tu Tran
3366e9662d
Merge pull request #82 from bobeff/matrix-multiplication
Add a matrix multiplication tutorial
2018-05-30 00:11:35 -04:00