Saabworld SaabCentral -
diagnostic rip some info [dia(http://saabworld.net/showthread.php?t=32696)
| import requests | |
| from bs4 import BeautifulSoup as bs | |
| url = "google doc with a 3 rows table containing (x, ascii char, y)" | |
| def google_doc_table_finder(url): | |
| response = requests.get(url) | |
| html_content = response.text | |
| soup = bs(html_content,'html.parser') | |
| table = soup.find('table') |
Saabworld SaabCentral -
diagnostic rip some info [dia(http://saabworld.net/showthread.php?t=32696)
| Get-ChildItem -Path C:\YOUR_ROOT_PATH\*.* -recurse | |
| | ForEach {If (Get-Content $_.FullName | Select-String -Pattern '\\foo\\') | |
| {(Get-Content $_ | ForEach {$_ -replace '\\foo\\', '\bar\'}) | Set-Content $_ } | |
| } |
| // Dollar Class | |
| $.writeln("build: "+$.build); | |
| $.writeln("buildDate: "+$.buildDate); | |
| $.writeln("decimalPoint: "+$.decimalPoint); | |
| $.writeln("engineName: "+$.engineName); | |
| $.writeln("error: "+$.error); | |
| $.writeln("fileName: "+$.fileName); | |
| $.writeln("flags: "+$.flags); | |
| $.writeln("global: "+$.global); |
| #target Illustrator-21 | |
| #script export_text_simply | |
| //GLOBAL | |
| var textlist; | |
| //INIT | |
| textlist=null | |
| //CODE | |
| makelist(); | |
| exportlist(textlist); |
| ====Electro | |
| madeon{ imperium} | |
| Jaded{ In The Morning} | |
| Kelis{ Acapella} | |
| Secondcity{ I wanna feel} | |
| Disciples{On My Mind } | |
| The xx {Dangerous} | |
| DJ Fresh {Gold Dust (Shy FX Re-Edit) (feat. Ms. Dynamite)} | |
| Mr. Probz{Waves (Robin Schulz Remix) } | |
| Dynoro & Gigi D’Agostino{In My Mind} |
| #target Illustrator-21 | |
| #targetengine main | |
| var scriptID = "merge-2-folders v1.0"; | |
| var daoFolder = null | |
| var impFolder = null | |
| var sourceFolder = null | |
| var fileType = null | |
| var files1 = null | |
| var files1 = null | |
| var sourceDoc1 = null |
| #target Illustrator-21 | |
| #targetengine main | |
| var scriptID = "test-open-close v1.0"; | |
| var daoFolder = null | |
| var impFolder = null | |
| var sourceFolder = null | |
| var fileType = null | |
| var files1 = null | |
| var files1 = null | |
| var sourceDoc1 = null |
| #target Illustrator-21 | |
| #targetengine main | |
| var scriptID = "merge v1.0"; | |
| var impFile, daoFile, newItem, doc, l, docImp, docDao; | |
| // | |
| var daoFile = "C:/TEMPai/F4/script/merge/dao1-10.pdf"; | |
| var impFile = "C:/TEMPai/F4/script/merge/imp1-10.pdf"; | |
| alert (impFile); | |
| alert (daoFile); |