Skip to content
View MagdielCAS's full-sized avatar
:shipit:
:shipit:

Block or report MagdielCAS

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

Pinned Loading

  1. KelvinCampelo/zero-decimal-currencies KelvinCampelo/zero-decimal-currencies Public

    Zero-decimal currencies parse, useful for Stripe

    TypeScript 6 1

  2. localstorage-handler.js localstorage-handler.js
    1
    export const LOCAL_TIMESTAMP = "APP IDENTIFIER";
    2
    
                  
    3
    export const has = key => !!localStorage.getItem(key);
    4
    
                  
    5
    export const get = (key, defaultValue = null) => {
  3. Just a wrapper function to handle ax... Just a wrapper function to handle axios errors, based on https://github.com/axios/axios#handling-errors
    1
    import axios from 'axios';
    2
    
                  
    3
    export const handleAxiosError = (error) => {
    4
      let errorDefault;
    5
    
                  
  4. ga-tsp ga-tsp Public

    MATLAB

  5. An simple class to compute pid with ... An simple class to compute pid with ajustable parameters
    1
    class PID:
    2
      def __init__(
    3
        self,
    4
        Kp = 10,
    5
        Ki = 1,
  6. tumorExtraction tumorExtraction Public

    MATLAB 2 1