Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: blundellp
  • Content: Threads
  • Order by date
  1. blundellp

    J2ME - NoClassDefFoundError: Expected an initialized class

    Hey guys trying to create a GPS application that tracks your movement as you walk, i've successfully created this as a free standing midlet, however when i'm now trying to port it into another one of my midlets i'm getting this error: java.lang.NoClassDefFoundError: Expected an initialized...
  2. blundellp

    Bluetooth UUID and Service Creation J2ME

    Can I post J2ME questions here? I was just wondering can someone help me with my problem. I'm trying to create my own Bluetooth service, the code is:- public class createBluetoothService extends Thread { public void run() { try {...
  3. blundellp

    J2ME Bluetooth UUID Help

    Can I post J2ME questions here? I was just wondering can someone help me with my problem. I'm trying to create my own Bluetooth service, the code is:- public class createBluetoothService extends Thread { public void run() { try {...
  4. blundellp

    Prolog Heuristics

    Hey i'm currently fiddling with Prolog to complete the tower of hanoi puzzle game. I've managed to be able to represent the search space like this: % Initial State: % -8 | | % ---7 | | % -----6...
  5. blundellp

    Running Hourly

    Can anyone tell me how to make my program run hourly, i am useing windows so i cannot use the 'cron' program. Shall i use an outside windows program or is there a hourly loop command built into pearl? I don't really want to use another cpan pearl module unless its absolutely neccessary. This is...
  6. blundellp

    Moving Files In Perl

    I am creating a program that checks the first line of a file which has the date of the month init. It then moves that file into to corresponding folder. I.e a file from november into the "1-month-ago" folder. I am haveing trouble with one line. I am useing the code from...
  7. blundellp

    System Activity Monitoring

    Does anyone know a way of bringing information from the (ctrl-alt-del) system activity prog, into a perl program useing windowsXP, i can do this in linux, but i would prefer to do it in XP. I mean to import the programs being run on my system, or the network traffic or even the procesor...
  8. blundellp

    Perl Noob

    I have this perl program and i want to compare the letters of the alphabet against the letters i input. However when compare it says everyletter in the alphabet is a true match of every letter i input i.e. A = F . The line of code in question is if (@letters[$letter] == @alphabet[$alpha])...

Part and Inventory Search

Back
Top