Scott

493
reputation
91 views

Registered User

name Scott
member for 1 year
seen 10 hours ago
website
location Santa Clarita, California, US
age
Nov
21
comment How do I launch the email app with the “to” field pre-filled?
What did you use the final keyword? Does that result in some sort of optimization I'm unaware of?
Nov
17
answered History not saving
Nov
17
asked History not saving
Oct
28
comment Is it possible to change headers on an S3 object without downloading the entire object.
Does it do the copy in-place, or do you need to pull it to your machine and push it back to S3?
Oct
22
awarded  Civic Duty
Oct
18
answered Ruby On Rails Master-Slave Postrgres Databases
Oct
17
answered How do you skip parts of an Activity stack when returning results in Android?
Oct
8
comment Specifying the relative dimension of views in a layout based on device screen width/height
From the android docs: developer.android.com/guide/topics/… Look for the weight explanation under the LinearLayout section.
Oct
7
answered How can I check whether a parameter isa Symbol?
Oct
4
answered Edit application database in android
Sep
23
comment How do I access android:label for an Activity
Perfect! Exactly what I needed. Thanks!
Sep
22
comment How do I access android:label for an Activity
IconListActivity is an activity I'm writing while teaching myself Android programming.
Sep
22
asked How do I access android:label for an Activity
Sep
16
awarded  Yearling
Aug
21
comment How can I zip/tar files on S3 without first copying them to the server?
This is because transfers between S3 and EC2 are free.
Aug
13
answered Use local Git repository with a master Subversion repository.
Aug
13
answered How to get rid of non-ascii characters in ruby
Jul
30
answered How can I make this massive Ruby if/elsif statement more compact and cleaner?
Jul
27
accepted git status takes a long time to complete
Jul
26
answered git status takes a long time to complete
Jul
24
comment Recover dropped stash in git
Just saved my butt too! Thanks!
Jul
23
comment Do I need a server to use git?
Your question is a bit vague. If you could provide your ideal workflow we may be better able to answer your question.
Jul
23
answered How do I store an instance variable across multiple actions in a controller?
Jul
23
comment How do I store an instance variable across multiple actions in a controller?
Cache is a good idea, but I don't think the flash method will work if you have multiple web servers.
Jul
22
comment In git, how can I get the diff between all the commits that occured between two dates?
You should make this your chosen answer so seth gets some karma.
Jul
21
answered Make recommendations on building (or setting up) an RRD Tool based web app for website monitoring that is simpler than Cacti?
Jul
16
comment When is a Ruby class not that Ruby class?
Is MysqlError being monkey-patched before the gem is loaded?
Jul
14
accepted Rsync help
Jul
13
answered Rsync help
Jul
11
answered Ruby: Create A Gzipped Tar Archive
Jun
27
answered What is a better way to check for a nil object before calling a method on it?