Giter VIP home page Giter VIP logo

Mike James's Projects

git-remote-hg icon git-remote-hg

Transparent bidirectional bridge between Git and Mercurial for Git

gpslogger-android-dropbox-restapi icon gpslogger-android-dropbox-restapi

This api authenticates with dropbox and returns gpx file data mapped to a nice readable json format for client frontends to communicate with

i8acookie icon i8acookie

a simple cookie library that support ie8 and up.

ignores icon ignores

npm and git ignore files I curl these into my projects

instabot.py icon instabot.py

Instagram bot. It works without instagram api, need only login and password. Write on python.

keystone-babel-webpack icon keystone-babel-webpack

to help with discussion: https://github.com/keystonejs/keystone/issues/4234#issuecomment-299176146

mac icon mac

Setup scripts for a new mac

mario icon mario

A javascript clone of Super Mario Bros. for the NES

marsroverkata icon marsroverkata

A new Mars Rover is to be landed by NASA on Mars. You are responsible for developing an API that will allow the Rover to move around the planet. As you won’t get a chance to fix your code once it is on-board, you are expected to use test driven development. To simplify navigation, the planet has been divided up into a grid. The rover's position and location is represented by a combination of x and y co-ordinates and a letter representing one of the four cardinal compass points. An example position might be 0, 0, N, which means the rover is in the bottom left corner and facing North. Assume that the square directly North from (x, y) is (x, y+1). In order to control a rover, NASA sends a simple string of letters. The only commands you can give the rover are ‘F’,’B’,’L’ and ‘R’ Implement commands that move the rover forward/backward (‘F’,’B’). The rover may only move forward/backward by one grid point, and must maintain the same heading. Implement commands that turn the rover left/right (‘L’,’R’). These commands make the rover spin 90 degrees left or right respectively, without moving from its current spot. Implement wrapping from one edge of the grid to another. (Mars is a sphere after all) Implement obstacle detection before each move to a new square. If a given sequence of commands encounters an obstacle, the rover moves up to the last possible point and reports the obstacle. Here is an example: Let's say that the rover is located at 0,0 facing North on a 100x100 grid. Given the command "FFRFF" would put the rover at 2,2 facing East.

metalsmith icon metalsmith

An extremely simple, pluggable static site generator.

native icon native

React Native support for React Navigation. You probably don't need to use this directly, it's included in the react-navigation package.

next-keystone icon next-keystone

The power of a Keystone CMS site with the powers of server-side rendering and React magic provided by next.js :D

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.