--- | --- |
---|---|
All West | Kalona Cooperative Telephone Company |
Alpine Communications | LPC Connect |
Arkwest Communications | MCTV |
Astound | MHTC |
Beaver Creek Cooperative Telephone | MTC Technologies |
Blue Ridge | MTCC |
Brandenburg Telephone Co | MUS FiberNET |
Bright House Networks | Marne & Elk Horn Telephone Company |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (AnyOtherGuy(strangersToLove, aFullCommitment)) | |
{ | |
List<bool> Feelings = new List<bool>(); | |
Feelings.Add(!giveYouUp) | |
Feelings.Add(!letYouDown) | |
Feelings.Add(!runAround) | |
Feelings.Add(!desertYou) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Chrome-Last.fm-Scrobbler - Saavn.com Connector | |
* | |
* Author: Vikas Kumar [[email protected]] | |
* Derived from Sitesh Shrivastava code on gaana.js | |
*/ | |
// DOM Nodes to keep track for song details | |
var SONG_TRACK_DOM = '#player-track-name'; | |
var SONG_ALBUM_DOM = '#player-album-name'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// allows using all Jquery AJAX methods in Greasemonkey | |
// inspired from http://ryangreenberg.com/archives/2010/03/greasemonkey_jquery.php | |
// works with JQuery 1.5 | |
// (c) 2011 Martin Monperrus | |
// (c) 2010 Ryan Greenberg | |
// | |
// Usage: | |
// $.ajax({ | |
// url: '/p/', | |
// xhr: function(){return new GM_XHR();}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo Uninstalling KB3075249 (telemetry for Win7/8.1) | |
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart | |
echo Uninstalling KB3080149 (telemetry for Win7/8.1) | |
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart | |
echo Uninstalling KB3021917 (telemetry for Win7) | |
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart | |
echo Uninstalling KB3022345 (telemetry) | |
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart | |
echo Uninstalling KB3068708 (telemetry) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
Тени Чернобыля. — твёрдая обложка. — М.: Эксмо, 26 марта 2007. — 448 с. — (S.T.A.L.K.E.R.). — 20 100[7] экз. — ISBN 978-5-699-20794-7. | |
2 | |
Орехов, Василий Иванович (псевдоним). Зона поражения. — твёрдая обложка. — М.: Эксмо, 27 марта 2007. — Т. 1. — 416 с. — (S.T.A.L.K.E.R.). — 15 100 экз. — ISBN 978-5-699-20749-7. | |
3 | |
Степанов, Алексей (псевдоним). Дезертир. — твёрдая обложка. — М.: Эксмо, 5 апреля 2007. — Т. 1. — 416 с. — (S.T.A.L.K.E.R.). — 15 000 экз. — ISBN 978-5-699-21487-7. | |
4 | |
Калугин, Алексей Александрович. Дом на болоте. — твёрдая обложка. — М.: Эксмо, 26 апреля 2007. — 384 с. — (S.T.A.L.K.E.R.). — 15 000 экз. — ISBN 978-5-699-21490-7. | |
5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
failure: ,discordapp\\\\.com,Discordapp.com.xml | |
failure: ,bitcoin\\\\.com,Bitcoin.com.xml | |
failure: ,theintercept\\\\.com,The_Intercept.com.xml | |
failure: ,codeux\\\\.com,Codeux.com.xml | |
failure: ,dnscrypt\\\\.org,DNSCrypt.org.xml | |
failure: ,brave\\\\.com,brave.com.xml | |
failure: ,periscope\\\\.tv,Periscope.tv.xml | |
failure: ,wakatime\\\\.com,WakaTime.com.xml | |
failure: ,gnunet\\\\.org,GNUnet.xml | |
failure: ,openas\\\\.org,Openas.org.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Certutil -generateSSTFromWU WURoots.sst | |
[reflection.assembly]::LoadWithPartialName("System.Security") | |
$certs = new-object system.security.cryptography.x509certificates.x509certificate2collection | |
$certs.import("WURoots.sst") | |
$store = new-object system.security.cryptography.X509Certificates.X509Store -argumentlist "AuthRoot", LocalMachine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Step 1: Find all subdomains w/ false-positives | |
python2.7 Sublist3r/sublist3r.py -d $1 > cd1.tmp.txt | |
tail -n +23 cd1.tmp.txt | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" > cd1.txt | |
rm cd1.tmp.txt | |
# Step 2: Sort out false positives | |
while read LINE; do | |
curl -o /dev/null -A "HTTPS/SSL coverage scan; Internet security scanning project." --max-time 1 --silent --head --write-out '%{http_code}' "$LINE" >> cd2.txt |
I hereby claim:
- I am galeksandrp on github.
- I am galeksandrp (https://keybase.io/galeksandrp) on keybase.
- I have a public key whose fingerprint is 0B58 92A8 EE87 4BD9 C7E2 26EA 7546 5C70 4392 E07F
To claim this, I am signing this object:
OlderNewer