I hereby claim:
- I am d-roch on github.
- I am roch (https://keybase.io/roch) on keybase.
- I have a public key ASD-TNkypXOt_KFTiqNoPHuuKMNNf1HIkkVgPgORdpP8MAo
To claim this, I am signing this object:
<lift:surround with="default" at="body"> | |
<div class="lift:MySnippet"> | |
<head_merge> | |
<meta property="og:type" content="" /> | |
<meta property="og:title" content="" /> | |
<meta property="og:image" content="" /> | |
<meta property="og:description" content="" /> | |
<meta property="og:url" content=""> | |
</head_merge> | |
</div> |
class MySnippet() { | |
def render = { | |
"meta" #> ("property=og:type [content]" #> "sampleType" & | |
"property=og:title [content]" #> "sampleTitle" & | |
"property=og:image [content]" #> "sampleImg" & | |
"property=og:url [content]" #> "sampleUrl") | |
} |
UPDATE table set field = replace(field, 'original', 'new'); |
array ( | |
0 => | |
array ( | |
'categorisation_prio.selection.Sélection Vintage' => | |
array ( | |
'order' => 'asc', | |
'missing' => '_last', | |
'ignore_unmapped' => true, | |
), | |
), |
var list = fetchList | |
while (list.size < limit) { | |
list = list ::: fetchList | |
} |
import org.apache.commons.codec.binary.Base64 | |
def pixel = Action { | |
val source: String = "R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=="; | |
val byteArray = Base64.decodeBase64(source.getBytes()) | |
Ok(byteArray).as("image/gif") | |
} |
language: java | |
env: | |
global: | |
- SONATYPE_USERNAME=yourusername | |
- secure: "your encrypted SONATYPE_PASSWORD=pass" | |
after_success: | |
- python addServer.py | |
- mvn clean deploy --settings ~/.m2/mySettings.xml |
I hereby claim:
To claim this, I am signing this object: