-
2053570·text·933 B·2011-05-03 18:51 UTC
Gestione utenti
Rubrica
Modifica un utente
Anagrafica confermata/da confermare
Gestione Missioni
Autorizza missioni
Riepilogo km
Riepilogo rifornimenti mezzo di servizio
Riepilogo missioni pre
-
2053569·text·290 B·2011-05-03 18:49 UTC
Tdata read(tFile fi){
Tdata t;
int i=0;
t.mass = new int[1];
bool flag = 1;
while((!feof(fi)) && flag){
t.mass =(int*)realloc(t.mass,(i+1)*sizeof(int));
fscanf(fi,"%d",&t.mass[i
-
2053567·diff·1.9 KB·2011-05-03 18:45 UTC
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index b5ec429..4b52c92 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resour
-
2053565·text·1.3 KB·2011-05-03 18:40 UTC
package dje.act.res;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.net.UnknownHos
-
2053564·c·453 B·2011-05-03 18:36 UTC
Tdata read(tFile fi){
Tdata t;
int i=0;
t.mass = new int[1]; // Не совсем понял что это? Навыки пропадают
while(!feof(fi)){ // Не плохо было бы самому написать feoln, если не можешь
-
2053563·text·412 B·2011-05-03 18:35 UTC
Traceback (most recent call last):
File "/usr/lib/archivematica/MCPClient/clientScripts/archivematicaFITS.py", line 230, in <module>
fits = excludeJhoveProperties(fits)
File "/usr/lib/archi
-
2053562·text·1.2 KB·2011-05-03 18:35 UTC
1. Everyone who wishes to enroll for a spot in this league must sign up with their steam id on the participants list. You may list a preferred team in the comments.
2. While preferred teams will be
-
2053561·text·620 B·2011-05-03 18:32 UTC
try {
Socket sock = new Socket("127.0.0.1", 4711);
// Thread.currentThread();
// Thread.sleep(10000);
System.out.println("start");
PrintWriter pw = new PrintWriter(sock.g
-
2053560·text·1.4 KB·2011-05-03 18:29 UTC
/**
* Error Handler will convert error into log message, and then call the original error handler
*
* @link http://www.php.net/manual/en/function.set-error-handler.php Custom err
-
2053558·text·207 B·2011-05-03 18:26 UTC
Tdata read(tFile fi){
Tdata t;
int i=0;
t.mass = new int[1];
while(!feof(fi)){
t.mass =(int*)realloc(t.mass,(i+1)*sizeof(int));
fscanf(fi,"%d",&t.mass[i]);
i++;
}
t.n = i;
retur
-
2053557·text·603 B·2011-05-03 18:24 UTC
Index: library/Zend/Log.php
===================================================================
--- library/Zend/Log.php (revision 23963)
+++ library/Zend/Log.php (working copy)
@@ -
-
2053553·text·967 B·2011-05-03 18:20 UTC
<?php
include "../classes.php";
session_start();
$mysql = new mysql();
$mysql->connect();
$login = new login();
$login->checklogin();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transition
-
2053550·xml·258 B·2011-05-03 18:14 UTC
<button>
<sprite spriteName="gfx/hud/action_buttons">
<element x="280" y="240" w="64" h="64" elementName="jumpButton" priority="1020" />
<element x="344" y="240" w="64" h="64" elementName=
-
2053549·text·1.2 KB·2011-05-03 18:13 UTC
package dje.act.res;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.net.UnknownHos
-
2053548·text·340 B·2011-05-03 18:13 UTC
<?
$a = false;
$b = null;
$c = '';
$d = NULL;
$e = 0;
if($a ==NULL)
{
print 'nulo 1 <br>';
}
if($b==NULL)
{
print 'nulo 2 <br>';
}
if($c==NULL)
-
2053543·scheme·214 B·2011-05-03 18:01 UTC
| dic |
dic := Dictionary new.
ContratacaoDePonto todos do: [ :contratoDePonto |
contratoDePonto pontosFisicos do: [ :pontoFisico |
dic at: pontoFisico put: pontoFisico equipamentos.
].
-
2053542·text·1.4 KB·2011-05-03 17:56 UTC
package dje.act.res;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.net.UnknownHos
-
2053535·text·1.6 KB·2011-05-03 17:38 UTC
mount
rootfs on / type rootfs (rw)
none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
none on /dev type devtmpfs (rw,relatime,size=
-
2053530·text·409 B·2011-05-03 17:24 UTC
Hi Gus,
Okay I've got the same error that you were getting in your VM now that I'm attempting to build on an x86 architecture. The Makefile doesn't have a SPARC option in the architecture listing.
-
2053529·text·771 B·2011-05-03 17:22 UTC
bash-3.00$ gmake -e os=BSD
gmake -C src all
gmake[1]: Entering directory `/home/alex.thibodeau/RITProj/UDTServer/skynetd/libudt/src'
g++ -fPIC -Wall -Wextra -DBSD -finline-functions -O3 -fno-stri