I hereby claim:
- I am lulalaby on github.
- I am lulalaby (https://keybase.io/lulalaby) on keybase.
- I have a public key whose fingerprint is 3DCB 25BF 5BBF 1D73 56EE FA28 9898 5E8C 3C81 6420
To claim this, I am signing this object:
----------POSSIBLE OPTIONS---------------------------------------------- | |
--account : [optional] account name to login with | |
--key : [optional] connection key for the server (defaults to 1 in debug) | |
--automationRoutine : [optional] automation routine to run after login | |
--startAutomationGraph : [optional] start up and execute automation global graph using provided guid | |
--gatherEffectStats : [optional] enables effect stat gathering | |
--noautoconnect : [optional] Do not automatically connect to a server | |
--fastQuit | |
--dumpAssetNames : Write to <file> a JSON map of GUID (String "0xabc...") to asset name for all soft assets | |
--startPosition : [optional] start position when joining a map |
[ | |
{ | |
"id": 0, | |
"name": { | |
"default": "General" | |
}, | |
"is_primary": true | |
}, | |
{ | |
"id": 15, |
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
"""Edge Microsoft TTS for Python.""" | |
import sys | |
from ws4py.client.threadedclient import WebSocketClient | |
import binascii | |
import argparse | |
import json | |
import requests | |
import re |
# Prerequisites | |
*.d | |
# Compiled Object files | |
*.slo | |
*.lo | |
*.o | |
*.obj | |
# Precompiled Headers |
<?php | |
if (!empty($_SERVER["HTTP_CLIENT_IP"])) | |
{ | |
//check for ip from share internet | |
$ip = $_SERVER["HTTP_CLIENT_IP"]; | |
} | |
elseif (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])) | |
{ | |
// Check for the Proxy User | |
$ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; |
I hereby claim:
To claim this, I am signing this object:
# Oona Räisänen 2013 | |
# http://windytan.com | |
# ssh-keygen -l -f ~/.ssh/id_rsa.pub | perl emoji.pl | |
@emoji = qw( 🌀 🌂 🌅 🌈 🌙 🌞 🌟 🌠 🌰 🌱 🌲 🌳 🌴 🌵 🌷 🌸 | |
🌹 🌺 🌻 🌼 🌽 🌾 🌿 🍀 🍁 🍂 🍃 🍄 🍅 🍆 🍇 🍈 | |
🍉 🍊 🍋 🍌 🍍 🍎 🍏 🍐 🍑 🍒 🍓 🍔 🍕 🍖 🍗 🍘 | |
🍜 🍝 🍞 🍟 🍠 🍡 🍢 🍣 🍤 🍥 🍦 🍧 🍨 🍩 🍪 🍫 | |
🍬 🍭 🍮 🍯 🍰 🍱 🍲 🍳 🍴 🍵 🍶 🍷 🍸 🍹 🍺 🍻 |