Skip to content

Instantly share code, notes, and snippets.

View Milstein's full-sized avatar

Milstein Munakami Milstein

View GitHub Profile
@Milstein
Milstein / bash-cheatsheet.sh
Created September 21, 2022 12:05 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
library(tidyverse)
library(ggthemes)
library(animation)
library(cowplot)
library(ggpub)
library(readxl)
library(geonames)
### 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
$/
  docs/
  src/
  tests/
  samples/
  artifacts/
  packages/
  build/
 lib/
@Milstein
Milstein / 0_reuse_code.js
Created July 3, 2014 21:05
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
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
//
// 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

Spritz Speed Reading

A rudimentary implementation of Spritz in jQuery.

VERSION 2

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.