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
/*jshint undef: true, unused: true */ | |
/*global window, document, onmeda_ads */ |
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> | |
<head> | |
<title>CSS 3 only no JavaScript needed Marquee Effects.</title> | |
<style> | |
/* Make it a marquee */ | |
.marquee { | |
width: 450px; | |
margin: 0 auto; | |
overflow: hidden; |
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
#!/bin/sh | |
walialu_timerStart=$(date +'%s') | |
walialu_currentWoringDir=$(pwd) | |
walialu_sproutDir='/home/walialu/code/onmeda-sprout/' | |
walialu_buildOutputDir='/home/walialu/' | |
cd $walialu_sproutDir | |
echo '-----------------------------------------------------------------------' | |
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
ls *.zip|awk -F'.zip' '{print "unzip "$0" -d "$1}'|sh |
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
find . -type f -name *.php | xargs vim +"argdo se bomb | se fileencoding=utf-8 | w" |
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
find . -name \*.xml -type f -print | cut -c3- | sort -k2 -t. -n -r | awk 'BEGIN{FS="."} a[$1] {next} {a[$1]=1} 1' | xargs grep mooo |
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
<?php | |
// quick hack, because many browsers need a certain amount of body size | |
// to be printed in the first place before flush will have an effect | |
while (ob_get_level()) ob_end_flush(); | |
// implicit flush, so we don't have to call flush all the time | |
ob_implicit_flush(true); | |
for ( $i = 0; $i < 113377; $i++ ) { |
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
export PS1="\[\e[00;37m\][\[\e[0m\]\[\e[00;32m\]\u\[\e[0m\]\[\e[00;35m\]@\[\e[0m\]\[\e[00;36m\]\h\[\e[0m\]\[\e[00;37m\] \[\e[0m\]\[\e[00;33m\]\W\[\e[0m\]\[\e[00;37m\]]\[\e[0m\]\[\e[00;31m\]\\$\[\e[0m\]" |
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
#!/bin/sh | |
yum install \ | |
ruby \ | |
ruby-devel \ | |
python \ | |
python-devel \ | |
lua \ | |
lua-devel \ | |
gcc \ |
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
<!-- Edit /usr/local/themes/[YOUR CURRENT THEME NAME]/metacity-1/metacity-theme-3.xml --> | |
<frame_geometry name="max" has_title="false" title_scale="medium" parent="normal" rounded_bottom_right="false" rounded_bottom_left="false" rounded_top_left="false" rounded_top_right="false"> | |
<distance name="left_width" value="0"/> | |
<distance name="right_width" value="0"/> | |
<distance name="bottom_height" value="0"/> | |
<distance name="left_titlebar_edge" value="0"/> | |
<distance name="right_titlebar_edge" value="0"/> | |
<distance name="title_vertical_pad" value="0"/> | |
<border name="title_border" left="0" right="0" top="0" bottom="0"/> |
OlderNewer