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.
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.
// | |
// 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 |
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 |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
$/
docs/
src/
tests/
samples/
artifacts/
packages/
build/
lib/
### 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 |
library(tidyverse) | |
library(ggthemes) | |
library(animation) | |
library(cowplot) | |
library(ggpub) | |
library(readxl) | |
library(geonames) | |
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |