-
2072562·text·4.7 KB·2011-05-31 01:59 UTC
{ Mostrar os resultados de uma pesquisa sobre um novo suco, referente o sabor do mesmo e
tipo de embalagem fornecido por três equipes diferentes, dados como entrada opções de
escolhas e notas
-
2072557·text·6.1 KB·2011-05-31 01:16 UTC
int main(int argc, char *argv[])
{
/*Declaraçaõ das variaveis*/
int i = 0, pergunta1, pergunta3, sim = 0,
nao = 0, outraResposta = 0, saborSuco = 0, somaNotaGeral = 0,
-
2072553·text·691 B·2011-05-31 01:11 UTC
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
options {
-
2072552·text·3.2 KB·2011-05-31 01:09 UTC
[jl@server1 ~]$ traceroute jlcycles.com
traceroute to jlcycles.com (67.215.66.132), 30 hops max, 40 byte packets
1 vaserv.com (67.222.139.128) 0.111 ms 0.037 ms 0.021 ms
2 72.249.128.109 (72
-
2072551·text·2.7 KB·2011-05-31 01:08 UTC
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
int turma, alunos, alunosPorTurma, quantTurmas, numeroTurmaMelhorMedia;
float nota, somaNotas, somaNotasTurma, me
-
2072550·text·3.1 KB·2011-05-31 01:07 UTC
[jl@server1 ~]$ traceroute jlcycles.com
traceroute to jlcycles.com (67.215.66.132), 30 hops max, 40 byte packets
1 vaserv.com (67.222.139.128) 0.111 ms 0.037 ms 0.021 ms
2 72.249.128.109 (72
-
2072547·text·2.2 KB·2011-05-31 00:55 UTC
[jl@server1 ~]$ traceroute jlcycles.com
traceroute to jlcycles.com (67.215.66.132), 30 hops max, 40 byte packets
1 vaserv.com (67.222.139.128) 0.111 ms 0.037 ms 0.021 ms
2 72.249.128.109 (72
-
2072546·text·305 B·2011-05-31 00:54 UTC
void OnGUI() {
if (GUILayout.Button("List all bundles")) {
GameObject fetchOMatic = new GameObject();
SubmitBundleSystem derBundler = fetchOMatic.AddComponent<SubmitBundleSystem>();
-
2072545·c·354 B·2011-05-31 00:53 UTC
for (;;) {
fprintf(stdout, "PJMP Polling\n");
i = poll(pfds, 1, POLL_TIMEOUT);
fprintf(stdout, "PJMP After Poll\n");
if (i < 0 && errno == EINTR) {
continue;
-
2072544·text·3.5 KB·2011-05-31 00:49 UTC
Hi Everyone,
I built my own PBX server (would have liked the CentOS-based FreePBX distro, but I have a requirement for 64 bit, only 32 bit is available in ISO FreePBX distro currently).
So, inst
-
2072537·text·462 B·2011-05-31 00:22 UTC
$ ./pjmediaproxy
PJMP Starting
PJMP Control Listening (9000)
20:19:38.584 os_core_unix.c pjlib 1.10.0 for POSIX initialized
20:19:38.585 pa_dev.c PortAudio sound library initialized, st
-
2072529·text·4.6 KB·2011-05-30 23:56 UTC
int i = 0, pergunta1, pergunta3, sim = 0,
nao = 0, outraResposta = 0, saborSuco = 0, somaNotaGeral = 0,
respostaNao = 0, embalagem, embalagemPreferida = 0,
equipe1 = 0, equ
-
2072528·text·42.6 KB·2011-05-30 23:53 UTC
-
2072527·text·31.2 KB·2011-05-30 23:53 UTC
diff --git a/mythtv/programs/mythfrontend/mediarenderer.cpp b/mythtv/programs/mythfrontend/mediarenderer.cpp
index 1a63bb7..296b843 100644
--- a/mythtv/programs/mythfrontend/mediarenderer.cpp
+++ b
-
2072525·text·4.5 KB·2011-05-30 23:29 UTC
int i = 0, pergunta1, pergunta3, sim = 0,
nao = 0, outraResposta = 0, saborSuco = 0, somaNotaGeral = 0,
respostaNao = 0, embalagem, embalagemPreferida = 0,
equipe1 = 0, equ
-
2072520·text·1.6 KB·2011-05-30 23:09 UTC
import flash.events.MouseEvent;
import xml.*;
import uefa.verband.Verband;
import flash.display.MovieClip;
import fl.data.DataProvider;
import flash.net.URLLoader;
import flash.net.URLRequest;
-
2072510·text·403 B·2011-05-30 22:21 UTC
**********************************************************************
File "Pecker.py", line 15, in __main__
Failed example:
simplify_points(line, 1.0)
Expected nothing
Got:
[(14.5833,
-
2072509·text·3.0 KB·2011-05-30 22:20 UTC
# pure-Python Douglas-Peucker line simplification/generalization
#
# this code was written by Schuyler Erle <schuyler@nocat.net> and is
# made available in the public domain.
#
# the code was p
-
2072503·text·500 B·2011-05-30 22:01 UTC
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name
-
2072501·text·2.8 KB·2011-05-30 21:59 UTC
# pure-Python Douglas-Peucker line simplification/generalization
#
# this code was written by Schuyler Erle <schuyler@nocat.net> and is
# made available in the public domain.
#
# the code was p