Jump to content

Resix

Active Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Resix

  1. Hi!

    I just took a course in Java programming at University, and at the same time we discussed the sorting algorithms in Math, Big O, Small O and so on, for all Mathematicians out there. ;)

    I think your assignment is to Write a sorting algorithm without using already implemented functions.

    I'd say, try to program one of the easier sorting algorithms, you can find tutorials on them out there as well.

    I'd recommend looking at wikipedia, they usually have pseudocode aswell.

    Hmmm if you need help programming the stuff, just send me a pm or write it in here.

    I'm glad to help ;)

    PS: Sorting is always an algorithm of some sort to be precise.

  2. Coding challenge number 2:

    The stockmarket crysis (pseudo-) prophecy.

    Write a program or piece of code that:

    1. Takes an initial Value of a Stock.

    2. Takes the aimed value of the Stock

    and predicts the time it will take for the stock to rise to your desired value.

    The program should do many of these calculations (100) , and give you an average value of how many days to expect.

    Now for the rules:

    The Percent in- or de-crease cannot just be random e.g. +10, 2, -13 +5, +6, -24.

    These must be "weighted". Think gaussian curves and probability.

    The program must make use of modern pc hardware: multiple cores or multiple threads.

    The program can be written in ANY language, even in assembler if you want or can.

    The most efficient program wins. Meaning the program that can return an average value of 100 calculations the fastest and most efficient, and fulfills all of the above, wins.

    It seems this program is already out in the wild and being used by many brokers, but it's probably shareware and +1000$, otherwise I can't explain the current situation on the markets.

    Pseudo because, of course we know stock markets seem random but they actually react to events in the industry and in politics and so on, this program will never give you a reliable source of information for your portfolio.

    Hope this was understandable.

    Should be interesting. :D

  3. I already have an Idea for the next challenge which should be doable in all languages.

    Oh and maybe at the end of the contest the winner of the challenge could post their compiled piece of software cuz not everbody has a c++ compiler or an assembler or knows how to use them.

  4. WHAT THE FUCK PEOPLE IN THE IRC WERE HATING ON JAVA. JESUS FUCKING CHRIST WHAT A BUNCH OF WANKERS. JAVA ROCKS!

    ALSO WHO THE HELL IS MATT?

    I actually have to aggree with Deags (even though I wouldn't use that language)

    I also think that Java is a great programming language, especially for the typical beginner in programming.

    And it gives a solid basis of knowledge to start learning other languages that do the job better than java.

    Depending on the application.

    I really would like to learn python, but I keep sticking with Java, simply cause I know how to work with it.

    Not because I love it, but because the stuff I make does the job right, and writing it in other languages would simply take to long for me to finish a project.

  5. Ok so I read that people don't know what to with their clusters.

    Well maybe there are people that do have decent applications, but don't have a cluster to run them on.

    How about making some of your clusters accessible in some way, request system or something, to have people use your cluster?

    Just a thought...

  6. erase the startup config and reload the device should put you at square one with no configuration.

    I don't think you read my post.

    I can't get access to the machine, over the network.

    It is configured in some way I don't know. It doesn't dhcp like it should in a standard way, and the adress it responds to is unknown.

  7. Thanks for your Helpful info!

    Do you know is there any possibility to reset the machine to default values?

    Currently it has some unknown configurations on it, tried finding the adress with nmap but couldn't find anything.

    Maybe there's a switch inside the box?

    the documentation only shows the possibility via the serial bus,

    and the adapter and cable was not in the box. -.-''

    Thx again for your answer!

  8. I've got an old Pix firewall lying around at home,

    any posibilities of flashing it with new OS or something?

    I want to set up a firewall anyways for a DMZ,

    think the PIX will do a fine job there,

    but maybe there's more stuff or better homebrew software for it.

    If anyone's got any info pls share. Thx

  9. Last episode got me thinking of the memory dumping again.

    I wanted to try the stuff out myself but I shortly noticed, firstofall my ram file is 2 gig's in size, and actually in the field when trying to actually harvest data I'm not going to have alot of time to drag my files around and copy and so on.

    Well came to my mind, I still have this iPod 4Gen lying around with 40 Gig's of Space. (Now this will probably work with all usb sticks or devices with read write access, and iPod's probably not the best because of the drivers taking forever to load on windows.)

    I copied win32dd to my iPod's directory.

    Then I made a small little batch file that said:

    win32dd.exe -r %COMPUTERNAME%.dmp

    Save close. Double Click....

    Works! :D

    Off to next PC, and the files will already have the PC names in them for easy remembering which pc you memdumped from.

    I'm thinking of different ways, maybe even more silent to do this!

    til'then!

    Peace

  10. I just tried installing on an wrt54G and everything worked until the install of Interceptor but that failed.

    Says: *Packages were found but none compatible with the architectures configured

    Maybe some help from digininja? ;)

    It uses a Broadcom chip maybe that's the problem. But there should be a simple sollution

    Cya!

×
×
  • Create New...