Skip to content

Instantly share code, notes, and snippets.

View nyble0101's full-sized avatar

Nyble0101 nyble0101

View GitHub Profile
@nyble0101
nyble0101 / Report.md
Created July 12, 2019 02:36 — forked from vladimirfomene/Report.md
Payment Gateway Project Report

Payment Gateway for the Mifos Platform and Beyonic Payment Service

Project Goals

@nyble0101
nyble0101 / gist:72282e3f3def1d10d605b838e691804c
Created March 26, 2019 00:37 — forked from paulirish/gist:5558557
a brief history of detecting local storage

A timeline of the last four years of detecting good old window.localStorage.


Jan Lenhart, bless his heart contributed the first patch for support:

October 2009: 5059daa

@nyble0101
nyble0101 / gist:499c0d4bea05d378217a1fff38567498
Created March 13, 2019 15:14 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
@nyble0101
nyble0101 / stuns
Created March 13, 2019 14:52 — forked from zziuni/stuns
STUN server list
# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list
# A list of available STUN server.
stun.l.google.com:19302
stun1.l.google.com:19302
stun2.l.google.com:19302
stun3.l.google.com:19302
stun4.l.google.com:19302
stun01.sipphone.com
stun.ekiga.net
@nyble0101
nyble0101 / tinder-api-documentation.md
Created March 13, 2019 06:21 — forked from rtt/tinder-api-documentation.md
Tinder API Documentation

Tinder API documentation

http://rsty.org/

I've sniffed most of the Tinder API to see how it works. You can use this to create bots (etc) very trivially. Some example python bot code is here -> https://gist.github.com/rtt/5a2e0cfa638c938cca59 (horribly quick and dirty, you've been warned!)

Note: this was written in April/May 2014 and the API may have changed since. I have nothing to do with Tinder, nor their API, and I do not offer any support for anything you may build on top of this

API Details