Setting up Clutch for Transmission (21)


    May 18th, 2008 | Tags: , , , | Posted in Guides, Programming: Java, Tech

    Setting up Clutch for Transmission on fonz’s fun_plug 0.5 is rather straight forward. You would need to know your TRANSMISSION_HOME folder. It would most likely be either “/mnt/HD_a2/.transmission” or “/mnt/HD_a4/.transmission”. If you are using DNS-313, most likely you will be using the latter.

    Downloading the required files
    Telnet to your NAS and execute the following commands
    Read the rest of this entry »

    Coding Fenzy (-)


    February 9th, 2007 | Posted in Programming: Java

    EJBprogramming.jpg
    My hardware setup for coding these few days.

    Been doing that for programming in school. Dual screen is good for checking codes and output at the same time. Or cross reference to other source codes. Ah, hopefully my favourite place wont be taken!

    CS2103 Project (-)


    October 28th, 2006 | Posted in Programming: Java

    Ahhh, spent this week doing the project. Just the User Interface part. *loL* Weikun did all those applications packages. Result? An operating software! *loL*

    Read the rest of this entry »

    Sorting Pancakes, Flipping Roti Pratas (-)


    February 25th, 2006 | Posted in Programming: Java

    Received an interesting question for labwork, something that is built on Pancake sorting. Well, of cos there are different outputs, the one that has the least flip, selection sort of flip, selection sort with ignore type of flip (ignore as in not flipping those pratas already in place).

    Limitations has been imposed on the lab, that is only Stacks are to be used. No arrays for storage and sorting. Seems like the lab is getting more interesting. Based on the specifications of the program. It seems to be O(lg n) efficient, as it tries every of the prata once in worst case scenario.

    Some running result

    1 9 2 8 3 7 4 6 5
    1 2 3 4 5 6 7 8 9
    8 1 4 2 4 3 5 4 5 5 6 1 3 9 1 8 9 1 11 10 3 1 0

    Debug mode on

    1 9 2 8 3 7 4 6 5
    flipped: 8
    current stack: 9 1 2 8 3 7 4 6 5
    flipped: 1
    current stack: 5 6 4 7 3 8 2 1 9
    flipped: 4
    current stack: 8 3 7 4 6 5 2 1 9
    flipped: 2
    current stack: 1 2 5 6 4 7 3 8 9
    flipped: 4
    current stack: 7 4 6 5 2 1 3 8 9
    flipped: 3
    current stack: 3 1 2 5 6 4 7 8 9
    flipped: 5
    current stack: 6 5 2 1 3 4 7 8 9
    flipped: 4
    current stack: 4 3 1 2 5 6 7 8 9
    flipped: 5
    current stack: 5 2 1 3 4 6 7 8 9
    flipped: 5 (same as previous flip, can be removed with prev flip)
    current stack: 4 3 1 2 5 6 7 8 9
    flipped: 6
    current stack: 2 1 3 4 5 6 7 8 9
    flipped: 1
    current stack: 9 8 7 6 5 4 3 1 2
    flipped: 3
    current stack: 3 4 5 6 7 8 9 1 2
    flipped: 9
    current stack: 3 4 5 6 7 8 9 1 2
    flipped: 1
    current stack: 2 1 9 8 7 6 5 4 3
    flipped: 8
    current stack: 1 2 9 8 7 6 5 4 3
    flipped: 9
    current stack: 1 2 9 8 7 6 5 4 3
    flipped: 1
    current stack: 3 4 5 6 7 8 9 2 1
    flipped: 11
    current stack: 3 4 5 6 7 8 9 2 1
    flipped: 10
    current stack: 3 4 5 6 7 8 9 2 1
    flipped: 3
    current stack: 9 8 7 6 5 4 3 2 1
    flipped: 1
    current stack: 1 2 3 4 5 6 7 8 9
    1 2 3 4 5 6 7 8 9
    8 1 4 2 4 3 5 4 5 5 6 1 3 9 1 8 9 1 11 10 3 1 0

    The lab question: view it!

    CS1101z – Term Test #2 (-)


    November 2nd, 2005 | Posted in Programming: Java

    Another theory based paper. Lots of careless mistakes. I’m so dumb. It is pretty dumb to commit the mistakes. Sigh. Guess I had always aimed to get good grades for this mod. More hope = more sadness when you fail to achieve it.

    Sigh. Nothing much I can do, just wait for the results to be released then.

    Creative Lab: buy low, buy lower (-)


    October 14th, 2005 | Posted in Programming: Java

    After a few days of writing this algorithm. Finally it is fast (can be faster). Again, still find that this particular lab is difficult. Maybe that is why it is ranked as “Challenger” and this lab is not graded. Oh well. Shouldn’t be selfish and insist that this lab should be marked.

    And it is able to run 20,000 data set in 3 secs. That is on the benchmarking system, sunfire.

    Read the rest of this entry »


    RSS Feeds




    Treat shadowandy!


    Like to treat shadowandy a cup of Starbucks?

    Recent Comments



    Friend's Blog



    Interesting Links



    Previous Postings



    Copyright © 2005 - 2010 www.shadowandy.net  112 queries. 1.424 seconds.Go back up ↑