$/
docs/
src/
tests/
samples/
artifacts/
packages/
build/
lib/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(tidyverse) | |
library(ggthemes) | |
library(animation) | |
library(cowplot) | |
library(ggpub) | |
library(readxl) | |
library(geonames) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Installation (Ubuntu OS, others similar) | |
```bash | |
sudo apt-get install mongodb | |
sudo pip install pymongo # or sudo easy_install pymongo | |
``` | |
### Restore the data into mongodb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01net.com:443 - VULNERABLE | |
1001freefonts.com:443 - VULNERABLE | |
123contactform.com:443 - VULNERABLE | |
123rf.com:443 - VULNERABLE | |
18qt.com:443 - VULNERABLE | |
1fichier.com:443 - VULNERABLE | |
24tv.ua:443 - VULNERABLE | |
444.hu:443 - VULNERABLE | |
518.com.tw:443 - VULNERABLE | |
55188.com:443 - VULNERABLE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 1D LED PONG | |
// Copyright (c) 2014 Aral Balkan. Released under the MIT License. | |
// | |
// Inspired by Jason Hotchkiss’s 1D Pong (hat-tip Seb Lee-Delisle) | |
// | |
// Video of working result: https://twitter.com/aral/status/450334281953722369 | |
// | |
// With knowledge gleamed from the Build Brighton Introduction to Arduino Workshop on 29th March, 2014. | |
// http://buildbrighton.com |
A rudimentary implementation of Spritz in jQuery.
Change the words per minute, and pause/play with the button or the space bar. Also light/dark theme is cool.
A Pen by Charlotte Dann on CodePen.