felipec

326
reputation
57 views

Registered User

name felipec
member for 1 year
seen 2 days ago
website
location FI
age 27
Mexican software engineer working on Nokia (Maemo), and also open source advocate and contributor.
Nov
30
awarded  Commentator
Nov
30
comment Can Ruby print out time difference (duration) readily?
I spoke too soon; it doesn't work correctly. Should be something like: "#{days} days and #{hours % 24} hours" not "#{days} days and #{hours % days} hours"
Nov
30
comment Can Ruby print out time difference (duration) readily?
Very neat. I love it :D
Nov
16
comment How to unescape html in C
Hmm, I was looking for a library. Your code looks good, but the string handling makes it a bit complicated.
Nov
16
answered How to unescape html in C
Sep
16
awarded  Yearling
Jul
24
comment What is the Difference Between Mercurial and Git?
It is now called 'git gc', but there are different levels of garbage collection, and some levels are executed automatically in recent versions of git.
Jul
16
comment pull/push from multiple remote locations
Oops, there was a mistake... fixed.
Jul
16
revised pull/push from multiple remote locations
Fix typo.
Jul
4
comment How to unescape html in C
No, I mean all the entity references; I've updated the question with a link to them.
Jul
4
revised How to unescape html in C
It was unclear
Jul
4
awarded  Student
Jul
4
asked How to unescape html in C
Jul
2
answered Extending Python with C/C++
Jul
2
comment Having a hard time understanding git-fetch
Yes, exactly, it's meant to be like a cached view of the remote repo that you can update at will.
Jul
2
accepted Having a hard time understanding git-fetch
Jul
1
comment What’s your favorite “programmer” cartoon?
Pretty good :D Where can I find this one?
Jul
1
answered Drawing directly to the screen via GTK or GDK
Jul
1
answered Having a hard time understanding git-fetch
Jun
29
answered C Constants
Jun
29
answered How to build twice the same Linux Kernel sources and get the the same checksum
Jun
29
awarded  Editor
Jun
29
revised How to avoid deadlocks?
added 100 characters in body
Jun
29
awarded  Autobiographer
Jun
29
answered What is the Difference Between Mercurial and Git?
Jun
29
comment What is the Difference Between Mercurial and Git?
git is supported natively in windows, don't spread FUD.
Jun
29
answered Source control vs. Revision Control?
Jun
29
answered How to avoid deadlocks?
Jun
29
answered git Will a commit be garbage collected if it’s refered to by tag but not by branch?