Duke Dollars for the first to implement the JOSRTS Tech Test

See http://www.josrts.org/cgi-bin/ikonboard/ikonboard.cgi?act=ST;f=6;t=124
If the offered Duke Dollars aren't showing up, it's because I haven't figured out yet how to attach them to the post. Give me some time, it's the first time I've offered them. :-)

The following errors were found:
The board administrator requires that all members log
in before viewing the boardSorry, that's just the way the board is set up. Feel free to create a login and lurk around.
For those of you unfamiliar with JOSRTS (http://www.josrts.org), it is an attempt by the community to create a Real Time Strategy game in Java. This challenge is meant for members of the project, but if anyone would like to join the project, feel free.

Similar Messages

  • Duke Dollars for DrClap

    It is mostly thanks to reading DrClap's responses in the archives that I got my serial port problem resolved so here are 10 Duke Dollars for him.
    Just leave a message and I'll award them to you. Thanks for your past responses.
    see: http://forum.java.sun.com/thread.jsp?forum=4&thread=174689

    You're welcome.

  • Is there any differnce between the Numeric Limit Test source code from TestStand 3.0 to TestStand 3.1? How to get the source code for the Numric Limit Test for both the versions?

    I need to know the differnece between the Numeric Limit Test between the TestStand version 3.0 to 3.1. If there is any differnec in the source code how to find it out? If somebody has the code can you share it?
    Thanks,
    Jeyan

    Hi,
    I don't believe there are any differences between the two versions. But you can check the source code for the Numeric Limit Test in TestStand\Components\NI\StepTypes\CommonSubsteps. But the main part of the step is the Code Module and this bit the users supplies this.
    What has prompted this question?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Is there a download for the Apple Hardware test 3A126?

    Is there a download for the Apple Hardware test 3A126? I get a gray screen for several minutes until start up, Tried holding down the "D" key but no test, there is a disc stuck in the superdrive so I can't use the install DVD.

    You can only run the Apple Hardware Test from the correct Disc that came with your system. see > Intel-based Macs: Using Apple Hardware Test
    Have you tried the following > The ultimate guide to ejecting a stuck disc
    or > Eject a stuck disk from your Mac DVD super drive to get the stuck disc out?

  • How to get the serial number for the UUT in Test 5.0 version?

    The "RunState.Caller.Locals.UUT.SerialNumber" reference does not for the newer version of TestStand. What would be another method to get the UUT serial number for the batch?
    Please help. Thanks.

    RunState.Caller.Locals.UUT.SerialNumber only works in certain locations, specifically when Runstate.Caller is Runstate.Root.
    Use RunState.Root.Locals.UUT.SerialNumber.  

  • Increased Duke Dollars for an old thread without reply

    Hi All,
    Wonder anyone experienced a similar problem and solved it.
    I have a stand-alone application that talks to EJBs. It has been running well either from another machine or the same machine with WebSphere server for WebSphere 3.5. After we upgrade to WebSphere 4.0. I can still run it from another machine with properties: (tmx-huri is the machine hosting WebSphere)
    providerURL=iiop://tmx-huri:900/
    ctxFactory=com.ibm.websphere.naming.WsnInitialContextFactory
    and add the following jar files into the classpath from WebSphere 4.0: ejs.jar (this is from 3.5 because 4.0 does not have it), websphere.jar, ns.jar, util.jar, ras.jar, ujc.jar.
    But if I copy all the same files to tmx-huri itself and just change providerURL to:
    providerURL=iiop://localhost:900/
    It will show message saying 'Cannot instantiate class: com.ibm.websphere.naming.WsnInitialContextFactory'
    If I use
    ctxFactory=com.ibm.ejs.ns.jndi.CNInitialContextFactory
    instead, it always throughs NamingException saying cannot find the bean.
    I appreciate any comment and suggestions.
    PC
    The basic code is shown here:
    Properties namingProps = new Properties();
    namingProps.put(javax.naming.Context.PROVIDER_URL, providerURL);
    namingProps.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,initialContextFactory);
    // Create an Initial Context.
    try {
    initContext = new InitialContext(namingProps);
    catch (javax.naming.NamingException e) {
    System.err.println ("EJBHomeFactory:constructor() Could not retrieve initial context - all EJB lookups will fail. Exception: "+e.getMessage());
    where providerURL and initialContextFactory can be retrieved from a property file.
    To lookup EJB:
    Object home = initContext.lookup(beanName);

    An interesting situation. I use to work with WAS 3.5 ages ago (2 years?) and remember coding stuff as you have done with the properties for the initial context factory. I then went and played with Oracle 9iAS for a while and am back with WebSphere for the last 6 months or so in WAS 4. I had forgotten how I use to do things in 3.5 and the way we are doing stuff here in version 4, is simply
    Context entityContext = new InitialContext(System.getProperties());
    Object obj = entityContext.lookup("java:comp/env/ejb/myBean"); Then we do the narrow.... blah blah blah.
    The point being that we are not worrying about copying any jars from anywhere. We are unit testing inside Websphere Studio Application Developer, and then deploying into WAS V4 and it all just goes.
    Maybe give that a try and let the websphere environment provide you its defaults.
    Cheers,
    Peter.

  • Certification exams for the coming Teched, which is held at Bangalore

    Hi All,
    Do we have certification exams for the coming <b>Teched</b>, which is held at november in Bangalore.
                                    If yes, please let me know the process for enrolling the certification exam and what are the modules SAP is offering for certification.
    Thanks in advance.
    Regards,
    Ramesh

    Hi,
    Check
    http://www.sapteched.com/india/
    for this
    Eddy
    PS. Reward useful answers and earn points yourself

  • Isnt this forum for the oracle techies to answer?

    hi,
    I was thinking that this forum is "monitored" by the oracle techies and answers can be expected instantly, but I have posted a topic here and been waiting endlessly as what they say.

    Hi,
    Some reply at last !! , I did post a question in the JDBC
    (Oracle JDBC driver does not support Datatypes defined in java.sql? forum but there was no reply, and hence was my posting in other forums.

  • Who has the most duke dollars?

    Is there a place in the JDC where you find find a list of who had the most duke dollars? I think they had this a long time ago, but I'm not sure what happend to it.
    Thanks,
    Strider

    http://developer.java.sun.com/developer/community/dd.jshtml#winners
    (Do I get any duke dollars for this?)

  • I'm trying to make i(to the power of n) over n.quickanswer=MANY duke dollar

    I will pay many duke dollars for a quick answer to this.
    i(to the power of)n
    the full equation is r=---
    n
    heres what i did:
    class Project
         public static void main(String[] arguments) {
              int P = 0;
              int r = 0;
              int n = 0;
              int t = 0;
              int i = 0     
              int interest = i public static double exp(n) / n;
              system.out.print("The Interest rate is" + interest);
              int rate = 1 + r public static double exp(1/n) h;//the effective rate
              system.out.println("The effective rate is" + rate);
         int A = P (1 + i public static double exp(n) /n) public static double exp(n*t);
    The program isn't finished i have to get this far without errors

    one last thing. could you just go over this briefly and quickly?
    class Project { 
         public static void main(String[] arguments) {
              int P = 0;
              int r = 0;
              int n = 0;
              int t = 0;
              int i = 0;     
              //these values are put in by you, the user.
              int interest = Math.pow(i, n) / n;
    system.out.print("The Interest rate is" + interest);
              int rate = Math.pow((1 + r), 1/n) ;//the effective rate
    system.out.println("The effective rate is" + rate);
              int A = P * Math.pow( (1 + Math.pow(i, n) / n), n * t); system.out.print("The total holdings (A) is" + A);
              int e = Math.pow(1 + (1 / n), n);     system.out.print("The return (e) is" + e);
              int time = P Math.pow(1 + r, t);
    system.out.print("The time needed to double?");
    system.out.print("The time needed for this principal is" + time);

  • Using your MacBook Pro as a Router For the Xbox 360

    Not sure how many of you guys have 360s, but I've written up a guide to use your MBP as a connection point for the 360. Basically it involves sharing your Airport with the Ethernet port. Here goes.
    How to Use a MacBook Pro as an Xbox 360 Internet Hub v.01
    This guide is copyright 2006 Jonathan Ferguson.
    If you would like to host it, email me at the address below.
    All trademarks are copyright their respective owners.
    I am not responsible for anything that happens that may screw up your Mac, 360, Internet, or anything else.
    By reading further you accept full responsibility for any damages or troubles that occur as a result
    of your using this guide. K?
    Welcome! I recently purchased a MacBook Pro and did not feel like shelling out 130 dollars for the
    360s Wireless Adapter.
    Thus I set out to find a solution and it was my shiny new mac that came to the rescue.
    I'm positive this can be done in Windows, but I've not taken the time (yet) to test it.
    I think it's very simple to follow, but I do recommend that only those with patience and a will to learn attempt the setup.
    Also if you don't know how to reset your router, I wouldn't recommend it either. But for the rest, on we go.
    You will need these things for this adventure:
    Broadband Internet Access
    1 Xbox 360
    1 CrossOver Cat 5 (NOT Patch, so NOT the one that came with the 360)
    1 Macbook Pro (the regular Macbook may work, I haven't tested it)
    1 Router with wireless and wired connections or 2 Routers linked together, one wired, one wireless.
    Plug the cross cable into the ethernet port on the mac and the ethernet port on the Xbox 360. Turn both on.
    Go to your system blade on the 360 into the network settings and go to the Sharing area of the
    System Preferences on the MBP.
    On the MBP make sure that your Airport Extreme connection is being shared with the Built-In Ethernet
    (check the box next to Built In Ethernet and hit the start button at the top.).
    Go into Network under System Preferences on the MBP.
    Pick Built In Ethernet in the Drop Down menu. Write down the Subnet Mask and IP Address for the adapter,
    you'll need that later.
    Contact your router by punching it's IP into an internet browser. (I.E: 192.168.1.1).
    This is usually the default IP for any router, so if you don't know what it is, try that one.
    It'll also ask you for the password and username which are usually:
    Login: admin
    Pass: password
    Login:
    Pass: admin
    or
    Login: admin
    Pass:
    Once you're in find the DNS Addresses (DNS 1 and 2)
    (under LAN not WAN if they're different) and write those down. Now it's time to go back to the Xbox.
    In the settings tab you'll find a lot of stuff has been set to automatic.
    This will not help you, so start changing the things to manual.
    Once you get in there, input each piece of information like so:
    IP Address: Have a look at the address of the Ethernet Adapter.
    Copy it digit for digit only make the last number lower than the last number of the Ethernet Adapter.
    (I.E if the Adapter is 111.211.13.5, make the 360 111.211.13.4)
    Subnet: This is the Subnet Mask you got from the Ethernet Adapter.
    Gateway: This is the IP address of the Ethernet Adapter (NOT the address of your router)
    DNS: These are the DNS numbers you got from your router.
    Now, before you allow the Xbox 360 to test the connection, make sure that you have a
    wireless internet connection coming in on the mac, and that you're sharing it with the ethernet card.
    Also, though I haven't tested it yet, keep the Ethernet card on DHCP. Putting it on manual might mess things up.
    Et Voila! Let the 360 run the tests.
    There's one test that'll take extra long to do but don't fret, it eventually goes through and works splendidly.
    I'll update this as I see fit, and feel free to email me at: [email protected] to add/correct/contribute.

    Well that's nice and all, but why not just spend the 50 bucks on a router? Also, why do you need a crossover cable? Modern operating systems do not require crossovers anymore.
    ~David

  • Is it possible to have two SCCM instances for the same domain

    Hello - I'm the IT Project Manager for an organization that has a single domain-production.
    In here, we have an instance of SCCM 2012 setup. This instance is used to build packages, images, testing, validations, modifications etc. as well as for production roll outs. The primary issues we have with this is there is no separation between test and
    prod, also, there are several packages, task sequences etc causing confusion in determining which is a test package and which is prod.
    Setting up a test domain does not seem to be a viable option for us, at least for now.
    So, my question is, can we have another instance of SCCM in the same domain that we can restrict only for the sake of testing & validations and then use the original one to deploy the tested (gold) packets.
    Just a thought!! Does it make sense? Any challenges that we could face?
    Thanks in advance 
    Jagan Pantina
    JP

    Hi,
    Yes you can no problem, you should avoid having Boundary / Boundary Groups used for Site Assignment that overlap and make sure that PXE request to the test/dev environment is restricted to one test subnet to avoid co-existance issues.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • GR and GI for the Subcontracting PO are not aligned

    Hello,
    We face an issue were the posting dates of the
    GR(101 mvt) and GI(543mvt) for the Subcontracting PO are not aligned (GR takes
    the posting date as the next day and GI as the current date).
    We did an initial analysis and found that it is
    the user time zone that leads to the different posting date. The user who does
    the GR has a time zone setting of UTC+8 maintained in her user profile.
    Whenever the user does a GR for the Process Order after 18:00CET, system
    proposes the posting date for GR asthe next day. But GI picks the current date.
    As per subcontracting scenario, the GI(goods issue from subcontracting stock)
    happens whenever we do the GR. We understand that time zone has an effect on GR
    posting date but the question is why GI posting date is not affected? Is it a
    standard SAP behaviour?
    Procedure -
    We create the Process order via COR1 transaction,
    In the master recipe we have maintained the control key for the subcontracting
    operation.
    Purchase Requisition will be created from the
    Process Order. This PR is converted to Subcontracting PO via ME21N. The
    delivery and PGI is done
    via ME2O transaction. We have a custom transaction
    to do the GR similar to MIGO transaction.

    Hi Manikumar,
    Empty the Personal time zone for the specific user & test the same. As by default, system time is maintained in UTC time zone.
    Thanks,
    Nihar

  • Will there be driver support for the 8600m GT under Windows XP?

    Hi!
    I would like to run Windows XP on my Santa Rosa Macbook Pro. I know that with Bootcamp 1.3 you get drivers for the 8600m GT - the thing is, that those drivers do not seem to be optimised, for the 3dMark 06-test scores pretty low (no more than 10fps in most tests).
    Nvidia does not develop drivers for their mobile graphic cards. So the question is: Will Apple publish XP-drivers for that card in the future?
    Or do I have to buy Windows Vista?
    And has anyone benchmark-results using Windows XP or Vista respectively?
    Thanks in advance!
    Macbook Pro 2,2   Mac OS X (10.4.9)  
    Macbook Pro 2,2   Mac OS X (10.4.9)  

    Thanks for the welcome!
    I score about 2.780 points with 3dmark 06. 3dmark 06 didn't seem to recognize the graphics card, by the way.
    Ran also Unreal Tournament 2004 and Dungeon Siege. UT 2004 ran better on my old Macbook (Intel Core Duo, 512 MB), Dungeon Siege had 20-60 fps (not impressive at all for such an old game).
    So something seems to be wrong... hope it's the drivers and not the hardware.
    Greetings!
    Macbook Pro 2,2   Mac OS X (10.4.9)  

  • Incredibly slow internet speed for the past 2 days...

    Yesterday I bought an  ASUS N55U and spent a few hours setting it up. When I finally connected devices to the router, I had been reduced from 8mb (as offered by my ADSL Max connection) to a download speed of 0.1mb. I assumed this problem was due to the new router so I switched back to my BT homehub 3. Suprisingly I still have the identical problem and I have no idea how to fix it. Here are my results for the adsl line status:
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:47:40
    Downstream:
    7.938 Mbps
    Upstream:
    448 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.1 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    9.2 dB / 29.0 dB
    Line attenuation (Down/Up):
    19.7 dB / 9.0 dB
    Output power (Down/Up):
    19.9 dBm / 12.1 dBm
    FEC Events (Down/Up):
    16759 / 0
    CRC Events (Down/Up):
    0 / 1
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    0 / 0
    Error Seconds (Local/Remote):
    49 / 34
    Is there anyway I can fix this problem, and if so can I use my new router or should I just stick with the homehub 3?
    Many thanks.

    FAQ
    1. Best Effort Test: -provides background information.
    Download  Speed
    0.13 Mbps
    0 Mbps
    0.25 Mbps
    Max Achievable Speed
     Download speedachieved during the test was - 0.13 Mbps
     For your connection, the acceptable range of speeds is 0.05 Mbps-0.25 Mbps.
     Additional Information:
     Your DSL Connection Rate :8.13 Mbps(DOWN-STREAM), 0.45 Mbps(UP-STREAM)
     IP Profile for your line is - 0.14 Mbps
    These were my test results for the bt wholesale test. The only settings I believe that I have changed is the username: from the bt users username to [email protected] and the sound regulation to united kingdom settings. I also tried the internet on both pppoe and pppoa with no change in results.

Maybe you are looking for