Skip to content
View leodutra's full-sized avatar
🦙
Llama and other LLMs
🦙
Llama and other LLMs

Organizations

@Legalcloud

Block or report leodutra

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
leodutra/README.md

Thanks for visiting!

Pinned Loading

  1. simpleflakes simpleflakes Public

    Fast and test-driven distributed 64-bit ID generation, using pure JavaScript, for Node.js.

    JavaScript 33 1

  2. country-emoji country-emoji Public

    Converts between country names, ISO 3166-1 codes and flag emojis.

    Rust 13 1

  3. node-utils node-utils Public

    Some very basic personal utils library, for rapid prototyping

    JavaScript 4 3

  4. ifttt-webhook ifttt-webhook Public

    Simple async library for triggering IFTTT events using webhooks.

    Rust 1 1

  5. Install and Setup Windows Subsystem ... Install and Setup Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
    1
    # Setup Windows Subsystem 2 for Linux
    2
    
                  
    3
    **Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font**
    4
    
                  
    5
    > To setup native Linux, [see this gist](https://gist.github.com/leodutra/d3b770377bb9188c105b21751bf47e75)
  6. Fast Int Math + Bitwise Hacks For Ja... Fast Int Math + Bitwise Hacks For JavaScript
    1
    // http://michalbe.blogspot.com.br/2013/03/javascript-less-known-parts-bitwise.html
    2
    // http://jsperf.com/bitwise-vs-math-object
    3
    // http://united-coders.com/christian-harms/results-for-game-for-forfeits-and-the-winner-is/
    4
    // https://mudcu.be/journal/2011/11/bitwise-gems-and-other-optimizations/
    5
    // https://dreaminginjavascript.wordpress.com/2009/02/09/bitwise-byte-foolish/