Skip to content

Instantly share code, notes, and snippets.

View lineuve's full-sized avatar

Villeneuve Figueiredo lineuve

View GitHub Profile
@lineuve
lineuve / docker-builder.sh
Created September 8, 2019 13:06 — forked from didip/docker-builder.sh
Small helper script that automates Docker building and pushing
#!/bin/bash
set -ex
PARENT_DIR=$(basename "${PWD%/*}")
CURRENT_DIR="${PWD##*/}"
IMAGE_NAME="$PARENT_DIR/$CURRENT_DIR"
TAG="${1}"
REGISTRY="hub.docker.com"
@lineuve
lineuve / schema.sql
Created August 25, 2018 14:55 — forked from brexis/schema.sql
Radius Mysql schema.sql
###########################################################################
# db_mysql.sql rlm_sql - FreeRADIUS SQL Module #
# #
# Database schema for MySQL rlm_sql module #
# #
# To load: #
# mysql -uroot -prootpass radius < db_mysql.sql #
# #
# Mike Machado <mike@innercite.com> #
###########################################################################
@lineuve
lineuve / Configuration.h
Created December 5, 2015 06:24 — forked from wgbartley/Configuration.h
Configuration.h for my Prusa i3
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
// This configuration file contains the basic settings.
// Advanced settings can be found in Configuration_adv.h
// BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
//===========================================================================
//============================= DELTA Printer ===============================
//===========================================================================