Skip to content

Instantly share code, notes, and snippets.

@everaldo
everaldo / plink-plonk.js
Created February 19, 2020 21:46 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@everaldo
everaldo / rectangularnotch.dart
Created May 25, 2020 23:02 — forked from erluxman/rectangularnotch.dart
Rectangular notched Fab
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@everaldo
everaldo / rectangularnotch.dart
Created May 25, 2020 23:02 — forked from erluxman/rectangularnotch.dart
Rectangular notched Fab
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
# Add it in your alias
# usage: bash-record final_gif_name speed:optional cast_file:optional
#
# Requires asciinema and docker.
# Optional to have gifsicle for gif optimization.
#
# Examples:
# bash-record testing-command-x
# bash-record slow-recording-x 2
# bash-record please-faster-x 20 /tmp/slow-recording-x.cast
@everaldo
everaldo / kamal-production-server-setup.sh
Last active January 28, 2026 03:07 — forked from rameerez/kamal-production-server-setup.sh
Set up a Ubuntu server to deploy Kamal 2.x Docker containers to, hardened security and production ready
#!/bin/bash
# ==============================================================================
# SERVER HARDENING & DOCKER SETUP (PARA USUÁRIO EXISTENTE)
# ==============================================================================
set -euo pipefail
# --- AJUSTE AQUI ---
DEPLOY_USER="o_seu_usuario_aqui" # Substitua pelo nome do seu usuário de deploy