Showing 36 open source projects for "top trending project"

View related business solutions
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • Websites, Bookings, Marketing, and Texting Icon
    Websites, Bookings, Marketing, and Texting

    EVERYTHING YOU NEED TO GROW YOUR BUSINESS

    Whether you're small business, event space, campground, bed and breakfast, hotel, lodge, vacation rental or other property owner, ResNexus is designed to make managing your business easy. With our easy-to-use website and business management software you spend less time worrying and more time doing the things you love. See how ResNexus can enhance your business today!
  • 1
    Coraza

    Coraza

    OWASP Coraza WAF is a golang modsecurity compatible firewall library

    ..., including the OWASP Top Ten, with a minimum of false alerts. CRS protects from many common attack categories including: SQL Injection (SQLi), Cross Site Scripting (XSS), PHP & Java Code Injection, HTTPoxy, Shellshock, Scripting/Scanner/Bot Detection & Metadata & Error Leakages. Coraza is a library at its core, with many integrations to deploy on-premise Web Application Firewall instances.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    webiny

    webiny

    Enterprise open-source serverless CMS

    Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS. Create GraphQL APIs, full-stack applications and websites. Deploy with single command to your AWS. Runs on services like AWS Lambda and DynamoDB. Highly-scalable & highly-available out of the box. You get a full-stack project with a GraphQL API and a React frontend that you can use to start building. Write custom apps and business logic...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Virto Commerce Platform

    Virto Commerce Platform

    VirtoCommerce Platform repository

    .... Use Virto Commerce B2B eCommerce platform as a transformational force to reimagine how to do business, identify new markets and deploy resources more efficiently for higher ROI. Strive for online business when you win while the client wins as well. Worldwide network of certified implementation partners & solution partners to fit every project. Build a B2B channel with complicated business logic on top of your e-commerce solution without re-platforming or data duplication.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Athens

    Athens

    A Go module datastore and proxy

    Athens provides a server for Go Modules that you can run. It serves public code and your private code for you, so you don’t have to pull directly from a version control system (VCS) like GitHub or GitLab. There are many reasons why you’d want a proxy server such as security and performance. Athens is a project building on top of vgo (or go1.11+) trying to bring dependencies closer to you so you can count on repeatable builds even at a time when VCS is down. The big goal of Athens is to provide...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Da Vinci Supply Chain Business Suite Icon
    Da Vinci Supply Chain Business Suite

    Full featured Davinci Supply Chain technology built for warehouses that strive for efficiency.

    Da Vinci Unified empowers medium to large companies in all industries to meet the increasing demands of today’s supply chain challenges, with sophisticated warehouse, transportation, yard and labor management.
  • 5
    GitHub Actions for Firebase

    GitHub Actions for Firebase

    GitHub Action for interacting with Firebase

    This Action for firebase-tools enables arbitrary actions with the firebase command-line client. Starting with version v2.1.2 each version release will point to a versioned docker image allowing for hardening our pipeline (so things don't break when I do something dump). On top of this, you can also point to a master version if you would like to test out what might not be deployed into a release yet. If you want to add a message to a deployment (e.g. the Git commit message) you need to take...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Winter

    Winter

    Free, open-source, self-hosted CMS platform based on the Laravel PHP

    Rapidly develop and deploy beautiful and feature-rich websites and apps with a content management system relied upon by developers and agencies around the world. Smart system design with a focus on simplicity and performance ensures that your projects perform well under pressure. Winter CMS is a free, open-source content management system, built on top of the Laravel PHP framework. Managed by a team of specialist and agency-based developers, Winter is relied upon by agencies and freelancers all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tengine

    Tengine

    A distribution of Nginx with some advanced features

    Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com. Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies. Tengine is a community...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pH7 Social Dating CMS (pH7Builder)❤️

    pH7 Social Dating CMS (pH7Builder)❤️

    🚀 Professional Social Dating Web App Builder (formerly pH7CMS)

    ... you the perfect ingredients to create the best dating web app or social networking site on the World Wide Web! -- Get Involved! -- If you want to work on an Innovative Open Source Social/Dating Software Project with a Beautiful PHP Code using the latest PHP Features while collaborating with nice people and finally if you love the "Social" and "Dating" Services, ...you HAVE TO DO IT! - Fork the repo http://github.com/pH7Software/pH7-Social-Dating-CMS
    Downloads: 42 This Week
    Last Update:
    See Project
  • 9
    NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home. TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 3 This Week
    Last Update:
    See Project
  • Grow, Connect, Optimize, and Automate Icon
    Grow, Connect, Optimize, and Automate

    For companies interested in a customer acquisition and member management solution to increase sales, and scale their business

    Genius Avenue powers the insurance and benefits industry with custom capabilities and innovative, customer-centric platform solutions that connect products to consumers and increase the bottom line.
  • 10
    JSSoup

    JSSoup

    JavaScript + BeautifulSoup = JSSoup

    I'm a fan of Python library BeautifulSoup. It's feature-rich and very easy to use. But when I am working on a small react-native project, and I tried to find a HTML parser library like BeautifulSoup, I failed. So I want to write a HTML parser library that can be so easy to use just like BeautifulSoup in Javascript. JSSoup uses tautologistics/node-htmlparser as HTML dom parser, and creates a series of BeautifulSoup like API on top of it. JSSoup supports both node and react-native. JSSoup tries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    pyindi-client

    Python binding to the libindi library

    This project offers a python binding to the libindi library. It uses the Simplified Wrapper and Interface Generator (SWIG). You may generate a PyIndi module which mainly defines an IndiClient class. This class could be used to build python scripts able to interact with indi servers using sendNew* methods and implementing new* methods of the BaseMediator class. PyQt applications may also be built on top of IndiClient, thus allowing rapid development of GUI Indi clients. Besides Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    django-dynamic-scraper

    django-dynamic-scraper

    Creating Scrapy scrapers via the Django admin interface

    Django Dynamic Scraper (DDS) is an app for Django build on top of the scraping framework Scrapy. While preserving many of the features of Scrapy it lets you dynamically create and manage spiders via the Django admin interface. With Django Dynamic Scraper (DDS) you can define your Scrapy scrapers dynamically via the Django admin interface and save your scraped items in the database you defined for your Django project. Since it simplifies things DDS is not usable for all kinds of scrapers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GitHunt

    GitHunt

    Hunt the most starred projects on any date on GitHub

    React app and Chrome Extension to go through the top project. GitHunt is a react application and a chrome extension that lets you explore the most starred projects on GitHub. Replace the new tab with a list of trending repositories on github belonging to any technology that you chose. You can look through the repositories for any technology of your liking and for any period of time. By default it shows the trending repositories (most starred repositories created in the given period of time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mara CMS

    Mara CMS

    The file based CMS with full-featured editing

    ... slideshow, a secure contact form, rollback of changes, plus much more. For the experienced Web developer, Mara's use of industry standard HTML5 and CSS3 instead of proprietary markup or database structures makes for a shallower learning curve. If you already understand the fundamentals of webpage creation you can get productive really quickly. Open source, unrestricted, and free to use. Coders are welcome to contribute themes or plugins to the project.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    Grab Framework Project

    Grab Framework Project

    Web Scraping Framework

    ... on top of urllib3 and lxml libraries. The Spider API to build asynchronous web crawlers. You write classes that define handlers for each type of network request. Each handler is able to spawn new network requests. Network requests are processed concurrently with a pool of asynchronous web sockets. Grab provides interface called Spider to develop multithreaded web-site scrapers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Transcrypt

    Transcrypt

    Python in the Browser

    Lean and mean Python 3.6 to JavaScript compiler. Supports multiple inheritance, operator overloading and Python source level debugging, even of minified Javascript files. Transcrypt code is as fast and compact as its Javascript counterpart, and it is precompiled for page load speed. You can now develop your web applications completely in Python, with full access to any Javascript library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MyMovieBank

    Enhanced Movie Listing Site

    With MyMovieBank you can now step into the future of design and development. You can add/edit/delete movies! Showcase your movie database online today! We follow strict MVC & PDO rules bringing you a top notch design! MyMovieBank is no longer in production. We have closed this project and revamped it under the name MyMovieDB. Links to the new project will appear shortly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WP Embed Articles

    WP Embed Articles

    Embed and share articles or posts from your wordpress blog

    ..., and Yahoo. Another interesting and useful feature is the ability to add recommended relevant trending articles from ZergNet and various sources powered by embedarticles.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LogSearcher

    Log Management Web Application

    Log Searcher provided full indexed search engine for log files on each servers. It supported many powerful query types such as phrase queries, wildcard queries, proximity queries, range queries and more with Lucene and Solr technology. It comes with Web interface to search and generate chart accordingly. This project is Open Source project with Apache 2.0 license for allowing you to extra development on top of Log Searcher project. The initial configuration was written on readme.txt before...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    tus resumable upload protocol

    tus resumable upload protocol

    Open Protocol for Resumable File Uploads

    People are sharing more and more photos and videos every day. Mobile networks remain fragile, however. Platform APIs are also often a mess and every project builds its own file uploader. There are a thousand one-week projects that barely work when all we need is one real project. One project was done right. We are the ones who are going to do this right. Our aim is to solve the problem of unreliable file uploads once and for all. tus is a new open protocol for resumable uploads built on HTTP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    libqtcp

    Library that provides communication over a network

    The project is based on Qt framework. It wraps the capabilities related to networking in simple to use, service based server and client configurations. The library starts with the tcp protocol as it is implemented in the QtNetwork module[1] and creates two top level managing structures: a client and a server. Both support multiple connections that may or may not be encrypted. On top of this basic framework we implement the service support. Any server may host any number of services...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DotA OpenStats

    DotA OpenStats

    DotA Statistics

    The project is not maintained more. If you want to get a copy of OpenStats, please contact me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is the home of the old MindTouch Platform and Core. This project was turned over to the community in 2010. Please visit www.MindTouch.com for the most up to date version of MindTouch--software that accelerates customer success. More info on the old Core and Platform: http://mndt.ch/oss-dep Thanks for your interest and for making the old MindTouch open source one of the most popular (top 5) open source projects in the world from 2007-2010. Some key terms commonly associated...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 24
    GlassBeadGame

    GlassBeadGame

    Organizing the Knowledge of Humanity

    OUT OF DATE: See the Singularity project here at sourceforge. This project aims to make the expanse of human knowledge beautifully presentable and the exabytes of data navigable by an average user via the power of a Unified Data Model and 3d visualization layer for the Web. It will invert the top 3 layers of the OSI network model to make a 3-dimensional presentation layer with a peer-to-peer session layer for the Internet. For the curious, there is a simple demo that provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project develops a creativity support tool based on the idea of triggering questions from different creativity techniques and implements it on top of various tools such as collaborative editor, social web tools and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next