Skip to content

Instantly share code, notes, and snippets.

View msawired's full-sized avatar
💭
Redefining the coding experience at OpenProcessing

Sinan Ascioglu msawired

💭
Redefining the coding experience at OpenProcessing
View GitHub Profile
#!/bin/bash
####
# Split MySQL dump SQL file into one file per table
# based on http://blog.tty.nl/2011/12/28/splitting-a-database-dump
####
if [ $# -lt 1 ] ; then
echo "USAGE: bash mysql_splitdump.sh DUMP_FILE [TABLE]"
exit
@msawired
msawired / .block
Created November 8, 2019 19:31
Blockbuilder test
license: mit
@msawired
msawired / index.html
Created February 8, 2013 07:33 — forked from tmcw/index.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG Swarm</title>
<style>
svg {
position: absolute;
top: 0;
}