I hereby claim:
- I am sirgalleto on github.
- I am sirgalleto (https://keybase.io/sirgalleto) on keybase.
- I have a public key whose fingerprint is 4B78 4602 3D15 BE95 AAEC 06AF 6255 1ACF D6E1 8B27
To claim this, I am signing this object:
| import { Dimensions } from 'react-native'; | |
| export const { height, width } = Dimensions.get('window'); | |
| const ratioX = width <= 375 ? (width <= 320 ? 0.75 : 0.875) : 1 ; | |
| const ratioY = height <= 568 ? (height <= 480 ? 0.75 : 0.875) : 1 ; | |
| const base_unit = 16; | |
| const unit = base_unit * ratioX; |
| # /etc/hosts | |
| 192.30.253.112 http://github.com | |
| 192.30.253.119 http://gist.github.com | |
| 151.101.44.133 http://assets-cdn.github.com |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title> | |
| Hello | |
| </title> | |
| <style media="screen"> | |
| body { | |
| background-color: #ffb949; |
| /* tslint:disable */ | |
| export interface EmailInterface { | |
| to: string; | |
| from: string; | |
| subject: string; | |
| text?: string; | |
| html?: string; | |
| id?: number; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Cat clicker</title> | |
| </head> | |
| <body id="body"> | |
| <script src="index.js"></script> | |
| </body> |
| let dictionary = { | |
| es: { | |
| welcome: 'Bienvenido!' | |
| }, | |
| en: { | |
| welcome: 'Welcome!' | |
| } | |
| }; | |
| function localize(){ |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.39215686917304993</real> |
| 'use strict'; | |
| var gulp = require('gulp-help')(require('gulp')) | |
| , templateCache = require('gulp-angular-templatecache') | |
| , browserSync = require('browser-sync').create() | |
| , uglify = require('gulp-uglify') | |
| , gulpsync = require('gulp-sync')(gulp) | |
| , cssmin = require('gulp-cssmin') | |
| , rename = require('gulp-rename') | |
| , concat = require('gulp-concat') |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Challenge</title> | |
| <style media="screen"> | |
| ol > li:nth-child(3n){ | |
| list-style-type: none; | |
| } | |
| ol > li:nth-child(5n){ |