Skip to content

Instantly share code, notes, and snippets.

{
"configuration_format_version": 2,
"default_target": {"project": "BeneathTheSurface", "project_config": "Release", "target": "BeneathTheSurface"},
// Dictionary of global configuration parameters.
// These parameters are not taken from the xcode project,
// so they need to be supplied by the user.
"config": {

Yeoman tutorial

Commands

Menu - used to see all the options
yo
Other list element
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script type="text/javascript" src="d3/d3.v3.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<title>Hello facebook</title>
<style>
C++ for C Programmers
=====================
Swiss cantons
=============
dictCantonNPA = {
'AG' : 1,
'AI' : 2,
'AR' : 3,
'BE' : 4,
'BL' : 5,
'BS' : 6,
@TiborUdvari
TiborUdvari / Canvas starter
Created January 9, 2015 17:36
Boilerplate code for canvas
<html>
<head>
<title>Canvas starter</title>
<style type="text/css">
body{
margin: 0;
}
</style>
</head>
@TiborUdvari
TiborUdvari / dropbox_image_refresh.md
Last active August 29, 2015 14:15
dropbox_image_refresh.md

Backbone.js and yeoman

description

this is a list tutorials for building web application using backbone.js and yeoman. We are building a Photo Gallery JS App from Backbone Fundamentals

Requirements

@TiborUdvari
TiborUdvari / ppchecklist.md
Last active November 20, 2015 09:47
Pushpop Expo checklist

Checklist

  1. Deactivate flux or other programs changing screen luminosity
  2. Put in do not disturb mode
  3. Set max luminosity on screen
  4. Remove screen saver
  5. Profil couleur LCD
  6. Clean screen
echo "white rose started"
a=1
while true
do
sleep 600
#afplay /System/Library/Sounds/Tink.aiff
say Computer loves you Marc
echo $a min
let "a += 1"
done