Code Monkey home page Code Monkey logo

logcharts.io's Introduction

Hi, I'm Leonardo!

  • I'm a software developer who graduated in Information Systems from the Federal University of Alagoas (UFAL).
  • As an intern in web development at NINC, I was part of a team that develops a business management software for engineering companies using MEAN stack and Socket.IO.
  • In my graduation thesis, I proposed and assessed a software that helps researchers conduct educational experiments in online learning environments. I was also part of a team at NEES that developed this software using Vue.js and PHP/Laravel.
  • In my spare time, I develop open-source projects to learn and consolidate concepts and technologies while also aiming to solve real problems or just code something fun. Take a look at them in the pinned repositories below!

My stats

๐Ÿ› ๏ธ Familiar with

  • TypeScript
  • Python
  • Angular
  • Node.js, Express and Flask
  • MongoDB and PostgreSQL
  • AWS and GCP

Find me

Leonardo Holanda LinkedIn Profile Leonardo Holanda Dev.to Profile Leonardo Holanda Spotify Profile

logcharts.io's People

Contributors

leo-holanda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

logcharts.io's Issues

Running inside container

Would be possible to add docker-compose.yml file or Dockerfile that would allow to run it inside container?
I would like to avoid installing npm and all its dependencies

Graphed results inaccurate to the actual values

Sensor values are correctly read and saved by HWinfo, but when graphing they show up wildly incorrect. The tooltip hover shows the values correctly on the site as well, yet the graphing makes no sense.

Untitled

attached csv from hwinfo here:
0 Offset.CSV

v7 not supported?

Could you mention which version of HWiNFO is supported? The logs that I got from HWiNFO v7.07 wasn't able to load and I see the "Please send only logs from HWInfo!" message

CSV mimetypes are not just "text/csv"

My browser reports CSV files as mimetype application/vnd.ms-excel. This fails in the isCSV function. Would you mind adding that?

if (file.type == "text/csv" || !file.type) return true;

So replace that function with the following:

export function isCSV(file){
  if (file.type == "text/csv" || file.type == "application/vnd.ms-excel" || !file.type) return true;
}

Thanks!

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.