Search Results for "https/localhost11501" - Page 33

Showing 1525 open source projects for "https/localhost11501"

View related business solutions
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 1
    Moved to Github & Google drive & dropbox
    More info: https://goo.gl/Ejdyns
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SearchLyrics

    Search Your Song Lyrics

    This is small open source program that search lyrics for your songs. Just enter song name... It is developed in java using SearchLyricsAPI. Download Jar files and source from below link https://sourceforge.net/projects/omtsearchlyrics/files/ Download SearchLyricsAPI from GitHub https://github.com/dhiralpandya/omtsearchlyrics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Auto Primer3

    Auto Primer3

    Automatically design primers to genes/coordinates using primer3.

    PLEASE NOTE: THIS PROJECT PAGE WILL NO LONGER BE UPDATED - PLEASE USE THE GITHUB PAGE (https://github.com/gantzgraf/autoprimer3) TO FIND THE LATEST RELEASE (https://github.com/gantzgraf/autoprimer3/releases/latest). AutoPrimer3 retrieves gene information, DNA sequences and SNP information from the UCSC genome browser and uses primer3 to automatically design primers to genes or genomic coordinate targets. Primers may be designed using information from any of the UCSC hosted genomes and primers can be made to avoid overlapping SNPs for genomes where SNP databases are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Artemis

    Cassandra "ORM" with hooks for Jersey integration if desired

    ...It also contains hooks for integration into Jersey2 to enable rapid development of RESTful services, or even websites, if you enable JSP functionality for Jersey. If there is a demand, I could add a plugin to render views using things like Velocity, etc. See https://sourceforge.net/p/wicca/wiki/Home/ for more documentation
    Downloads: 0 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
  • 5
    ReFit

    ReFit

    Eclipse Plug-in for Automatic Refactoring of Fit Tests.

    ...NOTE: The project is still in Beta, but we think stable enough, to be used. Just try. For more information about the project, installation and use instructions see https://sourceforge.net/apps/trac/fitrefactoring/ We are pleased about the many downloads. We are also pleased for your feedback/review - many thanks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable = new DBNumber(); } Easy Gets: List<MyTable> myRows = myDB.get(new MyTable()); MyTable row = myDB.getDBTable(new MyTable()).getByPrimaryKey(61176904); Natural and Outer Joins and Criteria: CarCo carCo = new CarCo(); carCo.name.isLiterally("GM"); List<DBQueryRow> results = myDB.get(carCo, new Marque()); dbQuery.addOptional(new CarModel()); Easy debugging: query.getSQLForQuery(); Simple processing: db.print(query.getAllRows()); List<Marque> marques = query.getAll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jateway

    Jateway

    Jateway is a general purpose TCP/IP connection proxy

    ...Jateway accepts connections on arbitrary ports (like 80 or 443) and specific host:port combinations (like WANIP1:443 and WANIP2:443) for multi-interface systems Supports single TCP connections (like MySQL), and multi-TCP connections like HTTP and HTTPS, and fowards them to arbitrary host/port combinations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    JavaPOS POStest 2

    A JavaPOS application for testing JavaPOS devices

    ...The Reason for this project is to upgrade the used JavaPOS Library to the latest version and to fix some bugs contained in the JavaPOS POStest 1. Uses Java 7 and JavaFX as UI. If Java 7 is no option for you, just use the old POStest (limited to JavaPOS v1.10) at: https://sourceforge.net/projects/postest
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    android4desktop

    android4desktop

    Android for Desktop

    Its Android for Desktops. 100% free. Live + Installable ISO image Current version - Android 4.4.4 Click - https://sourceforge.net/projects/android422x86/ for a android jellybean version with UEFI support
    Downloads: 20 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10
    GenomeView
    GenomeView is a genome browser and annotation editor that displays reference sequence, annotation, multiple alignments, short read alignments and graphs. Most major data formats are supported. Local and internet files can be loaded. This project has moved to GitHub: https://github.com/GenomeView/genomeview
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    MV2
    There are a lot of tools and plugins to fix security issues of the dignified mail system. The goal of this project is to redefine a system that takes the problems of our time into account. Be sure to visit this project on github: https://github.com/mv2project/mv2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TechyTax
    Moved to GitHub: https://github.com/beemsoft/techytax TechyTax is a web-based tax tool for small companies. It calculates VAT returns and generates fiscal overviews. No accounting knowledge is required. The goal of this project is to make the tax process as easy as possible for small companies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Exreco

    Exreco

    EXperimental REplicator COllider

    The project is moved to GitHub : https://github.com/bekisz/exreco/ Exreco is a agent based platform for the simulation and study of the Darwinian evolutionary process. It aims to support the exploration of genetically rooted phenomena like - aging (programmed cell death) - sexual and asexual reproduction - altruism of individuals - spread of diseases The typical way of using Exreco starts by defining the behavior of your replicators ( agents that can reproduce and evolve over time), and defining the environment of these replicators. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    BOSC

    Website and Java frontend to a Cloud database for booksellers.

    ...Ebay API exports from JBookCloud import into JeBayLister. JAMWS is a multiplatform, command line interface to Amazon MWS. GO HERE FOR README AND FILE DOWNLOADS : https://sourceforge.net/projects/jbookcloud/files/?source=directory GO HERE FOR SUPPORT: https://sourceforge.net/p/jbookcloud/discussion/?source=nam FEEDBACK LEADS TO FIXES AND NEW FEATURES
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Programmatically Struts configuration. Reduce Struts configuration effort by following conventions. Plain HTML tag view component. Project has moved to GitHub: https://github.com/iharbeck/strutter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    NorseWorld: Ragnarok

    Project is published on GitHub, url: https://github.com/Serg-Norseman/

    Remake of classical roguelike game Ragnarok (Valhalla). Game story is based on scandinavian mythology and sagas. Graphical interface: tile-based graphics and isometric view. Project is published on GitHub, url: https://github.com/Serg-Norseman/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    light-control

    light-control

    Take control of your server thanks to a light web app from any device

    ...The client part has been successfully tested on a OSX from an IPad and an IPhone, Android from a Samsung Galaxy Alpha, Mac OS X, Linux Ubuntu and Windows, using Firefox (FF), Internet Explorer (IE), Safari and Chrome. The server part has been successfully tested on Mac OS X, Linux Ubuntu and Windows. More details https://github.com/essobedo/light-control
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SMS Chat (CChat)

    SMS Chat (CChat)

    Web based SMS Chat app delivering messages through SMS Gateways

    ############################### Project moved to GitHub: https://github.com/jcustovic/CChat ############################### SMS Chat application. Operators replay to SMS messages sent by users mobile phone. Application is web based, written in Java (web gui SmartGWT). SMS communication goes through SMS gateway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JIProlog

    JIProlog

    Java Internet Prolog (Moved to GitHub)

    N.B. THE PROJECT HAS BEEN MOVED TO GITHUB https://github.com/jiprolog/ JIProlog is a cross-platform pure Java 100% Prolog interpreter that integrates Prolog and Java languages in a very fashinating way. JIProlog is compliant with the major Prolog interpreters. It supports most of ISO Prolog specifications and the most common and used built-in predicates, JIProlog allows to call Prolog predicates from Java without dealing with native code (JNI or JNA) and allows to invoke Java methods from Prolog in the same way you call predicates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Project moved to https://github.com/pfs-site/pfs-site
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SmartStock
    SmartStock is a student project about improving the lending and managing process of devices that the ECE lends to students for their projects. It is a plugin of Booked (https://sourceforge.net/projects/phpscheduleit/). It allows managers to use QRcodes to identify every device to prenvent loss and to ease lending process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    HAP+ for Android

    HAP+ for use on Android devices

    A Android app to allow access to Home Access Plus+ natively. This requires HAP+ to be set up for your establishment. See: https://hap.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    xtn5250-fork-dotmg

    A fork of vproietti's xtn5250

    This is a fork of vproietti's xtn5250 with very personal and minor changes. It starts with version 1.19.i Original xtn5250 project URL is at https://sourceforge.net/projects/xtn5250/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    bcb2

    Cliente do web service SGS do BCB.

    Java API implementando Cliente do web service Sistema Gerenciador de Séries Temporais do Banco Centra do Brasil (aka SGS do BCB).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    HHS Digital Media API Platform

    HHS Digital Media API Platform

    Syndicate text and multimedia content with this API and storefront.

    ...The Centers for Disease Control and Prevention (CDC) and the Department of Health and Human Services (HHS) Assistant Secretary for Public Affairs office (ASPA) developed these APIs in collaboration with the Food and Drug Administration’s (FDA) Center for Tobacco Products (CTP). The CDC, FDA/CTP, HHS/ASPA, and the National Institute of Health’s National Institute for Allergy and Infectious Diseases (NIH/NIAID) use these platforms. https://syndication.hhs.gov http://tools.cdc.gov http://tools.niaid.nih.gov http://tools.fda.gov
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB