Date: Every Thursday, from Thursday, January 5, 2012 to no end date Time: 10:00 am, Central Standard Time (Chicago, GMT-06:00) Meeting Number: 336 439 792 Meeting Password: (This meeting does not require a password.)
This file contains hidden or 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
| class Rack::ProcTitle | |
| F = ::File | |
| PROGNAME = F.basename($0) | |
| def initialize(app) | |
| @app = app | |
| @appname = Dir.pwd.split('/').reverse. | |
| find { |name| name !~ /^(\d+|current|releases)$/ } || PROGNAME | |
| @requests = 0 | |
| $0 = "#{PROGNAME} [#{@appname}] init ..." |
This file contains hidden or 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
| # instant.rake | |
| # Rake rules for compiling and running trivial Java programs | |
| # | |
| # Usage: rake com.example.MonkeyShines | |
| # Source goes under ./src | |
| # Classes end up under ./target | |
| require 'rake/clean' | |
| libs = FileList["lib/*"] |
This file contains hidden or 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
| import hudson.Launcher; | |
| import hudson.Extension; | |
| import hudson.util.FormValidation; | |
| import hudson.model.AbstractBuild; | |
| import hudson.model.BuildListener; | |
| import hudson.model.AbstractProject; | |
| import hudson.tasks.Builder; | |
| import hudson.tasks.BuildStepDescriptor; | |
| import net.sf.json.JSONObject; | |
| import org.kohsuke.stapler.DataBoundConstructor; |
This file contains hidden or 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 ruby | |
| status = DATA.flock(File::LOCK_EX | File::LOCK_NB) | |
| if status == 0 | |
| puts "we have the lock..." | |
| sleep | |
| else |
This file contains hidden or 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
| sudo launchctl unload /System/Library/LaunchDaemons/com.apple.racoon.plist | |
| sudo launchctl load /System/Library/LaunchDaemons/com.apple.racoon.plist |
This file contains hidden or 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
| 5 min: | |
| ~ Objective-C + Rails: Communicating with Rails from iOS / Mac OS | |
| Dan Hassin | |
| 1 min: | |
| ~ Painless Javascript | |
| koting hatduklgg | |
| with wind tunnel | |
| 5 min: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
This file contains hidden or 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
| joined #topic-forms, and invited @machty | |
| locks [11:05 AM] | |
| thar you go | |
| machty [11:06 AM] | |
| thank you! | |
| [11:07] | |
| @samselikoff @cowboyd |
OlderNewer
