Buffers are typically used when there is a difference between the rate at wich data is received and the rate at which it can be […]
var, let & const how to use them
Rule 1: var is define in the scope of your function. Rule 2: let is define in the scope of your block. Rule 3: var […]
Express JS
Express is designed for building web applications and APIs. It is the de facto standard server framework for NodeJS. Express is the backend part of […]
Node JS
WHAT ? Node.jsĀ® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It’s an open source server environment. Node.js is free. Node.js runs on various […]
1rst javascript project : video game snake game
Link to the rotation problem of pieces (tetrominoes) in Tetris game : https://tinyurl.com/czs66end Link to the demo of the game : https://tinyurl.com/snakeGamejshttps://tinyurl.com/snakeGamejs Link to github […]
JS-HTML-DOM
1 – DOM – Methods : Write into you html page. Then you can : 1 – Write your script in your html page : […]
MYSQLdb library for python
pip install mysql-python Sources : http://michaelelgart.com/installing-python-2-7-pip-mysql-python-on-windows-7/
Installing IPython Notebook | Jupyter
To get the ipython notebook type in your terminal the following lines : sudo pip install jupyter To run the notebook witouth any specific output […]
Linux | Download files
On debian if not installed (my case) you can do the following in your terminal :
Linux | Unzip files
To unzip files if not already install :