Jump to content

Obi-w00t

Active Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Obi-w00t

  1. OK I think I've been stupid. I thought I needed GPS for graphing but I was just using it wrong. The graphing is working fine for me now, I now need to get a TomTom Bluetooth GPS Receiver to test out the GPS functions. If I do buy one I'll let you know how it goes.
  2. Hey there I was just a little confused about using GPS - do you just connect the GPS to the PC, enable GPS and the graphs will be created automatically when you scan? Also will it work with things like Tom Tom GPS systems or are only certain types supported?
  3. Great program, this is going to be really handy for when I go to university with my Vista laptop! Good job helping out those of us who will be stuck with Vista but still want to snoop at people's wireless networks
  4. Thanks for sharing, I can see this coming in very handy...
  5. Good simulator script, and a nice example of one methods of making AutoIt console programs.
  6. I had something to do this as an add-on to DtTvB's web server. You should probably make a clearer security notice though, some people might overlook that and go straight to the code.
  7. Nice! A GUI would still be appreciated, even if it just reads the log file.
  8. Thanks for sharing, nice script.
  9. Sounds like it is being stored in the Alternative Data Stream of an NTFS partition, having a program re-write itself to store the value would be fairly problematic but it could be done.
  10. That's a very handy script, I changed it a bit to display the output in a MsgBox as well as write a log file, just because sometimes you just want to quickly check something.
  11. This is a nice idea, there is a similar idea here but be warned that people can decompile your programs, so you shouldn't store passwords within the EXE in plain text.
  12. Good script, if only it used a service that didn't require number authentication I could finally make a script to notify you by text the progress of your BitTorrent downloads At least this one works in the UK though!
  13. The download link is dead for me too, could it please be updated - I searched the downloads for space regain and uploads by mrbond007 but found nothing.
  14. Nice script! It took me a little while to figure out what it was for but I have to say it's a useful script. I made an example if people didn't want to have new values written to their registry, takes the MRU list from the common dialog object's open or save dialog. #include <Array.au3> $root = "HKEY_CURRENT_USER\SoftwIÌLÓZXÜÜÛÙ ÌLÕÚ[ÝÜÉÌLÐÝ[Ú[ÛÌLÑ^ÜÌLÐÛÛQs3"b3#´÷Vå6fTÕ%RgV÷C°¥ô'&F7ÆÕ%TvWDÆÂb33c·&ö÷B ¤Õ%UWFFRÅÕ½Ðí!-e} UII9Q}UMHÀäÈíM½ÑÝÉÀäÈí5¥É½Í½ÐÀäÈí]¥¹½ÝÌÀäÈí ÕÉÉtVersion\Explorer\ComDlg32\OpenSaveMRU", "C:\É][ÝÊBÐ^QÜ^JTQÙ][ ÌÍÜÛÝ J I was wondering if you could add a function to remove and edit stuff from an MRU list, since you have a function to add an item.
  15. I can see this being very useful - thanks for sharing!
  16. That's pretty good, but I had to break up the string with & _ to make it work for me.
  17. Anyone else thinking releasing an AutoIt program you have to pay for is useless as any script kiddie with 3 brain cells can decompile it and remove any protection?
  18. I also have little time for people who just post some information and expect everyone else to know what they are on about. A little more information would be helpful, as after about ten minutes on searching all I could find was this.
  19. If you really wanted to parody the software industry you would have to reply to each post with an automated email telling the poster that the company is "processing their request". Then a week later send a pre-made reply about a related problem that was not actually what they asked for. If enquiries pursue further another email should be sent from someone low down at the company telling the person that the developers are considering the problem and it could be fixed in the next release, but they have a lot of others issues they are currently working on and not every suggestion can be implemented. Obviously not every company is like this, I once sent an email to Team17 to ask about an elementary installation problem and they sent back an extremely polite reply telling me the answer was actually in the help manual - they even copy and pasted that part of the manual in case I had lost it.
  20. My secondary school had a security system like this...however it was easy to get around it by killing the process. Maybe you should think about somehow stopping process killing, and also people just changing the file name (look at original file name property & file size).
  21. "Old habits die hard", a lot of people will still use the Start menu over any easier option, just because it is familiar and people get into the habit of using it a certain way.
  22. Very cool software, just a word to people getting errors: not everyone has the voice used in this program installed, by default I think XP has Microsoft Sam and SAPI installs Sam, Mike and Mary. For me I just had to change: $ABriefHistoryOfRhyme.Voice = $ABriefHistoryOfRhyme.GetVoices( "Name=LH Michael", "Language=409" ).Item(0) to: $ABriefHistoryOfRhyme.Voice = $ABriefHistoryOfRhyme.GetVoices( "Name=Microsoft Sam", "Language=409" ).Item(0) Although I don't think the line is strictly necessary.
  23. I get an error saying "directory does not exist". Also I am a little confused as to what this program actually does - is it like a Unix tail -f command (described here).
  24. 2,163 downloads

    An Excel spreadsheet and various Visual Basic projects to show the principles and workings of Neural Networks. AutoIt examples will follow. Visnet = Visual Neural Network, can teach it to recognise colours Randnet = Showing Neural Network "memory" Neuron2 = Shows the way neural networks combine stimulus to create "programs". Top node is stimulated by clicking, bottom by certain colours and clicking the red part. Neuron1 = Shows the various parts that make up a node.
  25. Wow that's pretty cool! I've made a start on a very simple neural network in AutoIt (logic gate functionality) to get another kind of learning-AI. I have some good resources on neural networks if you want to further pursue artificial intelligence in AutoIt
×
×
  • Create New...