Skip to content

Instantly share code, notes, and snippets.

View clemblanco's full-sized avatar
✌️

Clem Blanco clemblanco

✌️
View GitHub Profile
@clemblanco
clemblanco / hasBeenVotedBy.php
Created May 30, 2013 10:58
Tests if a Picture entity has already been voted by a specific User.
<?php
/**
* Tests if a Picture entity has already been voted by a specific User.
*
* @param Innteger $userId The User ID.
* @return boolean TRUE if the predicate is TRUE for at least one element, FALSE otherwise.
*/
public function hasBeenVotedBy($userId)
{
@clemblanco
clemblanco / ST_RegexSearchMultiLine
Last active May 10, 2024 15:06
Sublime Text 2 Regex Multiline Search
<head>((?!</head>).|\n)+</head>