User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
m (Ward removed all files)
m (Ward removed all files)
Line 227: Line 227:
* [http://www.autoitscript.com/forum/index.php?showtopic=178589 BulkSMS (by Skysnake)] - UDF for BulkSMS which provides SMS services.
* [http://www.autoitscript.com/forum/index.php?showtopic=178589 BulkSMS (by Skysnake)] - UDF for BulkSMS which provides SMS services.
* [http://www.autoitscript.com/forum/index.php?showtopic=137456 cURL (by seangriffin)] - A UDF for transferring data with URL syntax.
* [http://www.autoitscript.com/forum/index.php?showtopic=137456 cURL (by seangriffin)] - A UDF for transferring data with URL syntax.
* [http://www.autoitscript.com/forum/index.php?showtopic=173067 cURL (by Ward)] - AutoIt binary code version of libcurl with SSL support.
* [http://www.autoitscript.com/forum/index.php?showtopic=173067 cURL (by Ward)] - <s>AutoIt binary code version of libcurl with SSL support.</s> File removed by author.
* [http://www.autoitscript.com/forum/index.php?showtopic=187718 HTTP lib (by Jefrey)] - HTTP lib (GET, POST and upload) UDF to simplify HTTP requests, mainly when dealing about POST data or file uploads.
* [http://www.autoitscript.com/forum/index.php?showtopic=187718 HTTP lib (by Jefrey)] - HTTP lib (GET, POST and upload) UDF to simplify HTTP requests, mainly when dealing about POST data or file uploads.
* [http://www.autoitscript.com/forum/index.php?showtopic=40243 IMAP (by mikeytown2)] - IMAP.
* [http://www.autoitscript.com/forum/index.php?showtopic=40243 IMAP (by mikeytown2)] - IMAP.
Line 237: Line 237:
* <strike>[http://www.autoitscript.com/forum/index.php?showtopic=64051 POP3 SSL (by Fox2)] - A POP3 library that's compatible with Gmail. It uses an external executable that must be supplied with your script.</strike> No code attached to the thread.
* <strike>[http://www.autoitscript.com/forum/index.php?showtopic=64051 POP3 SSL (by Fox2)] - A POP3 library that's compatible with Gmail. It uses an external executable that must be supplied with your script.</strike> No code attached to the thread.
* [http://www.autoitscript.com/forum/index.php?showtopic=154530 Prowl (by mrflibblehat)] - Push notifications to iPhone, iPod touch or iPad using Prowl (Growl client for iOS).
* [http://www.autoitscript.com/forum/index.php?showtopic=154530 Prowl (by mrflibblehat)] - Push notifications to iPhone, iPod touch or iPad using Prowl (Growl client for iOS).
* [http://www.autoitscript.com/forum/index.php?showtopic=173129 Request (by Ward)] - Powerful and easy-to-use HTTP client for AutoIt based on Curl.au3 and Json.au3.
* [http://www.autoitscript.com/forum/index.php?showtopic=173129 Request (by Ward)] - <s>Powerful and easy-to-use HTTP client for AutoIt based on Curl.au3 and Json.au3.</s> File removed by author.
* [http://www.autoitscript.com/forum/index.php?showtopic=138095 SFTP (by Lupo73)] - UDF to support SFTP protocol using PSFTP.
* [http://www.autoitscript.com/forum/index.php?showtopic=138095 SFTP (by Lupo73)] - UDF to support SFTP protocol using PSFTP.
* [http://www.autoitscript.com/forum/index.php?showtopic=154054 Socket UDF (by funkey)] - Socket UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=154054 Socket UDF (by funkey)] - Socket UDF.

Revision as of 09:17, 1 April 2019

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 (342 UDFs on 2019/03/28), 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.


Five latest modifications

Date section creator title
2019-03-28 Files, Databases and web connections TheXman jq - A powerful and flexible JSON processor based on jq
2019-03-14 Script Coding/Analyzing/Debugging Yashied Log UDF - This simple UDF allows you to create a text log files
2019-02-25 Files, Databases and web connections seangriffin CSV - a UDF for manipulating CSV files
2019-02-22 GUI additions Taskms4 MTSkin - Simply create modern looking GUIs (borderless GUI, Interactive menu panel (with mouse-over detection), a bunch of skins)
2019-01-27 Microsoft Office water Outlook Tools - Import/export contacts from/to vcf files and calendar events from/to ics files


Automation

Browsers

Microsoft Office

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