Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/06/2012 in all areas

  1. Hello everyone, I've been working on this for a couple of months now, improving as I go. I still think that all of you are going to take two looks at this code and laugh at me, but I'd really like someone to look at this. I've done a couple of things: I've written a stack data structure that performs pushes and pops is O(1) time. I've written a function that recursively copies a directory tree, and is capable of verifying files as it goes along the way. It will also use callback functions to notify your GUI and keep it from freezing up. I've make a function that will recursively list all the files in a given directory. I'm in the process of writing a script that allows scripts to communicate through dropbox and simplifies dropbox management. The scripts that allow scripts to communicate with each other can be used on files and folders other than dropbox -- think network share -- because the whole thing purely using files. All it depends on is that there is a place it can put a folder with a bunch of files in it. Whole ton of cool stuff, this is like 2500 lines of code. For the sake of simplicity, I've put the code up on GitHub. You can check it out at: https://github.com/alvonellos/AutoIt_Code-Snippets Comment if you plan on using it, are using it, or find any potential bugs. I've pulled this from production code, so if you see anything that shouldn't be there, let me know Take Care, -- Alex
    1 point
  2. WinAPIEx UDF <- example scripts _WinAPI_UniqueHardwareID
    1 point
  3. Shaggi

    Console.au3 UDF

    I dont think you can do that, sorry. It's possible by rightclicking the icon on a running console, then settings - but i do think it's global for all consoles, then.Uploaded a new udf that supports non-capped titles, will probably be implemented as a function sometime.
    1 point
×
×
  • Create New...