Skip to content

Instantly share code, notes, and snippets.

View mralbu's full-sized avatar

Marcelo Albuquerque mralbu

View GitHub Profile
@mralbu
mralbu / 0-startup-overview.md
Created May 7, 2021 11:24 — forked from dideler/0-startup-overview.md
Startup Engineering notes
@mralbu
mralbu / multi-face.ipynb
Created March 16, 2019 05:38 — forked from yang-zhang/multi-face.ipynb
Multi-task Deep Learning Experiment using fastai Pytorch
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mralbu
mralbu / server.R
Created July 29, 2016 21:59 — forked from trestletech/server.R
A Shiny app combining the use of dplyr and SQLite. The goal is to demonstrate a full-fledged, database-backed user authorization framework in Shiny.
library(shiny)
library(dplyr)
library(lubridate)
# Load libraries and functions needed to create SQLite databases.
library(RSQLite)
library(RSQLite.extfuns)
saveSQLite <- function(data, name){
path <- dplyr:::db_location(filename=paste0(name, ".sqlite"))