Giter VIP home page Giter VIP logo

David Hagar's Projects

apollonian-circles icon apollonian-circles

Draws a set of tangential circles similar to a Smith Chart (just because it looks cool) . More info at http://en.wikipedia.org/wiki/Smith_chart and http://en.wikipedia.org/wiki/Apollonian_circles

cracks icon cracks

Java code that simulates the cracks that form when mud dries or paint cracks.

cubedots icon cubedots

Java code that renders alignment patterns in a 3D grid of dots

disklife icon disklife

Disk Life does a 2-d pool table like simulation on "Disk Creatures". Most of the time in this program went into the physics simulation and not the creatures. The physics engine does a time accurate collision model ( event model with time of collision calculated ). The collision detection algorithm is a "sift and prune" O(N) algorithm whereas brute force pairwise algorithms are O(N^2). The creatures react simply by getting damaged from a collision and create a spring connecting any two colliding disks that can break if stretched too far. When a creature dies an energy disk is created in its place.

evolutionweasel icon evolutionweasel

A hacky implementation of Dawkin's "Me thinks it looks like a weasel" program

evolving-text icon evolving-text

Evolves a random string into a goal string. Its based on the "weasel program" written about by Richard Dawkins.

fractal-feedback icon fractal-feedback

Uses Three.js/WebGL to recursively grab the screen and render it back slightly transformed. This is similar to video feedback techniques for creating fractals.

graph-placement icon graph-placement

Java code to lay out out an arbitrary graph (nodes and links) on the screen

grid-fractals icon grid-fractals

Uses a sequence of operations on a a random grey-scale image to generate textures and random fractals

hex-grid-permute icon hex-grid-permute

Generates all the unique arrangements of connected hexagons of a given number.

n-geodesic icon n-geodesic

Uses tensorflow and jupyter notebook to find the lowest energy placement of n vertexes on a sphere and then displays in 3D using pythreejs

nlp-analytics icon nlp-analytics

Code examples for open source NLP analytics and lists of resources

selectiveimagery icon selectiveimagery

Work in progress for selectively breeding random images to get something recognizable

venn-layout icon venn-layout

Java code to do a Venn diagram layout using a genetic algorithm on Bezier curves.

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.