Skip to content

Instantly share code, notes, and snippets.

View pensiero's full-sized avatar
🍕
Eating a Pizza

Oscar Fanelli pensiero

🍕
Eating a Pizza
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pensiero on github.
  • I am pensiero (https://keybase.io/pensiero) on keybase.
  • I have a public key ASD75Fyp_O_p-u8UYDR_Iy6JiVAuDnWt-SMRO43tvt58_go

To claim this, I am signing this object:

- MGS 4
- LittleBigPlanet
- Uncharted
- Uncharted 2
- Prince of Persia
- NFS: Shift
- NFS: Underground
- GTA IV
- Mirror's Edge
- DeBlob2
<?php
function elaborateParams($params, $notAllowedKey)
{
// scorre i parametri dei filtri
$paramsString = "";
$paramsStringWithEverything = "";
$i = 0;
foreach ($params as $key => $param) {
<?php
$cars = [
[
'engine' => 'gasoline',
'doors' => 3,
'color' => 'red',
'cc' => '1200',
'release' => '2016',
],
object(Zend\Http\Response)[1337]
protected 'recommendedReasonPhrases' =>
array (size=57)
100 => string 'Continue' (length=8)
101 => string 'Switching Protocols' (length=19)
102 => string 'Processing' (length=10)
200 => string 'OK' (length=2)
201 => string 'Created' (length=7)
202 => string 'Accepted' (length=8)
203 => string 'Non-Authoritative Information' (length=29)
class Tile extends Entity {
/**
* @ORM\OneToOne(
* targetEntity="Domino\Entity\Tile",
* mappedBy="tileLeft",
* cascade={"persist", "merge"}
* )
* @var Tile
*/
SELECT DISTINCT t1.sess
FROM (
wp_cf7groups AS t1
INNER JOIN wp_cf7dbplugin_submits AS t2 ON ( t1.cf1 = t2.submit_time
OR t1.cf2 = t2.submit_time )
)
WHERE t2.form_name
IN (
'Azienda1', 'Azienda2'
)
$('.bs-sidebar').affix({
offset: {
top: $('.bs-sidebar').offset().top,
bottom: function () {
return (this.bottom = $('body > footer').outerHeight(true) + 50)
}
}
});
<?php
function printOdds() {
$i = 0;
while ($i <= 100) {
if ($i % 2 != 0) {
echo $i . " ";
}
$i++;
}
<?php
$job = $this->_jobManager->get('Toms\Job\VisitJob');
$this->_queue->push($job);