Skip to content

Instantly share code, notes, and snippets.

View XReyRobert-IBM's full-sized avatar
🇫🇷

Xavier Rey-Robert @ IBM XReyRobert-IBM

🇫🇷
View GitHub Profile
function FindProxyForURL(url, host) {
// Local SOCKS5 proxy
var socksProxy = "SOCKS5 192.168.1.7:9050";
// Helper: match bare domain or any subdomain
function isDomainOrSub(host, root) {
return host === root || dnsDomainIs(host, "." + root);
}
// Domains to proxy via Tor
{
"name": "IBM Cloud Platform",
"description": "",
"elements": [
{
"tag": "IBM AgroPad",
"stroke": "#4285f4",
"color": "#4285f4",
"icon": "https://raw.githubusercontent.com/XReyRobert-IBM/strctrzr/main/png/ibm-agropad.png"
},
@XReyRobert-IBM
XReyRobert-IBM / diagrams.ipynb
Last active May 16, 2022 11:19
diagrams.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@XReyRobert-IBM
XReyRobert-IBM / KapreNotebookWatsonStudio.ipynb
Last active October 29, 2018 11:21
Using kapre / keras / tensorflow / FFMPEG in a Watson Studio notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.