Skip to content

Instantly share code, notes, and snippets.

View netpro2k's full-sized avatar

Dom netpro2k

View GitHub Profile
# diff
# version
# Betaflight / KAKUTEF4V2 (KTV2) 3.3.2 May 4 2018 / 09:39:46 (64a292f37) MSP API: 1.38
# name
# resources
# mixer

Keybase proof

I hereby claim:

  • I am netpro2k on github.
  • I am netpro2k (https://keybase.io/netpro2k) on keybase.
  • I have a public key ASB8hUOeoIA4_GAzrjwFwOmEgUoTNaDWKnYqam1fB1XOmAo

To claim this, I am signing this object:

@netpro2k
netpro2k / paxe2013.csv
Created March 16, 2013 18:06
a calender csv for pax east 2013, generated on 3/16 at 1:37pm with http://jsfiddle.net/C2mv7/
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
Subject,Start Date,Start Time,End Date,End Time,All Day Event,Location,Description
Ask Us Anything - Successful and Upcoming Indie Game Companies,03/22/2013,10:00 am,03/22/2013,11:00 AM,false,Sphinx,"Come talk to Tripwire, Torn Banner, Digital Roar (and we are open to others!) about our companies, games, and the future. How we got our starts, crowd sourcing, modding (and how it can work for you both as a start and for continued growth to your existing games!), where we are today, and more. Why we have made certain decisions and experiments and why we continue to do so as we move our companies forward. Want a job? Find out what we look for!Jared Creasy [Tripwire Interactive, Community Manager], Alan Wilson [Tripwire Interactive, Vice President], Steve Piggott [President, Tom Banner], John Lyons [CEO, Digital Roar], Zachariah Inks [Creative Director, Digital Roar]"
Con Costuming: A Survival Guide,03/22/2013,10:00 am,03/22/2013,11:00 AM,false,Merman Theatre,"Have you ever considered dressing up as your favor
// Generated with:
//
//var dateMap = {
// friday: "03/22/2013",
// saturday: "03/23/2013",
// sunday: "03/24/2013"
//};
//var items = $('.event a').map(function(){
// return {
// title: $(this).attr('title'),
(function(log){
console.log = function(msg){
log.call(console, msg + "...Bitch!");
}
})(console.log)
Cora (then overridden in siri):
option lists - (added as options: to ask)
location lists - (list of google maps links)
map snippets - (link to google map)
Siri
sms and email snippets (need to determine how these work)
To Discuss
buttons (not sure how buttons should work yet)
-> bin/siriproxy console
>> test siri proxy
=> Siri Proxy is up and running!
>> tweet hello
=> Here is your tweet:
=> #<SiriAddViews:0x007fceee8a3e90>
=> Ready to send it?
>> no
=> Ok I won't send it.
>> asdlksajdasld
netpro2k: /Users/netpro2k
-> siriproxy
Siri Proxy is a proxy server for Apple's Siri "assistant." The idea is to allow for the creation of custom handlers for different actions. This can allow developers to easily add functionality to Siri.
See: http://github.com/plamoni/SiriProxy/
Usage: siriproxy COMMAND OPTIONS
Commands:
class SiriProxy::Plugin::Twitter < SiriProxy::Plugin
# this watches when in the default context
listen_for /tweet (.*)/ do |data, tweetText|
show_rich_snippets do
image 'http://cl.ly/1l040J1A392n0M1n1g35/content' # this just makes things looks nice, but is obviously specific to my username
text tweetText
end
# this locks out other plugins until a confirmation or deny
confirm do
confirmed do
class SiriProxy::Plugin::Twitter < SiriProxy::Plugin
# this watches when in the default context
listen_for /tweet (.*)/ do |data, tweetText|
show_rich_snippet do
image 'http://cl.ly/1l040J1A392n0M1n1g35/content' # this just makes things looks nice, but is obviously specific to my username
text tweetText
end
# this locks out other plugins until a confirmation or deny
confirm do
confirmed do