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
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
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
"pool-2-thread-1" prio=5 tid=7fe01b96b000 nid=0x114b4e000 waiting on condition [114b4d000] | |
java.lang.Thread.State: TIMED_WAITING (parking) | |
at sun.misc.Unsafe.park(Native Method) | |
- parking to wait for <7f42b05c0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025) | |
at java.util.concurrent.DelayQueue.take(DelayQueue.java:164) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) |
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 com.twitter.sample | |
import com.twitter.conversions.time._ | |
import com.twitter.finagle.builder.{ServerBuilder, Server} | |
import com.twitter.finagle.thrift.ThriftServerFramedCodec | |
import com.twitter.sample.thrift._ | |
import com.twitter.util.Future | |
import java.net.InetSocketAddress | |
import org.apache.thrift.protocol.TBinaryProtocol |
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
/* | |
Copyright 2012 Twitter, Inc. | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
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
The demand for developers & administrators here in San Francisco and across the country continues to increase while the supply of viable candidates for these positions grows at a much slower rate. This leaves a void in the market forcing companies to offer aggressive salaries, generous compensations packages and unusual opportunities to secure talented developers. I came across your profile and based on your previous experience, I thought you would be a great fit for a position I am currently working to fill. | |
If you are happy at your job or work at a company that is one of my clients now this e-mail is not intended specifically to recruit you but to get the word out about my service, update you on market conditions and possibly generate a referral or future engagement. | |
I am one of the senior members on a team of technical recruiters here in San Francisco that places developer/sys admins with skills in Java, Linux, PHP, Ruby, MySQL, and Javascript. | |
I am currently working on filling a few extremely urgent rol |
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
[~/workspace/birdcage (_parrot/features/smfd_submit_branch_)]$ git checkout parrot/features/smfd | |
Switched to branch 'parrot/features/smfd' | |
[~/workspace/birdcage (parrot/features/smfd)]$ git branch -D _parrot/features/smfd_submit_branch_ | |
Deleted branch _parrot/features/smfd_submit_branch_ (was 9f220ee). | |
[~/workspace/birdcage (parrot/features/smfd)]$ ./bin/git-review submit | |
Merging your branch to master. | |
Branch _parrot/features/smfd_submit_branch_ set up to track remote branch master from origin. | |
Switched to a new branch '_parrot/features/smfd_submit_branch_' | |
From http://git.twitter.biz/birdcage | |
* branch master -> FETCH_HEAD |
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
[~/workspace/birdcage/parrot (parrot/feature/api_unification)]$ sudo easy_install-2.6 distribute | |
Searching for distribute | |
Reading http://pypi.python.org/simple/distribute/ | |
Reading http://packages.python.org/distribute | |
Best match: distribute 0.6.21 | |
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz#md5=f783444754861f9b33e9f4083bd97b60 | |
Processing distribute-0.6.21.tar.gz | |
Running distribute-0.6.21/setup.py -q bdist_egg --dist-dir /tmp/easy_install-oYaxxq/distribute-0.6.21/egg-dist-tmp-VKua1s | |
Before install bootstrap. | |
Scanning installed packages |