This file contains 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
# Description: Consume a DataSift stream and save Twitter interactions to a Google Fusion Table | |
# Author: Paul M. Watson <[email protected]> | |
# Date: 2011/11/28 | |
# Usage: | |
# ruby ds_to_gft.rb <DataSift stream id hash> | |
# config.yml should contain; | |
# datasift: | |
# username: datasift username | |
# api_key: datasift api key | |
# googlefusiontables: |
This file contains 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
jQuery('.grid.two_thirds.flush_top.secondary_page.no_bg center').text().replace(/;/gm, ':').replace(/(\r\n|\n|\r)/gm, ':').split(':').length |
This file contains 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
[ | |
{ | |
"url": "*", | |
"collusion": { | |
"storyful.com": { | |
"referrers": {}, | |
"visited": true | |
}, | |
"quantserve.com": { | |
"referrers": { |
This file contains 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
javascript:var d=document,w=window,l=d.location.href;lats=l.indexOf('!2d')+3;late=l.indexOf('!3d',lats);lat=l.substring(lats,late);lngs=l.indexOf('!3d')+3;lnge=l.indexOf('!',lngs);lnge==-1?lnge=l.length:lnge=lnge;lng=l.substring(lngs,lnge);w.location='http://maps.google.com?q='+lng+','+lat; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
{ | |
... | |
"content_security_policy": "script-src 'self' https://cdn.mxpnl.com | |
https://ssl.google-analytics.com; | |
object-src 'self'", | |
"permissions": [ | |
"tabs", | |
"http://*/*/", | |
"https://*/*/" | |
] |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
Verifying that +paulmwatson is my Bitcoin username. You can send me #bitcoin here: https://onename.io/paulmwatson |
This file contains 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
version: 2 | |
jobs: | |
build: | |
environment: | |
CC_TEST_REPORTER_ID: YOUR_CODE_CLIMATE_REPORTER_ID | |
docker: | |
- image: notnoopci/php:7.1.5-browsers | |
working_directory: ~/repo | |
steps: |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<coverage generated="1501586079"> | |
<project timestamp="1501586079"> | |
<package name="Ejcnet\Sourcebot"> | |
<file name="/sourcebot/src/Sourcebot.php"> | |
<class name="Sourcebot" namespace="Ejcnet\Sourcebot"> | |
<metrics complexity="1" methods="1" coveredmethods="1" conditionals="0" coveredconditionals="0" statements="2" coveredstatements="2" elements="3" coveredelements="3"/> | |
</class> | |
<line num="5" type="method" name="helloWorld" visibility="public" complexity="1" crap="1" count="1"/> | |
<line num="7" type="stmt" count="1"/> |
OlderNewer