Jump to content
UBot Underground

Hypnos

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Hypnos

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Lets say we have a html table with several rows, each row has 9 cells and we have to scrape the damn thing. Format the data, some values are kept some aren't, and spit out an output table .. a piece of cake you'd say, but there's a catch .. One particular cell (the first cell in each row) hold up to four pieces of information that must be printed in separate columns in the output table. The code sometimes looks like this The six figured code is always at the same place and has the same value (6), so i'm getting it with the substring command. As far the rest go, they would be easy to
  2. Hello, i have problems sorting a list of integers by magnitude, actually the code has to work only with the first 6 digits which is easily accomplished by the javascript toPrecision() method. I had couple ideas how to do it, first using the javascript array.sort() method, using the list as an array. That didn't work so now i'm trying to implement a variant of the bubble sorting algorithm, but i'm a bit stuck ... i don't know how to add items to a desired list position. If someone has a idea, or even better an already made solution, please let me know.
×
×
  • Create New...