| bio | website | |
|---|---|---|
| location | Urbana, IL | |
| age | 21 | |
| visits | member for | 4 years, 9 months |
| seen | May 18 at 7:46 | |
| stats | profile views | 479 |
|
May 15 |
awarded | Good Answer |
|
Jan 20 |
awarded | Nice Answer |
|
Nov 20 |
awarded | Good Question |
|
Aug 9 |
awarded | Yearling |
|
Apr 12 |
awarded | Notable Question |
|
Aug 15 |
awarded | Excavator |
|
Aug 10 |
awarded | Yearling |
|
May 30 |
revised |
How to modify a specified commit? Put the code examples in code blocks. |
|
Feb 23 |
revised |
javascript splice() causes “arrayName.splice() is not a function” error fixed a typo (off by one on the loop's upper bound) |
|
Dec 11 |
awarded | Quorum |
|
Oct 19 |
awarded | Suffrage |
|
Oct 5 |
awarded | Nice Answer |
|
Sep 28 |
awarded | Taxonomist |
|
Aug 26 |
awarded | Nice Question |
|
Aug 17 |
revised |
Why use binary search if there's ternary search? missing apostrophe |
|
Aug 13 |
comment |
Mako or Jinja2? However, I agree that Jinja2 is generally cleaner, more customizable (e.g. you can change the syntax), and in my experience more forgiving regarding Unicode. |
|
Aug 13 |
comment |
Mako or Jinja2? Mako filters are simple - just use any function that you've defined or imported. |
|
Aug 13 |
comment |
Mako or Jinja2? @Jesse: I do not like Jinja2's insistence on (nearly) replicating Python. You can't use any built-in functions, including len and enumerate, unless you pass them in as context variables. And using .__len__ or loop.index0 instead is ugly and unintuitive. |
|
Aug 10 |
awarded | Yearling |
|
Jul 30 |
revised |
coding style: use if/elif/else if each branch returns? typo in the code |