-
2093267·text·124 B·2011-11-09 06:54 UTC
ArrayList < ArrayList <Integer> > arr = new ArrayList();
for(int i = 0; i < no; i++)
arr.add(new ArrayList <Integer>());
-
2093266·text·4.0 KB·2011-11-09 06:50 UTC
У шлема есть монокль, который надвигается на правый глаз. Монокль играет примерно ту же роль, что и индикация лобового стекла: глядя сквозь него на мир, вы попутно видите показания самых главных прибо
-
2093263·cpp·411 B·2011-11-09 06:31 UTC
// IComponent.h
class IComponent
{
public:
virtual void Debug(void);
};
// IComponent.cpp
void IComponent::Debug(void)
{
//generic Debug method
}
// MyComponent.h
class MyComponen
-
2093262·cpp·390 B·2011-11-09 06:28 UTC
// IComponent.h
class IComponent
{
public:
virtual void Debug(void);
};
// IComponent.cpp
void IComponent::Debug(void)
{
}
// MyComponent.h
class MyComponent : public IComponent
-
2093260·text·757 B·2011-11-09 05:54 UTC
dennis@ubuntu:~/Desktop$ python pyreader.py
pie tokens: ['PIE', '2']
type tokens: ['TYPE', '200']
texture tokens: ['TEXTURE', '0', 'page-9-player-buildings-bases.png', '256', '256']
['LEVELS', '1'
-
2093259·text·2.5 KB·2011-11-09 05:34 UTC
[10/23/2011 2:39:23] Slashy: I'm curious...do you realize the legit reason as to why taking on too many projects is a bad thing?
[10/23/2011 2:40:34] Dizzy~ ディジー [[Rina-chan]]: it overworks me?
[10/
-
2093257·text·2.8 KB·2011-11-09 05:09 UTC
# openSUSE CONKY
# Last edited 08-Nov-2011 01:08 by radius
#
# Based on conky-jc and the default .conkyrc.
# INCLUDES:
# - tail of /var/log/messages
# - netstat connections to your computer
#
-
2093252·text·1.0 KB·2011-11-09 04:25 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="
-
2093251·text·1.0 KB·2011-11-09 04:25 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="
-
2093249·text·2.0 KB·2011-11-09 03:54 UTC
TV Show Information
Title: Review With Myles Barlow
Episode Count: 6
URL: http://www.tvrage.com/shows/id-24519
Uploader/Encode Notes
Season 2 complete pack.
All episodes are already fou
-
2093245·text·149 B·2011-11-09 03:27 UTC
$ xrandr
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 0.0*
-
2093244·text·876 B·2011-11-09 03:20 UTC
$ fusion-icon
* Detected Session: gnome
* Searching for installed applications...
* No GLX_EXT_texture_from_pixmap with direct rendering context
... present with indirect rendering, exporting
-
2093243·text·13.3 KB·2011-11-09 03:14 UTC
kitsune
description: Desktop Computer
product: REDFOXPC (To be filled by O.E.M.)
vendor: REDFOX
version: To be filled by O.E.M.
serial: To be filled by O.E.M.
width: 64 b
-
2093241·text·5.7 KB·2011-11-09 03:05 UTC
000
CXUS53 KDTX 010800
CF6MBS
PRELIMINARY LOCAL CLIMATOLOGICAL DATA (WS FORM: F-6)
STATION: TRI CITIES MI
-
2093240·html·16.3 KB·2011-11-09 02:44 UTC
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{Title}</title>
<!-- Meta Tags -->
<!-- CSS Styling -->
<style type="text/css" >
html, body, div, span,
-
2093238·java·99.3 KB·2011-11-09 02:24 UTC
-
2093229·pascal·2.2 KB·2011-11-09 01:54 UTC
program turistico;
type
pedido = RECORD
apecli : string;
nomcli : string;
nomlug : string;
numpers : integer;
precio : real;
END;
pedidos = ^nodo_pedido;
nodo_pedi
-
2093225·sql·2.4 KB·2011-11-09 01:42 UTC
1. a)
COUNT(*)|
---------
12
b)
f1 f2 f3 f4|
------------
1 2 3 8
4 5 6 9
4 5 6 11
c)
f1 f2 f3 f4|
------------
1 2 3 8
4 5 6 9
4 5 6 11
7 9 | 12
d)
f1 f2
-
2093218·text·145 B·2011-11-09 00:07 UTC
A
/ \
B C
/ \
D E
/ \
F G
pre-order: A B D E F G C
in-order: D B F E G A C
-------------------
post-order: ????
-
2093217·text·2.2 KB·2011-11-09 00:02 UTC
-(void)setDefaults {
highestLevelNumber = 1;
highestOverallLevel = @"a";
currentLevelNumber = 1;
currentOverallLevel = @"a";
hasWhitePower = NO;
hasBluePower = NO;
h