Skip to content

Instantly share code, notes, and snippets.

View leonardok's full-sized avatar

Leonardo Korndörfer leonardok

View GitHub Profile
@leonardok
leonardok / README.md
Last active July 27, 2017 13:48
circle_intersection

Relatório

Foi escrito um programa na linguagem Python usando as bibliotecas matplotlib e numpy para que fosse possível emular o comportamento do Matlab, cujo qual não possuo pois é pago.

Para a ánalise foram estudados círculos de raios variados, sendo que um deles fixo, C1 de raio = 1 e outro, C2 de raios variados. No estudo C2 adotou raios de:

  • sqrt(3)/2
User Idade Genero PelaCabeca Restricao Movimento ProblemaDeVisao HaQuantosAnos JaUsouEsteDispositivo Cabelo CondicaoTrial1 CondicaoTrial2 CondicaoTrial3 MapaTrial1 MapaTrial2 MapaTrial3
1 23 Masculino - - - - nao Curto TM IM TM+IM Acute Right Oblique
2 23 Masculino - - astigmatismo 13 nao Curto TM+IM TM IM Right Oblique Acute
3 21 Masculino - - - - nao Longo IM TM+IM TM Oblique Acute Right
4 22 Masculino - - - - nao Longo TM IM TM+IM Right Oblique Acute
5 26 Masculino - - - - nao Curto TM+IM TM IM Oblique Acute Right
6 20 Masculino - - miopia, astigmatismo 8 nao Curto IM TM+IM TM Acute Right Oblique
7 20 Masculino - - - - nao Curto TM IM TM+IM Oblique Acute Right
8 23 Masculino - - miopia 6 nao Curto TM+IM TM IM Acute Right Oblique
9 21 Masculino - - hipermetropia, astigmatismo 15 nao Curto IM TM+IM TM Right Oblique Acute
### Keybase proof
I hereby claim:
* I am leonardok on github.
* I am leonardok (https://keybase.io/leonardok) on keybase.
* I have a public key ASDyIIfRDS0ScOS7IyNrCC8MwnKhDzrLNUdYqsRUPMFwEwo
To claim this, I am signing this object:
@leonardok
leonardok / HowToInstallGPOnAnEmulator.txt
Created October 12, 2016 16:16 — forked from kosiara/HowToInstallGPOnAnEmulator.txt
Android - Install Google Play Services / Google Play on android emulator
1. Download Google Apps from basketbuild.com:
https://basketbuild.com/gapps
2. Extract GPE services apk files from the zip:
unzip -j gapps-lp-20150222-signed.zip system/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk system/priv-app/GoogleLoginService/GoogleLoginService.apk system/priv-app/Phonesky/Phonesky.apk system/priv-app/GmsCore/GmsCore.apk -d ./
3. Start the emulator with the command:
/home/path/to/your/android/Sdk/tools/emulator -no-boot-anim -netdelay none -netspeed full -avd YOUR_EMULATOR_NAME

This is a test for roboelectric

@leonardok
leonardok / capistrano_database_yml.rb
Created August 24, 2012 12:59 — forked from weppos/capistrano_database_yml.rb
Provides a couple of tasks for creating the database.yml configuration file dynamically when deploy:setup is run.
#
# = Capistrano database.yml task
#
# Provides a couple of tasks for creating the database.yml
# configuration file dynamically when deploy:setup is run.
#
# Category:: Capistrano
# Package:: Database
# Author:: Simone Carletti <weppos@weppos.net>
# Copyright:: 2007-2010 The Authors