Showing 302 open source projects for "lua51.dll"

View related business solutions
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    SMSPDU

    SMSPDU

    Library to send SMS in PDU format

    This library (the DLL), to work with a virtual GSM/3G-terminals COM port to the OS NT/2000/2003/XP, is for sending SMS messages in the format PDU (to support Cyrillic and translit). Features: 1. Sending SMS in format PDU. 2. Sending arbitrary AT-commands. 3. Obtaining code IMEI/IMSI. 4. Obtaining information about the modem (modem type-model version of the firmware. 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WinFolderPath is a Java library used to find a CSIDL identified path on a Windows Machine such as My Pictures, My Music and more. WinFolderPath uses a Native dll interface to obtain the path. WinFolderPath is both 32 bit JVM and 64 bit JVM compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Imon display API example (VB.net)

    Example of how to use the Imon display API using Visual Studio 2010

    Very simple example of how to import and use the .net wrapped API for Imon Controlers plugin feature. The DLL provided is from the original manufacturer(But not acessable on there website as they are no longer supporting it: http://www.soundgraph.com/forums/showthread.php?t=7375 The .net wrapper DLL is provided by montellese : https://sourceforge.net/projects/imonapi-sharp/ I found his project incredibly useful since he provided the source code with comments on what stuff does. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    HookSpeech

    HookSpeech

    Avoid automated moderation of text!

    Changes keyboard input to a different alphabet on the fly, no mess. Useful for avoiding automated moderation of text! Also a pretty good example for using a native C++ DLL in a C# application via a managed C++ wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5

    poppler-qt5 for mingw32

    Poppler windows binaries with Qt5 wrapper for Mingw32

    Compiled on windows 7 with mingw32 last version: I added the missing dll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Froone Desk
    ... - Mengetahui secara cepat cashflow dan saldo keuangan anda - Karyawan anda lebih mudah dan cepat dalam melayani pembeli - Bisa Mengganti Nama Pengguna (Perusahaan/Toko) untuk cetakan Invoice & laporan berbentuk Excel dll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Component Pascal compiler
    Minimalistic cross-platform compiler for Component Pascal language, subset of BlackBox Component Builder 1.6 RC5 (forked subsystem Dev), capable to produce stand-alone software from command-line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    fastCropper

    fastCropper

    Just shows, crops and stores an image!

    ...Because there is fltk and openCV on Windows and Mac, it should be possible to compile it on other systems than Linux. UPDATE: Yes! I create a 32bit X86 Windows Version of fastCropper and a Make-Batch file, how I did it. 'Cause of the VisualC compiler, you need a msvcr120.dll which is part of the VisualStudio 2013 redistributeable / runtime Package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ...This has been kept to make the library simple and up to the point in terms of functionality. Currently only simple methods have been implemented. More complex methods will be implemented in future versions of the dll. Since it is in the very initial stages, kindly revert back with your valuable feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    Math Processor

    Math Processor

    Math Processor is a general purpose programable math engine.

    The design and code of Math Processor have been explained at: http://www.codeproject.com/Articles/500327/Building-a-General-Purpose-Interpreter-Math-Engine Math Processor solves problems relating to algebra, calculus, Boolean logic, statistics, number theory, geometry, trigonometry and other allied disciplines. It supports a simple interpreted language. It also has some plotting capabilities. You can use MP as a standalone calculating engine or you can use it as a C# .dll library in your own programs. The design of MP makes it very easy to embed it in any .Net project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    UTX Converter

    UTX Converter

    Format Converter of UTX Format File

    ...UTX Converter provides the following functions: - UTX   - To verify UTX file format   - To extract forbbidden words   - To extract pairs of forbidden word and approved word   - To extract pairs of non-standard word and approved word - Conversion   - To convert between UTX and ATLAS (Fujitsu) user dictionary   - To convert between UTX and The Honyaku (Toshiba) user dictionary   - To convert between UTX and PC/MED/PAT/Legal Transer (Cross Language) user dictionary   - To convert UTX to MultiTerm import text file Developers can use the converter DLL with your application. ChangeLog: http://sourceforge.net/p/utxconv/wiki/ChangeLog/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    OneLineOfCode.NET

    Popular .Net functions in one line of code

    Years of projects and code re-use have driven me to create a DLL that can perform many common tasks in a single line of code. From image thumbnail creation to getting data from many different types of databases to retrieving how many cpus are installed in your PC. just a few examples: //read text file contents string data = OLC.IO.ReadTextFile(filepath); //generate a strong random password string randPass = OLC.Randomizer.Instance.GeneratePasswords(1, 10, true, true, true, true)[0]; //get the ip and mac of my system string myip = OLC.Net.GetSystemIPAddress(); string mymac = OLC.Net.GetMacAddress(myip); //object serialization and deserialization OLC.Obj.PutToFile(@"c:\myfile.dat", myobj); object outobj = null; OLC.Obj.GetFromFile((@"c:\myfile.dat", out outobj); //launch a process and get the results from std output string results = OLC.Proc.StartProcessWithResult("arp","-a"); //etc.etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PanoLib

    Library for the Panoramic Basic language

    PanoLib is a set of Windows DLLs for the Panoramic Basic language, with special emphasis to mathematics, scripting and fractal graphics. Each file contains a precompiled DLL with its source code, a demo program in Panoramic and a bilingual (french/english) PDF documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SmsGoogleCalendarAPI.DLL

    SmsGoogleCalendarAPI.DLL

    The API library call SmsGoogleCalendarAPI2.DLL

    The API library call SmsGoogleCalendarAPI2.DLL This library (the DLL), to work with Google Calendar service via XMLHTTPRequest in OS NT/2000/2003/XP/7, prednachena for event notification and Events in its programs through SMS / E-mail without using captcha or paid services gateways by type Antigate.com. DLL provides universal access to other applications, regardless of the language in the environment Win ALL. 30/05/15 Due to the fact that the company Google c 27.06.15 disables sending SMS-notifications from Google Calendar, library series SmsGoogleCalendar.DLL we are no longer supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cube Password Manager

    Cube Password Manager

    A secure and light-weight password manager

    ...All the passwords are stored locally on your PC, where it is encrypted using a secure and unique encryption method. NOTE: Should you want to compile this yourself, this project was built using Visual Studio 2010. The DLL dependencies are included in the main VS files zip file(taken out of the "redist" folder of VS). There is a folder containing the project written in QT, so you can compile and run this in Linux, although the QT project is not being updated anymore. Should you encounter a bug I will be glad to help, but I can't guarantee any major updates for it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The API library call CI5010RS422.DLL

    The API library call CI5010RS422.DLL

    This library designed for use with weighing terminal CI-5010A

    This library, then DLL, designed for use with weighing terminal CI-5010A on the RS-422/485 or RS-232 via a physical or virtual COM port over USB in OS NT/2000/2003/XP/Vista/7/8 and reads and decodes the data of the operation, gross weight, net weight, unit number, value and sign weight, units and features indicators. Restoring communications using virtual serial port automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CryptoEngine

    CryptoEngine (C) is a DLL Library that provide Cryptography Services.

    CryproEngine (C) is a Class Library (DLL) that provide (API) interface, programmer can use it when writing applications that needs Standard Cryptography Algorithms, using Qt-SDK. Actually this library is a Wrapper for Crypto++ library, by Wei Dai, which is approved by NIST (see www.cryptopp.com for details), CryptoEngine is intended to provide simple & easy to use interface (API) for standard cryptography algorithms for Qt-SDK Developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The API library call GXM7WRS485.DLL

    The API library call GXM7WRS485.DLL

    This library to work with an absolute encoder Baumer GXM7W-RS485

    This library (the DLL), to work with an absolute encoder Baumer GXM7W-RS485 (intelligent speed sensor) on the RS-485 network through physical or virtual COM port over USB in OS NT/2000/2003/XP/Vista/7/8 is designed to query, reading and decoding of data on traffic and the room pitch (angle) c 4 encoders on the same line. Poll encoders automatically. 1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Library for using wxWidgets as a dll/so for Euphoria under Win32 and Linux
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    K8090

    K8090

    Library for controling Vellman K8090 USB relay card under Linux

    This little library will control your Vellman K8090 USB relay card under Linux. The card is delivered with Windows support and a DLL to control it but nothing for Linux systems. Here is the missing part ! Enjoy ;o)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pugg is a c++ framework for plugin management. Features o Header only library, no installation o Auto loading of plugins from files o Version control for plugins o Object oriented design o Platform independent
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LDAPExporter

    LDAPExporter

    A fast LDAP data exporter for Windows and Linux

    ...I will try to release a new version @ # Changes in 0.6.7 # Export to CSV A new prefs.xml file LDIF output for changeType: delete Total number of records displayed in LDIF Current record number is displayed for every record in LDIF, along with naming attribute Allow deletion/moving of Columns in results grid Fixed left column always shows the DN of the User Other bug fixes # Overview # Compiled for Windows 32bit and Windows 64bit Compiled for Linux 64bit Export to LDIF Export to XLS Export to CSV Support for LDAPS Support for multivalued attributes Save and Load profile Automatic restore of previously used session 'Scratch Pad' feature allows saving notes with profiles Schema supports attribute completion to assist with large schemas INSTALLATION # LDAPExporter requires OpenSSL. # You will need the following files to be able to run the application on Windows: libeay*.dll libssl*.dll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Steve Murray Phone

    simple SIP video phone source/lib/dll/API with h264, ulaw and g729

    I coded up this simple SIP engine and video phone a few years ago. I realized how easy it is to speak SIP without a lot of classes or abstraction. It is just plain-english SIP. The SIP is copy-pasted from wireshark, and then just does replace of whatever characters need to be changed to make or answer a specific call. I don't program much VOIP any more, and pretty soon I might have thrown away all my hard drives with this code on it. So I figured I would put my work somewhere in case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ...recursivepdfscanner.ok.log SPOILED pdfs - !recursivepdfscanner.error.log *** PERL must be installed or just run recursivepdfscanner.exe It uses Ghostscript 9.07, gsdll64.dll and gswin64c.exe must be in C:\Windows\System32
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    JAutoItX

    JAutoItX is a java binding for AutoItX.

    What are AutoIt and AutoItX? AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI. AutoItX is a DLL version of AutoIt v3 that provides a subset of the features of AutoIt via an ActiveX/COM and DLL interface. What is JAutoItX? 1. JAutoItX is a java binding for AutoItX. 2. Supported os: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008/2008 R2, Windows 7, Windows 8 (desktop mode) 3. JAutoItX tested under Windows XP SP3. 4. ...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo