-
2051487·text·32.1 KB·2011-04-28 11:03 UTC
-
2051484·text·2.2 KB·2011-04-28 10:38 UTC
|------------------------------------------------------------------------------------------|
| WinMTR statistics |
|
-
2051483·text·739 B·2011-04-28 10:32 UTC
patrik@patrik-desktop:/var/www/master$ git branch -a
* newbake
remotes/origin/HEAD -> origin/newbake
remotes/origin/master
remotes/origin/newbake
patrik@patrik-desktop:/var/www/master$ git
-
2051481·text·6.7 KB·2011-04-28 09:52 UTC
IOBuf: module
{
PATH: con "opt/powerman/iobuf/dis/lib/iobuf.dis";
# ReadBuf is used when we receive stream of bytes (from fd or
# file2chan for ex.) while we need to read by full records (e
-
2051480·text·6.7 KB·2011-04-28 09:51 UTC
IOBuf: module
{
PATH: con "opt/powerman/iobuf/dis/lib/iobuf.dis";
# ReadBuf is used when we receive stream of bytes (from fd or
# file2chan for ex.) while we need to read by full records (e
-
2051479·text·6.7 KB·2011-04-28 09:48 UTC
IOBuf: module
{
PATH: con "opt/powerman/iobuf/dis/lib/iobuf.dis";
# ReadBuf is used when we receive stream of bytes (from fd or
# file2chan for ex.) while we need to read by full records (e
-
2051478·text·85 B·2011-04-28 09:45 UTC
while(i < Files)
{
free(FileList[i]);
i++;
}
free(FileList);
-
2051474·text·168 B·2011-04-28 09:23 UTC
/script DEFAULT_CHAT_FRAME:AddMessage("Need 102.4 combat table coverage. Currently at: "..string.format("%.2f", GetDodgeChance()+GetBlockChance()+GetParryChance()+5))
-
2051468·text·85 B·2011-04-28 08:48 UTC
while(i < Files)
{
free(FileList[i]);
i++;
}
free(FileList);
-
2051460·c·1000 B·2011-04-28 08:13 UTC
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int julianDayGuess(int, int);
int main(void)
{
int dd;
int aa;
int mm;
time_t ahora;
struct tm *ptr_ts;
time(&ahora)
-
2051457·text·26.5 KB·2011-04-28 08:08 UTC
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(youtube.com)
{
body, #content, #watch-headline-container, #watch-video-container, #watch-main-container, .footer .yt-uix-page
-
2051456·text·183 B·2011-04-28 07:59 UTC
Files = 0;
while(1)
{
Files++;
FileList = realloc(DirList,Files*sizeof(char*));
FileList[Files-1] = malloc((strlen(buf)+strlen(temp))*sizeof(char));
}
-
2051455·c·766 B·2011-04-28 07:58 UTC
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int julianDayGuess(int, int);
int main(void)
{
int dd;
int mm;
time_t ahora;
struct tm *ptr_ts;
time(&ahora);
ptr_ts
-
2051453·c·1.5 KB·2011-04-28 07:55 UTC
// a.c
//
// Copyright 2011 German Gutierrez <german@debian>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Genera
-
2051451·text·2.0 KB·2011-04-28 07:47 UTC
[root@nb2 tmp]# urpmi --use-distrib http://mes5devel.mandriva.com/BIG/devel/cooker/i586/ --root /tmp/cooker64b basesystem-minimal --no-suggests --auto openssh-server open-ssh
http://mes5devel.man
-
2051450·html·753 B·2011-04-28 07:45 UTC
<div class="AreenaPlayer" id="flashcontent">
<embed type="application/x-shockwave-flash" src="http://areena.yle.fi/player/Application.swf?build=2" width="700" height="394" style="" id="AreenaPlayer_1
-
2051449·text·814 B·2011-04-28 07:26 UTC
Table 1 PK = f1,f2,f3,f4 (123,2345,1,2)
| 123 | 2345 | 1 | 2 | 23456 | 45 | 1111 | "2011-01-01 10:01:01" |
Table 2 PK = f1,f2,f3,f4 (123,2345,1,2)
| 123 | 2345 | 1 | 2
-
2051448·text·670 B·2011-04-28 07:20 UTC
Table 1
| 123 | 2345 | 1 | 2 | 23456 | 45 | 1111 | "2011-01-01 10:01:01" |
Table 2
| 123 | 2345 | 1 | 2 | 999999 | 12 | 3333 | "2011-02-01 12:01:01" |
INSERT INTO table1 SELECT * from table
-
2051445·text·320 B·2011-04-28 07:08 UTC
INSERT INTO table1 SELECT * from table2 ON DUPLICATE KEY UPDATE
f4 = IF(table1.f4 < VALUES(f4),VALUES(f4),table1.f4),
f6 = IF(table1.f4 < VALUES(f4),VALUES(s6),table1.s6),
-
2051437·text·7.4 KB·2011-04-28 05:47 UTC
-- phpMyAdmin SQL Dump
-- version 3.3.9.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 28, 2011 at 01:46 AM
-- Server version: 5.1.56
-- PHP Version: 5.2.9
SET