Skip to content
View LapysDev's full-sized avatar
🌙
Reinventing the wheel…
🌙
Reinventing the wheel…

Sponsoring

@mattgodbolt
Block or Report

Block or report LapysDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LapysDev/README.md

LapysDev

Hi, I’m Lapys! 👋🏾

Custom standard library developer for C++ and JavaScript respectively 📚

constinit ::Developer<🌙> stats {
  .name        = "Funto Oshodi",
  .skills      = ["art illustration", "gamedev.", "graphics design", "webdev.", …],
  .credentials = [
    "Games Design"     \ "South Essex College",
    "Computer Science" \ "Covenant University"
  ]
};

Fun facts

  • Lapis lazuli: Divinely metamorphic stone from the heavens
  • Lapis manalis: Roman sacred stone either used to make it rain or used to cover a gate to Hades (the realm of the dead)
  • Lapis Niger: Ancient shrine in the Roman Forum
  • Lapis philosophorum: Alchemical prima materia capable of transmuting lesser materials such as lead to higher substances like gold/ silver

📍 Find me at

Connect with on these alternative platforms — feel free to see what interests you

🎭 ♟️ 📚 🐣 🎬

🛠 Shed Tools

Curious with the setup I use?

Languages
C C++ CSS HTML JS🍦
Tools & IDEs 🌐 🪛 🟦 ▶️ 📝
Git MSYS2 oneAPI Run JS Sublime

Pinned

  1. Lapys-C-- Lapys-C-- Public

    General-purpose standard library for C++

    C++

  2. LapysJS LapysJS Public

    General-purpose standard library for JavaScript

    JavaScript 2

  3. Experiments Experiments Public

    Lapys' practiced concepts & ideas 🧪

    C++ 2

  4. 🔍 Gradient Search: Algorithm to sear... 🔍 Gradient Search: Algorithm to search through an array from multiple evenly spread points (or gradient stops) simultaneously
    1
    #include <cstddef>
    2
    
                  
    3
    /* ... --> search<𝓍>(…) */
    4
    template <std::size_t count, typename type>
    5
    bool search(type const& key, type const array[], std::size_t length) noexcept {
  5. 📦 Lambda: C++ shorthand syntax for c... 📦 Lambda: C++ shorthand syntax for creating lambda functors
    1
    /* Pending updates… */
    2
    #include <cstddef>
    3
    #include <type_traits>
    4
    #include <utility>
    5
    #include <version>
  6. ⚙️ Properties: C++ accessor/ mutator ⚙️ Properties: C++ accessor/ mutator
    1
    /* Pending updates… */
    2
    #include <cstdarg>
    3
    #include <type_traits>
    4
    #include <utility>
    5