Skip to content

Instantly share code, notes, and snippets.

@tucif
tucif / keybase.md
Created November 3, 2016 03:46
Keybase Self verification

Keybase proof

I hereby claim:

  • I am tucif on github.
  • I am tucif (https://keybase.io/tucif) on keybase.
  • I have a public key whose fingerprint is 5096 733F 4A63 DA00 54F1 CB5D 6355 D447 DA94 5BAB

To claim this, I am signing this object:

/*
* Based on a humanoid xD
*/
#include <GL/glut.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <stdbool.h>
#include <time.h>
import urllib
def post(url, function,postParamsDict,getParamsDict=None):
content = urllib.urlencode(postParamsDict)
path = url + function
if getParamsDict:
params = urllib.urlencode(getParamsDict)
path+='?'+ params
connection = urllib.urlopen(path,content)