Skip to content

Instantly share code, notes, and snippets.

View byoigres's full-sized avatar
🏠
Working from home

Sergio Flores byoigres

🏠
Working from home
View GitHub Profile
@byoigres
byoigres / fullmetal_alchemist_brotherhood.json
Last active November 12, 2025 00:12
syno-response.json
[
{
"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"
@byoigres
byoigres / Button.js
Created July 5, 2017 00:42
Button example using styled-components with theme
import React from 'react';
import styled from 'styled-components';
import { darken } from 'polished';
const Button = ({ className, children }) => (
<button className={className}>
{children}
</button>
);
/**
* Sample React Native App
* https://github.com/facebook/react-native
*/
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
{
"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",
@byoigres
byoigres / prompt.sh
Created May 24, 2015 05:55
oh-my-git
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:=''}
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
@byoigres
byoigres / get-history.bash
Created May 21, 2015 01:50
Get installed packages
#!/bin/bash
FILES=/home/sergio/Desktop/logs/*
for f in $FILES
do
cat $f | grep "^Commandline: apt-get install" >> out.txt
done
var Confidence = require('confidence');
var criteria = {
env: process.env.NODE_ENV
}
var manifest = {
$meta: 'Some description here',
server: {
debug: {
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'
@byoigres
byoigres / designer.html
Created August 25, 2014 08:58
designer
<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">