-
2080693·actionscript·15 B·2011-09-10 20:25 UTC
Unknown message
-
2080692·actionscript·15 B·2011-09-10 20:24 UTC
Unknown message
-
2080691·text·2.9 KB·2011-09-10 20:01 UTC
# Copyright (C) 2010 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You ma
-
2080690·actionscript·15 B·2011-09-10 19:58 UTC
Unknown message
-
2080689·actionscript·15 B·2011-09-10 19:52 UTC
Unknown message
-
2080688·text·3.3 KB·2011-09-10 19:47 UTC
Hi,
SL# doesn't currently support anything related to geometry shaders.
This is still on our to-do, though, and definitely something we want
to support ASAP.
Please also note that you *have* t
-
2080686·actionscript·15 B·2011-09-10 19:32 UTC
Unknown message
-
2080685·text·3.3 KB·2011-09-10 19:09 UTC
Hi,
SL# doesn't currently support anything related to geometry shaders.
This is still on our to-do, though, and definitely something we want
to support ASAP.
Please also note that you *have* t
-
2080684·actionscript·15 B·2011-09-10 18:55 UTC
Unknown message
-
2080683·actionscript·15 B·2011-09-10 18:51 UTC
Unknown message
-
2080682·actionscript·15 B·2011-09-10 18:46 UTC
Unknown message
-
2080681·actionscript·15 B·2011-09-10 18:35 UTC
Unknown message
-
2080679·delphi·1.9 KB·2011-09-10 18:14 UTC
unit TM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Label2: TLa
-
2080670·bash·1.4 KB·2011-09-10 15:21 UTC
#!/bin/bash
hora1=`date +%H`
hora=`expr $hora1 - 1`
########### Modifica esto ###########
directorio1=/Sistema-Vigilancia-Temp/Cam1-tmp # Directorio donde se respaldan las imagenes
lugar=Gema
-
2080669·bash·1.4 KB·2011-09-10 15:20 UTC
#!/bin/bash
hora1=`date +%H`
hora=`expr $hora1 - 1`
########### Modifica esto ###########
directorio1=/Respaldo/Videos/Sistema-Vigilancia-Temp/Cam1-tmp # Directorio donde se respaldan las imagen
-
2080664·text·34.2 KB·2011-09-10 14:10 UTC
-
2080661·text·1.2 KB·2011-09-10 13:35 UTC
/*
Faça um programa em C que que peça ao usuário um número inteiro
e some esse valor a uma variável, quando for informado outro valor,
este valor terá que ser somado com o anterior.
Exemplo: us
-
2080660·text·571 B·2011-09-10 13:30 UTC
Faça um programa em C que que peça ao usuário um número inteiro e some esse valor a uma variável, quando for informado outro valor, este valor terá que ser somado com o anterior. Exemplo: usuário digi
-
2080658·text·474 B·2011-09-10 13:22 UTC
#include <stdio.h>
#include <stdlib.h>
int valor1;
int valor2;
int soma;
int x;
int main()
{
printf("programa soma valor ate...\n\n\n");
printf("entre com o valor \n");
scanf
-
2080657·text·195 B·2011-09-10 13:19 UTC
do{
printf("entre com o valor que vai ser somado\n");
scanf("%d", &valor2);
soma = (valor1 + valor2);
if (soma != NULL);
x = (valor2 + soma);
} while (valor2 !=-1 );