User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
mNo edit summary
m (Cleanup)
Line 16: Line 16:
* Author: The author should still be active on the forum so he can reply to questions (optional)
* Author: The author should still be active on the forum so he can reply to questions (optional)
<br />
<br />
'''Last years modifications'''<br />
'''Last year's modifications'''<br />
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 58: Line 58:
|-
|-
| 2020-06-30 || [[User_Defined_Functions#Hardware|Hardware]] || Danyfirex || [https://www.autoitscript.com/forum/index.php?showtopic=203207 MediaDevice] - Transfer files to portable devices like phones, storages.
| 2020-06-30 || [[User_Defined_Functions#Hardware|Hardware]] || Danyfirex || [https://www.autoitscript.com/forum/index.php?showtopic=203207 MediaDevice] - Transfer files to portable devices like phones, storages.
|-
| 2020-06-23 || [[User_Defined_Functions#Inter_Process_Communications|Inter Process Communications]] || Nine || [https://www.autoitscript.com/forum/index.php?showtopic=202587 WCD IPC] - IPC based on Windows Messaging.
|-
| 2020-06-23 || [[User_Defined_Functions#Script_Coding.2FAnalyzing.2FDebugging|Script Coding/Analyzing/Debugging]] || argumentum || [https://www.autoitscript.com/forum/index.php?showtopic=202832 OnDebugMsgBox] - This UDF will catch the dreaded "AutoIt Error" MsgBox and prettify or hide it.
|-
| 2020-06-14 || [[User_Defined_Functions#Files.2C_Databases_and_web_connections|Files, Databases and web connections]] || TheXman || [https://www.autoitscript.com/forum/index.php?showtopic=197421 jq] - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
|}
|}
<br />
<br />

Revision as of 08:13, 22 June 2021

This page is a listing of libraries of user defined functions (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer.
This list is probably not complete (360 UDFs on 2021/02/27), but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Note:
The listed UDFs might have been written for older versions of AutoIt. So there is no guarantee that every UDF works smoothly with newer versions.
None of the UDFs has been tested by the maintainers of this list so you as a user need to make sure that they deliver the expected results.


When will an UDF be added to this list?
It should meet all/most of the general requirements for UDFs as described here.
In addition the following requirements to be added to this list should be met:

  • Documentation: So users can tell what the UDF is intended to do (mandatory)
  • Examples: So users can get an idea how to use the UDF. The more the better (mandatory)
  • Operating systems: Should support the latest Microsoft OS plus as many predecessors as possible (optional)
  • AutoIt: Should support the latest version of AutoIt (optional)
  • Author: The author should still be active on the forum so he can reply to questions (optional)


Last year's modifications

Date Section Creator Description
2021-02-27 Inter Process Communications SEuBo AutoItSharedData - Create a shared data storage, a simple AutoItObject-Object, using AutoItObject_Internal.
2021-02-20 Information gathering Ascend4nt NetworkStatistics - Network Interface Info, Statistics, and Traffic.
2021-02-16 Files, Databases and web connections BrewManNH _FileGetProperty - Retrieve properties of a file.
2021-02-09 Script Coding/Analyzing/Debugging ProgAndy and others AutoItObject - Brings the Object Orientation programming paradigm to AutoIt.
2021-02-05 Misc Nine BlockInputEx - Block all input coming from mouse and/or keyboard, without having an UAC warning displayed.
2020-12-22 Graphics and image smartee AutoYolo3 - Real-Time Object Detection using YOLOv3 wrapper.
2020-11-16 Internet protocol suite j0kky Winsock - Create client/server application using native winsock functions.
2020-11-06 Script Coding/Analyzing/Debugging dany GetOpt - Parse GNU and DOS style command line options similar to getopt().
2020-11-06 Controls Muzaiyan Progressbar new styles - New styles for your progress bar.
2020-10-25 Graphics and image Nine GIF animation - Fast cached GIF animation.
2020-10-10 Encryption and hash trancexx Hashes for files - Fast RC32, MD4, MD5, SHA1 calculation for big files.
2020-10-04 Players Sudeepjd WMP - Embed the Windows Media Player by using the IE.
2020-10-04 Microsoft Office Sudeepjd Microsoft Office Excel Pivot Tables - Create and Update Excel Pivot Tables and Charts.
2020-09-30 Graphics and image VIP Image Search - Search for an image on the desktop.
2020-09-29 Encryption and hash mLipok GDPR - Functions to encrypt/decrypt strings and files with the GDPR in mind.
2020-09-03 Graphics and image mylise OpenCV - UDF for the OpenCV library.
2020-08-23 Inter Process Communications LarsJ IPC Techniques through ROT Objects - Implementing IRunningObjectTable Interface.
2020-07-30 Hardware MazeM Serial port UDF / COM port UDF.
2020-06-30 Hardware Danyfirex MediaDevice - Transfer files to portable devices like phones, storages.


Automation

Browsers

Microsoft Office

Some features of Microsoft's Office products are proprietary and cannot readily be manipulated. Sometimes workarounds are required.
This page is dedicated to identifying those issues, provide explanations and list solutions or workarounds.

OpenOffice/LibreOffice

Other Applications

Script Coding/Analyzing/Debugging

Inter Process Communications

Files, Databases and web connections

Data compression

Encryption and hash

GUI Additions

Controls

Hardware

Information gathering

Internet protocol suite

Maths

Media

Graphics and image

Players

Sound

PDF

Security

Social Media and other Website API

Windows

Misc