Skip to content

Instantly share code, notes, and snippets.

@cvuletich
cvuletich / gist:ce8f639b3b1e850870f0f148ca835082
Created April 28, 2017 19:30
Search and replace in multiple files
perl -pi -w -e 's/search/replace/g;' *.tmp
@cvuletich
cvuletich / gist:2829385
Created May 29, 2012 16:27
CSS3 Ring Pulsers
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Ring Pulsers</title>
<style type="text/css" media="screen">
.marker {
left: 150px;
height: 100px;
position: absolute;