phpass VS yayagram

Compare phpass vs yayagram and see what are their differences.

phpass

PHPass, the WordPress password hasher, re-implemented in rust (by clausehound)

yayagram

Play nonograms/picross in your terminal (by wooster0)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
phpass yayagram
2 6
11 38
- -
0.0 3.1
almost 3 years ago 9 months ago
Rust Rust
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

phpass

Posts with mentions or reviews of phpass. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-24.

yayagram

Posts with mentions or reviews of yayagram. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.
  • Play Nonograms in Your Terminal
    3 projects | news.ycombinator.com | 10 Aug 2023
  • What's your favourite under-rated Rust crate and why?
    25 projects | /r/rust | 7 Jun 2021
    Two crates: - parse-size is criminally underrated. It allows you to parse input like "100 MB", "50 kb", "25b" into an integer of bytes. It parses input so intuitively and it works exactly the way I expected. I use it in https://github.com/r00ster91/splitter. - line_drawing is in my opinion the best line algorithm library there is. Extremely clean and nice to use. Exactly what I need for my project https://github.com/r00ster91/yayagram.
  • What’s everyone working on this week (22/2021)?
    5 projects | /r/rust | 31 May 2021
    Still working on this puzzle game playable in the terminal with the mouse: https://github.com/r00ster91/yayagram In version 0.5.0 I've added a feature to darken all cells in a specific direction from the pointer but now I've figured out that a much better way is to constantly darken all cells in the four directions of the mouse pointer.
  • yayagram: Play nonograms/picross in your terminal
    1 project | /r/rust | 24 May 2021
    This is the repository with much more information in the README.md: https://github.com/r00ster91/yayagram, including an example at the bottom that might help you understand the game better if you are new to this kind of puzzle game. See also: https://en.wikipedia.org/wiki/Nonogram.
    1 project | /r/rust | 24 May 2021
    Hello Rustaceans. This is a clone of the puzzle game picross (also known as nonograms, griddlers and some other names) but with some additions and novelty, like a blue grid cell (wasn't used in this video) and an editor. If you want to try it, you can install the game with cargo install yayagram. Here is the repository with much more information in the README.md: https://github.com/r00ster91/yayagram, including an example that might help you understand the game better if you are new to this puzzle game.
  • What's everyone working on this week (21/2021)?
    2 projects | /r/rust | 24 May 2021
    Today I released the puzzle game yayagram which is picross/nonograms but for the terminal. I've been working on it for what feels like months now and it has really come a long way.

What are some alternatives?

When comparing phpass and yayagram you can also consider the following projects:

logos - Create ridiculously fast Lexers

nettu-booking

futures-batch - An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-batch.)

rtr - Command-line text processing tool

fuzzcheck-rs - Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions

enum-map

concrete - Concrete: TFHE Compiler that converts python programs into FHE equivalent

rusty-city - Sand simulation game

schemafy - Crate for generating rust types from a json schema

redbpf - Rust library for building and running BPF/eBPF modules

serde-plain - A serde serializer that serializes a subset of types into plain strings

sonyflake-rs - 🃏 A distributed unique ID generator inspired by Twitter's Snowflake.