Showing 657 open source projects for "compact"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1
    JS 2D barcode creation

    JS 2D barcode creation

    Data Matrix, QR and Aztec barcode symbol creation by javascript

    The javascript program creates 2D barcode symbols of Data Matrix, Aztec and QR code in vector graphic. + Creates Data Matrix in square or rectangular pattern. + Creates QR or micro QR bar code symbols. + Creates Aztec, compact Aztec or Aztec rune bar codes. + Scalable Vector Graphic or PNG/GIF pixel image output. + One short and compact program for all barcodes. + Automatic mode encoding and barcode size selection. + Algorithm could be easily adapted to individual requirements. + Free and open-source software program. – no size optimization for mixed data types in one symbol...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MiniLisp

    MiniLisp

    A readable lisp in less than 1k lines of C

    MiniLisp is a compact Lisp interpreter implemented in fewer than one thousand lines of C, designed to demonstrate the core principles of Lisp and interpreter design in a highly readable format. The interpreter evaluates expressions in a traditional read-eval-print loop, allowing users to input Lisp code and immediately see the results. Despite its small size, it supports a wide range of language features, including integers, symbols, lists, closures, macros, and garbage collection. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Fingerprint Recognition System

    Fingerprint Recognition System 5.3 - Matlab source code

    The proposed filter-based algorithm uses a bank of Gabor filters to capture both local and global details in a fingerprint as a compact fixed length FingerCode. The fingerprint matching is based on the Euclidean distance between the two corresponding FingerCodes and hence is extremely fast. We are able to achieve a verification accuracy which is only marginally inferior to the best results of minutiae-based algorithms published in the open literature. Our system performs better than a state-of-the-art minutiae-based system when the performance requirement of the application system does not demand a very low false acceptance rate. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    SDNSim

    A Compact Simulator for Software-Defined Networking and Systems

    SDNSim, A Compact Simulator for Software-Defined Networking This is an expansion of the project xSDN, an Expressive Simulator for Dynamic Network Flows. Please cite the below papers, if you used this project or referred to this in your work. Kathiravelu, Pradeeban; Veiga, Luis, "An Expressive Simulator for Dynamic Network Flows," Cloud Engineering (IC2E), 2015 IEEE International Conference on , vol., no., pp.311,316, 9-13 March 2015 doi: 10.1109/IC2E.2015.43
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    Java Query Library
    JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner. Example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection) .where(myCondition).asList()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Compact, Easy to install, Quick and to the point Portal/Weblog/Blog/Forum w site replication. Simple, solid and scalable to a BPMS (Business Process Management System) using standard OO patterns. Fast embedded CSV Flat-File DB upgradeable to any major database (optional/not required).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Wizapply

    Wizapply

    Cross-platform C framework very compact libraries and tools.

    Project is Freeze. Wizapply is a coined word which it consists of "Apply for application wizard.", and it means "Using the expert of an application".An expert absorbs all of study of the API group according to the device and operating system which are a part of problems which a programmer has, and study of the various programming methods. It isn't cool to rewrite a code repeatedly, to create the same program which carries out the same opereation right? The source code that is once...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    gdsii to gdt (graphics data text) format translator written in C/C++ that converts a binary gdsii file to a text format that is compact and easy to parse.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Purpose: do a compatible and compact doom engine based on original doom source code by id software, one doom engine compatible with doom2 exe original with slopes destructible architeture more 3d bridges
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    Creep

    Creep

    a pretty sweet 4px wide pixel font

    A pretty sweet 4px wide pixel font. I never found the pixel font that was perfect for me, so I decided to roll my own with creep. It is a pretty compact (only 4px wide!) font that's great for smaller screens (like my 11" laptop). I'm constantly adding in new characters (diacritics, box-drawing characters, etc.), so I figured I'd put it up on GitHub for people to reap benefits of this. I also recently added some nice Haskell features (that can be used in other languages too)! Creep has most of the basic box drawing characters implemented. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Stratagem Model Checker

    Stratagem Model Checker

    ...StrataGEM marries the well know concepts of Term Rewriting (TR) to the efficiency of Decision Diagrams (DDs). TR systems are a great way to describe the semantics of a system, being readable and compact, but their direct implementation tends to be rather slow on large sets of terms. On the other hand, DDs have demonstrated their efficiency for model-checking, but translating a system semantics into efficient DDs operations is an expert’s matter. StrataGEM describes the semantics of a system in terms of strategies over a TR system, and automatically translates these rules into operations on DD to handle the model-checking. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Xhat

    Xhat

    free chat system

    Xhat is a free chat system. This can be used with WebSystem project or not. Only put in your web server and start.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Sparsile

    Content Management for Windows/Microsoft stack

    Sparsile is web software you can use to create a beautiful website or blog that runs on Windows and uses asp.net and (presently) microsoft SQL compact. Lightweight and fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SQL Embedded Manager

    SQL Embedded Manager

    SQL Embedded Manager, is a light-weight implementation of the SSMS.

    The SQL Embedded Manager, is a Windows Forms light-weight implementation of the Microsoft SQL Server Management Studio, focused to supporting only all the embedded databases engines (for example, Sql Server Compact Edition, SQLite and Firebird).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jQuery Transit

    jQuery Transit

    Super-smooth CSS3 transformations and transitions for jQuery

    ...It integrates with the jQuery queue system, so transitions can be sequenced or synchronized with other effects without race conditions. Although many apps now use native Web Animations or libraries like GSAP/Framer Motion, jquery.transit remains a compact, readable reference for CSS transition ergonomics and progressive enhancement.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    class.debug.php provide simple functions to set control infos in your code, with many options to output this info in your browser and/or write in a logfile - output of infos in browser, logfile or browser and logfile - (browser) output infos based on a error level - (browser) output infos compact or every message in a new line - (browser) output info based on a special pattern - (browser) output infos marked with special colors (html) - (logfile) log infos based on a error level - (logfile) log infos in a new file each execution, hour, day, week, month or year - (logfile) output infos compact or every message in a new line - (logfile) output info based on a special pattern TODO: - (logfile) create new logfiles based on a deadline - (logfile) create new logfiles based of a filesize - (logfile) create new logfiles based of a date - (logfile) create new logfiles based of a memorylimit look at debug_config to see all options
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Export LMC for AutoCAD

    Drive your METABEAM laser cutter directly from AutoCAD.

    Export LMC for AutoCAD lets you export AutoCAD drawings to the Coherent Metabeam file format, Laser Machine Center (.LMC). The Coherent METABEAM 400 is a compact laser cutter with a cutting area of 48” x 48” (1.23m x 1.23m) and 12” of Z travel. It is capable of cutting stainless steel, mild steel, aluminum, titanium as well as plastics and organics. Historically AutoCAD users have used METABEAM-supplied conversion software to create LMC files from drawings. This plug-in allows you to create LMC files directly from AutoCAD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    mindCMS

    mindCMS

    Small, fast and flexible Content Management System for PHP / MySQL

    Small, fast and flexible Content Management System - CMS for PHP / MySQL A very small, fast, compact and flexible Content Management System (CMS) for PHP Webservers using a reasonable amount of functions. Easily maintain your web pages and online files in any webbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    zodiac

    zodiac

    Astrology software for desktop

    Modern, nice software for astrologers. Contains different views of horoscope: classical chart, planets view and plain text. Provides detail information about each element of horoscope. Uses 9 house systems, over 40 aspects for horoscope calculation, tropical and sidereal sign and much more.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Heartbleed

    Heartbleed

    A checker (site and tool) for CVE-2014-0160

    Heartbleed contains a compact, purpose-built implementation for detecting the infamous Heartbleed vulnerability in OpenSSL’s TLS heartbeat extension (CVE-2014-0160). It focuses on demonstrating and testing the flaw rather than being a general-purpose security toolkit, which makes the code approachable for learning and auditing. The project illustrates how a malformed heartbeat request could coax vulnerable servers into leaking memory contents, including potentially sensitive data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    cires-conky

    Mexican seismic alert for conky

    Conky package to monitor the CIRES seismic alert levels for Mexico City, Oaxaca, Acapulco, Chilpancingo and Morelia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FidoReadPHP

    FidoReadPHP

    A FidoCadJ reader written in PHP.

    The FidoCadJ format is a way to store technical drawings and electronic circuits in a very compact text, easy to embed in an Usenet or forum messages. FidoReadPHP is a reader written in PHP able to convert on the fly these drawings and show them as images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    cIPS is a robust TCP/IP stack for embedded devices.The cIPS library runs without an Operating System and is entirely abstract from any platform. However, it has been fully tested on the Xilinx Spartan 3E Starter Kit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    GpsTicker2

    GpsTicker2

    GT2 combines online and offline navigation for hikers and cyclists

    The lightweight and compact App GpsTicker2 combines online and offline navigation for hikers and cyclists. Offline route calculation is possible for all federal states of Germany and many other regions. Online route calculation can be done at home with available internet connection, saved routes and pois can be used outdoor without mobile network. Maps can be easily downloaded with the integrated download manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SimpleHexAssistant

    A faithful assistant for your hex debugging

    A faithful assistant for your hex debugging. It is java based and can assist you in any platform. Cute and compact, you will like for sure.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo