Viewing profile — lengads
lengads
HN member- Joined
- Wed, Jan 23, 2013, 6:10 PM UTC
- HN karma
- 190
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About lengads
No profile information was provided.
Recent public activity
-
comment
Comment #7956533
Here, for example, is the implementation of `atom` (I think): /(atom /{ /\[\S\+\]/{ s/.*/[]/ bpop_context } s/.*/t/ bpop_context }
- comment
-
comment
Comment #7542709
I quite like the idea of calling one's workplace a ship. I'll take that expression on board, sea if it floats.
-
comment
Comment #7476774
"[TODO: Too tired to complete the docs. If you feel like contributing, please take a look at the routers and send a pull-request.]" I approve of this kind of API documentation.
- story
-
comment
Comment #7186453
Is that to say that you.. wait, what are you doing?
-
comment
Comment #6653791
London, UK - CrowdScores http://crowdscores.co.uk - Full stack developer (Python, Javascript) We would love you to join our small team of passionate hackers to help use crowdsourci…
- story
-
comment
Comment #6559407
jrnkntl notes above that this update is not available for Mac or Linux.
-
comment
Comment #6476060
London, UK - FULLTIME INTERN (REMOTE OKAY) CrowdScores: https://crowdscores.co.uk/jobs/ Do you live and breathe the world of football? Know what makes a good story? Do you enjoy bu…
-
comment
Comment #6475726
London, UK - FULLTIME INTERN (REMOTE OKAY) CrowdScores: https://crowdscores.co.uk/jobs/ Do you live and breathe the world of football? Know what makes a good story? Do you enjoy bu…
- story
-
comment
Comment #5187636
re.findall() returns all non-overlapping matches. We need to use a positive lookahead on the third part of the pattern to stop it from consuming the non-character: re.findall(r"[^a…