Skip to content

Instantly share code, notes, and snippets.

View ninabreznik's full-sized avatar
🐝
Building the future

Nina Breznik ninabreznik

🐝
Building the future
View GitHub Profile
/*------------------------------------------
- add arrow to function template on MAIN page
- add css for arrow
-------------------------------------------*/
/*-----------------------------------------------------------------------------
REQUIRE
-----------------------------------------------------------------------------*/
var yo = require('yo-yo')
var minixhr = require('minixhr')
@ninabreznik
ninabreznik / gist:e0dd7e0e0fb368e00d7e600c9187d8d9
Created August 22, 2016 22:47
For CODING AMIGOS/LEARNERS (Wizard Amigos)
```
//1. option
function foo(x) {
console.log(x)
}
//Function call
foo("Hello") // we call a function itself
/*---------------------------------------------
GETTING STARTED
----------------------------------------------*/
PHONEGAP
http://docs.phonegap.com/getting-started/
myApp/www
//myApp/www/Index.js
@ninabreznik
ninabreznik / gist:c054bbdfcc050c30c28033547d8cee50
Last active September 4, 2016 01:38
WIZARD LESSONS DESCRIPTIONS
000
"Welcome, future programmers! We are happy to present you the new interactive
and most importantly a fun, simple and interesting web app that will help you
to learn the basics of programming. JavaScript is currently the most popular
and most wide spread programming language among developers around the world. This is
why our WizardAmigos project is focusing on teaching you this programming language.
JavaScript is quick and easy to learn and following this WizardAmigos program
you will in a few months be able to build your first web app.
In this program we prepared a set of video tutorials and
interactive exercises that will guide you through the process of learning the basics of
<!DOCTYPE html>
<!--
Copyright (c) 2012-2016 Adobe Systems Incorporated. All rights reserved.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
@ninabreznik
ninabreznik / index.js
Last active November 8, 2016 14:27
requirebin sketch
/*------------------------------------------
REQUIRE
-------------------------------------------*/
var yo = require('yo-yo')
var csjs = require('csjs-inject')
var minixhr = require('minixhr')
/*------------------------------------------
START PAGE
-------------------------------------------*/
@ninabreznik
ninabreznik / index.js
Created November 8, 2016 14:55
requirebin sketch
/*------------------------------------------
REQUIRE
-------------------------------------------*/
var yo = require('yo-yo')
var csjs = require('csjs-inject')
var minixhr = require('minixhr')
/*------------------------------------------
START PAGE
-------------------------------------------*/
@ninabreznik
ninabreznik / index.js
Last active November 8, 2016 22:46
requirebin sketch
/*------------------------------------------
REQUIRE
-------------------------------------------*/
var yo = require('yo-yo')
var csjs = require('csjs-inject')
var minixhr = require('minixhr')
/*------------------------------------------
START PAGE
-------------------------------------------*/
@ninabreznik
ninabreznik / gist:15717baef0ad4a70a119f90ae0141fe0
Last active November 21, 2016 08:36
Taiwan for digital solopreneurs
{
"VISA": [
{
"name": "Passports eligible for Visa Exemption",
"link": "http://www.boca.gov.tw/ct.asp?xItem=1443&ctNode=779&mp=2"
},
{
"name": "Passports eligible for Visa on arrival",
"link": "http://www.boca.gov.tw/ct.asp?xItem=1446&ctNode=779&mp=2"
}
@ninabreznik
ninabreznik / events.js
Last active April 23, 2017 17:16
Event Emitter
/*
More theory about Events https://nodejs.org/api/events.html
*/
Event Emitter
// USE EVENT EMITTER
var eventemitter = require('EventEmitter') // walkie talky factory
var emitter1 = eventemitter() // walky talkie 1