-
2075826·text·758 B·2011-06-06 23:31 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Time;
public class Time {
int hours, minutes, whileHours=hours, whileMinutes=minutes
-
2075825·text·2.5 KB·2011-06-06 23:30 UTC
Monitores
El monitor de computadora o pantalla de ordenador, aunque también es común llamarlo «pantalla», es un dispositivo de salida que, mediante una interfaz, muestra los resultados del proces
-
2075824·text·703 B·2011-06-06 23:25 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Time;
public class Time {
int hours, minutes;
double doubleDecimal;
Time(int hr,
-
2075823·text·3.4 KB·2011-06-06 23:19 UTC
King Lear Essay Rationale
Zain Qadri
English 30-1
C.Gray
For my multimedia project I opted to do a formal essay about one of the several themes of King Lear. My decision to do an essay came bec
-
2075821·text·1.7 KB·2011-06-06 23:12 UTC
import static pt.ua.prog.WIO.*;
class ex3Teste
{
public static void main(String [] args)
{
int[][] tabela = {{1,2,3}, {4,5,6}};
int opcao = readInt("Média por linha - 1 | Média p
-
2075809·text·791 B·2011-06-06 22:59 UTC
League of Legends caused UNKNOWN_ERROR in module League of Legends
User Information:
User Name: User
Computer Name: USER-PC
System Information:
2 processor(s), type 586.
66%
-
2075807·text·1.4 KB·2011-06-06 22:58 UTC
#include <iostream>
#define FIL 7
#define COL 7
int m[FIL][COL] = {
{0,1,0,0,0,0,0},
{0,1,2,0,0,0,0},
{0,3,4,0,0,0,0},
{0,0,0,5,0,0,0},
{0,0,0,7,6,0,0},
{0,0,0,0
-
2075806·text·21.3 KB·2011-06-06 22:58 UTC
--- Log started at Mon Jun 06 18:44:56 2011
000000.000| 8504.0000kb| 8504.0000kb added| DEBUG| RADS::API::Impl::Main::Main: User kernel is running, attempting connection.
000000.000| 8628
-
2075805·text·1.4 KB·2011-06-06 22:58 UTC
#include <iostream>
#define FIL 7
#define COL 7
int m[FIL][COL] = {
{0,1,0,0,0,0,0},
{0,1,2,0,0,0,0},
{0,3,4,0,0,0,0},
{0,0,0,5,0,0,0},
{0,0,0,7,6,0,0},
{0,0,0,0
-
2075801·text·489 B·2011-06-06 22:45 UTC
package time;
public class Time {
public static void main(String[] args) {
class TimeA {
int hours, minutes;
TimeA(int hr, int min){
-
2075799·text·617 B·2011-06-06 22:43 UTC
import static pt.ua.prog.WIO.*;
class ex2Teste
{
static int MAX_ELEMS = 20;
public static void main(String [] args)
{
String s;
s= readLine("Introduza a frase: ");
boole
-
2075797·text·723 B·2011-06-06 22:42 UTC
import static pt.ua.prog.WIO.*;
class ex1Teste
{
static int MAX_ELEMS = 10;
public static void main(String [] args)
{
double [] nValores = new double [MAX_ELEMS];
int total;
-
2075796·text·723 B·2011-06-06 22:39 UTC
import static pt.ua.prog.WIO.*;
class ex1Teste
{
static int MAX_ELEMS = 20;
public static void main(String [] args)
{
double [] nValores = new double [MAX_ELEMS];
int total;
-
2075795·text·722 B·2011-06-06 22:34 UTC
import static pt.ua.prog.WIO.*;
class ex1Teste
{
static int MAX_ELEMS = 20;
public static void main(String [] args)
{
double [] nValores = new double [MAX_ELEMS];
int total;
-
2075794·text·882 B·2011-06-06 22:34 UTC
From 2a298a573205d4dd079dd693e998f8559ecb9b71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <pippin@gimp.org>
Date: Mon, 6 Jun 2011 23:32:35 +0100
Subject: [PATCH] fix unusued
-
2075791·text·617 B·2011-06-06 22:26 UTC
import static pt.ua.prog.WIO.*;
class ex2Teste
{
static int MAX_ELEMS = 20;
public static void main(String [] args)
{
String s;
s= readLine("Introduza a frase: ");
boole
-
2075790·text·621 B·2011-06-06 22:20 UTC
import static pt.ua.prog.WIO.*;
class ex1Teste
{
static int MAX_ELEMS = 20;
public static void main(String [] args)
{
double [] nValores = new double [MAX_ELEMS];
int total;
-
2075788·text·606 B·2011-06-06 22:19 UTC
import static pt.ua.prog.WIO.*;
class ex1Teste
{
static int MAX_ELEMS = 20;
public static void main(String [] args)
{
double [] nValores = new double [MAX_ELEMS];
int total;
-
2075783·text·1.1 KB·2011-06-06 22:09 UTC
#nginx v1.0.4
#codeigniter v1.7.1
server {
listen 80;
server_name ec2.example.com;
root /dev/app/v1;
index
-
2075782·text·289 B·2011-06-06 22:03 UTC
static int lerNumeros()
{
int count = 0;
double valor;
do
{
valor = readDouble("Introduza um número: ");
if(valor!=-20)
{
nvalores[count] = valor;