Lots of public gists and some public but mostly private repos.
Stuff I reuse here & there, visualizations(cancer genomics), numbers, experiments failed & not.
-
Foundation Medicine, Inc
- Silicon Valley
Highlights
- Pro
Pinned Loading
-
-
random-dot-org-dice
random-dot-org-dice PublicRoll dice using random.org as random number provider
JavaScript
-
tdjrBackPropagationNeuralNet
tdjrBackPropagationNeuralNet PublicSimple straightforward JavaScript neural network to explore implementing Back Propagation
JavaScript
-
tdjrParticleSwarmSolver
tdjrParticleSwarmSolver PublicCreate Particle Swarms then use them as solvers. Implemented using vanilla JavaScript.
HTML
-
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
2A radius is passed using an arugument named: 'radius'
3However, when describing the implemented function I use the nemonic 'r' to denote the radius
4instead of using the literal 'radius'
5I do this due to how we all(?) learned as kids to compute geometries of circles ..
-
Concurrent (async) task execution co...
Concurrent (async) task execution control 12const noop = () => {}
34const enableLogToConsole = true
5const log = enableLogToConsole ? console.log : noop
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.