Skip to content

Instantly share code, notes, and snippets.

View youchen's full-sized avatar

Youchen Ren youchen

  • ebay
  • New York, NY
View GitHub Profile
@danhyun
danhyun / paths.lua
Created November 6, 2015 16:53
Feed in a csv of host,path entries to wrk2
counter = 1
-- Initialize the pseudo random number generator - http://lua-users.org/wiki/MathLibraryTutorial
math.randomseed(os.time())
math.random(); math.random(); math.random()
function file_exists(file)
local f = io.open(file, "rb")
if f then f:close() end
return f ~= nil
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active May 3, 2025 05:29
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@holysugar
holysugar / ticketLink
Created February 16, 2012 13:26
Google SpreadSheets Auto Link Script