Skip to content

Instantly share code, notes, and snippets.

View wisehackermonkey's full-sized avatar
♨️
making computers sweat

Oran C wisehackermonkey

♨️
making computers sweat
View GitHub Profile

how to install agleEye by ThoughtfulDev on digital ocean

/: Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
https://github.com/ThoughtfulDev/EagleEye
20200621

Install

git clone https://github.com/ThoughtfulDev/EagleEye
by oran collins
github.com/wisehackermonkey
[email protected]
20200620
create a app that auto clicks authenication links from online account signup flows to make the process easer to use.
 function collideRectCircle(rx, ry, rw, rh, cx, cy, diameter) {
  //2d
  // temporary variables to set edges for testing
  var testX = cx;
  var testY = cy;

  // which edge is closest?
  if (cx < rx){         testX = rx       // left edge
 }else if (cx &gt; rx+rw){ testX = rx+rw } // right edge
@wisehackermonkey
wisehackermonkey / bad.md
Created June 16, 2020 05:11
bad_string

̴̵̶̷̸̡̢̧̨̛̖̗̘̙̜̝̞̟̠̣̤̥̦̩̪̫̬̭̮̯̰̱̲̳̹̺̻̼͇͈͉͍͎̀́̂̃̄̅̆̇̈̉̊̋̌̍̎̏̐̑̒̓̔̽̾̿̀́͂̓̈́͆͊͋͌̕̚ͅ͏͓͔͕͖͙͚͐͑͒͗͛ͣͤͥͦͧͨͩͪͫͬͭͮͯ͘͜͟͢͝͞͠͡

@wisehackermonkey
wisehackermonkey / cli.md
Last active June 6, 2020 05:19
how to use git cli

how to use githhub cli

how to create repo from command line

gh repo create <REPONAME 

create with good defaults

gh repo create  --public 
@wisehackermonkey
wisehackermonkey / what??
Created September 2, 2017 05:15
cPP stuff
test