Coder Social home page Coder Social logo

fizzbuzz's Introduction

I'm Suyashtnt, tnt_man1671, tnt man inc, and A badly drawn wobbler at once

Random things I randomly do at random times

  • V i b e.
  • Play random games(Minecraft, TABG, Apex, Dyson Sphere Program, Celeste, Grindframe).
  • Code.
    • Make absolutely random APIS for no apparent reason.
    • work on frontends for some of them.
    • mess around with things.
    • make Minecraft mods(fabric).
    • most things i make are open source.

Things I know

  • Svelte: Cybernetically Enhanced webapps.
  • Sveltekit: Nuxt but for svelte.
  • Nuxt 3: Sveltekit but for vue.
  • Rust: A language empowering everyone to build reliable and efficient software.
  • Node.js: A runtime for javascript using the V8 engine.
  • Deno: Node.js rust edition.
  • Unity: A 3D and 2D game engine using C#.
  • Some basic guitar.
No activity tracked

Github Readme Stats GitHub Streak

Um idk what to put now ok bye

fizzbuzz's People

Contributors

dependabot[bot] avatar suyashtnt avatar

Stargazers

 avatar

fizzbuzz's Issues

Unsafe TrustedLen implementation (incorrect `size_hint`)

unsafe impl TrustedLen for Generator {}

fn size_hint(&self) -> (usize, Option<usize>) {
(self.max, Some(self.max))
}

Here, size_hint() always returns the max value. However, the correct implementation is to return the range for the remaining number of items. See documentation.

Please avoid unsafe code unless it is absolutely necessary. Implementing TrustedLen here does not provide a significant performance benefit.

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.