-
2077052·text·823 B·2011-06-09 01:34 UTC
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
int n = 4;
int n2 = n + 1; // numero de equipos
int fec = 2 * (n - 1); // numero de fechas o partidos
int i;
int j;
int a
-
2077050·text·1.4 KB·2011-06-09 01:33 UTC
#include <iostream>
#include <math.h>
#define FIL 7
#define COL 7
int m[FIL][COL] = {
{0,1,0,0,0,0,0},
{0,1,2,3,0,0,0},
{0,3,4,4,0,0,0},
{0,0,0,5,0,0,0},
{0,0,0,7,6,0,
-
2077049·text·3.8 KB·2011-06-09 01:32 UTC
#include <iostream>
#include "BirthDate.h"
using namespace std;
BirthDate::BirthDate( int birth, int day2, int year ) : Date( birth, day2, year )
{
setGem( static_cast<Months>(birth) );
se
-
2077048·text·1.4 KB·2011-06-09 01:30 UTC
void BirthDate::setSign(int signMonth, int signDay)
{
string zodiac[12] = { "Aries", "Taurus", "Gemini", "Cancer", "Leo", "Virgo", "Libra", "Scorpio", "Sagittarius", "Capricorn", "Aquarius", "Pisce
-
2077046·text·742 B·2011-06-09 01:29 UTC
on *:START:{ ms.timestampfmt }
alias ms.timestampfmt {
var %ctime = $calc($ctime + 1)
while (%ctime >= $ctime) { }
set $iif(($version < 6.17),-u1000000000,-e) %ms.timestampfmt.fix $calc($tic
-
2077044·text·827 B·2011-06-09 01:26 UTC
You MUST Abide By These Rules If You Want To Stay In The Clan.
[b][color=blue][size=15]The Rules[/size][/color]
1. Respect All Of The Clan Members.
2. No Racism.
3. No Porn.
4. Listen To The Ra
-
2077043·text·237 B·2011-06-09 01:25 UTC
body
{
overflow-y: scroll !important;
overflow-x: hidden !important;
}
html
{
overflow-y: auto !important;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
width: 0px !importa
-
2077041·text·164 B·2011-06-09 01:19 UTC
int* funcion(){
int z[n][m];
int *pointer;
...
pointer = &z;
return pointer;
}
main{
int x[n][m];
&x = funcion();
printf x[][];
}
-
2077039·php·39 B·2011-06-09 01:15 UTC
<?php
echo "This is a test again";
?>
-
2077038·php·37 B·2011-06-09 01:14 UTC
<?php echo "This is a test again"; ?>
-
2077037·php·37 B·2011-06-09 01:13 UTC
<?php echo "This is a test again"; ?>
-
2077036·php·37 B·2011-06-09 01:11 UTC
<?php echo "This is a test again"; ?>
-
2077035·text·31 B·2011-06-09 01:09 UTC
This is a test of how gay I am.
-
2077033·nasm·5.0 KB·2011-06-09 01:08 UTC
.MODEL small
.STACK 100h
.DATA
Message1 DB 'Digite uma sequencia de caracteres',13,10,'$'
Message2 DB 'Enezimo numero Fibonacci:',13,10,'$'
Message3 DB 'SEU IDIOTA É PRA DIGITAR UM NU
-
2077032·text·14 B·2011-06-09 01:07 UTC
This is a test
-
2077029·text·1.3 KB·2011-06-09 00:48 UTC
.form-fields {
width: 188px;
float: left;
margin: 0 15px;
position: relative;
}
.form-fields input {
width: 183px;
height: 23px;
border: 1px solid #d1d3d4;
margin: 0 0 3px 0;
color
-
2077028·text·298 B·2011-06-09 00:37 UTC
debian:~$ aticonfig --list-adapters
* 0. 04:00.0 AMD Radeon HD 6990
1. 05:00.0 AMD Radeon HD 6990
* - Default adapter
excerpt from xorg.conf:
Section "Device"
Identifier "at
-
2077027·text·126 B·2011-06-09 00:35 UTC
debian:~$ aticonfig --list-adapters
* 0. 04:00.0 AMD Radeon HD 6990
1. 05:00.0 AMD Radeon HD 6990
* - Default adapter
-
2077026·text·19 B·2011-06-09 00:32 UTC
0020 2060 0053 2129
-
2077022·text·2.1 KB·2011-06-09 00:20 UTC
struct imaginaria
{
struct Doctor* doc;
struct imaginaria* sig;
};
void reatar_doctores(struct Doctor* doc)
{
struct imaginaria* head = NULL;
if(doc)
{
reatar_doctore