Skip to content

Instantly share code, notes, and snippets.

@tmiland
tmiland / Play YouTube on Facebook.user.js
Last active December 27, 2017 07:40
Play YouTube on Facebook
// ==UserScript==
// @name Play YouTube on Facebook
// @description Play YouTube Videos on Facebook without leaving the site.
// @namespace https://gist.github.com/tmiland/e2a86addea3ef5900b4f5445e17e80ce
// @version 1.0
// @date 27-12-2017
// @author tmiland
// @match https://www.facebook.com/*
// @require http://code.jquery.com/jquery-3.2.1.min.js
// @grant none
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
<DL><p>
<DT><H3 ADD_DATE="1511066567" LAST_MODIFIED="1511438735">Alternative News</H3>
@tmiland
tmiland / bookmarks.html
Created November 23, 2017 12:37
Alternative News : Over 400 Links Google Doesn’t Want You To Visit
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
<DL><p>
<DT><H3 ADD_DATE="1511066567" LAST_MODIFIED="1511438735">Alternative News</H3>
@tmiland
tmiland / CAFL.txt
Created December 14, 2015 06:47
CAFL list for F-SCANT
1;Abdominal_inflammation ;2720;2489;2170;1865;1800;1600;1550;880;832;802;787;776;727;660;465;450;444;440;428;380;146;125;95;72;20;1.2
2;Abdominal_pain ;10000;3000;95;3;
3;Abscesses (also use Staphylococcus aureus and see Listeriose) ;2720;2170;880;787;727;500;190;
4;Abscesses_secondary ;1550;802;760;660;465;450;444;428;
5;Acidosis (hyperacidity) ;10000;880;802;787;776;727;146;20;
6;Acne (run 564 6 min) ;2720;2170;1800;1600;1550;1552;1500;802;880;778;787;760;741;727;660;564;465;450;444;428;
7;Aconite (used to stimulate lymphocyte production) ;3347;5611;2791;
8;Actinobacillus (a potentially pathogenic bacteria found in mammals) ;488;565;672;674;678; 773;766;768; 776;777; 778; 822;885;887;7877;9687;42664;42666;46668;46787;
9;Actinomyces_israelii (a bacterium normally found in the bowel and throat that can cause deep; pus filled holes in tissue. Also see Streptothrix.) ;23; 222; 262;2154;465; 488; 567; 7880;10000;787;747;727;20;
10;Actinomycosis (use Streptothrix);
@tmiland
tmiland / AFCAFL.txt
Created December 14, 2015 06:46
AFCAFL list for F-SCANT
01;Abdominal inflammation;380;1.2;2720;2489;2170;1800;1600;1550;802;880;832;787;776;727;465;444;1865;146;125;95;72;20;450;440;428;660;
02;Abdominal pain;1;3;3000;95;
03;Abscesses (also use Staphylococcus aureus and see Listeriose);2720;2170;880;787;727;190;500;
04;Abscesses secondary;1550;802;760;765;465;444;450;428;660;
05;Acidosis (hyperacidity);1;880;802;787;776;727;20;146;
06;Acne;20;465;866;664;690;727;787;832;800;880;1550;784;
07;Acne secondary;760;465;444;450;428;660;
08;Acne vulgaris;564;31;
09;Aconite (used to stimulate lymphocyte production);3347;5611;2791;
10 Actinobacillus (a potentially pathogenic bacteria normally found in mammals) (for 10 minutes);363;231;83;87;62;22;24;21;42;15;17;126;12;773;776;778;822;
@tmiland
tmiland / normalizing frequencies.txt
Created December 14, 2015 06:44
Normalizing frequencies for F-SCANT
1 NORMALIZING FREQUENCIES
3;Normalize Adrenal Function ;1335;
4;Normalize Pituitary Function ;635;
5;Stimulate Increased HGH Production [Pituitary] 1725;645;1342;
6;Stimulate Normal Pineal Function ;662;480;
7;Normalize Endocrine System Function ;1537;537;
8;Stimulate / Normalize Immune System Function ;835;
9;Stimulate Normal Colon Function ;635;
10;Stimulate Normal Thyroid Function ;763;
11;Normalize Progesterone Levels ;763;1446;1443;763;
vortex.data.microsoft.com
vortex-win.data.microsoft.com
telecommand.telemetry.microsoft.com
telecommand.telemetry.microsoft.com.nsatc.net
oca.telemetry.microsoft.com
oca.telemetry.microsoft.com.nsatc.net
sqm.telemetry.microsoft.com
sqm.telemetry.microsoft.com.nsatc.net
watson.telemetry.microsoft.com
watson.telemetry.microsoft.com.nsatc.net
@tmiland
tmiland / telemetry_ips.txt
Last active September 5, 2015 06:05
Microsoft Telemetry blocklist
2.22.61.43
2.22.61.66
65.39.117.230
65.52.108.33
65.55.108.23
23.218.212.69
134.170.30.202
137.116.81.24
157.56.106.189
204.79.197.200
SELECT CONCAT('ALTER TABLE `', tbl.`TABLE_SCHEMA`, '`.`', tbl.`TABLE_NAME`, '` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;') FROM `information_schema`.`TABLES` tbl WHERE tbl.`TABLE_SCHEMA` = 'dbase'
#!/bin/bash
user="user"
pw="password"
servers=(ipaddress1 ipaddress2 ipaddress3 ipaddress4 ipaddress5 ipaddress6 ipaddress7)
for server in ${servers[*]}
do
case "$server" in
ipaddress1)
port="28260"