Giter VIP home page Giter VIP logo

hackystl's Introduction

ARCHIVED, the repo can be found on GitLab

This is a project which discards any backwards compatibility thus, it's written using the latest version of the C++ standard. The idea came from another project

Goal:

To have implemented a bare minimum of useful features
Maintain and improve this project which was started over a year ago

Features:

  1. Result type, equivalent to expected
  2. Vector
  3. Single-linked Lists
  4. Doubly-linked Lists
  5. Any
  6. Argument Parser
  7. Stack Array
  8. Heap Array
  9. Atomics (qookie)
  10. Condition Variables
  11. Default Arguments (DeKrain)
  12. Filesystem
  13. Functions
  14. Futures
  15. Gorbitsa (qookie)
  16. Type Tuple
  17. Format Generator (internal for IO)
  18. Integer Sequence
  19. IO
  20. Json Parser (DeKrain)
  21. Limits (numerical)
  22. Mutexes (Locking)
  23. Futexes (Locking)
  24. Unique Lock
  25. Basic Logging
  26. Basic Backtrace
  27. Constexpr Math (Adaptation of a project)
  28. UDP and TCP client and server
  29. Random Engine (Mersenne Twister)
  30. Ranges
  31. Atomic and Non-Atomic Shared Pointers
  32. String and String Views
  33. Clock and Precise Clock
  34. Date Support (POSIX Epoch)
  35. Tuples
  36. Unicode Conversions
  37. Unique Pointers
  38. Compressed Pair (DeKrain)
  39. Variant (DeKrain)
  40. Threads (qookie)
  41. Algorithm (Very incomplete)
  42. String Parser

Contributors:

  • DeKrain (Implementations)
  • qookie (Mostly debugging and some implementations)

Platforms

Discord

hackystl's People

Contributors

dekrain avatar pyroflarex avatar qookei avatar unicode-hater avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

hackystl's Issues

Json file parsing is broken

The test file fails both on windows and on linux:

  • On windows it fails with:
    Unexpected character at 452
    In .lex_file
    
  • On linux:
    Unexpected end of transmission 96
    In .push_eot
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.