Skip to content

Instantly share code, notes, and snippets.

@FenrirUnbound
FenrirUnbound / adjectives.js
Created September 9, 2017 03:08 — forked from ijmacdowell/adjectives.js
javascript string array of nouns, adjectives, and verbs.
var adjectives = ["aback","abaft","abandoned","abashed","aberrant","abhorrent","abiding","abject","ablaze","able","abnormal","aboard","aboriginal","abortive","abounding","abrasive","abrupt","absent","absorbed","absorbing","abstracted","absurd","abundant","abusive","acceptable","accessible","accidental","accurate","acid","acidic","acoustic","acrid","actually","ad","hoc","adamant","adaptable","addicted","adhesive","adjoining","adorable","adventurous","afraid","aggressive","agonizing","agreeable","ahead","ajar","alcoholic","alert","alike","alive","alleged","alluring","aloof","amazing","ambiguous","ambitious","amuck","amused","amusing","ancient","angry","animated","annoyed","annoying","anxious","apathetic","aquatic","aromatic","arrogant","ashamed","aspiring","assorted","astonishing","attractive","auspicious","automatic","available","average","awake","aware","awesome","awful","axiomatic","bad","barbarous","bashful","bawdy","beautiful","befitting","belligerent","beneficial","bent","berserk","best","better","bewilde

Keybase proof

I hereby claim:

  • I am fenrirunbound on github.
  • I am slikshooz (https://keybase.io/slikshooz) on keybase.
  • I have a public key ASBP4OruEQQohuOO1CklNM0RQjQ1p6p_SkD2F34ARK9cvgo

To claim this, I am signing this object:

@FenrirUnbound
FenrirUnbound / gist:7426471
Created November 12, 2013 06:34
Remove all *.pyc from a project
find . -name "*.pyc" -exec rm -rf {} \;
@FenrirUnbound
FenrirUnbound / proxy.php
Created August 2, 2012 04:05
A simple proxy redirect
<?php
// PHP Proxy
// Responds to both HTTP GET and POST requests
//
// Author: Abdul Qabiz
// March 31st, 2006
//
// Get the url of to be proxied
// Is it a POST or a GET?