-
2062910·text·413 B·2011-05-18 02:01 UTC
~ # cat /proc/partitions
major minor #blocks name
179 0 7757824 mmcblk0
179 1 72261 mmcblk0p1
179 2 72292 mmcblk0p2
179 3 305235 mmcblk0p3
-
2062908·text·3.2 KB·2011-05-18 01:58 UTC
Starting recovery on Wed May 18 01:33:52 2011
framebuffer: fd 4 (1024 x 600)
ClockworkMod Recovery v3.0.2.8
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1
-
2062907·text·80.2 KB·2011-05-18 01:55 UTC
-
2062906·text·1.3 KB·2011-05-18 01:55 UTC
galia (0.0.0.0) Tue May 17 22:54:51 2011
Keys: Help Display mode Restart statistics
-
2062905·text·2.1 KB·2011-05-18 01:47 UTC
A. Recopilacin de datos sobre auto imagen y proyecto futuro
La empresa fue creada en el ao 1995, con el objetivo de satisfacer las necesidades de climatizacin, calefaccin y ventilacin en los sector
-
2062902·text·2.1 KB·2011-05-18 01:40 UTC
Duties will include:
• Primary areas of responsibility include Active Directory, Exchange 2010, assisting with migrations and day to day operations
• Assists in developing and maintaining account cr
-
2062901·text·2.4 KB·2011-05-18 01:40 UTC
Job #1584: Cisco Network Engineer
Published Description:
Our client is looking for a Cisco Network Engineer to join their team. Candidates must be extremely proficient with Cisco IOS, BGP, and M
-
2062900·text·1.6 KB·2011-05-18 01:40 UTC
Job #1752: Cisco Route/Switch Network Engineer – Mid to Senior
Published Description:
Title: Cisco Route/Switch Network Engineer – Mid to Senior
- CCNA, CCNP
Purpose of Position:
To sup
-
2062897·php·136 B·2011-05-18 01:26 UTC
$addy = $_POST[email_address] ;
...
$STH = $dsn->prepare('SELECT firstname, lastname from customers where email_address = $addy');
-
2062896·c·2.5 KB·2011-05-18 01:23 UTC
┌─[leleobhz@daniela.leleobhz.org]
└─[~]> gcc -Wall -g -o jogo_ricardo jogo_ricardo.c
jogo_ricardo.c: In function ‘main’:
jogo_ricardo.c:24:5: error: ‘for’ loop initial declarations are only allow
-
2062894·text·4.3 KB·2011-05-18 01:14 UTC
#include<stdio.h>
#include<stdlib.h>
#include <time.h>
char matriz[3][3]; // a matriz do jogo
char checar(void);
void inicia_matriz(void);
void movimento_jogador(void);
void movimento_compu
-
2062891·text·109 B·2011-05-18 01:08 UTC
Calendar calendar = Calendar.getInstance();
String.valueOf(calendar.get(Calendar.HOUR_OF_DAY)); // returns 0
-
2062882·perl·41.8 KB·2011-05-18 00:24 UTC
-
2062878·text·4.4 KB·2011-05-17 23:58 UTC
diff --git a/FragmentLoader.php b/FragmentLoader.php
index 7ad7f73..76f4bdd 100644
--- a/FragmentLoader.php
+++ b/FragmentLoader.php
@@ -50,13 +50,13 @@ class FragmentLoader {
static public
-
2062863·text·981 B·2011-05-17 23:18 UTC
// Helper macro for defining tests.
#define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\
class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) : public parent_class {\
public
-
2062860·python·825 B·2011-05-17 22:51 UTC
void checkMessages(){
char c = Serial.read(); // get the first character
while (c != 2){c = Serial.read();} // if its not STX, keep going till it is
-
2062859·text·2.1 KB·2011-05-17 22:44 UTC
Handle 0x0014, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0012
Error Information Handle: Not Provided
Total Width: Unknown
Data Width: 64 bits
Si
-
2062858·text·2.9 KB·2011-05-17 22:43 UTC
en1gma@CPU-99:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.2.100
netmask 255.255.255.0
network 192.168.2.1
broadcast 192.168
-
2062857·text·1005 B·2011-05-17 22:42 UTC
Spaffy Heeey there |3
burakki Hii~
Spaffy Just wanted to say that there are a couple little rules we all like to follow outta courtesy
Spaffy First of all, if ya see RP going on, and you're sayi
-
2062856·python·870 B·2011-05-17 22:32 UTC
#!/usr/bin/env python
import serial
usbport = '/dev/ttyUSB0'
# Set up serial baud rate
ser = serial.Serial(usbport, 9600, timeout=1)
calcbit = lambda val: int("".join(map(str, map(int, va