One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| /* Bootstrap 4 - https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css */ | |
| .active | |
| .alert | |
| .alert-danger | |
| .alert-dark | |
| .alert-dismissible | |
| .alert-heading | |
| .alert-info | |
| .alert-light |
| // Node.js CheatSheet. | |
| // Download the Node.js source code or a pre-built installer for your platform, and start developing today. | |
| // Download: http://nodejs.org/download/ | |
| // More: http://nodejs.org/api/all.html | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| /************************************************************************* | |
| * | |
| * This code generates a magic square for odd or even number. | |
| * Based on methods : | |
| * http://www.1728.org/magicsq1.htm - odd | |
| * http://www.1728.org/magicsq2.htm - doublyEven | |
| * http://www.1728.org/magicsq3.htm - singlyEven | |
| * code by : uugan | |
| * date : 01.06.2013 | |
| * Compilation: javac MagicSquare.java |
$ sudo -u postgres -i or sudo sudo -u postgres psql <-- use this one in C9$ sudo -s then sudo -u postgres psql or sudo su - postgres$ createuser -d -P -s starseed