These are the codes sent by the 5-device remote included in part number 10-BH9938U-3:
| Device | On | Off |
|---|---|---|
| 1 | 349491 | 349500 |
| 2 | 349635 | 349644 |
| var parser = document.createElement('a'); | |
| parser.href = "http://example.com:3000/pathname/?search=test#hash"; | |
| parser.protocol; // => "http:" | |
| parser.hostname; // => "example.com" | |
| parser.port; // => "3000" | |
| parser.pathname; // => "/pathname/" | |
| parser.search; // => "?search=test" | |
| parser.hash; // => "#hash" | |
| parser.host; // => "example.com:3000" |
| ~ #node.js | |
| [20.16.16] < TheEmpath> so | |
| [20.16.34] < TheEmpath> anyone else have a hot programmer girl in their office? o____O | |
| [20.16.42] < Lorentz> I wiiish | |
| [20.16.48] <@Nexxy> not appropriate. | |
| [20.16.57] »¡« Signoff caaakeeey: #Node.js (Ping timeout: 260 seconds) | |
| [20.17.32] < joshwnj> yeah guys, grow up | |
| [20.17.38] < jerrysv> Nexxy: olynode was fun, you should have gone | |
| [20.18.03] < TheEmpath> my boss came by and said "Here, a new subodinate" and its a very attractive female. the otherwise painfully quite engineering room suddenly came to life and its a problem :X | |
| ~~~~~~~ |
| #!/usr/bin/env ruby | |
| # Praxis -- a multicaster proxy for Axis Camera MJPEGs. | |
| # License: MIT | |
| # Author: Ricky Elrod <[email protected]> | |
| STREAM_URL = 'http://wm161.kicks-ass.net:8080/mjpg/video.mjpg' | |
| require 'em-http-request' | |
| require 'sinatra' | |
| set :server, :thin |
| ################################################################## | |
| # /etc/elasticsearch/elasticsearch.yml | |
| # | |
| # Base configuration for a write heavy cluster | |
| # | |
| # Cluster / Node Basics | |
| cluster.name: logng | |
| # Node can have abritrary attributes we can use for routing |
| var inputbox = $('#bufferInputView' + cb().bid()); | |
| var msg = inputbox.val(); | |
| inputbox.val(""); | |
| var cc = "\u0003"; | |
| var bold = "\u0002"; | |
| var reset = "\u000f"; | |
| var italic = "\u0016"; | |
| var underline = "\u001f"; | |
| cb().say(msg.replace(/&b/g,bold).replace(/&r/g,reset).replace(/&i/g,italic).replace(/&u/g,underline).replace(/&/g,cc)); |
Copyright (c) 2015 Patrick Cloke [email protected]
Unlimited redistribution and modification of this document is allowed provided that the above copyright notice and this permission notice remains intact.
| # | |
| # Comic Chat fixer MITM proxy: fixes Comic Chat to (sort of) work with modern | |
| # IRC servers. Tested with Microsoft Chat 2.5 on Windows XP, 8 and 10 | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, |
Chromium OS is cool. Chromium OS with crouton is cooler. Chromium OS with Docker is even cooler. This is specifically a guide for the Chromebook Pixel 2 (2015), but I can't think of any reason it wouldn't work with other devices.
###Requirements You only need docker installed to use this guide. Meteor, Node and MongoDB will be provided by the docker image.
###Docker Installation Install docker using the instructions for your preferred OS from: https://docs.docker.com/installation/
If you didn't add your user to the docker group you will need to use sudo for all commands.