-
2095868·text·572 B·2011-11-25 15:07 UTC
public static void main(String[] args)
{
Scanner kbd = new Scanner(System.in);
System.out.print("Enter the number of numbers you wish to enter: ");
int si
-
2095867·text·1.1 KB·2011-11-25 14:59 UTC
import java.util.*;
public class AllEven
{
public static void main(String[] args)
{
int arr1[];
int even;
int[] evenArr;
}
publi
-
2095865·text·1.1 KB·2011-11-25 14:57 UTC
import java.util.*;
public class AllEven
{
public static void main(String[] args)
{
int arr1[];
int even;
int[] evenArr;
}
publi
-
2095863·text·880 B·2011-11-25 14:49 UTC
public static void main(String[] args)
{
Scanner javaisfun = new Scanner(System.in);
System.out.println("Please enter the size you wish the array to be: ");
int si
-
2095861·text·189 B·2011-11-25 14:43 UTC
public static void read(int[] a)
{
Scanner kbd = new Scanner(System.in);
for(int i=0;i<a.length;i++){
a[i] = kbd.nextInt();
}
}
-
2095859·text·905 B·2011-11-25 14:39 UTC
public static void main(String[] args)
{
Scanner javaisfun = new Scanner(System.in);
System.out.println("Please enter the size you wish the array to be: ");
int si
-
2095857·text·518 B·2011-11-25 14:30 UTC
public static void main(String[] args)
{
Scanner kbd = new Scanner(System.in);
System.out.print("Enter the number of numbers you wish to enter: ");
int s
-
2095856·text·1.7 KB·2011-11-25 14:26 UTC
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.maphilight.js"></script>
<script>
$(window).load(function() {
Object.prototype.size = functi
-
2095832·text·1.7 KB·2011-11-25 13:17 UTC
--- /usr/share/gnome-shell/js/ui/altTab.js.old 2011-11-25 10:21:14.161993561 +0800
+++ /usr/share/gnome-shell/js/ui/altTab.js 2011-11-25 21:12:04.178685966 +0800
@@ -161,7 +161,7 @@
// sta
-
2095831·text·822 B·2011-11-25 13:11 UTC
function get_dir_size($dir_name){
$dir_size =0;
if (is_dir($dir_name)) {
if ($dh = opendir($dir_name)) {
while (($file = readdir($dh)) !== false
-
2095826·text·614 B·2011-11-25 12:42 UTC
[url] => http://www.kvvm.hu/olm/report.php?id=23
[content_type] => text/html
[http_code] => 200
[header_size] => 354
[request_size] => 197
[filetime] => -1
[ssl_verif
-
2095812·java·5.3 KB·2011-11-25 11:55 UTC
package tt;
import java.util.*;
public class Main {
public static void main(String[] args) {
int money = 100000;
int MenuOpt;
boolean GState;
boolean menuState = false;
String[
-
2095802·text·3.2 KB·2011-11-25 11:33 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <ul>
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?>
-
2095800·text·11 B·2011-11-25 11:31 UTC
show_home=0
-
2095799·text·11 B·2011-11-25 11:29 UTC
show_home=0
-
2095791·text·413 B·2011-11-25 11:11 UTC
/var/log/aptitude
[HALTEN, ABHÄNGIGKEITEN] libillumination0
[INSTALLIEREN, ABHÄNGIGKEITEN] libacl1
[INSTALLIEREN, ABHÄNGIGKEITEN] libattr1
[HALTEN] libmaemosec-certman-applet0
[HALTEN] libmaemo
-
2095754·c·2.3 KB·2011-11-25 10:50 UTC
#include<stdio.h>
#include<stdlib.h>
int main()
{
int a[100][100],b[100][100];
int i,j,m,n;
scanf("%d %d",&n,&m);
for (i=0;i<n;i++)
for(j=0;j<m;j++)
scan
-
2095741·text·42.1 KB·2011-11-25 10:40 UTC
-
2095740·text·1011 B·2011-11-25 10:33 UTC
~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
libsdl-mixer1.2 mp-fremantle-commu
-
2095735·text·2.3 KB·2011-11-25 10:14 UTC
#include<stdio.h>
#include<stdlib.h>
int main()
{
int a[100][100],b[100][100];
int i,j,m,n;
scanf("%d %d",&n,&m);
for (i=0;i<n;i++)
for(j=0;j<m;j++)
scan