Towel

Throw in the towel. (by ZacharyPatten)

Towel Alternatives

Similar projects and alternatives to Towel

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Towel alternative or higher similarity.

Towel reviews and mentions

Posts with mentions or reviews of Towel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • What your hidden nuget gems ?
    32 projects | /r/dotnet | 10 Mar 2023
    Towel - Throw in the towel! data structures, algorithms, mathematics, metadata, extensions, console, and more - https://github.com/ZacharyPatten/Towel
  • More C# Console Games
    2 projects | dev.to | 9 Feb 2022
    PacMan is... a PacMan clone in the console. Get the dots. Dodge the ghosts. It's not intended to be very faithful though. I didn't research the AI of the ghost, I just came up with my own AIs that worked. Here is what I did for the ghost AIs:     - Ghost a: follows you via Dijkstra Path Finding and updates every 6 frames (faster)     - Ghost b: randomly moves and updates every 6 frames (faster)     - Ghost c: follows you via Dijkstra Path Finding and updates every 12 frames (slower)     - Ghost d: randomly moves and updates every 12 frames (slower) Note: for this game I pulled in a reference to my nuget package Towel because it includes generic versions of the Dijkstra Path Finding algorithm.
  • Best data structures and algorithms packages?
    2 projects | /r/dotnet | 21 Jan 2022
    Can you give an example? BCL covers the most common algorithms and data structures, so...? There's also a whole pack of additional algorithms and data structures by u/ZacharyPatten: https://github.com/ZacharyPatten/Towel
  • SLazy<T> (a struct alternative Lazy<T>)
    1 project | /r/csharp | 31 Jul 2021
    Unit Tests
  • SLazy<T> (a struct alternative to Lazy<T>)
    1 project | /r/csharp | 31 Jul 2021
    Source Code
  • DSA and time complexities
    1 project | /r/csharp | 22 Jul 2021
    I have a GitHub project with generic data structures and algorithms here: https://github.com/ZacharyPatten/Towel It has 18 of the common comparison-based sorting algorithms.
  • Mathematics/Scientific computing libraries
    1 project | /r/csharp | 27 Jun 2021
    I don't know specifically what you are looking for, but I have a project called Towel that has generic vectors. If interested: https://github.com/ZacharyPatten/Towel.
  • What I learned about C# from job interviews
    2 projects | /r/csharp | 1 Feb 2021
    https://github.com/ZacharyPatten/Towel/blob/070d454f3fcdc5c632bf68547911718b324cf6ae/Examples/DataStructures/Program.cs#L247
  • Random Generation (with efficient exclusions)
    1 project | dev.to | 30 Jan 2021
    Notice how algorithm #1Pool Tracking is dependent on the range of possible values while algorithm #2 Roll Tracking is not. This means if you have a relatively large range of values, then algorithm #2 is faster, otherwise algorithm #1 is faster. So if you want the most efficient method, you just need to compare those runtime complexities based on the parameters and select the most appropriate algorithm. Here is what my "Next" overload currently looks like: See Source Code Here
  • How to parse console app arguments and auto create help pages
    1 project | /r/dotnet | 25 Jan 2021
    Here is an example if interested: https://github.com/ZacharyPatten/Towel/blob/master/Examples/CommandLine/Program.cs All I have to do is add the [Command] attribute onto the methods and call "HandleArguments".
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Towel repo stats
10
699
0.0
3 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com