- 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
156 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 | June Jun | ||||||||||||||||||||||||||||||||||||||||
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
Created 1 commit in 1 repository
Created 1 repository
-
MatrixFrog/rockstar
JavaScript
This contribution was made on Jun 13
Created a pull request in rust-lang/rust-analyzer that received 1 comment
Add a fix that inserts a missing method
Work in progress! Not ready for review yet. Often I will call a method even though I know it doesn't exist yet, because I'm planning to add that me…
+78
−2
lines changed
•
1
comment
Opened 1 other pull request in 1 repository
RockstarLang/rockstar
1
merged
-
Take out timestamp from YouTube link
This contribution was made on Jun 13
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