This file contains hidden or 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
! # | |
! # --- YouTube Ad Blocklist --- | |
! # This project was created and is maintained by: Evan Pratten (@ewpratten) | |
! # More information at: https://github.com/Ewpratten/youtube_ad_blocklist | |
! # | |
||www.googletagservices.com^ | |
||www-googletagmanager.l.google.com^ | |
||www-google-analytics.l.google.com^ | |
||www.googleadservices.com^ | |
||www.analytic-google.com^ |
This file contains hidden or 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
https://5ad7-2a00-f29-2a1-ef8-51b4-afd6-acce-7df.ngrok-free.app/webservice.asmx/ |
This file contains hidden or 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
https://202.164.35.107:5000/ |
This file contains hidden or 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
using System; | |
using System.Data; | |
using System.Linq; | |
using System.Collections.Generic; | |
using System.Reflection; | |
using System.ComponentModel; | |
namespace PricePrediction.MachineLearning | |
{ | |
/// <summary> |
This file contains hidden or 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
using System; | |
using System.Linq; | |
using System.Collections.Generic; | |
namespace PricePrediction.MachineLearning | |
{ | |
/// <summary> | |
/// this class used to encode double data into continuous integer values and decode it vice versa | |
/// for example [0.1, 2, 9] will encoded as [0, 1, 2] | |
/// similar : https://github.com/foreverzet/Sharpkit.Learn/blob/master/src/Sharpkit.Learn/Preprocessing/LabelEncoder.cs |
This file contains hidden or 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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
This file contains hidden or 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
ㅤㅤㅤ |
This file contains hidden or 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
// Run this with node and then run the output with sh | |
var Http = require('http') | |
var ChildProcess = require('child_process'); | |
Http.cat("http://github.com/api/v2/json/repos/show/creationix", function (err, json) { | |
if (err) throw err; | |
var data = JSON.parse(json); | |
data.repositories.forEach(function (repo) { | |
console.log("echo " + JSON.stringify(repo.name + " - " + repo.description)); | |
console.log("git clone --bare " + repo.url); | |
}); |
This file contains hidden or 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
https://infinityfree.net/ | |
https://www.000webhost.com/ | |
This file contains hidden or 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
Visual Studio 2019 Product Key | |
Visual Studio 2019 Enterprise | |
BF8Y8-GN2QH-T84XB-QVY3B-RC4DF | |
Visual Studio 2019 Professional | |
NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y | |
[Please Star this gist] |
NewerOlder