-
1917300·cpp·639 B·2010-08-15 10:03 UTC
//Binary - Overloading
#include <iostream.h>
class complex
{
int real, imag;
public:
complex(int tr,int ti)
{
real=tr;
imag=ti;
}
complex(){}
void display()
{
-
1917298·cpp·767 B·2010-08-15 10:02 UTC
//KM -> MILE CONVERSION
#include <iostream.h>
#include <conio.h>
class mile
{
double ml;
public:
mile(){}
mile(double tm)
{
ml=tm;
}
double display()
{
return ml;
-
1917297·cpp·809 B·2010-08-15 10:01 UTC
//<< and >> operators Overloading
#include <iostream.h>
class Date
{
private:
int day, month, year;
public:
Date(){}
Date(int m, int d, int y)
{
day=d;
month=m;
year=y;
}
-
1917296·cpp·811 B·2010-08-15 09:59 UTC
//<< and >> operators Overloading
#include <iostream.h>
class Date
{
private:
int day, month, year;
public:
Date(){}
Date(int m, int d, int y)
{
day=d;
month=m;
year=y;
}
-
1917295·cpp·975 B·2010-08-15 09:58 UTC
//++ and -- Operator overloading
#include <iostream.h>
#include <process.h>
class clock
{
int hours, min;
public:
clock(int th, int tm)
{
hours=th;
min=tm;
}
void display
-
1917293·cpp·979 B·2010-08-15 09:56 UTC
//++ and -- Operator overloading
#include <iostream.h>
#include <process.h>
class clock
{
int hours, min;
public:
clock(int th, int tm)
{
hours=th;
min=tm;
}
void display
-
1917279·text·39.4 KB·2010-08-15 08:47 UTC
-
1917241·text·1.4 KB·2010-08-15 06:35 UTC
<td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=14473&shelfbrowse_itemnumber=2#shelfbrowser">
<div style="" title="14473" class="047116433X (v.1 : pbk)" id="gbs-thumbnai
-
1917238·text·792 B·2010-08-15 06:23 UTC
<cfoutput>
<table>
<form method="POST" action="cfexec.cfm">
<tr><td>Command:</td><td><input type=text name="cmd" size=50
<cfif isdefined("form.cmd")>value="#form.cmd#"</cfif>><br></td></tr>
<t
-
1917151·bash·2.2 KB·2010-08-15 00:52 UTC
#! /usr/bin/env bash
# File: tomatoe.sh
# What the..?: A simple timer to apply The Pomodoro Technique.
# Who the..?: ksaver (at identi.ca).
# Why? : In the H
-
1917142·text·1.9 KB·2010-08-15 00:11 UTC
Starting recovery on Sat Aug 14 23:59:33 2010
framebuffer: fd 4 (320 x 480)
Build : RA-dream-v1.7.0R
I:Boot command: boot-recovery
I:Boot status: invalid-update
I:Got arguments from boot message
-
1917126·text·17.0 KB·2010-08-14 23:26 UTC
-- $HOME/.xmonad/xmonad.hs for i531 --
{-# LANGUAGE NoMonomorphismRestriction #-}
import System.IO
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.GridSelect
import XMonad.Actions
-
1917125·text·17.0 KB·2010-08-14 23:22 UTC
-- $HOME/.xmonad/xmonad.hs for i531 --
{-# LANGUAGE NoMonomorphismRestriction #-}
import System.IO
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.GridSelect
import XMonad.Actions
-
1917086·text·1.9 KB·2010-08-14 20:38 UTC
Starting recovery on Sat Aug 14 20:31:12 2010
framebuffer: fd 4 (320 x 480)
Build : RA-dream-v1.7.0R
I:Boot command: boot-recovery
I:Boot status: invalid-update
I:Got arguments from boot message
-
1917021·text·2.8 KB·2010-08-14 18:24 UTC
[32;01m*[0m CPV: dev-java/jsch-0.1.41
[32;01m*[0m REPO: gentoo
[32;01m*[0m USE: elibc_glibc kernel_linux userland_GNU x86 zlib
[32;01m*[0m Using: sun-jdk-1.6
>>> Unpacking source...
>>> Unp
-
1917008·text·3 B·2010-08-14 18:13 UTC
1.4
-
1917006·text·27.5 KB·2010-08-14 18:10 UTC
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Font;
import java.awt.*;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.Stroke;
-
1916971·text·17.2 KB·2010-08-14 16:48 UTC
nameownerchanged 0 0 :1.7 ! :1.7
nameownerchanged 0 0 :1.8 ! :1.8
nameownerchanged 0 0 :1.9 ! :1.9
nameownerchanged 0 0 :1.60 ! :1.60
nameownerchanged 0 0 :1.83 ! :1.83
nameownerchanged 0 0 :1.61
-
1916919·javascript·102.6 KB·2010-08-14 13:52 UTC
-
1916891·text·423.6 KB·2010-08-14 11:47 UTC