I hereby claim:
- I am paradoxis on github.
- I am paradoxis (https://keybase.io/paradoxis) on keybase.
- I have a public key whose fingerprint is 4E1E DEFC A2E2 0F6B B2AF C3DD 94E4 BA77 4EF9 D348
To claim this, I am signing this object:
| using System; | |
| using System.Collections.Generic; | |
| using Facebook; | |
| using FacebookAds; | |
| using FacebookAds.Object; | |
| using FacebookAds.Object.Fields; | |
| namespace FacebookAdsExamples | |
| { |
| git log --all | grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" | sort -u |
| /** | |
| * Format double braced template string | |
| * @param {string} string | |
| * @param {string} find | |
| * @param {string} replace | |
| * @returns {string} | |
| */ | |
| function findReplaceString(string, find, replace) | |
| { | |
| if ((/[a-zA-Z\_]+/g).test(string)) { |
| <?php | |
| /** | |
| * Parses a template argument to the specified value | |
| * Template variables are defined using double curly brackets: {{ [a-zA-Z] }} | |
| * Returns the query back once the instances has been replaced | |
| * @param string $string | |
| * @param string $find | |
| * @param string $replace | |
| * @return string |
| /^(?:W(?:[H]+)?(?:[UA])[ZS]+[A]+(?:[H]+)?)(?:[\?\!\.\@]+)?$/ig |
| import argparse | |
| import requests | |
| import time | |
| import json | |
| def main(): | |
| """ | |
| Entry point of the application | |
| :return: void |
| /** | |
| * Converts an HTTP(S) url to a WS(S) URL | |
| * Example: | |
| * httpUrlToWebSockeUrl("http://www.example.com/") -> ws://www.example.com/ | |
| * httpUrlToWebSockeUrl("https://www.example.com/") -> wss://www.example.com/ | |
| * | |
| * @param {string} url | |
| * @return {string} | |
| */ | |
| function httpUrlToWebSockeUrl(url) |
| function wsConnect(url) | |
| { | |
| if (ws == null && "WebSocket" in window) { | |
| ws = new WebSocket(url); | |
| } | |
| if (ws == null && "RestSocket" in window) { | |
| ws = new RestSocket(url); | |
| } | |
I hereby claim:
To claim this, I am signing this object: