Showing 21 open source projects for "scrabble word finder"

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
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    fzf

    fzf

    A command-line fuzzy finder

    fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc. fzf will launch an interactive finder, read the list from STDIN, and write the selected item to STDOUT. Without STDIN pipe, fzf will use find command to fetch the list of files excluding hidden ones. (You can override the default command with FZF_DEFAULT_COMMAND). fzf by default starts...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    sigma-file-manager

    sigma-file-manager

    "Sigma File Manager" is a free, open-source, quickly evolving app

    "Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer/finder) app for Windows and Linux. Designed, developed, and maintained by Aleksey Hoffman | Twitter | Reddit. Create the best existing intelligent file manager & productivity app that will significantly speed up your workflow, provide you with advanced tools, and keep your data safe. Find any file/directory on your computer in just a few seconds. It also implements a typo correction system, allowing you...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    JS Anagram Finder

    JS Anagram Finder

    Anagram Finder in JavaScript

    Live demo: https://js-anagram-finder.sourceforge.io/index.html Features: -10,000 word english dictionary from another repository -Dictionary is under half a MegaByte(MB) -Finds all combos based on dictionary file -It takes a few seconds to show results -Works online and offline -Unlimited searches -Feel free to distribute and modify Limitations: -It is limited to 10 characters for each search. You can always remove this limitation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    q4rescue

    q4rescue

    A live linux Rescue toolkit/Emergency OS - based on q4os Trinity

    A live linux system rescue toolkit based on q4os Trinity available as a bootable iso for administrating, repairing and cloning/restoring your system and data. Check wiki for full description : https://sourceforge.net/p/q4rescue/wiki/ Main tools: -Foxclone -Rescuezilla -Clonezilla -DDrescue-gui -qtfsarchiver -G4L -Apart -Testdisk -Photorec -Boot Repair -WoeUSB -Q4OS imager -UNetbootin -usbimager -Kdirstats -Kdiskmark -Rclone & Rclone...
    Downloads: 126 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5

    Scrabble Helper

    Keeps scores, play record, verifies words with built-in word database.

    Scrabble Helper makes playing the board game faster, easier, and more enjoyable by handling all the routine work and insuring accuracy. Read the documentation at www.aeyec.com/ScrabbleHelper. Version 2021.07.12. I would appreciate your emailing me (nfordSH@aeyec.com) to let me know whether or not you have any trouble installing SH or getting it to run. SH is written in VB6 which MS no longer supports, and it can take some jiggling to get VB6 programs to install sometimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Please, do not download any program from this repossitory, because is for personal use and is not completed. However, if you download it you need to have windows 10 necessarily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    anno

    anno

    Go package for text annotation

    Go package for text annotation. There are two parts to anno, the first is a series of Finder functions that look for interesting articles (which it calls `Notes`) inside the text, returning a slice of Note structs. The second is the Expander, which replaces the text in each Note with something else, like the HTML for a link or something. It tells you the bytes that it found, the `Start` index and a string describing the kind of `Note`. The kind is useful for when you run pass `Finder` objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Scrabble Dictionary
    Scrabble Dictionary is a dictionary / word builder for Scrabble®-like games. It allows you to determine which words can be formed with a given rack and board. Features single and multi-player modes, multiple board designs and tile bags.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9
    Scrabble Finder
    Pl: Program do wyszukiwania słów z podanych liter oraz sprawdzania czy dane słowo jest dostępne w danej grze. En: Program to search for words with the letters and to check whether the word is available in the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    TuxWordSmith

    TuxWordSmith

    TuxWordSmith uses XDXF dictionaries to play in 88 languages

    Similar to the classic word game 'Scrabble', but with unicode support for multiple languages and character sets. The game is currently distributed with eighty-eight (88) dictionary resources for playing Language[i]-Language[j] 'Scrabble'. For example, if configured to use the French-English dictionary, then the distribution of available tiles will be computed based on frequency of occurance of each character of Language[i] (French), and for each submission the corresponding definition...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    A collection of multiplayer word games and language services for use over IRC on mobile phones, including Scrabble, Boggle, crosswords, online dictionary definitions. Consists of a client and agent component. Client based on jmIrc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    dumbowords

    Finds all words of length n formed of letters of a given string

    Dummy program that takes a string of characters (e.g. str == "asdeqwdrfesatgha") and natural number n (1 <= n <= length str) and finds all words made from characters from str with length n (checks in a dictionary if the current string with length n is a word). Made it to help a friend cheat in a Android app called "Scrabble" or whatever. Written in Haskell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Words finder

    Project used SQLite as provider and SubSonic as ORM, whaching text ...

    Project use SQLite as provider and SubSonic as ORM, watch text and find word with some word parts, also find some statistic data as frequency and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Scrabble/word puzzle game for the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An word finder in the RAE dictionary, written in Perl, using gtk2 libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Shift Word Helper
    Shift Word Helper is a scrabble-like games helper, which includes an online dictionary client. Shift Word Helper est un bon assistant pour les jeux de mots tels que le scrabble, avec un dictionnaire en-ligne integré. English & french supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Play 100% FREE open-source cross-platform SDL1.2+OpenGL word game that combines Tetris with Scrabble with amazing graphics, sounds, and music on your desktop, notebook, or netbook...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Finds anagrams and unscrambles words and phrases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a multiplayer online word game similar to Scrabble that uses DirectX for rendering the board and tiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A small program to display all word combinations of a set of letters. Uses include word games such as Scrabble.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JDuplicate is a free client/server multiplayer word game suite. It is multilingual and supports popular word games such as Duplicate and Scrabble(TM). The server and default client are written in Java; clients for KDE, OSX and Win32 are being tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.