Skip to content

Instantly share code, notes, and snippets.

View neton-bricio's full-sized avatar

Neton Brício neton-bricio

View GitHub Profile
@neton-bricio
neton-bricio / mmcat.sh
Last active December 26, 2015 09:17 — forked from imcaspar/mmcat.sh
#!/bin/bash
################################################################################
#
# Script name: MultiMedia Concat Script (mmcat)
# Author: burek (burek021@gmail.com)
# License: GNU/GPL, see http://www.gnu.org/copyleft/gpl.html
# Date: 2012-07-14
#
# This script concatenates (joins, merges) several audio/video inputs into one
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<title>Simple jQuery Slideshow</title>
<style>
#slideshow {
margin: 80px auto;
@neton-bricio
neton-bricio / 256color.pl
Created March 12, 2017 22:31 — forked from hSATAC/256color.pl
256color.pl
#!/usr/bin/perl
# Author: Todd Larason <jtl@molehill.org>
# $XFree86: xc/programs/xterm/vttests/256colors2.pl,v 1.2 2002/03/26 01:46:43 dickey Exp $
# use the resources for colors 0-15 - usually more-or-less a
# reproduction of the standard ANSI colors, but possibly more
# pleasing shades
# colors 16-231 are a 6x6x6 color cube
for ($red = 0; $red < 6; $red++) {