This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this to your .bash_aliases | |
alias crep="grep --exclude-dir test-output \ | |
--exclude-dir target \ | |
--exclude-dir node_modules \ | |
--exclude-dir .svn \ | |
--exclude-dir .settings \ | |
--exclude-dir .project \ | |
--exclude jquery.js \ | |
--exclude less.js \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
</head> | |
<body> | |
<div> | |
<video class="my-video" poster="/widgets/my-video-poster.png" controls="controls"> | |
<source src="avc1_480x268.mp4" type="video/mp4; codecs='avc1.42E01E, mp4a.40.2'"></source> | |
<source src="h263_176x144.3gp" type="video/3gp; codec='h263, mp4a'"></source> |