Skip to content

Instantly share code, notes, and snippets.

View therabbitwindfall's full-sized avatar

@TheRabbitFlash therabbitwindfall

View GitHub Profile
@therabbitwindfall
therabbitwindfall / gist:8eca8f4c4dcb62387bb6620bb3cff4df
Last active March 9, 2023 04:17
Говносвайп для CreateJS | Swipe for CreateJS. Used for Animate CC
createjs.Touch.enable(stage);
var box = this.box;
box.isDown = false;
box.addEventListener('mousedown', MouseDownAction);
stage.addEventListener('stagemouseup', MouseUpAction);
function MouseDownAction(event){
box.prevInteraction = new Date().getTime();
var filesToBeDownloaded : [URL]()
func fillURLs(){
// Набиваем массив URL-ами
filesToBeDownloaded.append( ... )
// Стартуем загрузку
downloadNext()
}
1. Open C:\Windows\System32\drivers\etc\hosts (not hosts.ics)
2. Add this at the end of list
3. press WIN+R keys
4. type ipconfig /flushdns and press enter
5. go to website and refresh page
127.0.0.1 cpmstar.com
127.0.0.1 pagead.googlesyndication.com
127.0.0.1 pagead2.googlesyndication.com #[Google AdWords]
127.0.0.1 adservices.google.com
<?xml version="1.0" encoding="utf-8"?>
<project version="2">
<!-- Output SWF options -->
<output>
<movie outputType="Application" />
<movie input="" />
<movie path="bin\NewProject.js" />
<movie fps="0" />
<movie width="0" />
<movie height="0" />
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>