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
| //Socket server connect to listen to data. | |
| $.getScript('http://yoursocketioserver/socket.io/socket.io.js',function() { | |
| socket = io.connect('http://lyoursocketioserver'); | |
| socket.on('connect', function(){ | |
| socket.on('message', function (data) { | |
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
| chrome.pageCapture.saveAsMHTML({'tabId':1654}, function(mhtmlData){ | |
| var reader = new FileReader(); | |
| reader.readAsText(mhtmlData); | |
| reader.onloadend = function() { | |
| var html = reader.result; | |
| d = document.createElement('div'); |
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
| function setWeatherIcon(condid) { | |
| switch(condid) { | |
| case '0': var icon = '<i class="wi-tornado"></i>'; | |
| break; | |
| case '1': var icon = '<i class="wi-storm-showers"></i>'; | |
| break; | |
| case '2': var icon = '<i class="wi-tornado"></i>'; | |
| break; | |
| case '3': var icon = '<i class="wi-thunderstorm"></i>'; |
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
| //Encrypt data, call callback when done for make sure everything is done. | |
| function EncryptText(text,key,callback) { | |
| console.log('Encrypting text'); | |
| var cipher = crypto.createCipher('aes-256-cbc',key) | |
| var crypted = cipher.update(text,'utf8','hex') | |
| crypted += cipher.final('hex'); |
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
| #!/usr/bin/env python | |
| # | |
| # Copyright 2007 Google Inc. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |
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
| function GetRandomBackground() | |
| { | |
| var url = 'http://unsplash.com/rss'; | |
| $.ajax({ | |
| url: document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&callback=?&q=' + encodeURIComponent(url), | |
| async: false, | |
| jsonpCallback: 'jsonCallback', | |
| contentType: "application/json", |
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
| 'tis | |
| 'twas | |
| a | |
| aah | |
| aaron | |
| abandon | |
| abandoned | |
| abbott | |
| abby | |
| abe |
NewerOlder