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
(name [prototype]) | |
(blessed true) | |
(trigger | |
(tab pr)) | |
(only-in source.js) | |
(snippet [prototype.%{1="name"} = %{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
"repository": { | |
"type": "git", | |
"url": "https://github.co |
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
# todo: grap topic changes | |
use strict; | |
use vars qw($VERSION %IRSSI); | |
use Irssi; | |
$VERSION = '0.0.3'; | |
%IRSSI = ( | |
authors => 'Thorsten Leemhuis', | |
contact => '[email protected]', |
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
package com.penree.android.xposed.hidecarriermotox; | |
import android.text.Editable; | |
import android.text.TextWatcher; | |
import android.widget.TextView; | |
import de.robv.android.xposed.IXposedHookLoadPackage; | |
import de.robv.android.xposed.XC_MethodHook; | |
import de.robv.android.xposed.XposedBridge; | |
import de.robv.android.xposed.callbacks.XC_LoadPackage; |
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
package com.penree.android.xposed.hidecarriermotox; | |
import android.widget.TextView; | |
import de.robv.android.xposed.IXposedHookInitPackageResources; | |
import de.robv.android.xposed.XposedBridge; | |
import de.robv.android.xposed.callbacks.XC_InitPackageResources; | |
import de.robv.android.xposed.callbacks.XC_LayoutInflated; | |
/** | |
* Created by drudge on 12/6/13. |
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
// | |
// chartkick.jade | |
// Copyright(c) 2013 Nicholas Penree <[email protected] | |
// MIT Licensed | |
// | |
mixin pie_chart(data_source, options) | |
+chartkick_cart('PieChart', attributes, data_source, options) | |
mixin area_chart(data_source, options) |
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
use strict; | |
use vars qw($VERSION %IRSSI); | |
use Irssi; | |
$VERSION = "0.1"; | |
%IRSSI = ( | |
authors => "Nicholas Penree", | |
contact => "nick\@penree.com", | |
name => "weather", | |
description => "Output weather information", |
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
/** | |
* Module dependencies. | |
*/ | |
var scraper = require('scraper'); | |
/** | |
* Base URL to Spokeo reverse phone lookup website. | |
*/ |
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
/** | |
* Module dependencies. | |
*/ | |
var join = require('path').join; | |
var debug = require('debug')('on-hand:client'); | |
var OnHandUpdater = require(join(__dirname, 'lib', 'onhand_updater')); | |
var env = process.env.NODE_ENV || 'development'; | |
var config = { | |
development: { |
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
/** | |
* Module dependencies. | |
*/ | |
var join = require('path').join; | |
var Processor = require(join(__dirname, 'lib', 'processor')); | |
/** | |
* Do work, son. | |
*/ |