- San Francisco, CA
- @tbreisacher
Popular repositories Loading
-
-
codereview-color-diffs
codereview-color-diffs PublicAutomatically exported from code.google.com/p/codereview-color-diffs
-
XkcdViewer
XkcdViewer PublicForked from tcoxon/XkcdViewer
Android app to view XKCD comics (including hover text). See the Downloads tab for an installable Android application package (.apk).
Java 2
151 contributions in the last year
Day of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
June 2025
Reviewed 1 pull request in 1 repository
salsa-rs/salsa
1 pull request
-
Add calc example to Cargo.toml so it's easy to run
This contribution was made on Jun 2
Created an issue in rust-lang/rust that received 1 comment
compiler makes a suggestion that doesn't actually work (moving a statement outside a loop)
Code use std::collections::HashMap; fn main() { let name = String::from("foo"); let mut maps = Vec::<HashMap<String, String>>::new(); for m in maps.i…
1
comment