Showing 56 open source projects for "hard"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Guzzle

    Guzzle

    An extensible PHP HTTP client

    ...This allows you to utilize other PSR-7 compatible libraries with Guzzle. Abstracts away the underlying HTTP transport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops. Middleware system allows you to augment and compose client behavior.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Z-BlogPHP

    Z-BlogPHP

    Z-BlogPHP blog program

    ...For users, it is simple and easy to use, small in size, fast in speed, and large in support data. For developers, it also has a powerful customizable, rich plug interface and a beautiful theme template. We have been working hard to make Z-BlogPHP a highly playable, Lego bricks website program!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Takes

    Takes

    True object-oriented Java web framework without NULLs

    ...The entire framework relies on your default Java encoding, which is not necessarily UTF-8 by default. To be sure, always set it on the command line with file.encoding Java argument. We decided not to hard-code "UTF-8" in our code mostly because this would be against the entire idea of Java localization, according to which a user always should have a choice of encoding and language selection. We're using Charset.defaultCharset() everywhere in the code. Essential part of Bigger Example is Front interface. It's encapsulates server's back-end and used to start an instance, which will accept requests and return results. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Shynet

    Shynet

    Modern, privacy-friendly, and detailed web analytics

    ...They require handing all of your visitors' info to a third-party company They use cookies to track visitors across sessions, so you need to have those annoying cookie notices. They collect so much personal data that even the NSA is jealous. They are closed source and/or expensive, often with limited data portability. They are hard to use. Shynet has none of these caveats. You host it yourself, so the data is yours. It works without cookies, so you don't need any intrusive cookie notices. It collects just enough data to be useful, but not enough to be creepy. It's open source and intended to be self-hosted. And you may even find the interface easy to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 5
    TV-Browser - A free EPG

    TV-Browser - A free EPG

    Ad free open source TV guide for more than 1000 channels.

    TV-Browser is a java-based TV guide which can be easily extended with lots of plugins. It is designed to look like your paper TV guide.
    Leader badge
    Downloads: 685 This Week
    Last Update:
    See Project
  • 6
    JForum2

    JForum2

    Bug fixes and enhancements for JForum 2.x

    JForum is a powerful and robust discussion board system implemented in Java. It provides an attractive interface, an efficient forum engine, an easy to use administrative panel, an advanced permission control system and much more. Built from the ground up around an MVC framework , it can be deployed on any Servlet 3.1 container or application server running at least Java 8, such as Tomcat, Jetty and JBoss/WildFly. Its clean design and implementation make JForum easy to customize and...
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 7

    python-proxy-headers

    Handle custom proxy headers when making HTTPS requests in python

    ...We currently provide extensions to the following packages: urllib3 requests aiohttp httpx None of these modules provide good support for parsing custom response headers from proxy servers. And some of them make it hard to send custom headers to proxy servers. So we at ProxyMesh made these extension modules to support our customers that use Python and want to use custom headers to control our proxy behavior. But these modules can work for handling custom headers with any proxy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TOMUSS

    TOMUSS: The Online Multi User Simple Spreadsheet

    TOMUSS is an interactive web application (groupware) allowing multiple concurrent users to edit data tables. Its primary goal is the management of students grades.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Arisen Studio

    Arisen Studio

    Browse, Download and Install Mods for PlayStation 3 & Xbox 360

    The elegant, powerful, and open-source mod manager. Arisen Studio allows you to easily browse through a regularly updated database of mods, game saves, homebrew, resources, themes, and much more for the PlayStation 3 and Xbox 360. All mods have been tested and verified in our library, which is populated by myself, a few friends, and awesome contributors. Arisen Studio can also be used as an FTP client to install and uninstall mods directly from your console. Without the need to search up old...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 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
  • 10
    MBR Advanced Asset Manager

    MBR Advanced Asset Manager

    Speed up your WordPress site the smart way!

    ...I completely rebuilt this plugin from the ground up! Everything now runs directly within the plugin itself – no external libraries, no outside services. Just clean, efficient code working hard for your site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    FTP prune

    FTPprune is a Perl script to manage a remote ftp archive

    FTPprune is a Perl script to manage the size of a remote ftp archive. It was originally developed to manage offsite copies of Zoneminder CCTV events, but can be used with any FTP file archive. FTPprune will go through the archive and remove the oldest files reducing the archive size to a maximum that you specify, optionally preserving the last (-a) days of files. There are a few other options too - see the wiki for command line usage and Perl modules required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    fog

    fog

    The Ruby cloud services library

    Whether you need compute, dns, storage, or a multitude of other services, fog provides an accessible entry point and facilitates cross-service compatibility. Just getting started working with cloud resources? You are not alone, and having so many complicated options makes it hard to know where to start. fog delivers the knowledge of cloud experts to you, helping you to bootstrap your cloud usage and guiding you as your own expertise develops. By coding with fog from the start you avoid vendor lock-in and give yourself more flexibility to provide value. Whether you are writing a library, designing software as a service product or just hacking on the weekend this flexibility is a huge boon. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Wild Workouts

    Wild Workouts

    Go DDD example application. Complete project to show how to apply DDD

    ...We will also show how to fix these issues and achieve clean implementation by refactoring. We're building a Discord community focused on modern business applications. It's the place to discuss hard topics, request a review, or ask if something's not clear.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    OS X Portable Applications

    Portable OS X FOSS applications

    OS X FOSS portable applications are packaged so you can carry around on any portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (or also on your internal hard disk), taking your preferences with you.
    Downloads: 47 This Week
    Last Update:
    See Project
  • 15
    Backuso

    Backuso

    Backup software for your data to local and remote SSH systems

    Backuso – pronounce like the opera singer ‘Caruso’ – is a software for routine and automated backups of your computer to either a local storage or a remote storage on an SSH server, or both. A local storage is anything accessible in the directory structure of your computer. Most of the time this will be a (large) hard drive, mounted at a convenient location. A remote storage is anything which is accessed on your network via the ssh protocol. This could be a NAS (Network Attached Storage) in your local LAN, or a server share on the internet. Backuso is configured with a simple text file. You can start the backups manually or automatically, e.g. using crontab. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Google Drive Permission Manager

    Update Google drive permissions in bulk mode

    Driver permission changer is an open source application created to change permission of google drive files and folders in bulk mode . The files can be some safe points and it is hard to change it manually by going to each file one by one . You can also specify a list of users or configure the link sharing option just in One Click
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Klein

    Klein

    A fast & flexible router

    ...Flexible regular expression routing (inspired by Sinatra) A set of boilerplate methods for rapidly building web apps. Almost no overhead. Unit tests are a crucial part of developing a routing engine such as Klein. Added features or bug-fixes can have adverse effects that are hard to find without a lot of testing, hence the importance of unit testing. This project uses PHPUnit as its unit testing framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Homedisk

    Family-focused free software

    Welcome to : http://www.tinyhomeutil.com/ This product (Homedisk) is a multi-user system, integrates online file storage and multimedia player. Users can use it to manage family photos, videos, and music. It does not need to install. It also can be run from U-disks and portable hard drives. It allows mobile phones and tablet computers to access (including the iPhone and iPad). It supports English, Chinese, French, Russian and Spanish, the family members living in different countries can use the same system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CyberDragon Browser

    CyberDragon Browser

    CyberDragon Browser - privacy enhanced, portable browser

    ...These settings can be overrided by site, either blocking or allowing specific cookies, allowing very fine grained cookie control. - Ability to Spoof Google PREF cookies if needed - Does not store cookies to hard drive, ever. - Proxy fetcher. Will allow you to fetch high-anonymous proxies that you can use to hide you IP-address with just 2-clicks (one click to fetch proxies and second click to select proxy from the list). Also proxy checker that list working proxies, their latency, country, SSL support and anonymity level is included. - Supports SOCKS5 proxies. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Food Storage Calculator

    Food Storage Calculator

    Java 7 based food needs calculator using Google Web Toolkit and HTML5

    ...Normal perishable food purchases like milk, bread, and ice cream. 2. Multi-month or multi-year perishable items such as canned goods, pastas and cooking oils. 3. Multi-decade non-perishable items such as hard wheat, sugar, and water.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ProftpD Simple PHP Interface

    Very Easy Interface to Manage Users from ProftpD Server

    ...Functions (working): -Adduser -Deluser -Change user -Show Log in planning - Show Variable Logs (remove hardcode) - Set Home dir - Config Page - Clear Log - Copy Log Button - User Auth (interface) - remove hard code language <--> language files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    FTP Synch

    FTP Synchronization Script for Perl

    FTP Synchronization Script for Perl to synchronize the contents of your hard disk and FTP folder together. Built on perl and requires the module Net::FTP to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Qool CMS

    Qool CMS

    Qool is a cms that allows you to take advantage of your site

    A content management system born from the need to create and manage your content easier than ever. We have been working hard to create a CMS that will be able to do anything the user wants. There are virtually no limits on what you can accomplish with Qool CMS. Other content management systems are article based platforms and need addons and extensions to add extra functionality. This is not the case with Qool. Qool supports unlimited content types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    jwhois

    Ip to country. Whois made in Java. 3MB in Memory DB - totally fast!!

    ...B) RipeIpService.lookUp( IP - address) gives "All info like whois command" (Just only for RIPE's IPs - not all IP-addresses in the world) Is only tested on Linux and Mac. But with the source code, it should not be hard to change the path's to Windows. More info: http://whois.less-is-more.dk/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    cSploit

    cSploit - cyb3r gladiat0r's cPanel mass password changer.

    ...And save changed passwords with their respective usernames in a text file. It gives you flexibility to specify custom filename to save password. (This makes filename hard to guess.) This script also allows you to select the specific type of random generated passwords.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB