Showing 2570 open source projects for "future"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 1
    3 Rs of Software Architecture

    3 Rs of Software Architecture

    A guide on how to write readable, reusable, and refactorable software

    This guide aims to help software developers think more clearly about how to build systems that are not only functional today but maintainable into the future. It focuses on three architectural “ilities”: readability, reusability, and refactorability, presenting them in a hierarchical framework so developers can evaluate and improve their code and system design. The project uses a simple shopping-cart application written in JavaScript and React/Redux to illustrate how code evolves from “bad” via “better” to “good” across those three dimensions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OpenEditor

    OpenEditor

    OpenEditor is a text editor for Oracle developers and DBAs

    ...Some major features: ability to handle big files (more than 1,000,000 lines and larger than 100MB), virtually no line size limit (2GB), columnar text selection and editing (like in UltraEdit), match searching for PL/SQL (BEGIN/EXCEPTION/END), regular expression in text searching and replacement, keymap customization (change custom.keymap). The major limitation is lack of support for UTF or UNICODE and I no plans for this in the nearest future. Check for the latest news here: http://www.sqltools.net/cgi-bin/yabb25/YaBB.pl?board=sql_status
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ethr

    Ethr

    Ethr is a comprehensive network measurement tool for TCP, UDP & ICMP

    Ethr is a cross-platform network performance measurement tool written in golang. The goal of this project is to provide a native tool for comprehensive network performance measurements of bandwidth, connections/s, packets/s, latency, loss & jitter, across multiple protocols such as TCP, UDP, HTTP, HTTPS, and across multiple platforms such as Windows, Linux and other Unix systems. Ethr takes inspiration from existing open-source network performance tools and builds upon those ideas. For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Info & Partage is first of all a blog, entertainment, sharing, but also and above all exchange, full of functionalities will come depending on how long I can put in. This application will allow you for example to exchange your knowledge in the future, allowing you to create cool links, or you will have the possibility, among others, to make suggestions that could change the way it works. Many surprises are still to come. Stay tuned. Mika Info & Sharing will also allow you to learn about my projects on GitHub, or to find out more about how I developed the site. (Future) moderator, will be able to integrate the moderation group on the site, if you find my email address, which is both hidden in the app, but also on the site...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 5
    cxmooc-tools

    cxmooc-tools

    Fully automatic tasks, video double-speed seconds

    ...The developer team has not authorized any organization, institution or individual to use it for commercial or profit-making activities. This project has never been used for any profit-making activities. It will also not be used for a for-profit business in the future. All kinds of disputes and legal issues arising from the use of this project by individuals or organizations and institutions shall be borne by themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Copy Handler program is a small tool designed for copy/move files and folders between different storage medias. Currently it works only in Windows systems, however in the future more platforms should be supported.
    Leader badge
    Downloads: 197 This Week
    Last Update:
    See Project
  • 7

    RNA2Drawer-Source

    Easily edit 2-D nucleic acid structure drawings.

    ********************************************************************************************************************************** *************** IMPORTANT NEWS *************** IMPORTANT NEWS *************** IMPORTANT NEWS *************** ********************************************************************************************************************************** *The RNA2Drawer web app is now live: https://rna2drawer.app *The web app is the second version of RNA2Drawer and will be the focus of all future RNA2Drawer development. User Guide: https://github.com/pzhaojohnson/RNA2Drawer/blob/master/README.md#rna2drawer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NoisePage

    NoisePage

    Self-Driving Database Management System

    ...Our research focuses on building the system components that support such self-driving operations with little to no human guidance. We seek to create a system that not only able to optimize the current workload, but also to predict future workload trends and prepare itself accordingly. Our plan is for NoisePage to support the most common database tuning techniques without requiring humans to determine the right way and proper time to deploy them. It will also enable new optimizations that are important for modern high-performance DBMSs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Fork

    Fork

    Fork is a Minecraft Server Manager GUI for Windows

    THIS SITE IS NOT UPDATED! VISIT: https://github.com/ForkGG/fork for updated information. Fork is a free Minecraft server manager GUI designed to make server hosting easy and fast. Features allow automatic server restarts and backups, hardware statistics like CPU usage, player management and much more...
    Downloads: 9 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10
    Astro Boy Chat Room

    Astro Boy Chat Room

    Atom chat room nestjs+vue full stack chat room

    In my spare time, I wanted to make a chat room to consolidate front-end skills, so I started the development journey of Astro chat room on June 24, 2020. The project is developed in full typescript, which is to lay the foundation for future functional iterations. Of course, I also like typescript very much. At present, the chat room has a complete chat function. More cool features will be developed in the future! Interested friends can fork to develop by themselves, you can change it at will! I have time to upgrade new features! A superset of JavaScript, its biggest advantage is to provide a type system and improve the readability and maintainability of the code. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    StructPie

    StructPie

    A set of C libraries to implement data structures and algorithms

    Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects. LIFO & FIFO Stack, Binary Search Tree, Priority Queue and a Hash Table are implemented and included in this package. Future releases will have many other data structures. The hash table in this package uses separate chaining to avoid collision. In the "hash_table" directory, the hash table implementation uses linked lists. While in "HashBSTree" directory, a hash table with a binary tree in each index is implemented for faster lookup in large data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FFmpeg libav tutorial

    FFmpeg libav tutorial

    FFmpeg libav tutorial

    ...We'll start with a quick lesson about what is video, audio, codec and container and then we'll go to a crash course on how to use FFmpeg command line and finally we'll write code, feel free to skip directly to the section Learn FFmpeg libav the Hard Way. Some people used to say that the Internet video streaming is the future of the traditional TV, in any case, the FFmpeg is something that is worth studying.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    XG-PON Module for NS-3 (moved to GitHub)

    Codebase moved to GitHub - use the Blue button or link in Description

    ...It contains major changes to example code. Please use it for new activities. 10-Gigabit-capable Passive Optical Network (XG-PON), is regarded as one of the key technologies for future Internet access networks. This project develops an XG-PON module for the NS-3 network simulator - a G987 (ITU-T) standards-compliant, configurable, and extensible module that can simulate XG-PON that can support a wide range of research topics. This work was supported in part by SFI through CTVR. Please use the below citation when using this module: Arokkiam, Jerome A, Pedro Alvarez, Xiuchao Wu, Kenneth N Brown, Cormac J Sreenan, Marco Ruffini, Nicola Marchetti, Linda Doyle, and David Payne. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Legacy Game Netplay System

    Automatic game launcher for emulators (PS2 edition)

    ...Current version supports Playstation 2 emulator but the system supports numerous other emulators, support for which along with graphical interface for setup might be added in future.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    GITAMite
    App for gitamites to view their college info. Basically a lite version for the university's student website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Kore

    Kore

    Scalable and secure web application framework

    ...Kore is open source software licensed under the ISC license and developed in my spare time. If Kore helped you or your company please consider a donation to help any future development. Kore provides official docker images for its releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JPHP

    JPHP

    JPHP - an implementation of PHP on Java VM

    ...It's based on JPHP, JavaFX, Java 8, and Gradle, and allows to creation of desktop games and apps for Linux, Windows, and Mac (maybe Android and other platforms in the future). JPHP is not a replacement for the Zend PHP engine or Facebook HHVM. We don’t plan to implement the zend runtime libraries (e.g. Curl, PRCE, etc.) for JPHP. PHP 7.1+ (and many language features from PHP 7.2, 7.3, 7.4). JIT (~2.5x faster PHP 5.6, ~1.1x faster PHP 7.0, ~13% slower than PHP 7.4, bench). Using java libraries and classes in PHP code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    bluetroller

    A library and interface for controlling bluetooth LE devices

    ...A vast number of devices can be controlled via Bluetooth LE, including fitness trackers, lighting, camera sliders, gimbals and many more. Right now these devices can only be controlled via phone apps which are frequently buggy, unmaintained and will stop working after some future phone update. This project aims to grow to become an exhaustive library of these devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    manjaro talking

    enjoy the simplicity, with accessibility!

    This project is more intendet for advanced users, because it uses the architect installer, see https://wiki.manjaro.org/index.php?title=Installation_with_Manjaro_Architect If you have problems installing drivers, open up manjaro settings manager>hardware configuration and look for your drivers there. The above method requires ocr/sighted assistance. For easier navigation and for the method that works on both desktop and architect images, use mhwd-tui Hope you enjoy! Do not hesidate to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Chastity Checkerboard

    Drawing Checkerboards with the C Programming Language

    ...I also invented my own image format which will be part of it's own project soon. There are many ways to draw a checkerboard but I'm proud of this because it was my own work and I understand WHY it works and that's the best part! In the future I'm hoping to even write a book explaining why it works the way it does. Until then you can email me at chastitywhiterose@gmail.com if you have any questions about using the code. You'll need any valid C or C++ compiler that can use standard library functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Telementality Company

    Telementality Company

    Filemanager written for PHP, because it is NeXT, the future ..

    There should be two files for download "1430c d259 - TheCommand.zip" and "1430c d259 - ServerPortable.zip": "TheCommand.zip" is small and zip the filemanager in 2 versions: App) The index.php is first in directory hierarki with subroutines in subfolders; Virus) This version is similar but doesn't declare a face to browse directly and can only be neglected via a subroutine from interface run on another server. "ServerPortable.zip" is large and includes a portable server, that works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Work Sans

    Work Sans

    A grotesque sans

    Work Sans was made in part on the stolen lands of the Wurundjeri and Boon Wurrung people of the Kulin nations. I pay my respect to their elders, past, present and future. Sovereignty has never been ceded. Work Sans has been updated between 2018–2020 with accompanying italics, and variable font files and the character set has been expanded to the Google Latin Expert glyph set, which will now support Vietnamese along with these additional languages. Work Sans is a 9-weight typeface family based loosely on early Grotesques — i.e. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Forecasting Best Practices

    Forecasting Best Practices

    Time Series Forecasting Best Practices & Examples

    Time series forecasting is one of the most important topics in data science. Almost every business needs to predict the future in order to make better decisions and allocate resources more effectively. This repository provides examples and best practice guidelines for building forecasting solutions. The goal of this repository is to build a comprehensive set of tools and examples that leverage recent advances in forecasting algorithms to build solutions and operationalize them. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Decentralized Internet

    Decentralized Internet

    SDK for building decentralized web and distributed computing projects

    ...An internet that eventually wouldn't need to rely on telecom towers, an outdated grid, or all these other "old school" forms of tech. We believe P2P compatibility is an important part of the future of the net. Grid Computing also plays a role in having a better means of transferring information in a speedy, more cost-efficient and reliable manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ExtremeGaming
    ...added: Graphics rendering tweaks for Smooth Gaming. added: Touch Tweaks for Responsiveness. added: Network & DNS tweaks for good Latency (Low Ping) Join Telegram Group for more future contents @immix_builds Join Telegram Group for more future contents @immix_builds
    Downloads: 2 This Week
    Last Update:
    See Project