This file contains hidden or 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 | |
$id=1; | |
$shared1 = shm_attach(1); | |
$sem = sem_get(1,1); | |
shm_put_var($shared1,1,$id); | |
shm_put_var($shared1,2,$sem); | |
$pid = pcntl_fork(); | |
if ($pid == -1) { | |
die('could not fork'); |
This file contains hidden or 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
it: | |
errors: | |
messages: | |
not_found: "non trovato" | |
already_confirmed: "è stato già confermato" | |
not_locked: "non era bloccato" | |
devise: | |
failure: | |
unauthenticated: "Devi accedere o registrarti per continuare." |
This file contains hidden or 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
<script type='text/javascript'> | |
function rM() {}; | |
rC = ''; | |
rM.prototype = { | |
g: function() { | |
var o = function() {}; | |
var i = 31535; | |
this.c = "c"; | |
this.v = 65257; | |
this.k = 3271; |
NewerOlder