8000 tillmanjr (Tillman Dickson, Jr.) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View tillmanjr's full-sized avatar
  • Foundation Medicine, Inc
  • Silicon Valley

Highlights

  • Pro

Block or report tillmanjr

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. tdjr-earthquake-heatmap tdjr-earthquake-heatmap Public

    TypeScript

  2. random-dot-org-dice random-dot-org-dice Public

    Roll dice using random.org as random number provider

    JavaScript

  3. tdjrBackPropagationNeuralNet tdjrBackPropagationNeuralNet Public

    Simple straightforward JavaScript neural network to explore implementing Back Propagation

    JavaScript

  4. tdjrParticleSwarmSolver tdjrParticleSwarmSolver Public

    Create Particle Swarms then use them as solvers. Implemented using vanilla JavaScript.

    HTML

  5. Archimedes ratio - the ratio of the ... Archimedes ratio - the ratio of the volume of a sphere to the volume of its enclosing cylinder is 2/3. First determined by Archimedes of Syracuse 3 century BCE using what we know as integral calculus
    1
    /* Use of ratius and r
    2
        A radius is passed using an arugument named: 'radius'
    3
        However, when describing the implemented function I use the nemonic 'r' to denote the radius 
    4
             instead of using the literal 'radius'
    5
        I do this due to how we all(?) learned as kids to compute geometries of circles .. 
  6. Concurrent (async) task execution co... Concurrent (async) task execution control
    1
    
                  
    2
    const noop = () => {}
    3
    
                  
    4
    const enableLogToConsole = true
    5
    const log = enableLogToConsole ? console.log : noop
0