Skip to content

Instantly share code, notes, and snippets.

View cyberbikepunk's full-sized avatar

Loic cyberbikepunk

  • France
  • 12:29 (UTC -12:00)
View GitHub Profile
@pachacamac
pachacamac / fbp.rb
Last active August 29, 2015 14:26
Flow Based Programming test
class FBPNode
attr_accessor :inputs, :outputs, :opts, :processor, :input_buffers
def initialize(opts={}, &block)
@inputs = opts[:inputs] || []
@outputs = opts[:outputs] || []
@options = opts[:options] || {}
@name = opts[:name]
@debug = true
@processor = block
@pachacamac
pachacamac / vidup2.rb
Last active April 28, 2016 02:33
new version of vidup, made to work with https
require 'sinatra'
require 'sinatra-websocket'
require 'thin'
$logger = Logger.new(STDERR)
$logger.level = Logger::INFO
set server: 'thin', bind: '127.0.0.1', port: 7777
set namespaces: {}
@mnot
mnot / snowden-ietf93.md
Last active September 12, 2023 13:40
Transcript of Edward Snowden's comments at IETF93.