Live data from Hacker News

Viewing profile — ziad-saab

ziad-saab

HN member
Joined
Mon, Jun 22, 2015, 2:55 PM UTC
HN karma
8
Public activity
4 items

About ziad-saab

No profile information was provided.

Recent public activity

  1. comment
    Comment #13027532

    You can also write: a = 1 > 0 ? "Yay" : "Nay"

  2. comment
    Comment #10312743

    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 r…

  3. comment
    Comment #10095283

    One of my favourite ones: public static function encryptPassword($password) { return strrev(sha1(strtolower($password)).sha1(strtoupper($password))); }

  4. story