Skip to content

Instantly share code, notes, and snippets.

View Shinkei's full-sized avatar
🐕
On the internet nobody knows you are a doggo

Jorge Ramírez Shinkei

🐕
On the internet nobody knows you are a doggo
  • air up
  • Germany
View GitHub Profile
const store = {}
store.inputs = (function(){
const inputs = []; // ESTADO BASE
const reducer = (state=inputs, action) => {
switch (action.type) {
case 'ADD_INPUT':
state.push(action.text)
return state
@Shinkei
Shinkei / npm cheat sheet
Last active May 31, 2017 02:04
npm cheat sheet
npm init
npm init -y
npm install
npm i
npm i --save
npm i --save-dev
npm i -S
npm i -D
@Shinkei
Shinkei / autostart
Created November 16, 2014 23:05
autostart
[Desktop Entry]
Name=Redshift
Exec=redshift -l 4.5892:-74.1032
Terminal=false
Type=Application
StartupNotify=true
[Desktop Entry]
Name=Guake