-
2051225·text·866 B·2011-04-27 15:39 UTC
domains
R = real
S = symbol.
predicates
datavar(R,R,R,R)
cycle(R,R,R,R)
funcXY(R,R,S)
headliner
table.
goal
table.
clauses
table:-
datavar(Xo,Xn,Hx,Y),
headli
-
2051221·css·7.1 KB·2011-04-27 15:31 UTC
// Custom ChatView
Palette {
marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #585858, stop: 0.1 transparent);
link: #eeeeff;
}
ChatView { background: #2c2c2c; margin-right:
-
2051217·text·573 B·2011-04-27 15:18 UTC
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
CFLAGS += -fvisibility=hidden
common-post-build-arch:: check-stamp
check-stamp
-
2051215·text·244 B·2011-04-27 15:13 UTC
cp lib/Encode/CJKConstants.pm ../../lib/Encode/CJKConstants.pm
make: don't know how to make ExtUtils/xsubpp. Stop in
/usr/obj/gnu/usr.bin/perl/cpan/Encode.
Unsuccessful make(cpan/Encode): code=512
-
2051214·text·4.1 KB·2011-04-27 15:02 UTC
# cdrecord -v speed=12 dev=1,0,0 /mnt/data/Software/linux-iso/Ubuntu/xubuntu-10.04.2-desktop-i386.iso
cdrecord: No write mode specified.
cdrecord: Assuming -sao mode.
cdrecord: If your drive does
-
2051211·text·602 B·2011-04-27 14:48 UTC
$action = "";
if(isset($_GET["cmd"]))
$action = $_GET["cmd"];
switch($action)
{
//FUNZIONE CARICAMENTO STANZE X FMS
case 'carica_stanze': $answer = caricastanzeFMS(); break;
// CARICAM
-
2051207·text·2.0 KB·2011-04-27 14:28 UTC
9: Test command: /opt/Ice-3.4/bin/icebox "--Ice.Config=/home/kpfleming/git/asterisk-scf/gitall-clean/routing/config/routingtest-integ.config"
9: Test timeout computed to be: 60
9: (Logger) Failed to
-
2051205·text·2.4 KB·2011-04-27 14:20 UTC
#include "healthcarefeuillessoins.h"
#include <QPainter>
#include <QFontMetrics>
#include <QSizeF>
#include <KLocale>
#include <QTableWidget>
#include <QGraphicsScene>
#include <QLabel>
#inclu
-
2051204·text·1.4 KB·2011-04-27 14:13 UTC
<!--
$(document).ready(function(){
$("#mapa").change(function(event){ colorear($(this),$(this).val(),"checked"); });
$("#num_jugs").change(function(event) {
var valor = $(thi
-
2051200·text·36.5 KB·2011-04-27 13:52 UTC
-
2051198·cpp·3.2 KB·2011-04-27 13:47 UTC
#include <iostream>
#include <cmath>
using namespace std;
int main(){
char input;
char charspeicher[50];
bool end = false;
int counter = 0;
double exponent = -1;
int charindex = 0;
-
2051197·text·2.5 KB·2011-04-27 13:46 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" cont
-
2051196·text·1.1 KB·2011-04-27 13:41 UTC
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import javax.swing.*;
public class Animacia extends JApplet {
int n = 0;
int b = 255;
int width, height;
-
2051194·text·749 B·2011-04-27 13:33 UTC
Cooler Master Elite 430 - Κουτί υπολογιστή για μητρικές ATX/Micro ATX - Μαύρο
CoolerMaster eXtreme Power Plus RS-500-PCAP-A3 - Τροφοδοτικό - 500 Watt
Επεξεργαστής AMD Phenom II X4 965 / 3.4 GH
-
2051193·text·12 B·2011-04-27 13:31 UTC
山下千恵
-
2051191·text·4.2 KB·2011-04-27 13:02 UTC
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
entering hub .:: INDUSTRIAL MUSIC ::.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<Hub-Security> This hub is running PtokaX DC Hub 0.3.3.0 build 15.25 [debug
-
2051188·text·3.1 KB·2011-04-27 12:48 UTC
****************************************************************************************************
************************************ Aufgabe 1 *************************************
-
2051187·text·1.9 KB·2011-04-27 12:48 UTC
LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.2/ext/apache2/mod_passenger.so
PassengerRoot /usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.2
PassengerRuby /
-
2051185·text·328 B·2011-04-27 12:45 UTC
I don't really know any "Sweden jokes"... but I found [this site](http://www.australiansabroad.com/sweden/youknow.html) made by Australians some time ago and it's very accurate and funny (to Swedes at
-
2051184·python·162 B·2011-04-27 12:28 UTC
import sys
def AppendToList(l, num):
i = 0
while i < num:
l.append(i)
script, x = sys.argv
numbers = []
AppendToList(numbers, x)
print numbers