User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
m (→‎Media: fixed HyperCam (by seangriffin) link)
(Script Coding/Analyzing/Debugging: Added: Log UDF (by Yashied) + Counter Changed to 341)
Line 1: Line 1:
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.<br />
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.<br />
This list is probably not complete (340 UDFs on 2019/02/25), but constantly supplemented.
This list is probably not complete (341 UDFs on 2019/03/14), but constantly supplemented.
If you do not find a solution here, ask a new question on the [http://www.autoitscript.com/forum/forum/2-general-help-and-support/ forum].
If you do not find a solution here, ask a new question on the [http://www.autoitscript.com/forum/forum/2-general-help-and-support/ forum].


Line 12: Line 12:
|-
|-
! Date !! section !! creator !! title
! Date !! section !! creator !! title
|-
| 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-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-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
|}
|}
<br />
<br />
Line 66: Line 66:
* [http://www.autoitscript.com/forum/index.php?showtopic=156196 Log4a (by zorphnog)] - Logging library loosely based upon the log4j and NLog libaries.
* [http://www.autoitscript.com/forum/index.php?showtopic=156196 Log4a (by zorphnog)] - Logging library loosely based upon the log4j and NLog libaries.
* [http://www.autoitscript.com/forum/index.php?showtopic=195862 Loga (by Danyfirex)] - Simple logging library to keep track of code with an integrated console.
* [http://www.autoitscript.com/forum/index.php?showtopic=195862 Loga (by Danyfirex)] - Simple logging library to keep track of code with an integrated console.
* [http://www.autoitscript.com/forum/index.php?showtopic=119032 Log UDF (by Yashied)] - This simple UDF allows you to create a text log files


=== Inter Process Communications ===
=== Inter Process Communications ===

Revision as of 14:21, 14 March 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 (341 UDFs on 2019/03/14), 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.


Latest modifications

Date section creator title
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)


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