Showing 700 open source projects for "js32.lib"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    Speculative Access to Memory is a library that allows programmers to create threads that access to memory regions speculatively. This means that the read data is not validated until the system is sure that all data dependencies have been resolved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    apt-get install awstats http://awstats.sourceforge.net/ Get:1 http://ftp.us.debian.org lenny/main awstats 6.7.dfsg-5.1+lenny1 [920kB] Get:2 http://ftp.us.debian.org lenny/main libnet-xwhois-perl 0.90-3 nano /etc/apache2/conf.d/awstats /usr/lib/cgi-bin# perl awstats.pl -config=localhost -update /etc/apache2/conf.d/awstats Alias /awstatsclasses "/usr/share/awstats/lib/" Alias /awstats-icon/ "/usr/share/awstats/icon/" Alias /awstatscss "/usr/share/doc/awstats/examples/css" ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ ScriptAlias /awstats/ /usr/lib/cgi-bin/ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch http://domain.tld/awstats/awstats.pl
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    This 2D sceletal animation libary supports OpenGl and the DirectX renderer. The code is completely written in c++ and uses tinyxml and the standard Library. There is also an editor being developed with gtkmm alongside the libary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    LookCDS Delphi library

    LookCDS provides datasnap with transparent client lookup fields

    “LookCDS” is a small library set of functions, classes and components for Delphi that enables and utilizes at client side the lookup fields defined in a datasnap remote module. TlkClientDataset, a TClientDataset descendant, contained in LookCDS lib is the main component that supports transparent utilization of server side lookup fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    TagTools for Linux

    A set of scripts to manipulate audio tags of various audio formats.

    TagTools for Linux is a set of scripts which can be used to manipulate audio tags of various audio formats (MP3, OGG, FLAC etc). In fact, it is an implementation of the Audio::TagLib library (http://search.cpan.org/dist/Audio-TagLib/lib/Audio/TagLib.pm), and provides it with a command-line and dialog-based interface. TagTools should also work correctly with tags written in different codepages (utf8, cp1251 etc). The following scripts are included: tag2fname - this is a command-line tool to rename a number of files using the information extracted from audio tags in a specified format. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AusRegistry EPP Client Library
    AusRegistry's open source EPP client libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mtag tags music files with user chosen tags. the tags are stored in the file's comment metadata field and cached in a sqlite3 database for instant access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    JsTagSphere

    Light, fast and easy-to-use javascript sphere tag-cloud

    Javascript lib to create lifght and fast tag-sphere cloud without necessity to add any additional frameworks/plugins/libraries. Many settings allow customization of view and behavior. Note the source code moved to GitHub: https://github.com/RodionGork/JsTagSphere
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Stitch

    Stitch

    Stitch your CommonJS modules together for the browser

    Stitch is a library that simplifies the packaging of CommonJS modules for use in the browser. It allows developers to write modular JavaScript code using the CommonJS format and then bundles it into a single file that can be served client-side. This helps bridge the gap between Node.js-style development and browser environments, particularly before modern bundlers like Browserify and Webpack became widespread. The library automatically resolves dependencies, inlines modules, and ensures they...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    hello lib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lib/Framework for using SmartCards in Qt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    apt-history logs the changes of /var/lib/dpkg/status when installing, removing, upgrading packages with apt-get.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    GumiXRadio

    GumiXRadio

    GumiXRadio est un lecteur de flux audio type webradio développé en C++/lib Qt. Customisables et s'adapte à la plupart des flux audio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Simple Fast Dictionary

    Simple, small and fast dictionary lib on C

    The library does quick search of dictionary words in arbitrary input strings. Known problems are known. :) See appropriate section in documentation. Also, only ASCII words and strings for now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    windows has rundll, rundotso is for linux load shared library(.so) and run the functions. rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    N3 lib it's a ADD-ON for NightFox's Lib. This little lib may help you in your Nintendo DS homebrew develop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A collection of handy helper functions for creating powerful and flexible bash scripts. Note that this project has migrated to https://github.com/dejayc/bashful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Rinoceo CMS

    File-Based CMS with integrated JSON/XML interface

    ...The content of a Page has already extendet to custom-include-files as well as dynamic module content. The files that belongs to an Extension/Module are spread over several folders like js, style, inc and lib. The classes of the CMS-Module are in lib/CMS, javascript files are in js/CMS/ and so on. The epleo-PacketManager is sill in development and is used to download and upgrade the Modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Curl Lib - Extended components for Curl language, such as String utility, collection utility, UI utility, logging, log-rotate, data caching, encrypt/decrypt and such.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    AkJlib-collections

    Java lib containing different collection.

    Current features: GenericMap - Super WeakKeyValueConcurrentMap -
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Java Msn Lib(JML) based web msn client developed by Roy Tsang. You can reach me at roy dot cstsang at gmail dot com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mibian Lib is an open source options pricing library in python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Simple Concurrent Library - SimCoL

    SimCoL is a c++ lib that focus on classic concurrent problems.

    The SimCoL project - Scl in short - is a very simple library developed with c++ as graduation project. Its objective is to implement classes for solving simple problems that have interfaces like the classic concurrent problems (producer and consumer, work pools, and others). The project can be compiled using Visual Studio 2008 or higher (the project is incompatible with Windows older than Vista or Server 2008) and also supposed to be able with any Unix system with native PThreads support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    bash-sys-manage

    Bash scripts for Linux system administrators

    A collection of useful bash scripts to assist in Linux system administration. Includes flexible scripts to backup and install Linux systems. Requires (and includes) bash-script-lib. Tested on Ubuntu LTS.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB