Showing 1370 open source projects for "random"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 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
  • 1
    effgoogle

    effgoogle

    effgoogle protects your privacy by confusing Google's profile of you.

    ...For more information regarding exactly what Google uses this information for, DuckDuckGo has a good website that explains it all at donttrack.us. effgoogle is a ridiculously tiny and simple python program that opens up a user-specified number of Firefox instances, opens Google, and searches random phrases and common searches. This confuses Google and makes it more difficult for you to be tracked. There's also an option for effgoogle to make a list of phrases to be searched by harvesting google search suggestions and random titles of Wikipedia pages. Works with python 2.7 under Ubuntu linux, support for different python versions and oses soon to come. effgoogle is completely free and licensed under the Beerware license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AmpJuke...and YOUR hits keep on coming!
    Manage and stream your music on a web server using a browser. Some features: - Scan+Import music (MP3/OGG/WMA/APE ). - Random play with "fair rotation". - Upload/download - Themes. - Uses various webservices and API's (last.fm, the Echonest) ...plus more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Jogun

    Shogun written in Java

    ...Shogun is an old boardgame that was invented by Teruo Matsumoto. It is played by two players. The game is like chess, only that the figures can only move within a radius of their random number. If the Shogun, which is a special figure that can only have the numbers 1 or 2, was hit, the game is over. The other figures can have numbers from 1 to 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    CoinBrain

    CoinBrain - offline Bitcoin Brain wallet !

    ...It has few tricks to make your password stronger: 1. key stretching -- running over 10,000 rounds of SHA makes it harder to break. 2. key salting -- part of the password is a public yet random information. Your date of birth in this case. Those techniques should make even a moderately password strong enough to hold bitcoins. -Technologov, 22.07.2014.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 5
    ImpraStorage

    ImpraStorage

    ImpraStorage provided a private imap access to store large files

    ImpraStorage provided a private imap access to store large files. Each file stored on the server is split in severals random parts. Each part also contains random noise data (lenght depends on a crypt key) to ensure privacy and exclude easy merge without the corresponding key. An index of files stored is encrypt (with the symmetric-key algorithm Kirmah) and regularly updated. Once decrypt, it permit to perform search on the server and download each part.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kirmah
    Encryption with symmetric-key algorithm Kirmah - generate keys with exotic chars - redefine key length - key mark to ensure decryption capabilities - mix data - fast with multiprocessing - possible compression - gui on gtk3 - cli tool - python3 DEPENDENCIES : ======== python3, python-gobject, gobject-introspection, pygtk 3 modes are available to encrypt : ======== - compression (full / disabled or only final step) - random (simulate a random order - based on crypted key - to randomize data) - mix (mix data according to a generated map - based on crypted key - with addition of noise) Process is as follow : ======== encrypt : file > [ compress > ] encrypt > [randomiz data > mix data > compress > ] file.kmh decrypt: file.kmh > [ uncompress > unmix data > unrandomiz data] > decrypt > [uncompress > ] file ======== for encrypt/decrypt large binary files, use the fastest alternative : split/merge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Complex Password Generator 2.3

    Complex Password Generator 2.3

    Generates complex passwords for use in your different accounts.

    Generates very complex passwords for use in your various different accounts so you know they are safe. You can even generate a list of random passwords and export them to a txt file! You can run this program on the homepage, but for more features I suggest that you download it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    GeoSegmenter

    A Chinese word segmenter for the geoscience domain

    GeoSegmenter is a Chinese word segmenter built specifically for the geoscience domain. It uses the conditional random fields (CRF) framework to build segmentation models. GeoSegmenter is trained with manually annotated geoscience documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Multiverse Explorer

    Using Dr. Tegmark's MUH, this program generates a random 'universe'.

    Using Max Tegmark's Mathematical Universe Hypothesis, this program generates a random mathematical structure that is, in essence, a universe (if Dr. Tegmark is correct).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    NeutralLand

    NeutralLand Software: Neutral Land Landscapes Generator

    We developed free software called NeutralLand as tool for generating random and fractal neutral landscapes. Its main feature area easy handling and with an intuitive interface to generate a wide array of spatial habitat arrangements. With this tool we target students, teachers and researchers interested in landscape ecology
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any type, on a key-phrase of any complexity. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Engine-IT Free TimeTracker

    Free TimeTracker for controlling the team.

    Tool to track what the team is working on by making screenshots every 10 minutes at random time. It consists of Server and Client sides. Client is available for Windows and Linux. Mac version will be available soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Wallch ( Wallpaper Changer )
    Wallch is a general purpose Wallpaper Changer for the GNOME desktop which can change the desktop background image after an adjustable time. The aim of Wallch is to make it easier for you to keep your desktop "fresh" and new!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    DMS Simple Math Game

    DMS Simple Math Game

    Simple Math game for Children

    This Programme is specially designed to age 5-9 children (UKG, Grade 1-4) gain their mathematic foundation of Addition (+) and Subtract (-). This programme automatically generate 19 quiz randomly with random numbers in random places with random math(+ or -). Child should find the correct number for each quiz. While running this programme in PC, child cannot access any other application or cannot load any work in PC, the only way to exit from this programme is answer all quiz correctly or giving following password to password text box....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Hanjie puzzle is a blank grid with numbers indicating how many cells in that row or column must be coloured. Simple Hanjie generate random grids, and you must resolve the puzzle by clicking in the cells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A mod for EUIV that randomizes country locations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Darkbot

    The IRC's Talking Robot

    [ Please read https://sourceforge.net/p/darkbot/news/2014/01/darkbots-revitalization/ ] Darkbot is a portable IRC chat robot written in the C language that can be taught responses to user inquiries, and even have conversations with them. Darkbot was originally created by Jason Hamilton as an aid for help channels on Intenet Relay Chat.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    ...Basically each scenario consists of a database Production (BDP) large volume that simulates a real environment and a database of Experiments (BDE) that contains information about SQL, Mutants and results of experiments with random instruction methods. The reference value is nothing more than a set of data bases. The first scenario has the structure and the generated data for the specific benchmark, the second is its structure and data obtained from an actual application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Random Banner

    Random Banner

    Random Banner WordPress plugin provides users with high level

    Random Banner WordPress plugin provides users with high level of flexibility to show the banner ads randomly Through this plugin admin can, * Admin can able to upload 10 banners or banner links * Easy to add individual link for each banner, so that when user click the link will be open * Banners will be displayed randomly based on the number of banners uploaded in setting page * Banner can be placed using widget, so that admin has more flexibility to add the banner where ever that theme supports widget...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    DIRandomFailures

    A random failures mod for Kerbal Space Program

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CryptoX

    AES Encryption Program

    v2.0.0 (Latest) ---CHANGE LOG--- v1.0.0 - Original Release v1.0.1 - Source Code Cleanup v2.0.0 - Now Features File Encryption Protect your privacy! Encrypt your messages and files with a cryptographic strength of up to 256 bits before sending them to others!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    phpPassSafe
    phpPassSafe is a web based Tool for secure, rolebased password storage and management. The passwords are stored aes-256 encrypted. Now a random password generator is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is a random collection of Linux kernel-related projects and source code.
    Leader badge
    Downloads: 796 This Week
    Last Update:
    See Project
  • 24
    Kingdom Melodies Player

    Kingdom Melodies Player

    Player for Kingdom Halls

    Features: single song, orchestra or vocal random songs, talk record/play
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MINECRAFT2D hahn2014

    MINECRAFT2D hahn2014

    Minecraft side viewed game made in Java

    This started when one of my friends said I couldn't possibly make a full blown video game in Java, and know I have made Minecraft in Java and it consists of an inventory, blocks, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo