Skip to content

Instantly share code, notes, and snippets.

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

German Katzenelson germankatz

🏠
Working from home
View GitHub Profile
import numpy as np
from math import dist
dimRed = [10, 10] # 10x10
etapas = [750, 1000, 3000]
n = 0 # Contador de etapas
epoca = 0 # Contador de epoca
corriendo = True
// Cabecera de página
function Header(){
// Pongo todos los valores que se deberían repetir acá porque cada vez q se crea una pagina se añade un header
// Arial bold 15
$this->SetFont('Arial','B',12);
$this->Cell(0,10,'Nomina de Asegurados - SEPELIO',0,0,'C');
$this->Ln(15);
@germankatz
germankatz / toolbarshadow.md
Last active December 8, 2015 04:30
Shadow on toolbar for pre-lollipop devices

Shadow on toolbar for pre-lollipop devices

First, this is the basic layout for the activity/fragment:

<LinearLayout 
	xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"

android:layout_gravity="top"