-
2073205·text·403 B·2011-06-01 12:02 UTC
from django.db import models
class TestModel(models.Model):
f = models.IntegerField(null = True, blank = True)
# from django.db import connection
# print TestModel.objects.exclude(f=5)
#
-
2073204·text·5.7 KB·2011-06-01 11:55 UTC
Poetry to Prose
The Man from Snowy River
Analysis
Meaning of poem:
- People discriminate against others based on physical appearance or stereotypical nature.
o The man from Snowy River looks li
-
2073203·text·1.3 KB·2011-06-01 11:45 UTC
// Copyright 2011
#include <stdio.h>
#include <stdlib.h>
#include "./Intersect.h"
// ___________________________________________________________________________
int parseSetOfIntegers(const c
-
2073200·text·858 B·2011-06-01 11:35 UTC
RedBoot> fis list
Name FLASH addr Mem addr Length Entry point
RedBoot 0xBE000000 0xBE000000 0x00030000 0x00000000
FIS directory 0xBE7E0000 0xBE7E0000 0x0000
-
2073199·text·474.5 KB·2011-06-01 11:35 UTC
-
2073197·text·4.3 KB·2011-06-01 11:33 UTC
Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback 0 - 64
Mono: Playback 64 [100%] [0.00dB] [on]
Si
-
2073180·text·858 B·2011-06-01 10:46 UTC
file { "ifcfg-$name":
path => "/etc/sysconfig/network-scripts/ifcfg-$name",
owner => 'root',
group => 'root',
mode => '644',
-
2073173·text·6.5 KB·2011-06-01 10:17 UTC
top - 15:45:11 up 16 min, 3 users, load average: 0.00, 0.06, 0.10
Tasks: 125 total, 2 running, 123 sleeping, 0 stopped, 0 zombie
Cpu(s): 1.5%us, 1.2%sy, 0.0%ni, 97.4%id, 0.0%wa, 0.0%hi,
-
2073170·text·3.2 KB·2011-06-01 10:07 UTC
MET ENERJİ ÜRETİM İNŞAAT TAAHHÜT TURİZM
SANAYİ ve TİCARET A.Ş.
Çağımızın ve teknolojinin vazgeçilmezi olan elektrik enerjisi, elektrik santrallerinde üretilerek genellikle yüksek
-
2073167·text·331 B·2011-06-01 09:54 UTC
Участники отсортированы по итоговым местам
Оценки жюри отсортировано от первых к последним
1 1 2 2 3 3 1
2 2 2 2 3 8 2
1 1 1 4 4 5 3
3 4 5 5 7 8 4
1 3 4 6 6 9 5
3 4 6 6
-
2073165·text·5.2 KB·2011-06-01 09:53 UTC
// hardcoded cube sounds (i.e. order matters, and these must always be the first to be registered).
registersound "kaiser/jump"
registersound "kaiser/land"
registersound "kaiser/rifle" //"fr
-
2073163·text·1.1 KB·2011-06-01 09:49 UTC
thefear@thefear:~/flshit$ cat demo.c
#define F_CPU 20000000L
#include <avr/io.h>
#include <util/delay.h>
#define BAUD 9600L
#define MYUBRR (F_CPU/16/BAUD)-1
volatile char preved[]= "Preved";
-
2073162·text·6.0 KB·2011-06-01 09:47 UTC
<?php
class ModuleDeliveryComplete extends Module
{
protected $strTemplate = 'mod_delivery_complete';
protected function compile()
{
$session = $this->Session->getData();
//Bestellu
-
2073161·text·6.0 KB·2011-06-01 09:43 UTC
<?php
class ModuleDeliveryComplete extends Module
{
protected $strTemplate = 'mod_delivery_complete';
protected function compile()
{
$session = $this->Session->getData();
//Bestellu
-
2073155·text·956 B·2011-06-01 09:27 UTC
#define F_CPU 20000000L
#include <avr/io.h>
#include <util/delay.h>
#define BAUD 9600L
#define MYUBRR (F_CPU/16/BAUD)-1
char preved[14]= "Preved medved!";
void USART_Transmit(char data );
voi
-
2073152·text·298 B·2011-06-01 09:20 UTC
It is two dogmas of now antiquated modern science — that mind is in the head, and that the world is devoid of meaning unless we, or our brains, give it meaning — that creates the illusion — a meta-cog
-
2073148·text·5.6 KB·2011-06-01 09:02 UTC
R&D Agents -
You need datacores. You can buy them. The ones you need to invent are
Gallentean Starship 65-80k
Mechanical Engineering 150-200k
BUT the most worthwhile datacores are
Nuc
-
2073144·text·30.1 KB·2011-06-01 08:40 UTC
Starting Nmap 5.51 ( http://nmap.org ) at 2011-06-01 10:39 South Africa Standard Time
NSE: Loaded 57 scripts for scanning.
Initiating Parallel DNS resolution of 1 host. at 10:39
Completed
-
2073142·text·174 B·2011-06-01 08:24 UTC
string color;
if (condition = "true")
{
color = "blue";
}
else
{
color = "red";
}
Console.WriteLine(String.Format("The ball is {0}", color)); // No Error Now
-
2073141·text·221 B·2011-06-01 08:23 UTC
if (condition = "true")
{
string color = "blue";
}
else
{
string color = "red";
}
Console.WriteLine(String.Format("The ball is {0}", color)); // At which point it says "color" doesn't