-
1997820·text·218 B·2010-11-21 11:26 UTC
1.0.3-0.1mdv2010.0 in contrib/updates, 2010.0 for i586
1.0.2-1.1mdv2010.0 in contrib/backports, 2010.0 for i586
0.7.5-1mdv2010.0 in contrib/testing, 2010.0 for i586
0.7.2-1mdv2010.0 in contrib/release
-
1997777·text·7.9 KB·2010-11-21 09:47 UTC
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<text/>
</head>
<body>
<outline isOpen="true" id="1947124448" text="Comic strips">
<outline title="xkcd.com" useCust
-
1997724·text·516 B·2010-11-21 07:47 UTC
You are friendly, gentle, and modest, with a good heart and a lusty nature. You laugh easily, have a well-developed sense of irony, and tend to understand people intuitively. You are interested in new
-
1997692·php·7.4 KB·2010-11-21 06:21 UTC
<?php
// Created by Xuan Wang
// Layar Technical Support
// Email: xuan@layar.com
// Website: http://layar.com
/*** Custom functions ***/
// Convert a decimal GPS latitude or longitude v
-
1997642·php·7.4 KB·2010-11-21 04:08 UTC
<?php
// Created by Xuan Wang
// Layar Technical Support
// Email: xuan@layar.com
// Website: http://layar.com
/*** Custom functions ***/
// Convert a decimal GPS latitude or longitude v
-
1997640·php·7.5 KB·2010-11-21 04:05 UTC
<?php
// Created by Xuan Wang
// Layar Technical Support
// Email: xuan@layar.com
// Website: http://layar.com
/*** Custom functions ***/
// Convert a decimal GPS latitude or longitude v
-
1997630·php·7.1 KB·2010-11-21 03:43 UTC
<?php
// Created by Xuan Wang
// Layar Technical Support
// Email: xuan@layar.com
// Website: http://layar.com
/*** Custom functions ***/
// Convert a decimal GPS latitude or longitude v
-
1997556·text·358 B·2010-11-21 00:38 UTC
Marisa: パチイ (魔)
Marisa: 警備か?自宇(図書館)今日も
Patchy: 。。。 (無休)
Marisa: ま、いいや (魔)
Patchy: 。。。 (無)
Marisa: 借りてくぜ!また本を
Patchy: むいきゅう~
Marisa: hachii!
Marisa:
Patchy: ...
Marisa: Ma, irya.
Patchy:
-
1997553·text·354 B·2010-11-21 00:32 UTC
Marisa: パチイ (魔)
Marisa: 警備か?自宇(図書館)今日も
Patchy: 。。。 (無休)
Marisa: ま、いいや (魔)
Patchy: 。。。 (無)
Marisa: 借りてくぜ!また本を
Patchy: むいきゅう~
Marisa: ***
Marisa:
Patchy: ...
Marisa: Ma, irya.
Patchy: ...
-
1997520·text·1.0 KB·2010-11-20 23:41 UTC
<?php
session_start();
echo "<h3>Dette er side 5</h3>";
$file_handle = fopen("side3fil.php", "r");
while (!feof($file_handle))
{
$line_of_text = fgets($file_handle);
echo
-
1997512·php·2.8 KB·2010-11-20 23:23 UTC
<?php
/*
Template Name: Blog template
*/
?>
<?php get_header(); ?>
<div class="middle1">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); $loopcounter++; ?>
<?php if ($l
-
1997497·text·22.4 KB·2010-11-20 23:01 UTC
LogOutput initialized.
Spring 0.82.6.1 (0.82.6.1)
Build date/time: Oct 15 2010 20:04:51
Available log subsystems: CollisionVolume, unit, ArchiveScanner, VFS-detail, VFS, Sound
Enabled log subsyste
-
1997388·text·4.9 KB·2010-11-20 20:38 UTC
smartctl 5.40 2010-03-16 r3077 [i686-pc-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Model Family:
-
1997373·actionscript·24 B·2010-11-20 20:17 UTC
<a href=>brake fluid</a>
-
1997359·actionscript·23 B·2010-11-20 20:04 UTC
<a href=>lisinopril</a>
-
1997338·actionscript·23 B·2010-11-20 19:39 UTC
<a href=>lisinopril</a>
-
1997318·c·1.7 KB·2010-11-20 19:09 UTC
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <math.h>
#include <time.h>
#include "BinaryTree.h"
CmpResult intCompare(Value first, Value second){
int result = ( (*(int
-
1997308·c·4.0 KB·2010-11-20 19:04 UTC
#include <stdio.h>
#include "BinaryTree.h"
#include <conio.h>
#include <stdlib.h>
Leaf* createLeaf(Value value){ // creating a new leaf which will contain the value
Leaf *leaf = NULL;
if(
-
1997304·c·2.1 KB·2010-11-20 19:00 UTC
#ifndef _Binary_Tree
#define _Binary_Tree
//#pragma once
/* macros for general using */
#define _WaitForResponse { fprintf(stdout,"\n\n Press Any Key To Continue..."); getch(); }
#define _Msg(m
-
1997299·c·676 B·2010-11-20 18:57 UTC
char *GetString(void* inputSource ){
int size=0,input;
char *string = NULL;
while( fscanf(inputSource,"%c",&input) == 1 && (char)input!='\n' && input!=EOF){
if( (string = realloc(