Showing 551 open source projects for "https"

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
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    TelephonyManager
    Android application based on Environment State Virtual sensor for Android. TelephonyManager allows to automatically configurate telephony settings, according to the environment state.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    This project has moved! Go to https://github.com/yenrab/qcdbsync
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DM Assist

    DM Assist

    A D20 combat initiative tracker

    NOTE: I have moved this project to GitHub at https://github.com/ziroby/dmassist DM Assist helps you run pen and paper d20 games. It aims to be quick and light, so you can spend most of your time working with the players, not the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Droid does Anarchy Online
    Android chat client for the game "Anarchy Online" Droid does AO (DDAO) uses the Java AOChat API which can be found at https://sourceforge.net/projects/jaochatapi/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Try it free
  • 5
    This is an Android port of Python Implied Volatility Calculator - ImplVol hosted at https://sourceforge.net/projects/implvol/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Andorid PDF Viewer is a viewer for PDF-Files on ANDROID mobiles. The implementation will be a port of the pdf-renderer which is published by SUN under the LGPL: https://pdf-renderer.dev.java.net/. The first version will be very slow, so do not hurry...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    e7o.de CalDAV Project
    CalDAV sync for Android ---- Stopped working on it. Doesn't make any sense to spend more time on it; I recommend e.g. DAVdroid as an opensource and ready-to-use solution on clientside. ---- For code look at: https://github.com/e7o-de/android.caldav
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Roundware

    a contributory, location-aware media platform for us all

    This is Roundware V1. For V2, please see GitHub repository: https://github.com/hburgund/roundware-server Roundware is a client/server pair for creating participatory location-sensitive audio experiences. It was initially developed for the sound art installation ROUND, by Halsey Burgund, exhibited at the Aldrich Contemporary Art Museum. Development for version 2 has been handled privately for a variety of reasons, but will be released soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Android on PXA270

    Android on PXA270

    ...v=CNGhFmCwaxw Documents : http://sourceforge.net/projects/android-pxa270/files/BringUp_Android_on_PXA270.pdf http://sourceforge.net/projects/android-pxa270/files/Android_Porting_on_PXA270.pdf Checkout the source code : svn co https://android-pxa270.svn.sourceforge.net/svnroot/android-pxa270 android-pxa270 Project host : http://www.mask.org.tw Author : mask.chung@gmail.com Blog : http://www.mask.org.tw/blog Linkedin : http://www.linkedin.com/in/maskchung Donate: Paypal or http://www.mask.org.tw
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    MobiStego
    It's a simple Android, j2me, Symbian client that implement the steganographic algorithm LSB on the last 2 bit for channel. It's developed with both plaftorms. Stable release only for Android. Moved on GitHub https://github.com/paspao/MobiStego
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NotesServer
    Notes server of Wisdomrider Notes Link to android codes : https://github.com/wisdomrider/NotesApplication Link to Linux CLI: https://github.com/wisdomrider/NotesForLinux Link to android application : https://play.google.com/store/apps/details?id=org.wisdomrider.notes Link to CLI : https://github.com/wisdomrider/NotesForLinux Link to website : https://notes.wisdomriderr.shop/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    delegates

    delegates

    Modern c ++ 17 library containing delegate.

    Modern c ++ 17 library containing delegate which is a data structure that refers to a static method or to a class instance and an instance method of that class. * Github repository : https://github.com/gammasoft71/delegates * Homepage : https://gammasoft71.wixsite.com/delegates * Reference guide : https://codedocs.xyz/gammasoft71/delegates/ * Examples : https://github.com/gammasoft71/delegates/tree/master/examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BiglyBT

    BiglyBT

    BiglyBT is a feature filled, open source, ad-free, bittorrent client.

    2025/12/19: Version 4.0.0.0 Released! https://www.tumblr.com/biglybt/803358114966568960/40-release https://github.com/BiglySoftware/BiglyBT/releases See https://github.com/BiglySoftware/BiglyBT for source code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple Yaml2Java Transformer

    Simple Yaml2Java Transformer

    Provides quick transformation from yaml to Java Objects

    Provides quick transformation from .yaml or .yml files in classloader or filesystem to java class instances. GitHub: https://github.com/DeMmAge/Simple-Yaml-Transformer Library based on snakeyaml: https://mvnrepository.com/artifact/org.yaml/snakeyaml Add Jitpack repository in <repositories> section in pom.xml: <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> Add Simple-Yaml-Transformer dependency: <dependency> <groupId>com.github.DeMmAge</groupId> <artifactId>Simple-Yaml-Transformer</artifactId> <version>1.0.0</version> </dependency>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MTCaptcha Direct Token Decrypt
    ...This is the demo code to decrypt and decode MTCaptcha's verified token directly on server side without making any API call. This is for customers of MTCaptcha Captcha Service (https://www.mtcaptcha.com) The demo code can be found on github: https://mtcaptcha-public.github.io/MTCaptcha-Direct-Token-Decryption/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Android CMDLauncher

    Android CMDLauncher

    Command-line launcher for Android devices

    ...It's functionality is, however, growing on a daily basis. description > If you're brave enough to go text-only and would like to provide me with some feedback then please sign-up for the beta release here: https://sourceforge.net/p/android-cmdlauncher/discussion/beta-03/thread/2bd80664/ description > You can also follow the development and provide feedback at my Trello board: https://trello.com/b/VzFXzcYZ/android-cmdlauncher-development description > exit [Enter] >
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    turkdevops.github.io

    Türk Geliştirici Operasyonları SourceForge

    "TurkDevOps SourForce" Herkese selamlar, Geliştirici Ekipleri için açık kaynağa olan ilgimiz ve katkılarımız sayesinde bizlere yardımcı olarak kuruluşumuzu destekleyen "SourceForge" kuruluşuna teşekkür ederiz. Güncellemeler için lütfen abone olunuz, her zaman güvende kalın. Posta listeleri ve tartışma forumu dahilinde her türlü fikir ve yorum alışverişine açığız Topluluklarımızda misafirperver dayanışmamız saygı ve hoşgörü ile karşılanır, profesyonel bir ortamda davranış...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Line 6 Pocket POD Editor Online

    Line 6 Pocket POD Editor Online

    Configure your Line 6 Pocket POD via installable progressive web-app.

    Edit/configure your Line6 PocketPOD via installable progressive web-app. Open the LIVE version at https://pocket-pod.web.app
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    networkmaps

    networkmaps

    Online 3D Network Diagram Editor

    Online 3D network diagram editor. Create and edit your network diagrams online. Share and work together on the same diagram. Latest code can be found at https://github.com/pablomarle/networkmaps
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ataroid

    Ataroid

    Atari emulator for Android phones

    This project is based on sources published by original Ataroid developer, who in turn used code of Stella. This project is abandoned in favor of Droid2600: https://code.google.com/p/droid2600/. Available sources do not compile into anything working anyway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    GREECE

    https://cse.google.gr/cse/publicurl?cx=015705803977090371190:fjdqrltw2bs#gsc.tab=0

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    psx4droid

    psx4droid

    PSX emulator for Android phones

    This project is based on sources published by original psx4droid developer (or someone else – I don't care as it is all GPLed anyway), who in turn used code of PCSX-ReARMed, forked from PCSX-Reloaded, based on PCSX-df and original PCSX... This project is abandoned in favor of libretro PCSX-ReARMed variant: https://github.com/libretro/pcsx_rearmed. Current sources already depend on recent version of platform anyway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Wokwi-ESP32-Simulator-windows-linux

    ESP32 Online simulator for windows, Mac and Linux - Free from Wokwi

    ...This means you can simulate code that interacts with 3rd-party sensors, display modules, LEDs and many other common parts. There's also initial support for WiFi simulation, and the developers are working on extending it to support connecting to any host on the internet (e.g. HTTPS/MQTT)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WebRemote

    WebRemote

    Use an android device as a RemoteControl for web-connected devices.

    ...Cheap, small webservers are now commonplace, and the temptation is to use the (now ubiquitous) smart phone as a remote control for all of these new web-connected devices. https://play.google.com/store/apps/details?id=com.sapienciaexmachina.webremote#?t=W251bGwsMSwxLDIxMiwiY29tLnNhcGllbmNpYWV4bWFjaGluYS53ZWJyZW1vdGUiXQ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mirotalksfu

    mirotalksfu

    🏆 MiroTalk SFU - WebRTC video call, chat, screen sharing & more

    Open Source Project, Free and Self-Hosted. A good alternative of Zoom, Google Meet, Microsoft Teams, GoToMeeting... More details here: https://github.com/miroslavpejic85/mirotalksfu
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB