-
2073397·text·380 B·2011-06-01 21:01 UTC
gather_data() {
if (check_function()) {
}
print letter
}
print_letter() {
if (check_function()) {
}
}
int check_function(int v0) {
static int result = 0;
-
2073395·text·257 B·2011-06-01 20:57 UTC
PC>connect COM6 57600
PC>SENT: M105
RECV: start
Printer is now online
PC>ls
SENT: M20
RECV: Begin file lis
RECV: End file list
RECV: ok
PC>!self.p.loud=0
PC>gettemp
PC>!self
-
2073394·text·452 B·2011-06-01 20:55 UTC
Winchester M/100
Browning BAR (with the exception of Browning BAR M/1918)
Remington Modell four
Remington modell 7400
Remington 742 Woodmaster
Ruger mini 14
Ruger mini 30
Heckler & Koch modell
-
2073392·text·2.4 KB·2011-06-01 20:50 UTC
case MessageType.shoot:
{
int ProjectileNumber = message.GetInteger(7);
int step = message.GetInteger
-
2073389·text·271 B·2011-06-01 20:46 UTC
int E1 = 6;
int M1 = 7;
int E2 = 5;
int M2 = 4;
int speed=255;
void setup()
{
pinMode(M1, OUTPUT);
pinMode(M2, OUTPUT);
digitalWrite(M1,HIGH);
digitalWrite(M2, HIGH);
analogWri
-
2073388·css·136 B·2011-06-01 20:39 UTC
a {
text-decoration: none;
color: #FFFFFF;
border-bottom: 1px dashed white;
}
a:hover {
border-bottom: 1px solid white;
}
-
2073387·text·2.0 KB·2011-06-01 20:28 UTC
1 0.00019500 SELECT COUNT(DISTINCT uploader_user_id) FROM op_media WHERE status='OK' AND event_id=149806492 AND uploader_user_id IN (SELECT user_id FROM op_user)
2 0.00008400 SELECT COUNT(DISTINCT up
-
2073386·text·21.4 KB·2011-06-01 20:24 UTC
/*
* Copyright (C) 2008 The Android Open Source Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t
-
2073385·text·466 B·2011-06-01 20:23 UTC
SELECT COUNT(DISTINCT uploader_user_id) FROM op_media WHERE status='OK' AND event_id=149806492 AND uploader_user_id IN (SELECT user_id FROM op_user);
SELECT COUNT(DISTINCT uploader_user_id) FROM op_m
-
2073384·text·821 B·2011-06-01 20:23 UTC
[09:50] < ZTurtleMan> | http://www.quakelive.com/forum/showthread.php?15457-Site-Update-May-31-2011
[09:50] < ZTurtleMan> | QL: Fixed a typo in a Com_Error message "cientNum > 32" corrected to "cli
-
2073382·text·468 B·2011-06-01 20:19 UTC
Race "Boar/Pig" Pitfighter
Body d10
Speed d8
Mind d4
Will d8
Boar d6
Pit Fighter d12
Gifts
Strong 2
Robust 2
Sure Footed 1
Extra Hit Point 4
Flaws
De-tusked -1
Eerie -2 (very
-
2073380·text·5.4 KB·2011-06-01 20:04 UTC
**: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
ERROR: ld.so: object 'libdlfaker.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object
-
2073379·text·634 B·2011-06-01 20:02 UTC
diff --git a/mythtv/libs/libmythbase/msocketdevice.cpp b/mythtv/libs/libmythbase/msocketdevice.cpp
index 76afc03..cdba0ce 100644
--- a/mythtv/libs/libmythbase/msocketdevice.cpp
+++ b/mythtv/libs/li
-
2073377·text·466 B·2011-06-01 20:00 UTC
def filter(pkgs, name)
filtered_pkgs = ""
pkgs.strip!
# need to change next line, want to eleminate spaces and tabs after a colon
pkgs.gsub(": ", ":")
pkgs.split(/[, ]+/).map do |package|
-
2073375·cpp·40.0 KB·2011-06-01 19:58 UTC
-
2073374·bash·40.0 KB·2011-06-01 19:57 UTC
-
2073373·c·40.0 KB·2011-06-01 19:56 UTC
-
2073372·c·31.3 KB·2011-06-01 19:55 UTC
Bus 002 Device 003: ID 041e:30df Creative Technology, Ltd
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defi
-
2073370·bash·22.8 KB·2011-06-01 19:53 UTC
#!/bin/bash
#
# importa_destinatarios.sh - Importa os destinatarios dos arquivos txt/csv ou LDAP/AD do cliente
#
# Site : www.tibox.com.br
# Autor : Ricardo Felipe Klein <klein@tibox.com.br>
-
2073368·text·2.9 KB·2011-06-01 19:48 UTC
'''
Project Euler Problem 001
'''
def sumofap(n_input, a_input, d_input):
"""
The sum function to add terms of an AP.
"""
return ((n_input / 2)*(2 * a_input + (n_input - 1) *