So you can be an op, you need to register, you can do that by running this command:
/msg nickserv register your_password your_email_address
To become an operator on #arlingtonruby:
/msg chanserv op #arlingtonruby
To make someone an op:
foo://username:password@example.com:8042/over/there/index.dtb?type=animal&name=narwhal#nose | |
\_/ \_______________/ \_________/ \__/ \___/ \_/ \______________________/ \__/ | |
| | | | | | | | | |
| userinfo host port | | query fragment | |
| \________________________________/\_____________|____|/ \__/ \__/ | |
scheme | | | | | | | |
name authority | | | | | | |
| path | | interpretable as keys | |
| | | | |
| \_______________________________________________|____|/ \____/ \_____/ |
#!/bin/sh | |
tm() { | |
if [ -z $1 ]; then | |
tmux switch-client -l | |
else | |
if [ -z "$TMUX" ]; then | |
tmux new-session -As $1 | |
else | |
if ! tmux has-session -t $1 2>/dev/null; then | |
TMUX= tmux new-session -ds $1 |
ruby-2.0.0-p353 |
require 'spec_helper' | |
describe SimplySettings do | |
before do | |
Rails.cache.clear | |
end | |
subject(:settings) { SimplySettings } |
#!/usr/bin/env ruby | |
# A simply utility to show character counts for each line of input and | |
# highlight lines longer than 80 characters. | |
# | |
# Written as an example for http://jstorimer.com/2011/12/12/writing-ruby-scripts-that-respect-pipelines.html | |
# | |
# Examples: | |
# | |
# $ hilong Gemfile |
#!/usr/bin/env ruby | |
input = "%clipboard" | |
subs = { | |
" " => " ", | |
"a" => "ɐ", | |
"b" => "q", | |
"c" => "ɔ", | |
"d" => "p", | |
"e" => "ǝ", |
Good afternoon fellow space travelers, thanks for coming along on this mission. We still have about a week | |
before we arrive at New Zlorpia, so please return your stasis tubes to their original upright position and | |
prepare for your mission briefing. | |
We are going to be negotiating a trade agreement with the Zlorpians for their supply of Farkle seeds. They | |
have a much different way of counting than we do, and I'm concerned that if we don't have a good way to | |
work with their number system, we'll be at a disadvantage in negotiations. Let me explain: | |
The zlorpians have a single arm that comes out of their forehead, with a hand that has 3 fingers. As a | |
result, our base-10 way of counting (based on our ten fingers) is as alien to them as their way is to us. |
So you can be an op, you need to register, you can do that by running this command:
/msg nickserv register your_password your_email_address
To become an operator on #arlingtonruby:
/msg chanserv op #arlingtonruby
To make someone an op:
# No flash messages are set with this controller. | |
# | |
# This is a fairly basic / bare controller which does only the basic CRUD. | |
class BooksController < ApplicationController | |
respond_to :html, :xml, :json | |
before_action :set_book, only: [:show, :edit, :update, :destroy] | |
def index | |
respond_with @books = Book.all |
Date: [[Date of Document]] Between [Our Company] and [Your Company]
We’re not big on formality, but sometimes it’s best to have a few simple things written down so that we’re all on the same page. In this contract you won’t find complicated legal terms or large passages of unreadable text. We have no desire to trick you into signing something that you might later regret. We do want what’s best for the safety of both parties, now and in the future.