Skip to content
View jmorgadov's full-sized avatar

Highlights

  • Pro

Organizations

@yupidevs
Block or Report

Block or report jmorgadov

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

Hi, I'm Morgado ​ ​

  • 💻 Computer Scientist graduated at @matcom
  • 🐍 Python enthusiast... currently learning rust 🦀
  • ❤️ Love all kind of stuff, math, music, philosophy, physics, art, ...


👷 Projects I work on

  • yupi Python library for trajectory analysis of all kind.
  • pactus Python library to evaluate Trajectory Classification Algorithms.
  • trajectory-dataset A curated list of datasets with trajectories of different kinds.

🌱 Some personal projects

  • etabs Python library for building and rendering latex tables in an easy way. I'm too lazy to write latex tables from scratch.
  • fdce Python library that uses a Finite Difference Coefficients Estimator algorithm to differentiate and interpolate functions. Learning how to make C extensions for python packages.
  • dotfiles Personal system configuration.
  • dmenu Personal configuration for dmenu.

📚 Some school projects

  • distorage Distributed storage system implemented in python (Distributed Systems)
  • NumLab Python-like programming language designed to resolve, analyse and simulate numerical algorithms (Compilation)
  • nesim Python library for simulating computer networks (Computer Networks)
  • shello C implementation of a shell (Operating Systems)

// Wanna see something cool? Compile this C code and run it ;)
int main() {
    float a[] = {1.1431391224e+27, 7.6482007235e+28, 7.7392930966e-19};
    puts(a);
    return 0;
}

Pinned

  1. yupidevs/yupi yupidevs/yupi Public

    Python package designed for collecting and processing trajectory data.

    Python 44 6

  2. yupidevs/pactus yupidevs/pactus Public

    Framework to evaluate Trajectory Classification Algorithms

    Python 43

  3. yuca-devs/yuca yuca-devs/yuca Public

    CLI tool for fast personal data processing and visualization

    Python 1

  4. etabs etabs Public

    Python library for building and rendering latex tables in an easy way

    Python 3