Coder Social home page Coder Social logo

bogo-lib's Introduction


Typing SVG

About Me

๐ŸŽ“ I'm a System Development Technician.

๐Ÿ’ผ I'm currently working as a Fullstack Developer at Bosch.

๐Ÿ“š I'm also pursuing a degree in Computer Science, currently in my 3rd semester at UTP.

Contact

LinkedIn Gmail Badge

Status

Profile views counter

Skills

Programming Languages:

Rust C# C C++ TypeScript Python

Frameworks & Libraries:

React Pandas Prisma NumPy NodeJS Matplotlib
Angular Svelte scikit-learn .Net Bootstrap

Databases:

MicrosoftSQLServer Postgres MongoDB

Technologies:

GitHub Actions CMake Arduino

bogo-lib's People

Contributors

mbelisarius avatar thiagodsmarcelino avatar

Watchers

 avatar

bogo-lib's Issues

Refactor suggestion: rename classes

All the code belongs to the namespace BogoLib, therefore the classes don't need to start with 'Bogo'. For instance, the class BogoLib.BogoMathF would be refactored to BogoLib.MathF.

BogoMath.Sqrt overflow

BogoMath.Sqrt and BogoMathF.Sqrt overflow when x >= 2147483648 due to an Int32 cast.

Suggestion: map the Int32.MaxValue to Double.MaxValue (or even better, to x) by the ratio r before the cast, then do what is needed and convert the result to the previous scale by multiplying by r. Or you can change the random algorithm.

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.