-
2097983·text·186 B·2012-01-01 17:04 UTC
find "$1" -name "*.m4v" -exec bash -c \
'filename=$(basename "$1")
extension=${filename##*.}
filename=${filename%.*}
echo "Deleting is: " "$filename"
rm "$filename"' _ {} \;
-
2097982·text·186 B·2012-01-01 17:02 UTC
find "$1" -name "*.m4v" -exec bash -c \
'filename=$(basename "$1")
extension=${filename##*.}
filename=${filename%.*}
echo "Deleting is: " "$filename"
rm "$filename"' _ {} \;
-
2097981·text·186 B·2012-01-01 17:02 UTC
find "$1" -name "*.m4v" -exec bash -c \
'filename=$(basename "$1")
extension=${filename##*.}
filename=${filename%.*}
echo "Deleting is: " "$filename"
rm "$filename"' _ {} \;
-
2097975·text·1.5 KB·2012-01-01 16:25 UTC
import sys
def happy_new_year():
print "Happy new year"
def hello():
print "Hello, world!"
def quine():
print src
def bottles():
for i in range(99, 2, -1):
-
2097974·text·1.3 KB·2012-01-01 16:14 UTC
static struct pinmux_config spi0_pin_mux[] = {
{"spi0_sclk.spi0_sclk", OMAP_MUX_MODE0 | AM33XX_PULL_ENBL
| AM33XX_INPUT_EN},
{"spi0_d0.spi0_d0", OMAP_MUX_MODE0 | AM33XX_PULL_ENBL | AM33XX_
-
2097962·text·699 B·2012-01-01 14:38 UTC
#! /bin/bash
#looks for m4v extension and, if found, looks for file with the same name ending in mkv, and if found, deletes the mkv
for NAME in `find "$1" -type d`/*; do
echo "Processing:
-
2097961·bash·1.6 KB·2012-01-01 13:35 UTC
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit autotools eutils games
DESCRIPTION="P.E.Op.S Sound Emu
-
2097942·text·1.1 KB·2012-01-01 10:05 UTC
if (playerCommand.equalsIgnoreCase("brid")) {
c.getItems().deleteAllItems();
int itemsToAdd[] = { 4151, 6585, 10551, 20072, 11732, 11726, 15220, 6570,
3024, 3024, 3024};
for (int
-
2097922·text·19.2 KB·2012-01-01 01:42 UTC
15:16:45 M: 33374208 DEBUG: file:smb://mythbuntu/myth/video/Snow Queen 2002 DVDRip Xvid fasamoo LKRG.avi IsDVDImage:0 IsDVDIfoFile:0
15:16:45 M: 32849920 INFO: mplayer play:smb://mythbuntu/myth/
-
2097920·text·5.2 KB·2012-01-01 01:41 UTC
15:15:52 M: 33759232 DEBUG: CApplication::OnKey: 11 pressed, action is 7
15:15:52 M: 33697792 DEBUG: CPlayerCoreFactory::GetPlayers(smb://mythbuntu/myth/video/Snow Queen 2002 DVDRip Xvid fasamoo
-
2097919·text·817 B·2012-01-01 01:31 UTC
<style type="text/css">
h2 {
font-family: century gothic, sans-serif;
font-size: 12px;
font-weight: normal;
color: #cbb675;
letter-spacing: 10px;
border-bottom: 1px solid #cbb675;
text-a
-
2097918·text·817 B·2012-01-01 01:30 UTC
<style type="text/css">
h2 {
font-family: century gothic, sans-serif;
font-size: 12px;
font-weight: normal;
color: #cbb675;
letter-spacing: 10px;
border-bottom: 1px solid #cbb675;
text-a
-
2097908·text·8 B·2011-12-31 20:50 UTC
Testing!
-
2097907·text·8 B·2011-12-31 20:49 UTC
Testing!
-
2097906·text·8 B·2011-12-31 20:47 UTC
Testing!
-
2097905·text·8 B·2011-12-31 20:47 UTC
Testing!
-
2097904·text·8 B·2011-12-31 20:47 UTC
Testing!
-
2097903·text·4 B·2011-12-31 20:45 UTC
Test
-
2097902·text·8 B·2011-12-31 20:44 UTC
Testing!
-
2097898·cpp·10.4 KB·2011-12-31 20:19 UTC
// Include the necessary libs.
#pragma comment (lib, "d3d9.lib")
#pragma comment (lib, "d3dx9.lib")
// Include the windows header file.
#include <windows.h>
#include <d3d9.h>
#include <d3dx9.h