-
2075398·text·6.0 KB·2011-06-06 05:54 UTC
In hopes of becoming a better team, we're going to become more strategic and organized. Most of the time, we make up our game-plan during the game, which leads to confusion and lack of attention. By h
-
2075389·text·768 B·2011-06-06 05:16 UTC
# $t6 = Es el contador que usaremos en el for (como: i)
# $t7 = Es siempre 0, sirve para validar si el numero es 0
.text
.globl main
main:
addi $v0, $zero, 5
syscall
add $t1, $zero, $v0
-
2075386·text·1.9 KB·2011-06-06 05:08 UTC
diff --git a/mythtv/libs/libmythtv/ringbuffer.cpp b/mythtv/libs/libmythtv/ringbuffer.cpp
index b0df928..0cf7e10 100644
--- a/mythtv/libs/libmythtv/ringbuffer.cpp
+++ b/mythtv/libs/libmythtv/ringbuf
-
2075384·text·321 B·2011-06-06 05:05 UTC
<blackregg> what if i told you I was +o 9x +o #phrack ?
<leftyfb> what does that have to do with anything?
<blackregg> just puttin that out there
<leftyfb> is that some sort of threat?
<blackregg>
-
2075377·text·1.6 KB·2011-06-06 04:23 UTC
diff --git a/mythtv/libs/libmythtv/ringbuffer.cpp b/mythtv/libs/libmythtv/ringbuffer.cpp
index b0df928..13518eb 100644
--- a/mythtv/libs/libmythtv/ringbuffer.cpp
+++ b/mythtv/libs/libmythtv/ringbuf
-
2075371·text·644 B·2011-06-06 03:41 UTC
*-network
description: Wireless interface
product: BCM4313 802.11b/g/n Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:
-
2075355·text·31.3 KB·2011-06-06 03:11 UTC
==============================================================================
World of WarCraft: Retail Build (build 14007)
Exe: C:\Program Files\World of Warcraft\WoW.exe
Time: Jun 5,
-
2075354·text·15.4 KB·2011-06-06 03:11 UTC
Download the Minecraft Server
Download Minecraft_Server.exe or minecraft_server.jar from the Minecraft downloads page.
Windows users can use either the exe or the jar, while OSX and Linux users
-
2075350·text·3 B·2011-06-06 02:57 UTC
lol
-
2075349·text·3 B·2011-06-06 02:57 UTC
lol
-
2075345·text·2.1 KB·2011-06-06 02:27 UTC
diff --git a/mythtv/libs/libmythtv/ringbuffer.cpp b/mythtv/libs/libmythtv/ringbuffer.cpp
index e361be2..89ce76a 100644
--- a/mythtv/libs/libmythtv/ringbuffer.cpp
+++ b/mythtv/libs/libmythtv/ringbuf
-
2075344·text·1011 B·2011-06-06 02:22 UTC
Butterfree (M) @ Focus Sash
Trait: Compoundeyes
EVs: 4 Def / 252 SAtk / 252 Spd
Timid Nature (+Spd, -Atk)
- Sleep Powder
- Stun Spore
- Bug Buzz
- U-turn
Roobushin (M) @ Leftovers
Trait: Gu
-
2075323·javascript·245 B·2011-06-06 01:24 UTC
function clearTable(tableId)
{
var mytable=document.getElementById(tableId);
myr = mytable.getElementsByTagName('tr');
alert(myr.length);
for(var u=0;u <= myr.length;u++)
{
document
-
2075317·text·5 B·2011-06-06 01:00 UTC
dfghj
-
2075316·javascript·314 B·2011-06-06 00:58 UTC
function clearTable(tableId)
{
var roster = document.getElementById(tableId);
var tds = roster.getElementsByTagName('td');
for(var i = tds.length-1; i >= 0; i--)
{
alert(tds[i]);
tds[i]
-
2075306·text·110 B·2011-06-06 00:21 UTC
ACCEPT fw net udp 1194
ACCEPT fw net tcp 1194
-
2075301·text·89.6 KB·2011-06-06 00:07 UTC
-
2075293·text·687 B·2011-06-06 00:04 UTC
name cfg exp got
PB0 R 1 1
PB1/P16 R 1 1
PB2/P15 R 1 1
PB3/P14 R 1 1
PB4/SLP_TR Z 0 0
PB5 R 1 1
PB6/LED
-
2075291·text·349 B·2011-06-05 23:57 UTC
#include <string.h>
#include <stdio.h>
int main (void)
{
int i, pressao;
for (i = 0; i < 5; i++)
{
printf("Entre com a pressao: ");
scanf("%d", &pressao);
-
2075289·ruby·62 B·2011-06-05 23:51 UTC
t = Todo.find_by_id(params[:id])
t.state = true
t.save