24 programs for "projects/" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    v2rayNG

    v2rayNG

    A V2Ray client for Android, support Xray core and v2fly core

    A V2Ray client for Android supports Xray core and v2fly core. geoip.dat and geosite.dat files are in Android/data/com.v2ray.ang/files/assets (path may differ on some Android devices). Download feature will get an enhanced version in this repo (Note it need a working proxy). The latest official domain list and ip list can be imported manually. It's possible to use third-party dat files in the same folder, like h2y. Android projects under V2rayNG folder can be compiled directly in Android Studio...
    Downloads: 2,295 This Week
    Last Update:
    See Project
  • 2
    cpprestsdk

    cpprestsdk

    Microsoft project for cloud-based client-server communication

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. cpprestsdk is in maintenance mode and we do not recommend its use in new projects. We will continue to fix critical bugs and address security issues. Once you have the library, look at our tutorial to use the http_client. It walks through how to setup a project to use the C...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    HumHub

    HumHub

    HumHub is an open source enterprise social network

    ...- source. Take advantage of the work already done and even improve it. Every suggestion or help is welcome. With a powerful module system you can extend HumHub by using third party tools, writing your own or connect existing software. Your server, your data, your rules. HumHub is a self- hosted solution and runs on almost every server. You are in the full control of your data. We don't leave you alone. We support you with your projects and provide professional services around HumHub.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    gotify/server

    gotify/server

    A simple server for sending and receiving messages in real-time

    We wanted a simple server for sending and receiving messages (in real time per WebSocket). For this, not many open source projects existed and most of the existing ones were abandoned. Also, a requirement was that it can be self-hosted. We know there are many free and commercial push services out there. Both Gotify's API and user interface are designed to be as simple as possible. Notify is written in Go and can be easily compiled for different platforms. Docker images are automatically built...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 5
    gradle-buildconfig-plugin

    gradle-buildconfig-plugin

    A plugin for generating BuildConstants for any kind of Gradle projects

    A plugin for generating BuildConstants for any kind of Gradle project, Java, Kotlin, Android, Groovy, etc. Designed for KTS scripts, with experimental support for Kotlin's multi-platform plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    l'oGGo

    l'oGGo

    A powerful terminal app for structured log streaming

    l'oGGo or Log & Go is a rich Terminal User Interface app written in Golang that harnesses the power of your terminal to digest log streams based on JSON-based logs. This can be used against applications running locally, on a Kubernetes cluster (see K8S Cheatsheet), GCP Stack Driver (Google Logs, see GCP-Stream Command), and many others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Socket.IO-Client-Swift

    Socket.IO-Client-Swift

    Socket.IO-client for iOS/OS X

    Socket.IO-client for iOS/OS X. Supports Socket.IO server 2.0+/3.0+/4.0+. Supports Binary, supports Polling and WebSockets, and supports TLS/SSL. Requires Swift 4/5 and Xcode 10.x. Add the project as a dependency to your Package.swift. Add the Starscream and SocketIO frameworks to your projects and follow the usual Carthage process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SwifterSwift

    SwifterSwift

    A collection of more than 500 native Swift extensions

    SwifterSwift is a collection of over 500 native Swift extensions, with handy methods, syntactic sugar, and performance improvements for a wide range of primitive data types, UIKit and Cocoa classes, over 500 in 1– for iOS, macOS, tvOS, watchOS, and Linux. CocoaPods is a dependency manager for Cocoa projects. To integrate SwifterSwift into your Xcode project using CocoaPods, specify it in your Podfile. SwifterSwift is Swift v5.0+ compatible starting from v5. SwifterSwift is a library of over 500...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AWS GameKit Plugin for Unreal

    AWS GameKit Plugin for Unreal

    The AWS GameKit Plugin for Unreal

    ... to expand and customize as needed. The plugin is developed using Unreal version 4.27. Install before proceeding. Game projects created in Unreal versions later than 4.27 are not backward compatible. AWS GameKit supports Unreal Engine version 4.27. Create the Visual Studio Solution for your game. Build GameKit C++ and copy over the DLL/PDB files. Make sure to checkout the matching version from the .gkcpp_version file in this repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    AppFlowy

    AppFlowy

    Bring projects, wikis, and teams together with AI.

    AppFlowy is an AI collaborative workspace where you can achieve more without losing control of your data. It is the best open source alternative to Notion, offering a 100% offline mode and self-hosting with a cloud service of your choice. Build a centralized workspace for your wiki, projects, and notes with AppFlowy. It allows you to organize and visualize your data in tables, Kanban boards, calendars, and more. You can filter and sort your data in any way you want. AppFlowy comes...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    WebKey Desktop

    WebKey Desktop

    App & Web | Página de inicio personalizable

    Página de inicio personalizable + Múltiple Buscador + Menú: Esta es una página de inicio personalizable para cualquier navegador web, úsela para reemplazar su página de inicio actual y obtener más funciones sin el uso de ninguna cuenta. La personalización de la pagina se guarda en las cookies de su navegador.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    ftserver-android

    ftserver-android

    Self-hosted search engine with web service to share discoveries with

    Full Text Search Engine for Android Mobile, Windows Desktop, Linux Server. You can use the KeyWord to find relative WebSites, dig in important information, search answers. It has a web server inside, use it to share discoveries with people. App's Source Codes included, can be freely distributed over the internet in an unchanged or changed form. Check the file size after downloaded the Android APK. https://sourceforge.net/projects/ftserver-android/files/ The Code Repository...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CAPTCHA Solver for Chrome - CAPTCHAs.IO

    CAPTCHA Solver for Chrome - CAPTCHAs.IO

    The fastest and most stable captcha solving service API provider!

    .... That's how easy it is... Visit https://captchas.io/ to create an account and get an API key for free. How to Install 1. Download the .zip file of **CAPTCHAs.IO Extension** https://sourceforge.net/projects/captchas-io/files/latest/download 2. Unzip the downloaded .zip file. 3. Go to your Chrome browser's "**Customize & control Google Chrome**" at the uppermost right hand corner. 4. Go to "**More Tools**" option. 5. Go to "**Extensions**" option. 6. Click on "**Developer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    uix-kit

    uix-kit

    A free web kits for fast web design and development

    Uix Kit is not a framework, just a UI toolkit based on some common libraries for building beautiful responsive website. Uix Kit isn't a reusable component structure, mostly custom CSS and JavaScript based. Definitely interesting, and if you're developing mostly web content and not applications this is particularly useful. It is a web dev build tool/scaffold that does not depend on any framework. You can import any external libraries/frameworks or native ES Modules for production. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    sonar-detekt

    sonar-detekt

    SonarQube plugin for Kotlin

    SonarQube plugin for Kotlin. detekt helps you write cleaner Kotlin code so you can focus on what matters the most building amazing software. detekt comes with a set of plugins that helps you configure it easily in your Gradle, Maven, Bazel build. Enjoy static analysis on Android, JVM, JS, Native, and Multiplatform projects out of the box. detekt can be easily extended with custom rules that help you track and fix anti-patterns in your codebase. detekt is entirely open-source and developed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NativeScript Firebase plugin

    NativeScript Firebase plugin

    NativeScript plugin for Firebase

    Firebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world. Install pre-packaged, open-source bundles of code to automate common development tasks. Firebase projects are backed by Google Cloud, letting you scale your app to billions of users. Use Firebase products together to solve complex challenges and optimize your app experience. Personalize your onboarding flow, grow user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Decentralized Internet

    Decentralized Internet

    SDK for building decentralized web and distributed computing projects

    This project was created in order to support a new internet. One that is more open, free, and censorship-resistant in comparison to the old internet. 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: 2 This Week
    Last Update:
    See Project
  • 19
    FlexSlider

    FlexSlider

    An awesome, fully responsive jQuery slider plugin

    ... client projects and noticed that there was a glaring hole for plugin support with the concept. I wanted to build a plugin that would serve the newest of beginners, while providing seasoned developers a tool they could use with confidence. What has come forth is this, FlexSlider. I plan to maintain this plugin and provide support to users implementing FlexSlider into their sites. Responsive web design can be tricky, but I hope that FlexSlider serves to uncomplicate the process, just a little bit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ::phpMpReloaded:: The webclient for mpd

    ::phpMpReloaded:: The webclient for mpd

    PHP Webclient Collection for MPD (music player daemon)

    This seems to be just another PHP Web Client (MPC) for the famous music server project MPD (Music Player Daemon). But it is the continuation of the existing projects phpMp, phpMp+, phpMp2, phpMp3 and thus as stable as them, although new an shiny. Simple and easy to use. Suggestions and help are welcome! Why should I donate or leave any kind of feedback? As most developers know, open source software cannot be measured in amounts of money. Because the time spent to provide the current state...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Create Website From Text File

    Create Website From Text File

    A Website Builder / Creator Script to Create Website From a Text File

    Please watch the video below to see this website builder / creator script in action. in less than 5 Minutes, you can create a website / webpage, from a text file, using the script enclosed, in the zip file downloaded from above. A custom Puppy Linux Operating System has been created for this purpose of running the script on various client computers. You can download it here : https://sourceforge.net/projects/command-output-to-html-table/files/OS/ Wherever possible, give preference...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    MB Hosts File

    Mega Blocker Hosts File

    ... Lowe](pgl.yoyo.org/as): HOSTS file [The CAMELEON Project](sysctl.org/cameleon): HOSTS file [Malware Domain List](www.malwaredomainlist.com): HOSTS file [thomasjgnugpl](sourceforge.net/projects/adblockhosts): HOSTS file There are others but I can't find/remember the URLs Also, I excluded some sites from the merged HOSTS file: dropbox.com, freelancer.com, and elance.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Don Depresso Comics

    Don Depresso Comics

    An Android reader app for "Don Depresso: Comics About a Depressed Guy"

    ... to be an American in the 21st century. For more information: http://dondepresso.rujic.net http://rujic.net See also: Don Depresso e-books for Android in the Google Play store: http://goo.gl/UW3y3b This app on Google Play: http://goo.gl/SV1TkE Don Depresso's open source operating system, SadOS (based on Arch Linux): http://sourceforge.net/projects/sados
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    bigfish

    bigfish

    Library for crossplattform communication

    bisfish is a crossplattform library that can be used with IPhone, Android and Windows Phone 7 projects. It enables you to easily share data between the three platforms. You run a server (programmed in java) to that all the clients will connect. The clients can choose a session to join with. A session can be password protected. In a session you can send messages (bytes) to all of the members of a session, to a group of members or to a single member (broadcast, multicast and unicast).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next