Giter Site home page Giter Site logo

libpampa's Introduction

Salut, fellow coders! 🐧

Yes We Code

You can call me Augusto. Currently, I'm undergoing my BSc degree in Computer Science at Unipampa. My areas of interest are, ranked:

  1. Electronics (yes)
    ⏚⎍ βŽ“ ⎢ βŽ‡ βŽ‰ ⎌ ⏛
  2. Computer Forensics
    πŸ’ΎπŸ’½πŸ–₯οΈπŸ“ŸπŸ’»πŸ”
  3. Data Architecture
    πŸ—ƒοΈπŸ—„οΈπŸ—‚οΈπŸŒŽπŸ’³πŸ†”
  4. Computer Networks
    πŸ“ΆπŸ“‘πŸ›°οΈπŸŒπŸ›œπŸ”“

I also have special interest in many other topics outside computing, such as design, languages and linguistics, fiction writing, social studies, and politics.

⚑ Technologies! My current stack ... πŸ’Ύ

C++ C Python Lua x64 Assembly CUDA Go LaTeX Sass Jekyll Ruby Sinatra Gunicorn Flask Jinja HTML5 CSS3 JavaScript Yarn Gulp PostgreSQL MongoDB Docker Git R RabbitMQ

libpampa's People

Contributors

imgbotapp avatar oagoulart avatar

Stargazers

 avatar

Watchers

 avatar

libpampa's Issues

Fix support for 64-bit file sizes on x86 systems

There are a few issues with current support, starting with the function find_file_size that may use uint32_t even tho stat uses int64_t.
A fix to this problem would be manually selecting 64-bit support, or if possible, detecting it with CMake.

Fix code styling issues

Some files are not in accordance with the code styling guidelines I use, which is not currently public in this repo. This is my highest priority task right now.

Change build system to CMake

Using makefiles for now, but I want to change it to CMake, even though it's a bit harder to setup, but in the long run it'll pay off the effort.

Fix security issues

There are a few security issues, mostly related to memory/string management, I should update this with a list soon.

Add memory analysis and runtime testing

Still looking for the best way to integrate unit tests with Azure Pipelines.
I also want to have memory analysis integrated into the CI.

Todo list:

  • Add unit tests;

  • Add memory analysis.

Improve file.h functions

There are many things that I don't really like about how I implemented some of the functions on file.h.
I'm already making some changes into the memory.h so I though, why not the file.h too?
Yeah, that's something to be done now! I'll make a list of things and post here (maybe).

Add unit tests and documentation to all modules

Tests and documentation are mostly nonexistent, which is not good if this code wants to be used for production in the future.
There two things that need to be done right now:

  • Add documentation
  • Add unit tests

Then additional features can be worked on

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.