I hereby claim:
- I am felipebueno on github.
- I am felipebueno (https://keybase.io/felipebueno) on keybase.
- I have a public key whose fingerprint is 84AB D201 EF20 4FB1 688D 4E5F 6F80 3111 D230 0508
To claim this, I am signing this object:
Traceback (most recent call last): | |
File "/usr/local/bin/speechhub", line 9, in <module> | |
load_entry_point('SpeechHub==0.1', 'console_scripts', 'speechhub')() | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/speechhub.py", line 138, in main | |
create_new_blog(args) | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/speechhub.py", line 95, in create_new_blog | |
create_blog(vars(parsed_args)) | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/functions.py", line 43, in create_blog | |
config_struct = get_initial_config_file(args) | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/functions.py", line 81, in get_initial_config_file |
;; Write a program that prints the numbers from 1 to 100. But for | |
;; multiples of three print “Fizz” instead of the number and for | |
;; the multiples of five print “Buzz”. For numbers which are multiples | |
;; of both three and five print “FizzBuzz” | |
;; BEGIN - first solution (not that pretty but, hey, it works :P) | |
(defn- multiple-of-three [n] | |
(= 0 (mod n 3))) | |
(defn- multiple-of-five [n] |
I hereby claim:
To claim this, I am signing this object:
Download the following ZIPs:
ARM Translation Installer v1.1
Download the correct GApps for your Android version:
Google Apps for Android 6.0 - benzo-gapps-M-20151011-signed-chroma-r3.zip
Google Apps for Android 5.1 - gapps-L-4-21-15.zip
Verifying that +felipebueno is my blockchain ID. https://onename.com/felipebueno |
[ | |
{ | |
"foto": { | |
"text": "", | |
"alt": "Hi-top Game Turbo, Caixa, 2 Controles, E Varios Jogos Grátis", | |
"src": "http://mlb-s1-p.mlstatic.com/nes-consoles-en-nintendo-954211-MLB20524330070_122015-Y.jpg" | |
}, | |
"descricao": { | |
"text": "Hi-top Game Turbo, Caixa, 2 Controles, E Varios Jogos Grátis", | |
"href": "http://produto.mercadolivre.com.br/MLB-730548280-hi-top-game-turbo-caixa-2-controles-e-varios-jogos-gratis-_JM" |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
LOVE_BIN=/usr/bin/love | |
LOVE_DIR=./src/love | |
DIST_DIR=./src/dist | |
PATCH_DIR=./src/patch | |
BUILD_DIR=./build | |
BIN_DIR=./bin | |
LOVE_VERSION=0.9.1 | |
GAME_NAME=MySampleGame | |
PRETTY_NAME=My Sample Game |
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file | |
// for details. All rights reserved. Use of this source code is governed by a | |
// BSD-style license that can be found in the LICENSE file. | |
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
@override |