-
2065567·text·778 B·2011-05-20 11:32 UTC
void
dailyreminder::SwitchForm(int formType)
{
if (activeFormType == formType)
return;
BaseForm * form = 0;
switch (formType)
{
case AppGlobals::FORM_MAIN:
form = new MainForm();
-
2065558·text·1.8 KB·2011-05-20 11:27 UTC
hendry@x201 securityprivacy$ git commit
U core/securityprivacy/3.8.2_Privacy_Considerations_for_Device_Property_Access/SP-2600/config.xml
U core/securityprivacy/3.8.2_Privacy_Considerati
-
2065550·sql·425 B·2011-05-20 11:06 UTC
'LEFT JOIN `opportunities_audit` `oa` ON ' .
'`oa`.`parent_id` = `op`.`id` AND ' .
'`oa`.`before_value_string` = `op`.`sales_stage` AND ' .
'`oa`.`date_created` = (' .
'SELECT ' .
-
2065541·text·1.7 KB·2011-05-20 11:02 UTC
joe@joe-i7-desktop:~/workspace/ASchEAPaper$ git submodule init
joe@joe-i7-desktop:~/workspace/ASchEAPaper$ git submodule update
joe@joe-i7-desktop:~/workspace/ASchEAPaper$ make
Making dvi for fi
-
2065471·text·1.5 KB·2011-05-20 10:00 UTC
Index: i18n/wp-help-ru_RU.po
===================================================================
--- i18n/wp-help-ru_RU.po (revision 386978)
+++ i18n/wp-help-ru_RU.po (working copy)
@@ -8,14 +8,14
-
2065466·text·2.1 KB·2011-05-20 09:53 UTC
import java.util.ArrayList;
public class FahrerContainer
{
// Attribute
private ArrayList < Fahrer > alleFahrer;
// Konstruktor
public FahrerContainer ( )
{
alleFahrer = ne
-
2065462·text·1.4 KB·2011-05-20 09:46 UTC
import java.util.ArrayList;
public class Fahrer
{
// Attribute
private ArrayList < Eintrag > alleEinträge;
private int persnr;
private String name;
// Konstruktor
F
-
2065461·text·1.3 KB·2011-05-20 09:46 UTC
import java.util.ArrayList;
public class FahrerContainer
{
// Attribute
private ArrayList < Fahrer > alleFahrer;
// Konstruktor
public FahrerContainer ( )
{
alleFahrer = ne
-
2065454·text·761 B·2011-05-20 09:44 UTC
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry sho
-
2065452·python·4.4 KB·2011-05-20 09:43 UTC
groups:
Visitor:
default: false
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.
-
2065451·text·4.4 KB·2011-05-20 09:42 UTC
groups:
Visitor:
default: false
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.
-
2065450·text·403 B·2011-05-20 09:42 UTC
public ArrayList < Eintrag > gibAlleEinträge (LKW lkw)
{
ArrayList <Eintrag> result = new ArrayList();
for(Eintrag eintrag: alleEinträge )
{
if
-
2065443·text·53.2 KB·2011-05-20 09:36 UTC
-
2065442·text·407 B·2011-05-20 09:35 UTC
KEYBOARD_MAP=en_us
TIME_ZONE="UTC"
SESSION_0_TITLE="IceWM"
SESSION_0_TYPE=icewm
SCREEN_RESOLUTION="1280x1024 | 1024x768 | 800x600 | 640x480 | *"
SCREEN_COLOR_DEPTH="24 | 16 | 8 | *"
ICA_
-
2065441·text·311 B·2011-05-20 09:35 UTC
♖|♘|♗|♕|♔|♗|♘|♖
♙|♙|♙|♙|♙|♙|♙|♙
❏|❏|❏|❏|❏|❏|❏|❏
❏|❏|❏|❏|❏|❏|❏|❏
❏|❏|❏|❏|❏|❏|❏|❏
❏|❏|❏|❏|❏|❏|❏|❏
♟|♟|♟|♟|♟|♟|♟|♟
♜|♞|♝|♔|♛|♝|♞|♜
Text-based chess for
programmers
and humans
-
2065439·text·381 B·2011-05-20 09:33 UTC
public ArrayList < Eintrag > gibAlleEinträge (LKW lkw)
{
List<Eintrag> result = new ArrayList();
for(Eintrag eintrag: alleEintraege )
{
if(eintrag.ge
-
2065432·text·2.3 KB·2011-05-20 09:20 UTC
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div id='sliderFrame'>
<ul id='slider'>
<li class='sliderItem sli1' id='sliderItem-1' rel='1'>
<div class='sliderContent'>
<h2>Lion
-
2065424·c·7.9 KB·2011-05-20 09:16 UTC
/* Lab - 7 */
domains
file = f
S = string
E = string*
I = integer
J = integer*
predicates
/* Запросы */
submenu
talk(S)
ssymbl(S)
scheck(S,S,I)
/* Мозг */
br
-
2065401·text·421 B·2011-05-20 08:56 UTC
public ArrayList<Eintrag> gibFahrtenbuch(int nummer )
{
Fahrer fahrer;
ArrayList < Eintrag > fahrten = new ArrayList < Eintrag >( );
for ( int i = 0; i < alleFahrer.size( ); i++ )
-
2065388·text·428 B·2011-05-20 08:41 UTC
// Exam end event
if (objectiveFlow.getObjectiveId().equalsIgnoreCase(Objective.EndObjectiveId)) {
handleExamFinished();
System.out.println("Exam end");