-
2088877·text·1.9 KB·2011-10-10 20:49 UTC
* Arronhughes (Mibbit@mib-E9281350.as13285.net) has joined #etc-help
<Arronhughes> Hi there,i was asked to come here on the wall ???????????
<@Kriti> Raw Ratio is 7:1 :P
<@Kriti> Arronhughes: Yes,
-
2088861·python·2.6 KB·2011-10-10 20:11 UTC
#! /usr/bin/env python
import os
from logging import warn, error, info, debug
from numpy import fromstring
import nbt
from mclevelbase import *
import mclevel
from indev import *
from infini
-
2088859·text·7.2 KB·2011-10-10 19:57 UTC
Jasmine Fabre
Professor Booker
English Composition 1
28 September 2011
Equality: The Gay Agenda
How would you feel if you lived in a society that was constantly telling you that your thoughts, ac
-
2088858·text·1.5 KB·2011-10-10 19:50 UTC
#ifndef BOARD_BCM963XX_H_
#define BOARD_BCM963XX_H_
#include <linux/types.h>
#include <linux/gpio.h>
#include <linux/leds.h>
#include <bcm63xx_dev_enet.h>
#include <bcm63xx_dev_dsp.h>
/*
-
2088857·text·8 B·2011-10-10 19:50 UTC
DL380 G3
-
2088855·text·16.8 KB·2011-10-10 19:48 UTC
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C)
-
2088854·cpp·2.1 KB·2011-10-10 19:47 UTC
// Problem 1068
// main.cpp
// ru.timus
//
// Created by Xibrand on 03.10.11.
int a,b,c,d;
d = b*b-4*a*c;
cin>>a>>b>>c;
if(a==0 && b==0 && c==0)
cout<<"";
if(a==0 && b==0 && c!
-
2088852·text·2.1 KB·2011-10-10 19:46 UTC
// Problem 1068
// main.cpp
// ru.timus
//
// Created by Xibrand on 03.10.11.
int a,b,c,d;
d = b*b-4*a*c;
cin>>a>>b>>c;
if(a==0 && b==0 && c==0)
cout<<"";
if(a==0 && b==0 && c!
-
2088849·text·2.9 KB·2011-10-10 19:36 UTC
Please press Enter to activate this console. Compat-wireless backport release: compat-wireless-2011-09-28-6-g8163a60
Backport based on wireless-testing.git master-2011-10-05
cfg80211: Calling CRDA t
-
2088847·text·1.1 KB·2011-10-10 19:23 UTC
#!/bin/bash
if [ "$1" != "" ]; then
echo "Seleccione la ventana a capturar"
FILE=/tmp/winprop.tmp
xwininfo > $FILE 2>/dev/null
X=$(grep 'Absolute upper-left X:' $FILE | awk '{print
-
2088845·text·560 B·2011-10-10 19:10 UTC
Zaplanowałam transport na trasie Warszawa-Kijów.
Zbiórka 23:15 Metro Wilanowska 14
18.10. POLSKI BUS odjazd 23:45
19.10 przyjazd do Katowic godz. 06:30
autobus PKM Katowice godz. 08:00
-
2088844·text·2.4 KB·2011-10-10 19:06 UTC
Quick Facts:
We are sufferers, both former and current, of chronic physical and mental illnesses who have found great benefit in taking a holistic approach to our health. <b>We are not medical prof
-
2088842·text·1.1 KB·2011-10-10 18:58 UTC
*** LOCAL GEMS ***
actionmailer (2.3.11)
actionpack (2.3.11)
activerecord (2.3.11)
activeresource (2.3.11)
activesupport (2.3.11)
Ascii85 (1.0.1, 1.0.0)
builder (2.1.2)
bundler (1.1.pre.4, 1
-
2088841·text·3.1 KB·2011-10-10 18:54 UTC
% integraali -inty -> +infty dx
\newcommand{\igl}[1]{
\int_{-\infty}^\infty #1 \, dx
}
Fisher aloittaa käsittelemällä käyrän sovittamisen ongelmallisuutta. Kun tavoitteena on löytää sellaiset a
-
2088833·sql·224 B·2011-10-10 18:28 UTC
SELECT DISTINCT
a.asnro,
a.sukunimi,
a.etunimi,
h.sukunimi + ’, ’ + h.etunimi AS yhteyshenkilo
FROM
asiakas a,
henkilo h,
tilots t
WHERE
a.asnro = t.asnro AND
h.hlotun = t.hl
-
2088832·sql·243 B·2011-10-10 18:26 UTC
SELECT asiakas.asnro, asiakas.sukunimi, asiakas.etunimi, henkilo.sukunimi + ’, ’ + henkilo.etunimi AS yhteyshenkilo
FROM asiakas, henkilo, tilots
WHERE
asiakas.asnro = tilots.asnro AND
henkilo
-
2088831·javascript·202 B·2011-10-10 18:19 UTC
noteTextParsed = noteText.replace(/'\n'/g, '');
for (var i = 0; i < noteTextParsed.length; i++) {
console.log("noteTextParsed char" + i + ":" + String(noteTextParsed).charCodeAt(i));
}
-
2088830·text·3.3 KB·2011-10-10 18:18 UTC
[18:23:36] <Dallmayr> [19:24:10] hi memories
[18:23:36] <Dallmayr> [19:24:26] i need some help :) searchin' for a staff since a week..
[18:23:36] <~memories> [19:24:33] yeah and?
[18:23:36] <Dallma
-
2088823·bash·1.4 KB·2011-10-10 18:05 UTC
root@gw:~# cat /etc/racoon/racoon.conf
path pre_shared_key "/etc/racoon/psk.txt";
path certificate "/etc/racoon";
remote 93.62.81.185 {
exchange_mode main;
my_identifier addr
-
2088813·text·601 B·2011-10-10 17:50 UTC
--- a/src/librbd.cc
+++ b/src/librbd.cc
@@ -1172,13 +1172,14 @@ int copy(ImageCtx& ictx, IoCtx& dest_md_ctx, const char *destname,
return r;
}
- r = read_iterate(&ictx, 0, src_size, d