-
2057430·text·1.0 KB·2011-05-12 14:03 UTC
May 11 14:57:53 localhost kernel: [ 5758.194710] sd 2:0:0:0: [sdb] Very big device. Trying to use READ CAPACITY(16).
May 11 14:57:53 localhost kernel: [ 5758.195584] sd 2:0:0:0: [sdb] Using 0xfffffff
-
2057428·c·993 B·2011-05-12 14:03 UTC
#include <stdio.h>
#include <stdlib.h>
int main () {
int a,af;
printf(" Digite um numero: ");
scanf("%d",&a);
-
2057425·text·2.4 KB·2011-05-12 14:01 UTC
[gmdadmin@gbl20000317 beadon1]$ host nyl00m-8401.fi.csfb.com
nyl00m-8401.fi.csfb.com has address 169.39.220.19
[gmdadmin@gbl20000317 beadon1]$ host -a nyl00m-8401.fi.csfb.com
Trying "nyl00m-8401.fi
-
2057424·text·360 B·2011-05-12 13:59 UTC
<p>[quote="Brogan, post: 207606"]It is not possible to use HTML in posts, only BB Code.</p>
<p>What I think you are seeing is a bug related to the TinyMCE editor which is showing some marku
-
2057420·c·985 B·2011-05-12 13:57 UTC
#include <stdio.h>
#include <stdlib.h>
int main () {
int a,af;
printf(" Digite um numero: ");
scanf("%d",&a);
-
2057417·c·1.6 KB·2011-05-12 13:53 UTC
#include <stdio.h>
#include <stdlib.h>
int main () {
int MAT=0,cont=0;
float N1,N2,N3,MED,MEDF=0;
do {
-
2057414·c·1.6 KB·2011-05-12 13:48 UTC
#include <stdio.h>
#include <stdlib.h>
int main () {
int MAT=0,cont=0;
float N1,N2,N3,MED,MEDF=0;
do {
-
2057407·text·772 B·2011-05-12 13:29 UTC
25386:20110512:131337.576 Sending configuration data to proxy 'Proxy 4'. Datalen 4788
25391:20110512:131544.717 Sending configuration data to proxy 'Proxy 4A'. Datalen 1952
zabbix_server [25406]:
-
2057405·text·4 B·2011-05-12 13:27 UTC
test
-
2057403·c·2.1 KB·2011-05-12 13:26 UTC
#include <stdio.h>
#include <stdlib.h>
int main () {
int MAT;
float N1,N2,N3,MED,MEDF;
-
2057401·c·2.1 KB·2011-05-12 13:25 UTC
#include <stdio.h>
#include <stdlib.h>
int main () {
int MAT;
float N1,N2,N3,MED,MEDF;
-
2057394·text·23.6 KB·2011-05-12 13:14 UTC
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
<meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/>
<meta http-equiv="Content
-
2057386·text·30.0 KB·2011-05-12 12:55 UTC
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
<meta name="viewport" content="width=320, minimum-scale=1.0, maximum-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; char
-
2057379·text·2.9 KB·2011-05-12 12:23 UTC
scott@fyrenice:~$ exim -v postmaster@fyrenice.com
From: scott@fyrenice.com
To: postmaster@fyrenice.com
Subject: Testing Exim
This is a test message.
LOG: MAIN
<= scott@fyrenice U=scott P=lo
-
2057373·html·175 B·2011-05-12 12:10 UTC
<p>
<input type="checkbox" id="brand[7]" name="brand[7]" value="7" />
<span style="margin-left:2px;">
<a href="/getcatalogby/brand/7/">"S-TEP"</a>
</span>
</p>
-
2057371·text·157 B·2011-05-12 12:10 UTC
<p>
<input type="checkbox" id="brand[7]" name="brand[7]" value="7" /><span style="margin-left:2px;"><a href="/getcatalogby/brand/7/">"S-TEP"</a></span></p>
-
2057369·java·1.5 KB·2011-05-12 12:08 UTC
package com.ina.p3;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servle
-
2057368·bash·527 B·2011-05-12 12:08 UTC
#!/bin/sh
cd ../conf
mv atcommand_local.conf.example atcommand_local.conf
mv battle_local.conf.example battle_local.conf
mv char_local.conf.example char_local.conf
mv eathena-monitor.conf.example
-
2057366·text·813 B·2011-05-12 11:59 UTC
ActorWorld world = new ActorWorld();
Bug mine = new Bug();
java.awt.KeyboardFocusManager.getCurrentKeyboardFocusManager()
.addKeyEventDispatcher(new java.awt.KeyEvent
-
2057365·text·131 B·2011-05-12 11:54 UTC
public void die(){
if(!getGrid().isValid(getLocation().getAdjacentLocation(getDirection()))){
removeSelfFromGrid();
}
}