- Ting
- Uses AT&T and T-Mobile networks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this is a comment | |
TESt t = new Test(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin bash | |
echo this is a test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NameError: method 'indexes' not defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter | |
from org/jruby/RubyModule.java:2317:in `remove_method' | |
from /home/tom/.rvm/gems/jruby-1.6.7.2/gems/schema_plus-0.3.4/lib/schema_plus/active_record/connection_adapters/postgresql_adapter.r | |
b:52:in `included' | |
from org/jruby/RubyModule.java:2277:in `module_eval' | |
from /home/tom/.rvm/gems/jruby-1.6.7.2/gems/schema_plus-0.3.4/lib/schema_plus/active_record/connection_adapters/postgresql_adapter.r | |
b:51:in `included' | |
from org/jruby/RubyModule.java:2118:in `include' | |
from org/jruby/RubyBasicObject.java:1704:in `__send__' | |
from org/jruby/RubyKernel.java:2101:in `send' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun numlist-to-string (lst) | |
(when lst | |
(concatenate 'string | |
(write-to-string (car lst)) (numlist-to-string (cdr lst))))) | |
; Convert a list of numbers into a number | |
; (list 1 2 3 4) => 1234 | |
(parse-integer (numlist-to-string (list 1 2 3 4))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LogLevel warn | |
MaxLogSize 0 | |
Port 631 | |
Listen /var/run/cups/cups.sock | |
Browsing On | |
BrowseOrder allow,deny | |
BrowseRemoteProtocols | |
BrowseAddress @LOCAL | |
BrowseAllow all | |
BrowseLocalProtocols CUPS dnssd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'socket' | |
module CowSay | |
class Server | |
def initialize(port) | |
# Create the underlying socket server | |
@server = TCPServer.new(port) | |
puts "Listening on port #{@server.local_address.ip_port}" | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'socket' | |
module CowSay | |
class Client | |
class << self | |
attr_accessor :host, :port | |
end | |
# Convert our arguments into a document that we can send to the cowsay | |
#>server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'socket' | |
module CowSay | |
class Server | |
def initialize(port) | |
# Create the underlying socket server | |
@server = TCPServer.new(port) | |
puts "Listening on port #{@server.local_address.ip_port}" | |
end |
I hereby claim:
- I am tompurl on github.
- I am tompurl (https://keybase.io/tompurl) on keybase.
- I have a public key ASAFyOzoqHkkOZ6V6d1L5M1E9XZn3eZjPehfbaitpnlMyAo
To claim this, I am signing this object:
OlderNewer