-
2108731·text·30 B·2012-02-01 14:51 UTC
how to check webbrowser detail
-
2108730·text·30 B·2012-02-01 14:49 UTC
how to check webbrowser detail
-
2108729·text·67 B·2012-02-01 14:48 UTC
how to check the webbrowser details
Curl -I http://domainname.com
-
2108728·text·67 B·2012-02-01 14:47 UTC
how to check the webbrowser details
Curl -I http://domainname.com
-
2108717·html·9 B·2012-02-01 14:20 UTC
수고...
-
2108712·text·980 B·2012-02-01 14:07 UTC
1814 – Mayon Volcano, in the Philippines, erupts, killing around 1,200 people, the most devastating eruption of the volcano.
1908 – King Carlos I of Portugal and his son, Prince Luis Filipe are kille
-
2108709·html·10 B·2012-02-01 13:57 UTC
안녕...
-
2108708·text·1.8 KB·2012-02-01 13:57 UTC
dump@STORAGE-DUMP:~$ lsmod
Module Size Used by
vesafb 13449 1
snd_es1968 28140 2
gameport 15027 1 snd_es1968
snd_ac97_codec
-
2108707·text·958 B·2012-02-01 13:57 UTC
Ninetales (F) @ Leftovers
Trait: Drought
EVs: 248 HP / 252 Def / 8 SDef
Calm Nature (+SDef, -Atk)
- Flamethrower
- Roar
- Will-O-Wisp
- Protect
Chandelure (F) @ Leftovers
Trait: Flash Fire
-
2108705·text·13.4 KB·2012-02-01 13:54 UTC
dump@STORAGE-DUMP:~$ sudo lshw
storage-dump
description: Desktop Computer
width: 32 bits
capabilities: smbios-2.2 dmi-2.2 smp-1.4 smp
configuration: boot=normal chas
-
2108704·text·3.3 KB·2012-02-01 13:53 UTC
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
<!DOCTYPE htm
-
2108701·text·2.5 KB·2012-02-01 13:27 UTC
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprob
-
2108695·text·4.1 KB·2012-02-01 12:52 UTC
System.Net.WebException: Requested PackagePart not found in target resource.
at System.IO.Packaging.PackWebResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.get_ContentType()
-
2108631·text·2.1 KB·2012-02-01 12:06 UTC
Parameter settings:
LeftEdge = 1752
RightEdge = 5192
TopEdge = 1620
BottomEdge = 4236
FingerLow = 25
-
2108620·text·1.0 KB·2012-02-01 11:09 UTC
all: program1
# Compiler
CC=gcc
# Where to install
INSTDIR = /usr/local/bin
# Where include files are kept
VPATH = src
# Compile options
CFLAGS = -Wall -g
program1: main.o a_functions.o b
-
2108617·text·69.4 KB·2012-02-01 11:06 UTC
-
2108593·text·335 B·2012-02-01 10:39 UTC
root@new:~# ipcs
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
------ Semaphore Arrays --------
key semid ow
-
2108592·text·33.7 KB·2012-02-01 10:37 UTC
-
2108586·text·353 B·2012-02-01 10:15 UTC
#include <iostream>
#include <string>
using namespace std;
class A {
public:
A(){}
void say_hello(){
cout << "Hello, I`m A" << endl;
}
};
class B:A {
public:
B():A(){}
vo
-
2108584·text·857 B·2012-02-01 10:10 UTC
all: program1
# Compiler
CC=gcc
# Where to install
INSTDIR = /usx/bin
# Where include files are kept
VPATH = src
# Compile options
CFLAGS = -Wall -g
# Override .c.o suffix rule to look in t