Skip to content

Instantly share code, notes, and snippets.

View neton-bricio's full-sized avatar

Neton Brício neton-bricio

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<title>Simple jQuery Slideshow</title>
<style>
#slideshow {
margin: 80px auto;
anonymous
anonymous / slider.html
Created April 8, 2016 22:41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<title>Simple jQuery Slideshow</title>
<style>
#slideshow {
margin: 80px auto;
@meergod
meergod / mmcat.sh
Last active April 9, 2016 05:56 — 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
@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
@imcaspar
imcaspar / mmcat.sh
Created February 3, 2014 02:17
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
@hSATAC
hSATAC / 256color.pl
Created July 20, 2011 14:48
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++) {