-
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
-
2088795·text·2.6 KB·2011-10-10 17:32 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
-
2088791·text·386 B·2011-10-10 17:29 UTC
4:3 (1024x76
-----
FOV90 (Recommended) = 74
FOV100 = 84
FOV110 = 94
-----
5:4 (1280x1024)
-----
FOV90 (recommended) = 78
FOV100 = 88
FOV110 = 98
16:9 (1280x720, 1920x1080)
-----
FOV90 =
-
2088788·text·666 B·2011-10-10 17:29 UTC
R.A. Fisher kirjoittaa vuonna 1912 julkaistussa artikkelissaan, "Absoluuttisesta kriteeristä frekvenssikäyrien sovittamiseen"
Fisher aloittaa käsittelemällä käyrän sovittamisen ongelmallisuutta.
-
2088787·text·522 B·2011-10-10 17:26 UTC
R.A. Fisher kirjoittaa vuonna 1912 julkaistussa artikkelissaan, "Absoluuttisesta kriteeristä frekvenssikäyrien sovittamiseen"
Fisher aloittaa käsittelemällä käyrän sovittamisen ongelmallisuutta.
-
2088782·text·128 B·2011-10-10 17:15 UTC
R.A. Fisher kirjoittaa vuonna 1912 julkaistussa artikkelissaan, "Absoluuttisesta kriteeristä frekvenssikäyrien sovittamiseen"
-
2088781·text·128 B·2011-10-10 17:14 UTC
R.A. Fisher kirjoittaa vuonna 1912 julkaistussa artikkelissaan, "Absoluuttisesta kriteeristä frekvenssikäyrien sovittamiseen"
-
2088776·lua·4.6 KB·2011-10-10 17:06 UTC
-- ACCOUNT SYSTEM - CLIENTSEITIG
--
-- TODO:
-- - Clientseitig Login-Daten speichern!
-- X Ein Label für alle 3 Fehlermeldugen
--(gangbang nigga)
-- [DONE ]
--
--
-
2088775·lua·5.0 KB·2011-10-10 17:04 UTC
-- ACCOUNTSYSTEM SERVER SCRIPT
--
--
-- TODO:
-- - Mehr infos bei der char-auswahl
-- - mehr spielerdatenspeichern
-- - pos speichern und laden xd
-- - halt class selection allgemein..
-
2088774·text·1.7 KB·2011-10-10 17:02 UTC
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
<title>Issue 091</title>
<script type="text/javasc
-
2088773·lua·5.4 KB·2011-10-10 17:01 UTC
-- ACCOUNTSYSTEM SERVER SCRIPT
--
--
-- TODO:
-- - Add sth. to loadplayerchars? maybe some shit about pos etc?
-- then players could also see where they were in class sel
-- but first do
-
2088765·text·490 B·2011-10-10 16:50 UTC
select sum(hours) hours,
(case when ji.resolution not in (-1,1) then 'No Action' when wl.verify = 1 then 'Verify' else 'Maintenance' end) timetype
from jiraissue ji,
worklog wl
w
-
2088754·text·1.1 KB·2011-10-10 16:38 UTC
select SUM(hours) from (
select syear,squarter,smonth,customer,author, hours, timetype,
(case when timetype in ('No Action','Verify') then hours else 0 end) as "NAR Hours",
(case when timetype in
-
2088731·text·97.1 KB·2011-10-10 15:43 UTC