This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Thu Oct 14 20:51:40 2010] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /home/davide/workspace/universibo2/universibo/classes/User.php on line 115, referer: http://www.universibo.test/index.php | |
[Thu Oct 14 20:51:40 2010] [error] [client 127.0.0.1] PHP Stack trace:, referer: http://www.universibo.test/index.php | |
[Thu Oct 14 20:51:40 2010] [error] [client 127.0.0.1] PHP 1. {main}() /home/davide/workspace/universibo2/htmls/index.php:0, referer: http://www.universibo.test/index.php | |
[Thu Oct 14 20:51:40 2010] [error] [client 127.0.0.1] PHP 2. Receiver->main() /home/davide/workspace/universibo2/htmls/index.php:134, referer: http://www.universibo.test/index.php | |
[Thu Oct 14 20:51:40 2010] [error] [client 127.0.0.1] PHP 3. FrontController->executeCommand() /home/davide/workspace/universibo2/htmls/index.php:127, referer: http://www.universibo.test/index.php | |
[Thu Oct 14 20:51:40 2010] [error] [client 127.0.0.1] PHP 4. Login->execute() /home/davide/workspace/universibo2/framework/Fr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
QUESTO PROGRAMMA SUPPONE CHE IL CONTROLLO DEI DATI SIA EFFETTUATO | |
TRAMITE JAVASCRIPT LATO CLIENT | |
*/ | |
//attenzione, questo parametro dipende dal nome del campo e-mail | |
//inserito nell'html | |
$emailfield="EMail"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/usr/bin/php", ["php", "symfony.phar"], [/* 21 vars */]) = 0 | |
brk(0) = 0x1e6d000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f43ccc42000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=155183, ...}) = 0 | |
mmap(NULL, 155183, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f43ccc1c000 | |
close(3) = 0 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I: Bus=0011 Vendor=0002 Product=0007 Version=01b1 | |
N: Name="SynPS/2 Synaptics TouchPad" | |
P: Phys=isa0060/serio1/input0 | |
S: Sysfs=/devices/platform/i8042/serio1/input/input10 | |
U: Uniq= | |
H: Handlers=mouse0 event10 | |
B: EV=b | |
B: KEY=420 610000 0 0 0 0 | |
B: ABS=11000003 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Poller (url, callback) { | |
this.url = url; | |
this.callback = callback; | |
this.start = function(interval) { | |
var url = this.url; | |
var callback = this.callback; | |
var fn = function() { | |
jQuery.getJSON(url, callback); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function makeDelayedFunction(oldFunction, delay) { | |
var obj = { timeout: false }; | |
return function () { | |
if (obj.timeout) { | |
clearTimeout(obj.timeout); | |
} | |
obj.timeout = setTimeout(function () { | |
obj.timeout = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set<Author> authorsSet = new HashSet<Author>(); | |
try { | |
for(int i=0; ; i++) { | |
// checking if author already exists in the DB | |
Author author = authorDAO.findAuthorByName(authors[i]); | |
if (author == null) { | |
author = new Author(); | |
author.setName(authors[i]); | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ant | |
openjdk-6-doc | |
openjdk-6-jdk | |
openjdk-6-source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/cakephp/debug_kit DebugKit | |
git clone git://github.com/rafaelbandeira3/linkable.git Linkable | |
git clone git://github.com/dereuromark/tools.git Tools | |
git clone https://github.com/voidet/sign_me_up.git SignMeUp | |
git clone git://github.com/stefanomanfredini/AddressFinder-Helper---Plugin-for-cakephp-2.git AddressFinder | |
git clone https://github.com/stefanomanfredini/cakephp-2.x-BookmarkletHelper Bookmarklet | |
cd Tools | |
git checkout 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Scuola|codScuola;nome]<>1-*>[Dipartimento|codDipartimento;nome] | |
[Scuola]-[note: nuova entità che sostituisce la facoltà ma strutturalmente diversa] | |
[Dipartimento]<>1-*>[CorsoDiLaurea|codCorso;nome] | |
[CorsoDiLaurea]<>1-*>[Insegnamento|annoCorso] | |
[Insegnamento]-[Materia|codMateria;nome] | |
[Insegnamento]-[BloccoLezioni|annoAccademico;ciclo] | |
[Materia]-[note: corrispondenza biunivoca tra codMateria e nome] | |
[BloccoLezioni]-[Docente|codDoc;nome;cognome] |
OlderNewer