Viewing profile — ichramm
ichramm
HN member- Joined
- Fri, Nov 05, 2010, 5:24 PM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About ichramm
I like to make things, specially software.
Recent public activity
-
comment
Comment #8913245
I'll go with number 4
-
comment
Comment #2195593
That's the problem of java developers, they dont use the bitwise operations: if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)
-
comment
Comment #1874025
I really like the __attribute__ mechanism that GCC has, something covering that will be really nice.