-
2098780·text·849 B·2012-01-04 04:16 UTC
FOUR YEAR STRONG
IN FLAMES
LOSTPROPHETS
MADINA LAKE
SYSTEM OF A DOWN
SLIPKNOT
LIMP BIZKIT
MARILYN MANSON
A DAY TO REMEMBER
ANGELS & AIRWAVES
UNDEROATH
THE PRE
-
2098779·text·11.3 KB·2012-01-04 04:16 UTC
Sistema Operativo 1.
¿Cuántos bytes hay en 1 Kb?
a.- 1.000
b.- 1.024
c.- 1.000.000
d.- 1.024.000
2. ¿Cuál de las siguientes capacidades va de mayor a menor
a.- KB,MB,GB
b.- GB,MB,KB
c.-
-
2098775·php·563 B·2012-01-04 03:48 UTC
<?php
$webUrl = '';
$myDirectory = opendir('.');
while($entryName = readdir($myDirectory)) {
$dirArray[] = $entryName;
}
closedir($myDirectory);
$file_stack = array();
for($i =
-
2098774·php·514 B·2012-01-04 03:46 UTC
<?php
$webUrl = '';
$myDirectory = opendir('.');
while($entryName = readdir($myDirectory)) {
$dirArray[] = $entryName;
}
closedir($myDirectory);
$file_stack = array();
for($i =
-
2098773·text·2.6 KB·2012-01-04 03:33 UTC
Thank you for answering my questions and I will gladly answer yours. First let me say I consider myself a labor activist so am very well aware of the number of American jobs, including IT jobs, that h
-
2098772·php·493 B·2012-01-04 03:32 UTC
<?php
$webUrl = '';
$myDirectory = opendir('.');
while($entryName = readdir($myDirectory)) {
$dirArray[] = $entryName;
}
closedir($myDirectory);
print('<table border=1><tr><th>F
-
2098761·text·1.3 KB·2012-01-04 01:40 UTC
total tmem ops=117447 (errors=8720) -- tmem pages avail=8761
datastructs: objs=5840 (max=5924) pgps=46215 (max=55456) nodes=3236 (max=3457)
pages=1902 (max=11776) pcds=44544 (max=53771) deduped: avg
-
2098760·text·7.6 KB·2012-01-04 01:32 UTC
## Configuration file for a typical Tor user
## Last updated 16 July 2009 for Tor 0.2.2.1-alpha.
## (May or may not work for much older or much newer versions of Tor.)
##
## Lines that begin with
-
2098756·text·815 B·2012-01-04 01:12 UTC
[root@localhost ~]# xm tmem-list -l -a | xen-tmem-list-parse
total tmem ops=1669 (errors=1597) -- tmem pages avail=0
datastructs: objs=0 (max=0) pgps=0 (max=0) nodes=0 (max=0) pages=0 (max=0)
mis
-
2098754·text·162 B·2012-01-04 00:59 UTC
[allusers]
comment = All Users
path = /to/your/mounted/hdd
valid users = @users
force group = users
create mask = 0660
directory mask = 0771
writable = yes
-
2098753·text·200 B·2012-01-04 00:36 UTC
mkisofs -l -R -G ip.bin -o session1.iso 1st_read.bin data_directory
dd if=session1.iso of=session2.iso bs=2k count=36
cdrecord dev=??? -multi -xa session1.iso
cdrecord dev=??? -xa -pad session2.iso
-
2098749·bash·1.2 KB·2012-01-03 23:49 UTC
#!/bin/bash
this="${0##*/}"
diff=$(which puzzle-diff)
function usage() {
printf "Usage: $this IMAGE [DIRECTORIES]\n"
printf "Find images in DIRECTORIES that are similar to IMA
-
2098743·text·658 B·2012-01-03 23:09 UTC
# Project Euler #3
from math import sqrt
def primes(n):
""" Use sieve of Eratosthenes to find all primes <= n """
R = {x for x in range(2,n+1)} # search space
k = 2 # first prime
-
2098734·text·1.4 KB·2012-01-03 22:13 UTC
# fdisk -l
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, всего 3907029168 секторов
Units = секторы of 1 * 512 = 512 bytes
Sector size (logical/phys
-
2098731·text·12 B·2012-01-03 21:31 UTC
rai rati rai
-
2098726·text·2.3 KB·2012-01-03 20:56 UTC
$ xrandr --prop
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DisplayPort-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 287mm
EDID:
-
2098724·text·1.0 KB·2012-01-03 20:02 UTC
Jon's chicken stew #1
=====================
1.5 lbs - chicken meat
3 small - onions rough chopped (1 large)
1 tablespoon - hot chili powder
2 teaspoons - cumin
1/8 teaspon - black peppercorns
-
2098722·text·1.5 KB·2012-01-03 19:52 UTC
;======================================;
; Gestion des connexions Eva Services
; par Raptor pour irc.olympe-fr.net
;======================================;
on 1:LOAD:{
set %Eva.Nick $?="Ps
-
2098721·text·4.2 KB·2012-01-03 19:41 UTC
#!/bin/bash
# modprobe eh usado para carregar modulos do kernel
MOD=$(which modprobe)
# iptables
IPT=$(which iptables)
# Interfaces de rede
I_LINK1="eth0"
I_LINK2="eth2"
I_LAN="eth1"
-
2098720·diff·208 B·2012-01-03 19:32 UTC
--- echinus.c 2012-01-03 17:23:03.000000000 +0400
+++ _echinus.c 2012-01-03 17:23:48.000000000 +0400
@@ -705,6 +705,7 @@
void
focus(Client * c) {
+ if (c == sel) return;
Client *o;