Skip to content

Instantly share code, notes, and snippets.

View iamjono's full-sized avatar
🏠
Working from home in a COVID Reclusion

Jonathan Guthrie iamjono

🏠
Working from home in a COVID Reclusion
View GitHub Profile
@iamjono
iamjono / std_shellhandler.lasso
Created October 26, 2013 17:56
"shellhandler" trait for Lasso 9
[
/* ==========================================================
shellhandler trait
Usage once imported into Lasso 9 type:
.shellhandler('ls') -> directory list
trait {
import std_shellhandler
}
========================================================== */
@iamjono
iamjono / std_pwd.lasso
Last active December 26, 2015 14:28
PWD gen trait derivative of xs_genPwd
[
/* ==========================================================
PWD gen trait
derivative of xs_genPwd
Usage once imported into Lasso 9 type:
.genPwd => 8 char random pwd
.genPwd(16) => 16 char random pwd
.genPwdAlpha => 8 char random not incl punctuation chars
========================================================== */