Skip to content

Instantly share code, notes, and snippets.

//////////////////////////////////////////////////////////////////////////
// Auto-generated by RAD
//////////////////////////////////////////////////////////////////////////
#include <WProgram.h>
#include <SoftwareSerial.h>
//////////////////////////////////////////////////////////////////////////
// plugin directives
//////////////////////////////////////////////////////////////////////////
iMac:hello_world development$ rake make:upload
(in /Users/development/Documents/Arduino/hello_world)
/Users/development/Documents/Arduino/hello_world/vendor/rad/init.rb:8: warning: already initialized constant PLUGIN_C_VAR_TYPES
rm /Users/development/Documents/Arduino/hello_world/hello_world/core.a
rm /Users/development/Documents/Arduino/hello_world/hello_world/hello_world.elf
rm /Users/development/Documents/Arduino/hello_world/hello_world/hello_world.hex
rm /Users/development/Documents/Arduino/hello_world/hello_world/Makefile
1 of 14 plugins are being loaded: blink.rb
cd /Users/development/Documents/Arduino/hello_world/hello_world; make depend; make
if grep '^# DO NOT DELETE' Makefile >/dev/null; \
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#form_div').submit(function() {
var inputs = [];
$(':input', this).each(function() {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#form_div').submit(function() {
var inputs = [];
$(':input', this).each(function() {
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names
[2009-06-21: REVISION 1505]
[INFO] Snow Leopard users see: http://ticket.macromates.com/show?ticket_id=0FDE7076 for command-left/right workaround.
[FIXED] TextMate.app_path (ruby API) should now work on Tiger, same with Dialog 2.
[FIXED] Change some code to avoid deprecation warnings in Console.
[CHANGED] It is now possible to toggle file type (binary/text) for files without extension (the setting applies to files of same name).
./script/console
Loading development environment (Rails 2.3.2)
Notice: unable to load config/memcache_config, failing back to mem_cache_store
Reason: no such file to load -- /Users/chimp/Desktop/chimp/config/memcache_config
/Users/mwilliams/Desktop/app/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection':RuntimeError: Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (no such file to load -- pg)
/Users/mwilliams/Desktop/app/vendor/rails/activesupport/lib/active_support/dependencies.rb:417:in `load_missing_constant':ArgumentError: Object is not missing constant OpenIdAuthentication!
>>
;; mwilliams.el
;; ------------
;; My custom Emacs settings
;; Load my path
(setenv "PATH" (concat (getenv "PATH") ":/usr/local/bin"))
(setq exec-path (append exec-path '("/usr/local/bin")))
;; Load my shell (defined in ~/bin/eshell so zsh properly loads
;; and all the theming works correctly
;; Color themes
(add-to-list 'load-path "/vendor/color-theme-6.6.0/")
(add-to-list 'load-path "/vendor/twilight-emacs/")
(require 'color-theme)
(require 'color-theme-twilight)
(color-theme-twilight)
;; Color themes
(add-to-list 'load-path "~/.emacs.d/vendor/color-theme-6.6.0")
(require 'color-theme)