Showing 3493 open source projects for "main"

View related business solutions
  • 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
  • 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
  • 1
    DL Book Notation

    DL Book Notation

    LaTeX files for the Deep Learning book notation

    This repository collects and standardizes mathematical notation, typographic conventions, and symbol definitions used in the Deep Learning Book (by Goodfellow, Bengio & Courville). Its main goal is to provide a canonical reference for notation so that derivative works (papers, lectures, tutorials) can align notation consistently. The content includes LaTeX macros, notation tables (e.g. symbols for vectors, tensors, functions, loss, activation), and cross-references mapping symbols to their conceptual meaning. It also includes scripts or style files to facilitate inclusion in articles, slides, or papers that build on the DL book’s notation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Announce Board

    Announce Board

    A fast and simple Joomla module to show your Announcements to users in

    The Announce Board is a free module that enable you to show your announcements in a pretty style. On back-end of this module you can manage the items that you want to show on front-end. In main panel of this module, the items are shown (including image and title link). When you click on each item, a modal window is opened and you can see other details of the item. We used Joomla subform field in this module to provide easy and fast usage for you. So,To use this module, you must have Joomla 3.6 or higher version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simple Client Server Chat Example

    An example of a simple chat system

    ...This is not sufficient when talking about large applications, but, let's not forget that HTTP uses Strings. The project contains both the Server and the Client. The main method in the Main class does nothing. You must launch the Server (ServerMain) and several instances (or just one) of the Client (ClientMain). To deconnect a client just send "exit".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FAKE2DB

    FAKE2DB

    Create custom test databases that are populated with fake data

    Generate fake but valid data filled databases for test purposes using most popular patterns(AFAIK). Current support is sqlite, mysql, postgresql, mongodb, redis, CouchDB. The installation through pypi retrieves 'fake-factory' as a main dependency. db argument takes 6 possible options, sqlite, mysql, postgresql, mongodb, redis, CouchDB. name argument is OPTIONAL. When it is absent fake2db will name db's randomly. host argument is OPTIONAL. Hostname to use for database connection. Not used for sqlite. host argument is OPTIONAL. Hostname to use for database connection. ...
    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
  • 5
    SQUEEZER

    SQUEEZER

    Squeezer framework, build serverless dApps

    Squeezer is a platform that empowers new-entry blockchain developers to build serverless dApps simply as dead. The main usage of the ChainKit is to unify top blockchains interfaces into a single normalized API interface, therefore you can build blockchain dApps easily without digging into blockchain complex infrastructure. Bi-directional on-chain transactions (inbound and outbound). Build dApps connecting to smart contracts using chain kit agnostic connector.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TweakOS

    Custom Lightweight Linux. Mainly Debian and Openbox.

    ...( May. 06-2018 ) Uploaded today: tweakos-ob-2.0-amd64 New openbox build based on Debian 9 - Stretch Only available in 64-bit version this far. Older builds will be taken down within a week, and new builds and flavours will be added as I get them ready Spacex(ew) tweakos-ob-2.0-amd64: (New main release) https://sourceforge.net/projects/tweaklinux/files/Tweakos-ob-2.0-amd64/ Disclaimer: Use at own risk. I am in no way responsible for anything that might be caused by someone using or installing this software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The main purpose of CombiTagger is to read files generated by individual PoS taggers and use them to develop and evaluate combined taggers according to a given combination algorithm. http://aaai.org/ocs/index.php/FLAIRS/2009/paper/download/67/296
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyTorch Book

    PyTorch Book

    PyTorch tutorials and fun projects including neural talk

    ...But in theory there shouldn't be too many problems on python2 and CPU. The basic part (the first five chapters) explains the content of PyTorch. This part introduces the main modules in PyTorch and some tools commonly used in deep learning. For this part of the content, Jupyter Notebook is used as a teaching tool here, and readers can modify and run with notebooks and repeat experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jQuery Ajax File Uploader Widget

    jQuery Ajax File Uploader Widget

    Lightweight and very configurable jQuery plugin

    ...Basic Javascript knowledge is necessary to setup this plugin: how to set settings, callback events, etc. Initialize the plugin on any HTML element such as: <div /> to provide a Drag and drop area. All <input type="file"/> inside the main area element will be bound too. Optionally you can bind it directly to the <input />. Files will start uploading right after they are added. If using the queue system this option means the queue will start automatically after the first file is added.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10

    Dynamic DotNet Code Generation

    Solves dynamic code generation from strings and files

    Use this API to generate and execute assemblies from string code such as: using System; public class A{ static void Main(string[] args) { Console.WriteLine(args[0]); } } and more advanced programs written in C# and Visual Basic.NET. An example file is given.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WeChat Jump Game

    WeChat Jump Game

    WeChat "Jump Jump" Python Assist

    ...It supports automatic play, allowing the script to detect positions and control jumps through connected-device tooling. The repository also includes explanations of the game logic, recognition approach, and platform-specific setup details. Its main value is demonstrating how Python, computer vision, and device automation can be combined to interact with a simple mobile game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Digicam Tools

    Tools for digital photographs: Easy import and copy of images

    ...The former is used to import images from digital cameras, while the latter is to select images to copy them or burn them on CD, for example to make hardcopies. The main goal are ease of use and a slim and intuitive UI which can also be used by people with limited computer skills. The programs are made as an alternative to image organisers, for people who find image organisers too bloated, who don't need all the features and/or are confused by the complicated UI, or for users who don't want programs to snatch and organise everything for them which they prefer to organise themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    chemfiles

    chemfiles

    Modern library for chemistry file reading and writing

    ...Chemfiles provides an interface to access this information which is - unified: the same code will work with all the supported formats; - simple: the interface is easy to use and extensively documented. This is only a mirror of the main repository, development of chemfiles happens on Github, at https://github.com/chemfiles/chemfiles/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    EasyDeviceInfo

    EasyDeviceInfo

    [Android Library] Get device information in a super easy way

    Android library to get device information in a super easy way. The library is built for simplicity and approachability. It not only eliminates most boilerplate code for dealing with device information but also provides an easy and simple API to retrieve them. EasyDeviceInfo is split into multiple module-libraries, v2.2.0 onwards. Use the appropriate one as per your requirement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NOTE: For latest version, please visit https://github.com/ispasic/FlexiTerm. FlexiTerm is an open-source software tool for automatic term recognition. FlexiTerm uses a range of methods to neutralise the main sources of term variation. FlexiTerm is robust enough for less formally structured texts, such as those found in patient blogs or medical notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    NativeSQLPersistence

    Executing native SQL with native Java connection pool.

    Framework is designed to provide simple database access using native SQL queries. It will care about connection handling and object closing statements to foreclose connection leaks. Containing a pure Java connection pool, it can be used in fat clients, web applications, batch jobs - everything based on Java. Export features are available: CSV, HTML, XML, XML-Spreadsheets (Excel) Can be used as XA and None-XA datasource, statement parameters are available. JPA library is used to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The plugin is a combination of two libraries - SSRC and SOX, the first one is fixed, and the other is floating point. The main purpose is to "override" the LPF(s) inside of the DAC by upsampling (relatively) low sampling rate frequencies (44.1k, 48k), assuming the software can do it much more accurate. It should be noted that the component, allows to compare two main resampling techniques with the same parameters. The user interface is built to be intuitive and to allow to maximize the control and ability to adjust the parameters to the user's personal taste.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 18
    Distributed Proofreaders
    Project has moved to https://github.com/DistributedProofreaders/dproofreaders Distributed Proofreaders is a web application intended to ease the process of converting public domain books and other printed materials into e-texts. The main site is at http://www.pgdp.net By breaking the work into individual pages, many proofreaders can be working on the same book at the same time. This significantly speeds up the proofreading/E-Text creation process. When a proofer elects to proofread a page for a particular project, the text and image file are displayed on a single webpage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LIGGGHTS-PUBLIC

    LIGGGHTS-PUBLIC

    Official release of the LIGGGHTS DEM software by DCS Computing

    ...It helps users study mechanical contact, particle motion, collision behavior, packing, flow, and equipment-scale granular processes. The software is especially relevant for engineering applications where macroscopic behavior emerges from many particle-level interactions. Its main value is providing a DEM simulation engine for researchers and engineers who need detailed particle-scale modeling in open-source workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Anywhere Board Games
    Anywhere Board Games (ABG) allows users to play board and card games on the web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a stand-alone PHP app. Unlike other gaming environments, we had a peculiar vision: projecting the main board on our table and using laptops or tablets to control our hands (with other friends joining in remotely). ABG runs on PHP 5 and Apache (which is provided with the Windows installer). It supports flipping, stacking, rotating, rolling, and shuffling of pieces, so most board and card games are playable.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    vue-content-placeholders

    vue-content-placeholders

    Composable components for rendering fake (progressive) content

    ...The project was designed for Vue 2 applications and follows the familiar placeholder style popularized by social media interfaces. It is useful for apps that fetch data asynchronously and need smoother loading states. Its main value is making loading screens feel more polished, predictable, and user-friendly with very little implementation overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    twGrabScreen

    create screenshots without the need of confirmation

    A simple little screenshot grabber that can dump the content of your screen into an image file in several formats. Supported formats are: - bmp - png - jpg - pbm - ppm - xbm - xpm Main difference to standard desktop environment screen tools is that it doesn't need any user interaction during the dump. Everything (pattern for filenames, format, output directory) is configured at start. After that you can simply create an unlimited number of screenshots (well it's actually limited by amount of available hard-drive space) by just using the configurable hotkey and no further need for any interaction. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Micro PC Cleaner

    Micro PC Cleaner

    Open source PC cleaner

    Micro PC Cleaner is an open source PC cleaner.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Callimac

    A knowledge management system based on an xml database

    ...Documents can be created, imported, displayed, edited and searched with the XML toolset (XSL, XPath, XQuery, XHTML). Callimac uses and integrates different open source tools to achieve this: eXist, majix, Amaya, im4java and HTML Tidy. The main focus of the application is to make the knowledge contained in documents easily accessible by storing them in a full text indexed database and making use of XQuery's search capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    express-status-monitor

    express-status-monitor

    Realtime Monitoring solution for Node.js/Express.js apps

    ...You can add a series of health checks to the configuration that will appear below the other stats. The health check will be considered successful if the endpoint returns a 200 status code. The HTML page handler is exposed as a pageRoute property on the main middleware function. So the middleware is mounted to intercept all requests while the HTML page handler will be authenticated. If you're using socket.io in your project, this module could break your project because this module by default will spawn its own socket.io instance. To mitigate that, fill websocket parameter with your main socket.io instance as well as port parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo