User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(Added ZLib (by monoceres) and gZip (by Zinthose))
Line 56: Line 56:
== Data compression ==
== Data compression ==
* [http://www.autoitscript.com/forum/index.php?showtopic=85094 7z, zip, gzip, bzip2, tar (by rasim)] - Extensive library that uses a external DLL that must be provided with the script.
* [http://www.autoitscript.com/forum/index.php?showtopic=85094 7z, zip, gzip, bzip2, tar (by rasim)] - Extensive library that uses a external DLL that must be provided with the script.
* [http://www.autoitscript.com/forum/index.php?showtopic=92958 gZip (by Zinthose)] - Based on the parsing of gZip.exe output. It can work with memory, it doesn't work with files.
* [http://www.autoitscript.com/forum/index.php?showtopic=87441 LZMA (by trancexx)] - LZMA (Native Windows).
* [http://www.autoitscript.com/forum/index.php?showtopic=87441 LZMA (by trancexx)] - LZMA (Native Windows).
* [http://www.autoitscript.com/forum/index.php?showtopic=112273 LZMA Compression (by Ward)] - LZMA Compression UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=112273 LZMA Compression (by Ward)] - LZMA Compression UDF.
Line 69: Line 70:
* [http://www.autoitscript.com/forum/index.php?showtopic=135565 ZIP (by joakim)] - ZIP STRUCTS UDF (from scratch).
* [http://www.autoitscript.com/forum/index.php?showtopic=135565 ZIP (by joakim)] - ZIP STRUCTS UDF (from scratch).
* [http://www.autoitscript.com/forum/index.php?showtopic=128962 zLib (by Ward)] - zLib (Deflate/Inflate/GZIP) UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=128962 zLib (by Ward)] - zLib (Deflate/Inflate/GZIP) UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=87284 ZLib (by monoceres)] - Based on ZLib.dll. It can compress/uncompress data in memory, it doesn't work with files.


== Encryption and hash ==
== Encryption and hash ==

Revision as of 10:35, 14 February 2016

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 (254 UDFs on 2016/01/20), but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Automation

Browsers

Microsoft Office

OpenOffice

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