Skip to content

Instantly share code, notes, and snippets.

View lordofthelake's full-sized avatar

Michele Piccirillo lordofthelake

View GitHub Profile
@lordofthelake
lordofthelake / ffmpeg.sh
Last active August 29, 2015 14:10
Ubuntu 14.04 provisioning scripts
#!/usr/bin/env sh
# Enable multiverse repository
sudo sed -i "/^# deb .*multiverse/ s/^# //" /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libgpac-dev libtheora-dev libtool libvorbis-dev pkg-config texi2html zlib1g-dev checkinstall libx264-dev libmp3lame-dev libfdk-aac-dev libopus-dev libvpx-dev yasm
mkdir /tmp/ffmpeg_sources
cd /tmp/ffmpeg_sources
wget http://ffmpeg.org/releases/ffmpeg-1.2.9.tar.gz
tar xzvf ffmpeg-1.2.9.tar.gz
@lordofthelake
lordofthelake / .gitignore
Last active December 18, 2015 23:08
.gitignore for Android projects
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib

Keybase proof

I hereby claim:

  • I am lordofthelake on github.
  • I am lordofthelake (https://keybase.io/lordofthelake) on keybase.
  • I have a public key ASDpF64bkbfrRHGNJrkVwdDuLGVS_5NMLTKZ5X_SRK_Kygo

To claim this, I am signing this object:

@lordofthelake
lordofthelake / apache-badbots.conf
Last active June 2, 2022 03:48
Fail2ban configuration
# Fail2Ban configuration file
#
# List of bad bots fetched from http://www.user-agents.org
# Generated on Sun Feb 11 01:09:15 EST 2007 by ./badbots.sh
#
# Author: Yaroslav Halchenko
#
# $Revision: 668 $
#
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Michele Piccirillo",
"label": "Software Architect // Full-Stack Engineer // Fractional CTO. Open to Freelance projects.",
"image": "",
"email": "michele@piccirillo.io",
"phone": "",
"url": "https://github.com/lordofthelake",
"summary": "Hey there! I'm a seasoned software architect and tech expert with over 15 years of experience in web and mobile development. I've been a successful CTO and technical manager, and I know how to hire and lead teams, especially in regulated industries like medical and financial.\n\nWhen programming solo, I specialize in full-stack web development using TypeScript (NestJS/Next.js/React) and Ruby on Rails, Android development with Java, and cross-platform development with React Native. I'm also a pro at DevOps and infrastructure automation on AWS and Google Cloud.\n\nMy experience as an entrepreneur and early-stage startup contributor ha
@lordofthelake
lordofthelake / .gitignore
Created June 21, 2013 18:39
.gitignore for Maven, Intellij, Eclipse
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws