Skip to content

Instantly share code, notes, and snippets.

View jackblackCH's full-sized avatar
:octocat:
Coding

Marc jackblackCH

:octocat:
Coding
View GitHub Profile
@jackblackCH
jackblackCH / robot.js
Created December 13, 2012 20:49
silence i kill you
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);
@jackblackCH
jackblackCH / Moment.js
Created August 13, 2013 18:26
MomentModel
/**
* Moments
*
* @module :: Model
* @description :: A short summary of how this model works and what it represents.
*
*/
var Waterline = require('waterline');
# Browser Matrix
This repo should to sell websites and applications for different browsers / devices
## Text templates
Due to many different browsers and OS combinations, it is not possible to test all variants.
You should recommend a test matrix.
Aufgrund der Tatsache, dass es eine grosse Anzahl an Browser/OS-Kombinationen gibt, kann nicht jede mögliche Kombination getestet werden. Aus diesem Grund empfiehlt es sicht eine Testmatrix zu definieren.

places to be

covent garden / carnaby street #touristy camden #touristy borough market (always) broadway market (sat) #local spittafield market / brick lane (sun) #local colombia road flower market (sun) #local

food

steak:

- Start with Expo, don't consider to start with react-native only.
- Expo does a lot of important things for you, saving you hours every day.
= Expo in standard mode is called Expo Managed Mode, thats what you want. VS Expo Bare Mode (Ejected project, e.g like having setup with react-native)
- Especially automatic building and uploading the project via CLI is way easier with EXPO managed.
- Once you can't solve a certain thing with Expo only, you can officialy "eject" the project with `expo eject`, this generates the project files for xCode and android