Git Product home page Git Product logo

geocachecs's Projects

accesscontrolpython icon accesscontrolpython

Small project meant to simulate object-oriented access control in Python. Uses a mutex-lock-like system to ensure that private variables cannot be accessed outside of their own class.

backer icon backer

A Bash backup script just for good practice

depth icon depth

Create a depth-map using stereoscopic images

rollingsieve icon rollingsieve

A sieve data structure that functions in a way similar to the Sieve of Eratosthenes. This could be used to find prime numbers or for any purpose in which you must exclude certain factors. Whenever the gen() method produces a factor you wish the exclude, use the banLast() method to exclude any number it is a factor of. Internally this data structure creates a list which represents the pattern of numbers that should be skipped. The interal list currently does not have a limit to its size so its size will become exponentially larger as more exclusions are added; the size is related to the lowest common multiple of all exclusions, although a fraction of that. There are some tweaks that could improve the efficiency of the code, but I am likely moving on to other projects.

simpleedgedetector icon simpleedgedetector

This is a simple edge detector script in Python that will detect edges in an image. The edge_refine method ensures that a specific number of pixels should be detected as edges in predefined sectors of the image.

voicecode icon voicecode

A program which hopefully will allow for coding-by-voice

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.