-
2121671·text·366 B·2012-02-26 10:48 UTC
Information for mplayer-1.0rc20100913nb10:
Comment:
Fast, cross-platform movie player
Requires:
mplayer-share>=1.0rc20100913
cdparanoia>=3.0.9.8nb5
libdv>=0.104nb2
libdvdread>=4.1.3nb1
lib
-
2121670·text·3.6 KB·2012-02-26 10:37 UTC
(11:33:09) Great_Day: (11:20:14) helicopter88: damn you dog!
(11:33:09) Great_Day: (11:20:15) helicopter88 staat nu bekend als helicAWAY
(11:33:09) Great_Day: (11:20:39) Ubuntuz: excuses escuses :P
-
2121669·text·844 B·2012-02-26 10:35 UTC
Проект Ecomonics Industry создан для ознакомления людей с основными понятиями экономики, с тем как стать предпринимателем, владельцем малого или среднего бизнеса и конечно же в процессе акционерным об
-
2121668·text·1.1 KB·2012-02-26 10:32 UTC
import profile
def foo(bar=None):
print("bar = %s" % bar)
profile.runctx("foo", globals(), {'bar': 'good'})
profile.run("foo('great')")
OUTPUT:
python2 test.py
3 functi
-
2121667·text·145 B·2012-02-26 10:31 UTC
import profile
def foo(bar=None):
print("bar = %s" % bar)
profile.runctx("foo", globals(), {'bar': 'good'})
profile.run("foo('great')")
-
2121664·text·1.2 KB·2012-02-26 09:39 UTC
04:31:16 T:115044352 ERROR: Error Type: <type 'exceptions.IOError'>
04:31:16 T:115044352 ERROR: Error Contents: (13, 'Permission denied', '/var/mobile/Library/Preferences/XBMC/userdata/addon_data
-
2121662·text·11.8 KB·2012-02-26 09:34 UTC
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> GRAB
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> new linkgrabber
31.03.2008 16:4
-
2121661·text·11.8 KB·2012-02-26 09:32 UTC
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> GRAB
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> new linkgrabber
31.03.2008 16:4
-
2121657·text·2.1 KB·2012-02-26 09:08 UTC
<enbloc> 15:43:56> if lettering on a surface mount component is backwards, does that mean that the component is in fact on the bottom surface layer? I just auto placed, I wouldn't have expected it to
-
2121648·cpp·319 B·2012-02-26 08:25 UTC
#include <string.h>
#include <stdio.h>
const char* hexstr="48494A4F00";
int main(int argc, char **argv) {
char result[10];
int v;
for(int i = 0; i < strlen(hexstr)>>1; i++) {
-
2121639·bash·1.5 KB·2012-02-26 07:24 UTC
#!/bin/bash
RSS_URL=http://rss.wunderground.com/auto/rss_full/global/stations/33008.xml?units=metric
BASE_DIR=~/scripts/weather
TEMPFILE=$BASE_DIR/temp.txt
curl $RSS_URL 2>/dev/null |awk '
{
-
2121637·bash·1.5 KB·2012-02-26 07:20 UTC
background no
own_window yes
own_window_class conky
own_window_type dock
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
use_xft yes
xftfont Terminu
-
2121635·text·326.3 KB·2012-02-26 07:04 UTC
-
2121634·text·14.9 KB·2012-02-26 07:03 UTC
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
# Files and directories #################################################
-
2121632·text·14.9 KB·2012-02-26 06:48 UTC
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
# Files and directories ###################################################
-
2121629·text·14.9 KB·2012-02-26 06:32 UTC
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
# Files and directories ###################################################
-
2121622·text·14.9 KB·2012-02-26 05:30 UTC
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
# Files and directories ###################################################
-
2121620·text·386 B·2012-02-26 05:20 UTC
Show the list of interns and all of the companies that they have interned at. The report should have their first and last names and the company name. Order by the company name starting with Z. Remembe
-
2121619·text·158 B·2012-02-26 05:07 UTC
select stufname, stulname, intname
from tblstudent, tblintcompany, tblinthour
inner join intid
on tblintcompany.intid = tblinthour.intid
order by intname;
-
2121616·text·1.1 KB·2012-02-26 04:29 UTC
# Tabs vs. Spaces in CoffeeScript v1.2.0
#
# This file contains both TABS and SPACES - that's the whole point!
# Copy/Paste carefully.
# Test 1:
ok_in_this_order:
spaces_on_this_line: 2
ta