- Setup progress
- Indicate when a player is done
- Global progress
- Battlestar!
- Image describing step
- Pieces associated with steps
- Character/color/faction, when selected, annotates the player name
- Setup steps that vary with number of players
- Scenarios
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
Residential Infill Project E-UPDATE, December 13, 2016 | |
We are sending this e-update as a courtesy to anyone who has provided us with an e-mail address when they signed up for the project mailing list. Project staff will continue to send e-updates periodically throughout the planning process. We hope this will be an easy way to keep you informed and provide you with a convenient way to pass on information about the project to others who may be interested. | |
What is this project about? | |
In response to community concerns about demolitions and the scale of new homes, as well as the supply of housing in Portland, the Residential Infill Project is exploring ways to adapt Portland’s single-dwelling zoning rules to meet the needs of current and future generations. The project addresses three topic areas: scale of houses, housing choice, and narrow lot development. For more information visit the project website at: www.portlandoregon.gov/bps/infill | |
With some fine-tuning, City Council approves Residential Infill Pro |
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
package main | |
import ( | |
"fmt" | |
"strings" | |
"github.com/PuerkitoBio/goquery" | |
) | |
func main() { | |
doc, _ := goquery.NewDocument("http://www.gpsdsoccer.com/teams/81495074/57845445-81495140/TEAM.html") |
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
tail -n 131 ballot.csv | sed -e s/\"[^\"]*\"\,//g | sed -e s/\"//g | tr ';' \\n | sort | uniq -c | sort > ballot-counts.txt |
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
[rust] whsky:ralph-libuv-tasks rust run server.rs | |
server.rs:19:16: 19:21 error: mismatched types: expected `&mut ~[<V37>]` but found `~[u8]` (expected &-ptr but found vector) | |
server.rs:19 vec::push(bytes, byte as u8); | |
^~~~~ | |
error: aborting due to previous error | |
rust: task failed at 'explicit failure', /Users/ralph/_code/rust-0.6/src/libsyntax/diagnostic.rs:99 | |
rust: task failed at 'explicit failure', /Users/ralph/_code/rust-0.6/src/librustc/rustc.rc:357 | |
rust: domain main @0x7fb88200c210 root task failed |
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
http://steamcommunity.com/dev | |
https://developer.valvesoftware.com/wiki/Steam_Web_API#GetGlobalAchievementPercentagesForApp_.28v0001.29 | |
http://koraktor.de/steam-condenser/ | |
https://github.com/koraktor/steam-condenser-ruby |
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/sh | |
# Refuse to commit files with the string NOCOMMIT, debugger, or merge markers present. | |
# | |
files=$(git diff-index --name-status --cached HEAD | grep -v ^D | cut -c3-) | |
if [ "$files" != "" ] | |
then | |
for f in $files | |
do |
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
#!/usr/bin/env sh | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2324912/hack.sh | sh | |
# | |
echo "Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)" | |
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 |
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
load File.dirname(__FILE__) + '/.railsrc' if $0 == 'irb' && ENV['RAILS_ENV'] |
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
Full Plugin List Deployed in Rails applications monitored by New Relic, September 2011 | |
Count Plugin Name | |
------------------- | |
2040 rpm | |
1534 newrelic_rpm | |
1268 acts_as_list | |
1186 paperclip | |
1130 will_paginate | |
1068 exception_notification |
NewerOlder