-
2094995·text·2.8 KB·2011-11-23 16:29 UTC
DROP TABLE Customers;
DROP Table Stores;
-- Part A --
CREATE TABLE Customers (
AcctID Number(4),
custxml XMLType
);
INSERT INTO Customers VALUES (9545, XMLType('<customer>
<AcctID>
-
2094994·text·2.5 KB·2011-11-23 16:28 UTC
array([[[ 0.08235294, 0.12941177, 0.03529412],
[ 0.08235294, 0.12941177, 0.03529412],
[ 0.08235294, 0.12941177, 0.03529412],
...,
[ 0.11372549, 0.10980392,
-
2094989·text·1.9 KB·2011-11-23 16:22 UTC
array([[[ 0.08235294, 0.12941177, 0.03529412],
[ 0.08235294, 0.12941177, 0.03529412],
[ 0.08235294, 0.12941177, 0.03529412],
...,
[ 0.11372549, 0.10980392,
-
2094986·text·44.3 KB·2011-11-23 16:14 UTC
-
2094984·text·285 B·2011-11-23 16:11 UTC
200GB
ruindows 7 = 80GB
ubuntu = 120GB
-500MB de Swap
-1GB /log (se achar necessario)
-2 a 5GB /tmp
-/ o resto
-/ home (caso vc queira deixar os dados nesta partição em separado quando formata
-
2094973·text·585 B·2011-11-23 16:01 UTC
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
#
-
2094948·text·2.4 KB·2011-11-23 15:30 UTC
--- drivers/i2c/busses/i2c-ali1535.c.orig 2011-06-15 18:02:56.000000000 +0200
+++ drivers/i2c/busses/i2c-ali1535.c 2011-11-23 16:28:49.000000000 +0100
@@ -132,7 +132,8 @@
#define ALI1535_SMBIO_EN
-
2094947·text·7.8 KB·2011-11-23 15:29 UTC
[ 43.418]
X.Org X Server 1.11.2
Release Date: 2011-11-04
[ 43.418] X Protocol Version 11, Revision 0
[ 43.418] Build Operating System: Linux 3.1.1-1-ARCH i686
[ 43.418] Current Oper
-
2094939·text·10.1 KB·2011-11-23 15:20 UTC
EINA_LOG_LEVELS=ebird:4 ./src/bin/etwitt
DBG<19062>:ebird ebird.c:70 ebird_init() Ebird Init done
/opt/e17/bin /opt/e17/share
WARNING: Could not determine its installed prefix for 'ETWITT'
-
2094923·text·1.2 KB·2011-11-23 14:41 UTC
public void moveRight(Player player)
{
if (boxes[player.playerPos_X(), player.playerPos_Y()].boxavailable() != -1) //taken box dont switch to untaken when
{
-
2094919·text·1.2 KB·2011-11-23 14:38 UTC
public void moveLeft(Player player)
{
if (boxes[player.playerPos_X(), player.playerPos_Y()].boxavailable() != -1) //taken box dont switch to untaken when
{
-
2094916·text·1.2 KB·2011-11-23 14:38 UTC
public void moveDown(Player player)
{
if (boxes[player.playerPos_X(), player.playerPos_Y()].boxavailable() != -1) //taken box dont switch to untaken when
{
-
2094913·text·1.5 KB·2011-11-23 14:36 UTC
public void moveUp(Player player)
{
if (boxes[player.playerPos_X(), player.playerPos_Y()].boxavailable() != -1) //taken box dont switch to untaken when
{
-
2094886·text·1.5 KB·2011-11-23 13:45 UTC
#ADCD z/OS 1.11 summer 2010
[system]
memory 2000m
processors 1
3270port 3270
[manager]
name aws3274 0002 # define a few 3270 terminals
device 0700 3279 3274 mstcon
device 0701 327
-
2094817·text·1.8 KB·2011-11-23 11:50 UTC
Thursday the 24th of November:
● 10.00: Group A/B/C/D - Round 1 (BO3)
● 11.00: Group A/B/C/D - Round 2 (BO3)
● 12.00: Group A/B/C/D - Round 3 (BO3)
● 13.00: Pause (1 hour)
● 14.00: Group E/F/G/H
-
2094816·text·1.7 KB·2011-11-23 11:49 UTC
Thursday the 24th of November:
● 10.00: Group A/B/C/D - Round 1 (BO3)
● 11.00: Group A/B/C/D - Round 2 (BO3)
● 12.00: Group A/B/C/D - Round 3 (BO3)
● 13.00: Pause (1 hour)
● 14.00: Group E/F/G/H
-
2094790·text·2.7 KB·2011-11-23 10:43 UTC
#!/usr/bin/env python
# coding: utf-8
import xchat
# A modificar
# Para añadir un nuevo reason seguir el formato: "key" : "valor"
# dentro de los {}
reason = { "sexo" : "Este canal n
-
2094783·text·15.4 KB·2011-11-23 10:38 UTC
#include <stdio.h>
#include <math.h>
#include <limits.h>
#define PI 3.1415
#include <errno.h>
#include <stdlib.h>
#define VEL 8
#include <string.h>
#define VE 30
int bubblesort(void);
int
-
2094777·text·35.2 KB·2011-11-23 10:31 UTC
-
2094741·c·729 B·2011-11-23 09:12 UTC
void dotmatrixSetData(uint8_t Data)
{
/* Which ledmodule */
uint8_t module = GrLcdState.lcdXAddr%8;
/* Which column in ledmodule */
uint8_t column = GrLcdState.lcdXAddr>>3;
/* Which row *