Skip to content

Instantly share code, notes, and snippets.

View buzzfair's full-sized avatar
🏠
Working from home

Guin White buzzfair

🏠
Working from home
View GitHub Profile
@buzzfair
buzzfair / mealMaker.js
Created May 25, 2020 23:05
Random meal generator
//Meal Maker
//random menu generator
const menu = {
_courses: {
appetizers: [],
mains: [],
desserts: []
},
get appetizers() {
@noamross
noamross / google_wordcloud.R
Created April 22, 2015 01:13
Create a wordcloud of your google search history
# Script to make a word cloud of your google searches. Get your google search
# history at http://history.google.com. This script assumes the JSON files
# exported are in a 'Searches' subfolder
library(jsonlite)
library(rlist)
library(magrittr)
library(stringi)
library(wordcloud)
library(tm)
@cferdinandi
cferdinandi / terminal-cheat-sheet.txt
Last active April 15, 2024 17:49
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help