Pinned Repositories
A-Pluralistic-Universe--13-Hibbert-Lectures-at-Manchester-College-on-the-Present-Situation-in__11984
A Pluralistic Universe Hibbert Lectures at Manchester College on the Present Situation in Philosophy by James, William is a Project Gutenberg book, now on Github.
awesome-macOS
A curated list of awesome applications, softwares, tools and shiny things for macOS.
Domino-Effect
Domino Effect
dracula-theme
:scream: A dark theme for all the things!
dream-catcher-privacy
Dream Catcher Privacy Policy
Hello-World
first committ
nest-yale-alarm
Project to set Nest home/away status when Yale alarm is armed/disarmed
newtech.computingmachine.cilabs.bash
https://github.com/therealvenenoiot/SatellitePrintLab
pybitcointools
SImple, common-sense Bitcoin-themed Python ECC library
specs
COALA IP is a blockchain-ready, community-driven protocol for intellectual property licensing.
1010101012101's Repositories
1010101012101/python-avro-json-serializer
Serializes data into a JSON format using AVRO schema.
1010101012101/decrypt-et
A quick project to decrypt the encrypted content on ExtraTorrent pages.
1010101012101/1915framework
Super minimal PHP framework combining ideas from Symfony 1 + WordPress
1010101012101/parrot
Parrot Virtual Machine
1010101012101/Illuminate-Arduino
Arduino code for Project Illuminate
1010101012101/md-pdf-converter
:coffee: npm module that converts all md files in a directory to pdfs with CLI.
1010101012101/commandergenius
Commander Genius - Commander Keen compatible clone -- main repo here: https://github.com/gerstrong/Commander-Genius
1010101012101/NoRootFirewall-Custom
Spectrum hello vanGogh©®™
1010101012101/scala-pixelated-avatar-generator
A Scala port of the Haskell library Pixelated Avatar Generator.
1010101012101/cork
3D Boolean / CSG Library
1010101012101/peeling-onions
A repository to store Deep Web (onion domain) crawler, scraper, and NLP tools for Tor network.
1010101012101/dct
Document Collaboration Tool (revised version)
1010101012101/googleplay-telegram-bot
A Telegram Bot that let you download .apk from Google Play
1010101012101/audio-recognizer
Shazam in Java
1010101012101/ionitron-issues
A custom issue tracker for GitHub with issue ranking/scoring, and bot templated responses
1010101012101/pvt-poehud
private changes
1010101012101/django-moth
A Django vulnerable Web application for testing the w3af framework
1010101012101/ParticleAnimation
Manipulation de string
1010101012101/Audacity
A mirror of the Audacity svn at http://audacity.googlecode.com/svn/audacity-src/trunk/
1010101012101/opensource
Https://youtube.com world wide web
1010101012101/Proect-32-34
Project 32 adding a restart unicorn method module Divergence class Helpers def initialize(config) @config = config end def execute(block, opts={}) self.instance_exec opts, &block end private def bundle_install(opts={}) Application.log.debug "bundle install" begin cmd = 'bundle install' cmd << ' --deployment' if opts[:deployment] cmd << " --path #{opts[:path]}" if opts[:path] cmd << ' --without development test' result = `#{cmd}` Application.log.debug result rescue Application.log.error "bundle install failed!" Application.log.error e.message end end def restart_passenger Application.log.debug "Restarting passenger..." begin unless File.exists? 'tmp' FileUtils.mkdir_p 'tmp' end FileUtils.touch 'tmp/restart.txt' rescue end end def restart_unicorn Application.log.debug "Restarting unicorn..." begin unicorn_pid_file = File.join(config.app_path, "tmp/pids/unicorn.pid") cmd = "cat #{unicorn_pid_file} | xargs kill -USR2" result = `#{cmd}` Application.log.debug result rescue end end end end Proect 33 Convert page 404 into url page module Divergence class Application < Rack::Proxy def call(env) @req = RequestParser.new(env, @g) # First, lets find out what subdomain/git branch # we're dealing with (if any). unless @req.has_subdomain? # No subdomain, simply proxy the request. return perform_request(env) end # Ask our GitManager to prepare the directory # for the given branch. result = @g.prepare_directory @req.branch if result === false return error! end # And then perform the codebase swap @g.swap! fix_environment!(env) # Git is finished, pass the request through. status, header, body = perform_request(env) # This is super weird. Not sure why there is a status # header coming through, but Rack::Lint complains about # it, so we just remove it. if header.has_key?('Status') header.delete 'Status' end [status, header, body] end private def fix_environment!(env) env["HTTP_HOST"] = "#{config.forward_host}:#{config.forward_port}" end def error! Application.log.error "Branch #{@req.branch} does not exist" Application.log.error @req.raw public_path = File.expand_path('../../../public', __FILE__) file = File.open("#{public_path}/404.html", "r") contents = file.read file.close [404, {"Content-Type" => "text/html"}, [contents]] end end end second loop require 'divergence' require ::File.expand_path('../config/config', __FILE__) run Divergence::Application.new()
1010101012101/reflex-library
A collection of third party Reflex components