Skip to content

Instantly share code, notes, and snippets.

View 96fps's full-sized avatar

Péter Finta 96fps

View GitHub Profile
@96fps
96fps / em2vid.sh
Last active November 30, 2018 07:03
url2em.sh extracts the urls of any iframes on a page given a url, em2vid.sh extracts .mp4 streams from an embedded vimeo web player. Neither is robust, parsing html with regex is a very bad idea.
#!/bin/bash
# url=
awk '
NR == 1{
print $3
}' "out.txt" > baseurl
awk '
NR == 2{
print $0
}' "out.txt" > select
kohctpyktop - Engineer of the People
http://www.zachtronics.com/kohctpyktop-engineer-of-the-people/
http://www.zachtronics.com/games/kohctpyktop/kohctpyktop.htm
(its flash, use Chrome)
this is a collection of solved puzzles
01..02 - not worth writing down
import java.util.Scanner;
public class Perceptron {
//inputs
private static double x1; //input 1
private static double x2; //input 2
private static double x0; //bias
//weights
private static double w1; //weight 1
@96fps
96fps / keybase.md
Created October 13, 2016 20:18
identity verification for keybase

Keybase proof

I hereby claim:

  • I am 96fps on github.
  • I am 96fps (https://keybase.io/96fps) on keybase.
  • I have a public key whose fingerprint is A841 16A8 6BBC 1213 915C 6111 3F18 322C 2219 20A1

To claim this, I am signing this object: