Skip to content

Instantly share code, notes, and snippets.

View didlie's full-sized avatar

Isaac Jacobs didlie

View GitHub Profile
@didlie
didlie / Indian-Male-Names.csv
Created July 17, 2024 15:38 — forked from mbejda/Indian-Male-Names.csv
Dataset of ~14,000 Indian male names for NLP training and analysis. The names have been retrieved from public records. (name,gender,race)
name gender race
barjraj m indian
ramdin verma m indian
sharat chandran m indian
birender mandal m indian
amit m indian
kushal m indian
kasid m indian
shiv prakash m indian
vikram singh m indian
Smith,
Johnson,
Williams,
Brown,
Jones,
Garcia,
Miller,
Davis,
Rodriguez,
Martinez,
@didlie
didlie / stuns
Created March 9, 2018 07:06 — 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
@didlie
didlie / public-stun-list.txt
Created March 9, 2018 07:05 — forked from mondain/public-stun-list.txt
Public STUN server list
23.21.150.121:3478
iphone-stun.strato-iphone.de:3478
numb.viagenie.ca:3478
s1.taraba.net:3478
s2.taraba.net:3478
stun.12connect.com:3478
stun.12voip.com:3478
stun.1und1.de:3478
stun.2talk.co.nz:3478
stun.2talk.com:3478
@didlie
didlie / stun.swoole.php
Created March 8, 2018 21:36 — forked from diyism/stun.swoole.php
stun.swoole.php
<?php
/*
Thanks to:
https://github.com/ciaos/stun-php
https://github.com/ccding/go-stun
https://github.com/vanstee/stun-go
https://en.wikipedia.org/wiki/STUN#/media/File:STUN_Algorithm3.svg
编译php+swoole:
sudo apt-get install autoconf bison libssl-dev libcurl4-openssl-dev