close
The Wayback Machine - https://web.archive.org/web/20220705170143/https://github.com/gleydson404
Skip to content
Avatar
  • PagSeguro/PagBank
  • São Paulo, SP, Brazil
Block or Report

Block or report gleydson404

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Forked from jakevdp/PythonDataScienceHandbook

    Jupyter Notebooks for the Python Data Science Handbook

    Jupyter Notebook 3 4

  2. kmeans Public

    Just a simple implementation of k-means algorithm

    Jupyter Notebook 2 1

  3. 1
    call plug#begin()
    2
    Plug 'Xuyuanp/nerdtree-git-plugin'
    3
    Plug 'tpope/vim-surround'
    4
    Plug 'tpope/vim-commentary'
    5
    Plug 'tpope/vim-fugitive'
  4. 1
    [options]
    2
    #allow_bold = true
    3
    #audible_bell = false
    4
    #bold_is_bright = true
    5
    #clickable_url = true
  5. 1
    (defn delta [a b c]  (- (Math/pow b 2) (* 4 a c ) ) )
    2
    (defn r1 [a b c] (/ (+ (* b -1) (Math/sqrt (delta a b c))) (* 2 a)))
    3
    (defn r2 [a b c] (/ (- (* b -1) (Math/sqrt (delta a b c))) (* 2 a)))
    4
    (defn baskara [a b c]
    5
      (if (> (delta a b c) 0)
  6. Forked from epsagon/clear-lambda-storage

    Removes old versions of Lambda functions

    Python

310 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri
Activity overview
Contributed to sakai135/wsl-vpnkit

Contribution activity

July 2022

5 contributions in private repositories Jul 1 – Jul 5

Seeing something unexpected? Take a look at the GitHub profile guide.