Skip to content

Instantly share code, notes, and snippets.

@almeida1492
almeida1492 / date_picker.txt
Last active September 11, 2018 19:05
DatePicker implementation for Uticket
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.os.Bundle;
import android.widget.DatePicker;
import java.util.Calendar;
/**
* Created by henriquedealmeida on 21/02/18.
@almeida1492
almeida1492 / build_reHeapDown.c
Created May 8, 2017 20:55
Heapify an array using reheap down
//Created by Henrique de Almeida in 05/02/2017
#include "P9-heap.h"
//This algorithm heapifies a array using the reheapDown method
int main(){
// Local definitions
HEAP *heap;
int pivot, *temp;
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myfirstapp.android.myfirstmap">
<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />
<application
android:allowBackup="true"