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
| [ | |
| { | |
| "title": "Fullmetal Alchemist: Brotherhood", | |
| "tagline": "Opening 1: \"Again\" by \"YUI\"", | |
| "original_available": "2009-08-26", | |
| "summary": "\"Again\" is Japanese pop rock singer-songwriter Yui's thirteenth single, and first single after she went on hiatus in November 2008. \"Again\" was released on June 3, 2009, by her label Studioseven Recordings and was released in two formats: CD and CD+DVD. On March 25, 2009, Yui announced on her official website that she was ending her hiatus and returning to the music scene. On her website she also announced that she had worked on a new single, \"Again\". It was later revealed that \"Again\" was going to be used as the first opening theme song for the Fullmetal Alchemist: Brotherhood anime series.", | |
| "certificate": "TV-14", | |
| "genre": [ | |
| "Animation", | |
| "Anime Opening" |
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
| /** | |
| * Sample React Native App | |
| * https://github.com/facebook/react-native | |
| */ | |
| import React, { Component } from 'react'; | |
| import { | |
| AppRegistry, | |
| StyleSheet, |
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": "awesomenativeapp", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "start": "node node_modules/react-native/local-cli/cli.js start" | |
| }, | |
| "dependencies": { | |
| "babel-preset-es2015": "^6.9.0", | |
| "babel-preset-react": "^6.5.0", |
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
| PSORG=$PS1; | |
| if [ -n "${BASH_VERSION}" ]; then | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
| source ${DIR}/base.sh | |
| : ${omg_ungit_prompt:=$PS1} | |
| : ${omg_second_line:=$PS1} | |
| : ${omg_is_a_git_repo_symbol:=''} |
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
| sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59 | |
| # Enable all software repositories | |
| sudo software-properties-gtk | |
| #Update the system | |
| sudo apt update | |
| sudo apt upgrade | |
| sudo apt dist-upgrade |
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
| #!/bin/bash | |
| FILES=/home/sergio/Desktop/logs/* | |
| for f in $FILES | |
| do | |
| cat $f | grep "^Commandline: apt-get install" >> out.txt | |
| done |
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
| var Confidence = require('confidence'); | |
| var criteria = { | |
| env: process.env.NODE_ENV | |
| } | |
| var manifest = { | |
| $meta: 'Some description here', | |
| server: { | |
| debug: { |
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
| import websocket | |
| import thread | |
| import time | |
| import sys | |
| from urllib import * | |
| class SocketIO: | |
| def __init__(self): | |
| self.PORT = 5000 | |
| self.HOSTNAME = '127.0.0.1' |
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
| <link href="../core-scaffold/core-scaffold.html" rel="import"> | |
| <link href="../core-header-panel/core-header-panel.html" rel="import"> | |
| <link href="../core-menu/core-menu.html" rel="import"> | |
| <link href="../core-item/core-item.html" rel="import"> | |
| <link href="../core-icon-button/core-icon-button.html" rel="import"> | |
| <link href="../core-toolbar/core-toolbar.html" rel="import"> | |
| <link href="../core-menu/core-submenu.html" rel="import"> | |
| <link href="../google-map/google-map.html" rel="import"> | |
| <polymer-element name="coppel"> |