Slashdot Mirror


User: sumin+k'adra

sumin+k'adra's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:Sounds familar... on Mozilla Extending Javascript? · · Score: 1

    the point still stands that you have to type out 'x.childNodes[i]' instead of e.g. 'y'. But yes, thanks for the tip : )

  2. Re:Sounds familar... on Mozilla Extending Javascript? · · Score: 2, Insightful

    Uh, wow. Ever heard of domain? Let's see you get ANY php to run in ANY browser : P

    lmao

    More to the point foreach is great ... it reduces the need to do things like redeclaring variables just to be used in a for loop:

    so instead of:

    var y = x.childNodes;
    for(var i=0; iy.length; i++){
    do something with y[i]
    }

    i could just do

    foreach(x.childnodes as y){
    do something with y
    }

    So getting back to the point ... why is this a Bad Thing? of course other than the fact that I can only use it in one non-existant browser : )

    Peace,
    sk

  3. Re:OS included? on Free Software on a Cheap Computer · · Score: 2, Insightful

    AFAIK, fink has packages for KDE, ie you can run KDE on top of OS X ... same goes for Gnome and a couple other window managers http://fink.sourceforge.net/pdb/search.php?summary =kde

  4. Re:Prime95, as the overclockers use. on Easy, Fast, Cheap Way to Generate CPU Load? · · Score: 1

    It also allows you to tune the stress test to specifically generate heat--as I believe the dude was asking for in the first place.

  5. And the #2 "BEST FIREFOX HACK" on Firefox Hacks · · Score: 0, Flamebait

    `killall -9 firefox-bin`

    fucker