Live data from Hacker News

Viewing profile — fghfg

fghfg

HN member
Joined
Sat, Jun 22, 2013, 1:47 AM UTC
HN karma
3
Public activity
1 items

About fghfg

No profile information was provided.

Recent public activity

  1. comment
    Comment #5922206

    // Parse tags string. // Example: // "tag1, tag2" => {"tag1", "tag2"} // "tag1, very long tag" => {"tag1", "very long"} string[] NewTags(string tags_string) { //Allow only letters,…