Search results

  1. G4143

    Express.js

    Do any BH members use Express.js? I'm starting to read over some introductory materials on Express and wonder if this is a good place to post some questions.
  2. G4143

    JavaScript The Language(Not Node.js)

    I'm looking for a good (and hopefully complete) tutorial of the browser based JavaScript language. I'm not looking for how the JavaScript language interfaces with an HTML page but the language proper. Basically objects, arrays, dictionaries, higher level functions, variables, looping constructs...
  3. G4143

    Interrupted Dynamic Type Languages vs Compiled Static Type Languages

    So what do you prefer? I started programming with C and C++ so for the longest time I looked down at dynamic languages. It didn't help reading posts about how dynamic languages are dead or dying and have no real future... I guess these authors never look at the stats associated with JavaScript...
  4. G4143

    The Lowly Constant Qualifier

    I've been programming for several years and for the first few I always discounted the lowly constant qualifier. I would write code similar to this over-simplified C example. int addIt (int x, int y) { return x + y; } Now the above code will produce the correct answers but it isn't as tight...
  5. G4143

    Code Tags

    How do code tags work at BHW?
  6. G4143

    Programming Hack

    Hello Everyone; I'm basically a programming hack(not a hacker but hack) that's had some experience with Linux and in GNU's C and C++ and ASM(32/64bit) and Perl and OCaml . Note: My favourite editor is the Linux based Vim!
Back
Top