Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ziad-saab
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
by
ziad-saab
10y ago
You can also write: a = 1 > 0 ? "Yay" : "Nay"
2.
▲
by
ziad-saab
11y ago
When the same thing happened to me, it turned out I had a `ReferenceError` higher up in the code. Tonicdev notebook will stop evaluating code as soon as an error occurs, like any regular JavaScript program would. Even though your code block
3.
▲
by
ziad-saab
11y ago
One of my favourite ones: public static function encryptPassword($password) { return strrev(sha1(strtolower($password)).sha1(strtoupper($password))); }
4.
▲
Different password encryption implementations
(github.com)
2 points
by
ziad-saab
11y ago
|
1 comments