Showing 43 open source projects for "guess c++"

View related business solutions
  • 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
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Clever Mines
    Looking for mines on triangular or rectangular fields. The computer moves mines in the background, so that you must not guess. If you set hard level, you will die every time you make a mistake. You can change the board size and mines density.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Guessing Cricket

    Guessing Cricket

    Modernized traditional finger/hand guessing cricket

    ... new element to the game-play. In Guessing Cricket, the bowler chooses a number between 1 and 6 except 5, and the batsman must guess the run correctly before making their move. If the batsman's guess matches with that of the bowler's, the bowler gets a wicket. Otherwise, batsman's guess is added to the total runs. Guessing Cricket allows players to choose to play against the computer or another human player, with the added feature of selecting the difficulty level when playing against the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RufasSlider

    RufasSlider

    Klotsky class block slider puzzles.

    RufaSlider is a collection of 16 different block slider puzzles for kids and casual puzzlers that works on laptops and PCs running Windows, OSX or GNU/Linux. It includes a Klotski-style family, a DirtyDozen family, and a Traffic-Rush family. And now these puzzle families come with AutoSolvers to help you. The Klotski family uses rectangles of 4 sizes: 1x1, 2x2, 1x2, 2x1. The objective in each game is stated near the window top, but usually involves moving a large block to a specified...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ViennaSHE is a modern semiconductor device simulator for 1D, 2D and 3D device simulation. It relies on deterministic solutions of the Boltzmann Transport Equation using Spherical Harmonics Expansions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    SI Simple

    SI Simple

    Simple SportIdent Results Processing

    ..., including: - Adjust the times from specific SI units - Treaty a regular control unit as the finish unit - Load a directory of known SI numbers/owners - Guess courses from results
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    mp3guessenc

    What's inside your mp3 files REALLY ?

    mp3guessenc is based upon the original project by Naoki Shibata. This command line utility was born to detect the encoder used for a mpeg layer III file but now it can do more and scan any mpeg audio file (any layer) and print a LOT of useful information. Latest modifications include fixes, new features and code optimizations.
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    UUID for Windows

    UUID for Windows

    OSSP uuid provides functions to generate universally unique identifier

    ... compatibility exists for the ISO-C DCE-1.1 and Perl Data::UUID APIs. UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. by Ralf S. Engelschall <rse@engelschall.com>
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Iso2Usb

    Iso2Usb

    A cross platform application to create bootable media from ISO images

    You can create linux distribution, Windows bootable devices with target system as UFEI or BIOS. The project is highly inspired by Rufus which is written in C++. The windows version is written in C# and Linux with JavaFx. My main reason to create this project is to learn these languages and to practically understand how they work, such type of project inspired me a lot. Iso2Usb is bit faster than Rufus, I guess with only 8 seconds difference (tested with Elementary OS Juno).
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 9

    realpaths

    Prints aboslute paths of existing files.

    ABOUT Print absolute paths of files. All paths that exist are printed. (ie, noting softlinks and mount points can be need revealing). realpaths(1) is a realpath(3) clone and was made due to some realpath bugs. unlike realpath(3), realpaths(1) does not bake or guess part of the path: it only uses info from Linux and or libc from the filesystem of real files. It runs about same speed though. It's important when dealing with symlinks and mounts to use real information...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
    Learn More
  • 10

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Hebrew Deflector

    A proram to de-inflect modern Hebrew words

    Hebrew Deflector tries to guess the root, the pattern and the form of a modern Hebrew word provided by the user. It uses the existing rules of the language to do that, and displays the list of possible answers. It is not a dictionary and it doesn't know whether the word (and the listed forms of it) exists or not. It also doesn't know anything about exception to the rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    guess-a-num

    A command line game where you guess the number

    This is a command line game for windows and linux. You may compile it for whatever platform you want. The object of the game is to guess what a random number is in as few guesses as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TwitchQuizBot

    TwitchQuizBot

    Twitch chat bot dedicated to run quizzes.

    ... board with !Top<X> command, where X is arbitrary integer; -it has a built in simple client for a twitch chat; -integration with loyalty points; -it has an option to accept answers with small misspellings. -[TEST FEATURE] You can provide a link to the image file instead of text question and let the users guess what image is it - bot will slowly show it piece by piece
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    HGL Suite

    HGL Suite

    A piece of useless crap

    March 2013 this project was announced first to public, but the feedback was ZERO. So I guess it is insanely bad and unusable. Ok. But sorry, I decided to continue it for myself to improve my inability and unexperience in software development FOR MYSELF. Even if it seemed to be the worst thing ever, I *NEED* to develop software for my own well being and even if I apparently - after over 20 years since the first lines of code I wrote - I improved my ability not a single bit than it is like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    High-Low Game

    High-Low Game

    A simple game of High-Low written in C#

    High-Low Game is a game that allows you to make a computer guess, or allows you to guess at a computer generated, number. It's actually pretty simple. The guesser is given an upper bound between 3 and 15 times the guessed number. From there the chooser tells the guesser whether the number they guessed is higher or lower than the number. It's a pretty simple thing really, but fun to mess around with sometimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Guess the Number

    Guess the Number

    Guess the Number is a game written in C#

    Guess That Number is a simple number guessing game from a random number between two thresholds, determined by the difficulty chosen Written in C# with a few twists, such as multiplayer, scoring and time trails. And a little humor and references here and there. The game is free and open source. The game takes full advantage of the text-based console interface to drive home a feeling of an old DOS gams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spellathon
    Spellathon is a simple word puzzle game. You are given seven letters. You need to find words of length four letters or more that include a central letter. See how many words you can guess!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Klest-crossword
    Open Source program to create crossword puzzles, which will be professionally compile a crossword puzzle and then is convenient to guessing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Password Ratings

    Password Ratings

    An app written in C++ by Maulik Raviya.

    -> Absolutely free. No hidden cost. NO ADS. -> Very tiny in size. (954 KB) -> Measure your password's strength. -> It also calculates the time to guess your password by an average desktop computer. NOTE: We respect your privacy. This app will NEVER store/remember your password anywhere in any format. So type your password without any worry and watch your result instantly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    4digits Puzzle Game
    4digits is a guess-the-number puzzle game. It's also called Bulls and Cows, and in China people simply call it Guess-the-Number. The game's objective is to guess a four-digit number in 8 times.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Files Hunter

    Files Hunter

    Analyze files to get their real format. Retrieve corrupted ones.

    Analyze files and guess their true content's format. Extract hidden files from corrupted ones. Easily extensible by adding new plug-ins for new formats. Handles documents, videos, images, music, executables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PasseGen

    PasseGen

    Password generation, encryption, storage, and easy-access

    {Currently requires Windows Vista or above) PasseGen generates highly customizable, complex passwords that are impossible to guess and difficult to break. Your sensitive information is encrypted and further protected at your discretion (program PIN protection). Possibly the niftiest feature is the ability to access stored passwords from the main screen via a context menu that pastes this information to your clipboard. (If PIN-protected, this screen is accessed AFTER the log...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Identification

    A tiny "guess what I'm thinking about" game, or an identifier.

    This is a tiny game : think about something and answer the questions the software asks. The goal is to have a "identifier" which is able, for instance, to find which mushroom you have in your hands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Midi learning notes

    Learning note with your midiin keyboard device

    Program written in Vb6 to help learning notes with a midi keyboard device or with a virtual "on screen" piano. You can play your midi keyboard and see the relative name in notation C D E.. or notation DO RE MI.... and the position on pentagram and on a mandolin's fretboard. There is also a TEST section that generate a random note in one of the four notations described above and you have to guess it in the less time possible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    SaltSoft

    Program to simulate inorganic reactions and practice salt analysis

    SaltSoft is a software to practice inorganic qualitative analysis. It can be used in 2 ways: 1. Carry out reactions: The reaction mode allow users to write a set of reactants and see what the products will be. Physical characteristics like color of precipitate formed and smell of gas evolved will also be displayed. 2. Practice: A salt will be randomly chosen by the computer. You have to make it react with things and guess what the salt is by analyzing the change in physical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next