Search Results for "console windows" - Page 99

Showing 5802 open source projects for "console windows"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Dog Age Calculator simply tells you your dog's age in "dog years" when you input it's "human age". Also, this is my first C++ project. Dog Age Calculator doesn't have GUI, so it runs in Terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mathemapy

    Mathemapy

    A Python calculator program

    Mathemapy is a feature-rich calculator made in Python. It can do multiple types of division, solve equations, expand equations and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ezdatetime

    C++ library and executable for datetime parsing and arithmetic.

    A C++ library and console program that parses (ISO 8601) datetime strings (with timezone) into quickly sortable values (and back to strings) and allows arithmetic with various calendars and units. Calendars supported are No Leap, Gregorian, All Leap, 360 Days, Julian, and Proleptic. For arithmetic, units allow offsets and deltas in years, months, days, hours, minutes, and seconds, so datetimes can be computed relative to a baseline using an offset (a technique often used in scientific...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    iPiG

    Integrating PSMs into Genome browser visualisations

    iPiG targets the integration of peptide spectrum matches (PSMs) from mass spectrometry (MS) peptide identifications into genomic visualisations provided by genome browser such as the UCSC genome browser (http://genome.ucsc.edu/). iPiG takes PSMs from the MS standard format mzIdentML (*.mzid) or in text format and provides results in genome track formats (BED and GFF3 files), which can be easily imported into genome browsers. For more details about iPiG and it's functionallity, please...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Développement de MaNGOS en Français avec site internet et support technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Sharpie

    Gra typu snake napisana w C#.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lonely Planet

    Lonely Planet

    A game I developed at iD tech camp.

    A game where, in order to return back to Earth, you must retrieve the parts to your ship from the local aliens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bitte neue Website des aktuellen sourceforge Projekts PF_HP beachten! Please see new Website of the current sourceforge project PF_HP! Selbst im vereinfachten zweidimensionalen HP-Modell (hydrophob/polar) ist die Proteinfaltung bereits NP-vollständig. Hier implementieren wir einen brute-force Algorithmus zur Lösung kurzer Eingabesequenzen (0-1-Bitstrings) für die Proteinfaltung. Spende einen Cappuccino: Bitcoin: 1HqrdnfQgi9B4LW8UEvLAwh7X5gXPCoQ5B Litecoin:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    ezProgressBar

    Three C++ progress bar classes.

    Three easy to use C++ progress bar classes: ezProgressBar, ezETAProgressBar and ezRateProgressBar. ezProgressBar prints only a single line without carriage returns, so it's ideal for programs that redirect output to a file. It uses a single header file and only depends on the standard iostream. ezETAProgressBar is a more traditional growing progress bar that reports a percentage and a time-remaining estimate. ezRateProgressBar reports percentage complete, the time that has elapsed and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Este programa es un encriptador y desencriptador de texto en modo consola para la plataforma Windows This program is an text encrypter and decrypter in console mode for the Windows platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    midori programming language

    midori programming language

    dependently typed functional programming language

    Programming language based off pure type systems, and COQ. Currently aimed at both systems, and application programming. Has a simple syntax, and (planned) C integration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    BackupNetClone is a set of shell scripts that use rsync to provide convenient snapshot backups with minimal disk usage. The concept is based on rsnapshot but does not require Perl. BackupNetClone was originally tailored to D-Link's DNS-323 NAS device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    openLDAP management utility

    Perl script to manage users in openldap

    This tool provides the user with the ability to create ldap users, create Organizational Units, user groups. So far the idea was to make this a tool simple enough to quickly manage users without needing a lot of extra perl modules. With that said the only module necessary is Net::LDAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Multi File Fuzzer

    Multi File Fuzzer aims to facilitate the discovery of vulnerability

    Multi File Fuzzer aims to facilitate the discovery of vulnerability "FileFormat" in applications. Multi File Fuzzer keeps the structure of the format while injecting corrupted data to try to crash the target application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Simple OBD2 DTC reader (Linux and Win32)

    Simple OBD2 DTC reader (Linux and Win32)

    Can connect to ECU using ELM327. Can read DTC (with description) and erase them. Linux and Win32 console application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    dcScript

    dcScript

    A new esoteric programming language

    dcScript is a new programming language. It's an esoteric language, it means that it can be hard to code with but don't worry it's a easy to use esoteric language here is an example : [sayHello]: sysprtn "Hello the World !" wait ] call sayHello quit The language is interpreted by a simple interpreter. The interpreter is coded in C# with Mono and .NET frameworks so it's portable and useable on Windows, Linux and Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    sqlmap
    sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CodeHaggis is an Eclipse plugin without dependencies to other projects wich supports code generation for java, with clone, compareTo, equals, toString, serialVersionUID (classes or projects), hashCode, console logger and other functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Auto HTTP Browser

    Console application that scans for HTTP links automatically on the net

    This console application automatically gather for HTTP links that it finds by sending a search request to google and then processes links founds on the first answer page. Then it sends one HTTP request to each of the HTTP link that has just been found, and scans for HTTP links in each of these pages... This can be useful for SEO (I guess) and also for those who search a basic code that works alone on internet, a sort of autonomous electronic intelligence... lol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Redundancy due to cut-paste operations in text creates bias in machine learning for NLP. This module takes a directory and produces a subset of the files in that directory (in a list) with an upper bound on similarity between two files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    the number game

    the number game

    my own non-graphical game

    the classic non-graphical game: "the number game" To learn the way of the programmer I've started making my own version and will try to make it the moste advanced version possible, while keeping the great non-graphical interface features i want to implement: -Online game versus friends (maybe also strangers) -maybe some screens comming up when you won -impossible dificulty -automatic update -tweeting(?) done: -highscore -music
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Jepp (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs. Note: for most purposes Jep is now at https://github.com/mrj0/jep Releases can be found on pypi: https://pypi.python.org/pypi/jep/3.1.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JavaBot IRC

    JavaBot IRC

    JavaBot allows people to easily implement their own IRC bots.

    JavaBot is a project for people to easily implement their own IRC bots. Java, being an easy language to learn and program, is well known among a lot of people. By implementing this project in Java, it allows programmers from all over the world to implement their own IRC bots without much effort and quickly. Although not as quick as other services, these bots are fully customizable due to their open source nature. Multithreading support may come, but there is no promise that it will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TuxMoT

    Modem Terminal for Linux Operating System.

    TuxMoT is an application to interact with HSDPA modems in Linux. With Tux, one can send AT commands to the modem and TuxMoT will return the modem response. If called with a user interface, TuxMoT will display the modem response to the user. TuxMoT is also an API, if used this way, java developers can send AT commands to a modem within their application and trap the modem response by implementing the interface ModemPortDataReceivedListener. TuxMoT is written in Java SE 7, using GNU's RXTX...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB