-
2128867·text·1.0 KB·2012-03-16 17:15 UTC
$sql = "UPDATE stats_s_stats ".
"SET incoming_diff = '$incoming' - incoming, ".
" outgoing_diff = '$outgoing' - outgoing,
-
2128859·text·1.0 KB·2012-03-16 16:17 UTC
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts b
-
2128858·text·405 B·2012-03-16 16:07 UTC
Friday, March 16, 2012
10:06 AM - [EUG]Dafi: hey
10:07 AM - [EUG]Dafi: so, it seems i won here : http://tf2r.com/ksfab35.html ;)
10:47 AM - [EUG]Dafi: Hello, are you there ?
10:56 AM - mr. fyote:
-
2128839·sql·418 B·2012-03-16 15:25 UTC
SELECT
`from`,
MONTHNAME(`when`) AS 'Month',
IFNULL(YEAR(`when`),'Total') AS 'Year',
SUM(
IF(
split_comp = TRUE
OR sold_status = 16,
0.5,
1
)
) /
-
2128838·text·118 B·2012-03-16 15:24 UTC
https://answers.launchpad.net/ecryptfs/+question/114209
https://help.ubuntu.com/community/EncryptedPrivateDirectory
-
2128837·text·1.4 KB·2012-03-16 15:23 UTC
from Month Year sales
acard January 2012 22.0
acard February 2012 24.0
acard September 2011 38.0
acard October 2011 23.0
acard November 2011 14.0
acard December 2011 14.0
acrumpton January 2012
-
2128836·text·373 B·2012-03-16 15:19 UTC
SELECT
`from`,
MONTHNAME(`when`) AS 'Month',
IFNULL(YEAR(`when`),'Total') AS 'Year',
SUM(
IF(
split_comp = TRUE
OR sold_status = 16,
0.5,
1
)
) A
-
2128833·text·20.0 KB·2012-03-16 15:12 UTC
2012-03-16 17:07:46,378 INFO [DefaultSingletonBeanRegistry.java:422] : Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@78497062: defining beans [graphBun
-
2128829·text·1.3 KB·2012-03-16 15:03 UTC
import java.util.ArrayDeque;
import java.util.Deque;
public class Foo {
private final static double[] nums =
{
40.58,
49.50,
51.50,
-
2128819·text·7.5 KB·2012-03-16 14:51 UTC
(2:36:00 PM) Tobi: so
(2:36:04 PM) Tobi: I had an idea for a game
(2:36:13 PM) Tobi: that I don't think has ever been done before
(2:36:18 PM) Tobi: do you wanna hear it
(2:37:39 PM) sam: yes
(2:
-
2128815·text·2.2 KB·2012-03-16 14:41 UTC
$ grep STAT include/net-snmp/net-snmp-config.h
/* #undef HAVE_DEVSTAT_GETDEVS */
/* #undef HAVE_GETFSSTAT */
/* #undef HAVE_GETVFSSTAT */
#define HAVE_KSTAT_H 1
#define HAVE_LIBKSTAT 1
/* #undef
-
2128813·text·6.4 KB·2012-03-16 14:40 UTC
He sat in the dimly lit bar, taking a sip of his drink, watching and listening as people walked by. A pair of Batarians walked by, talking to eachother in almost a whisper. It was the same simple, m
-
2128809·text·6.8 KB·2012-03-16 14:37 UTC
{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
{\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\sa200\sl276\slmult1\lang9\f0\fs22\tab He sat in the dimly lit bar, taking a sip of hi
-
2128806·text·10.1 KB·2012-03-16 14:32 UTC
#################################################
# Sample OpenVPN 2.0 config file for #
# multi-client server. #
#
-
2128805·text·296 B·2012-03-16 14:30 UTC
private final double[] nums =
{
40.58,
49.50,
51.50,
71.90,
76.80,
85.00,
94.90,
95.40,
105.40,
116.95,
131.50,
144.40,
149.11,
155.39,
168.15,
175.
-
2128804·text·9.1 KB·2012-03-16 14:30 UTC
Funcionamento:
Cliente conecta no ip 187.5.250.106 e ganha o ip 10.8.0.2. A rede interna do OPENVPN é 10.1.1.0
O cliente consegue navegar na internet, mas não consegue acessar/pingar nenhum ip 1
-
2128803·text·2.3 KB·2012-03-16 14:29 UTC
public class Tavara {
private String nimi;
private int paino;
public Tavara(String nimi, int paino) {
this.nimi = nimi;
this.paino = paino;
}
publi
-
2128798·text·2.4 KB·2012-03-16 14:25 UTC
function gadget:GetInfo()
return {
name = "Hacky unreached Command workaround",
desc = "Set smaller move goal for builder commands",
author = "Pako",
date = "1
-
2128797·text·3.0 KB·2012-03-16 14:24 UTC
if ($_POST['do'] == 'sendemail')
{
if($report_type == 'article_comment' OR $report_type == 'post')
{
require_once(DIR . "/includes/class_dm.php");
require_once(DIR . "/includes/class_dm_pm
-
2128795·text·1.1 KB·2012-03-16 14:20 UTC
<html><head><title>cube</title></head>
<body>
<div id="container"></div>
<script src="../build/Three.js"></script>
<script>
var camera, scene, renderer, geometry, material, mesh;