Skip to content

Instantly share code, notes, and snippets.

dsafsdfasdfdas
Sunday:
- Ignite RailsConf
Monday:
- Hallway track (no training sessions on my ticket...)
Tuesday:
- DHH Keynote
- Michael Feathers Keynote
- Building an API with Rails
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(mumamo-background-chunk-major ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode1 ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode2 ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode3 ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode4 ((((class color) (min-colors 88) (background dark)) nil))))
#include <Ethernet.h>
#include "Dhcp.h"
#include <string.h>
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
byte server[] = { 208, 97, 167, 189 }; // Google
char code[10];
int val = 0;
boolean ipAcquired = false;
#include <Ethernet.h>
#include "Dhcp.h"
#include <string.h>
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
byte server[] = { 208, 97, 167, 189 }; // Google
boolean ipAcquired = false;
#include <Ethernet.h>
#include "Dhcp.h"
#include <string.h>
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
byte server[] = { 10, 10, 10, 149 }; // Local Rails App
boolean ipAcquired = false;
int val = 0;
char code[10];
int bytesread = 0;
ld: warning: in /usr/local/lib/libiconv.dylib, file is not of required architecture
Undefined symbols:
"_libiconv_close", referenced from:
_close_iconv in encodings.o
_iconv_convert_string in util.o
_iconv_convert_string in util.o
"_libiconv", referenced from:
_cjk2unicode in encodings.o
_iconv_convert_string in util.o
"_libiconv_open", referenced from:
(global-set-key [(tab)] 'smart-tab)
(defun smart-tab ()
"This smart tab is minibuffer compliant: it acts as usual in
the minibuffer. Else, if mark is active, indents region. Else if
point is at the end of a symbol, expands it. Else indents the
current line."
(interactive)
(if (minibufferp)
(unless (minibuffer-complete)
(dabbrev-expand nil))
➜ ~ rvm install macruby-head --trace --enable-llvm
install macruby-head --trace --enable-llvm
rvm 0.0.99 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]
+__rvm_parse_args:330> [[ -z install ]]
+__rvm_parse_args:331> [[ ! -z '' ]]
+__rvm_parse_args:331> [[ ! -z '' ]]
+__rvm_parse_args:3> [[ 1 -gt 0 ]]
+__rvm_parse_args:4> rvm_token=--enable-llvm
Welcome to the Emacs shell
~ $ which ruby
/usr/bin/ruby