Skip to content

Instantly share code, notes, and snippets.

View Manganeto's full-sized avatar
🎯
Focusing

Manganeto Manganeto

🎯
Focusing
  • UTSA Software
  • Buenos Aires, Argentina
View GitHub Profile
@asimmittal
asimmittal / scrapeUsingJQuery.js
Created October 4, 2017 16:01
JqueryScraper
console.log("---> Running");
const curl = require("curl");
const jsdom = require("jsdom");
const url = "http://www.imdb.com/list/ls004489992/";
curl.get(url, null, (err,resp,body)=>{
if(resp.statusCode == 200){
parseData(body);
}
@davidedellai
davidedellai / strings.xml
Created December 20, 2013 16:00
I need a translation of this xml in these languages: - Spanish - German - French Thanks :)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">All in One System Pro</string>
<string name="action_settings">Settings</string>
<string name="titolo">Reboot device with these methods:</string>
<string name="descrizione">WARNING: These actions can be executed only if you have root privileges for your device. Tap on the icon below to verify that your device is rooted.</string>
<string name="titolodevicefragment">Device characteristics:</string>
<string name="checktitle">Tap the icon to verify that your device is rooted"#"</string>
<string name="appmanagertitle">Applications Manager</string>