Skip to content

Instantly share code, notes, and snippets.

View necenzurat's full-sized avatar
🥺
I still hate JS

Costin Moise necenzurat

🥺
I still hate JS
View GitHub Profile
@necenzurat
necenzurat / googleplus.php
Last active September 27, 2015 20:57
Get Google Plus Followers and Following, yea is messy but it does the job done :)
<?php
/*
* © WTFPL
* by necenzurat
* Updated: 19 May 2013
*/
$id = @$_GET["id"];
//$id = "108520002754793822340";
@necenzurat
necenzurat / samairProxy.sh
Created September 15, 2011 22:50
Samair.ru Proxy Parser and Checker
#!/bin/bash
#Crawl www.samair.ru/proxy/proxy-$pagenum.htm for proxy list
echo -e -n "Crawling www.samair.ru for proxy list \nDoing Page: "
rm proxylist.txt &> /dev/null
for pagenum in {1..99}
do
echo -n "$pagenum "
@necenzurat
necenzurat / miniuploader.html
Created August 26, 2011 17:55 — forked from andreaseger/miniuploader.html
a very compact drag and drop image uploader written in html5 an javascript
<!DOCTYPE html>
<!-- This is the shortest Image Uploader ever :)
And you can even make it shorter if you don't
want all the drag'n drop thing. -->
<!--
AUTHOR: @paulrouget <paul@mozilla.com>
LICENSE:
@necenzurat
necenzurat / fatc.html
Created May 21, 2011 21:00 — forked from tomger/fatc.html
a twitter client in stratified javascript ( http://fatc.onilabs.com )
<!DOCTYPE html>
<html><head>
<title>Fork-A-Twitter-Client</title>
<!--
Basic OniApollo/StratifiedJS Twitter Client application scaffold.
See http://fatc.onilabs.com/
THIS FILE IS IN THE PUBLIC DOMAIN.