User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
m (Adding authors)
(→‎Maths: authors)
Line 146: Line 146:


== Maths ==
== Maths ==
* [http://www.autoitscript.com/forum/index.php?showtopic=102686 Advanced rounding (by ... )] - Support for different measures of accuracy and 8 ways to resolve tie breaks.
* [http://www.autoitscript.com/forum/index.php?showtopic=102686 Advanced rounding (by Mat )] - Support for different measures of accuracy and 8 ways to resolve tie breaks.
* [http://www.autoitscript.com/forum/index.php?showtopic=83529 Big number (by ... )] - Make calculations with extremely large numbers that AutoIt normally is not able to support.
* [http://www.autoitscript.com/forum/index.php?showtopic=83529 Big number (by eukalyptus )] - Make calculations with extremely large numbers that AutoIt normally is not able to support.
* [http://www.autoitscript.com/forum/index.php?showtopic=106551 Decimal To fraction (by ... )] - Converts any decimal number to a fraction. Example: 1.2 to 6/5.
* [http://www.autoitscript.com/forum/index.php?showtopic=106551 Decimal To fraction (by ... )] - Converts any decimal number to a fraction. Example: 1.2 to 6/5.
* [http://www.autoitscript.com/forum/index.php?showtopic=81189 Number base conversion (by ... )] - From, to and between positive bases less than 63 (decimals supported).
* [http://www.autoitscript.com/forum/index.php?showtopic=81189 Number base conversion (by ... )] - From, to and between positive bases less than 63 (decimals supported).
Line 155: Line 155:
* [http://www.autoitscript.com/forum/topic/94770-integer-to-roman-numerals/#entry1043544 Roman Numerals (by AZJIO)] - Roman Numerals.
* [http://www.autoitscript.com/forum/topic/94770-integer-to-roman-numerals/#entry1043544 Roman Numerals (by AZJIO)] - Roman Numerals.
* [http://www.autoitscript.com/forum/index.php?showtopic=98160 Root function (by ... )] - Working out real roots of numbers.
* [http://www.autoitscript.com/forum/index.php?showtopic=98160 Root function (by ... )] - Working out real roots of numbers.
* [http://www.autoitscript.com/forum/index.php?showtopic=163899 StringAPL (by ... )] - inline APL interpreter.
* [http://www.autoitscript.com/forum/index.php?showtopic=163899 StringAPL (by minx )] - inline APL interpreter.
* [http://www.autoitscript.com/forum/index.php?showtopic=82722 Trigonometry math functions (by ... )] - _ATan2(), _Cosh(), _Frexp(), _Hypot(), _Ldexp(), _Logb(), _Sinh(), _Tanh().
* [http://www.autoitscript.com/forum/index.php?showtopic=82722 Trigonometry math functions (by ... )] - _ATan2(), _Cosh(), _Frexp(), _Hypot(), _Ldexp(), _Logb(), _Sinh(), _Tanh().



Revision as of 23:58, 28 May 2015

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, but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Automation

Browsers

  • Chrome (by seangriffin) - The same as above for Google Chrome. Automate the most common tasks in Chrome with the Chrome UDF.
  • Firefox (by Stilgar) - A little less support for automation than IE, but still very good.
  • HTMLDocumentEvents (by SmOke_N) - Track IE document events.
  • IEJS (by SmOke_N) - IEJS - IE Javascript options, an IE.au3 personal extension.
  • Internet Explorer (by DaleHohm et al.) - Everything about Internet explorer can be automated with the IE library supplied with a standard AutoIt install.
  • NavInfo (by Nessie) - With this UDF you can check if a specified browser/software is installed and which version is being used.
  • Opera (by MrCreatoR,) - The same as above for Opera. Automate the most common tasks in Opera with the Opera UDF.

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