This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - | |
sudo apt-get install -y nodejs | |
npm set registry https://registry.npmjs.org/ | |
sudo npm i electron -g --unsafe-perm=true --allow-root | |
sudo npm install --unsafe-perm=true --allow-root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.m | |
// Rounded Image | |
// | |
// Created by Indra Lesmana on 12/16/14. | |
// Copyright (c) 2014 swiftcodetuts. All rights reserved. | |
// | |
#import "ViewController.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.m | |
// Rounded Image | |
// | |
// Created by Indra Lesmana on 12/16/14. | |
// Copyright (c) 2014 swiftcodetuts. All rights reserved. | |
// | |
#import "ViewController.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name" : "Indra Lesmana", | |
"Contact" : { | |
"Email" : "[email protected]", | |
"Website" : "http://ilesmana.com", | |
}, | |
"Social" : { | |
"Facebook" : "https://www.facebook.com/saya.ilesmana", | |
"Twitter" : "https://twitter.com/ilesmana_", | |
"Tumblr" : "http://blog.ilesmana.com", |