example:
The fun part is that robin and I were actually researching for smurf costumes (it's bring your smurf to school day on monday...), but that the first suggestion on 'do sm...'
do smurfs have tails
I really did not see that comming
do smurfs have tails
give me the count of object for the last 24h grouped by hour
"select max(object_count) as object,date_trunc('hour',created_at) as date from bbstatistic_snapshot where object_name = ? and created_at between ? and ? group by date_trunc('hour',created_at) order by date_trunc('hour',created_at)"
/boot/kickstart/cluster-kickstart-pxe
def values = [
1333020,
1332872,
1332428,
1332280,
1331984,
1331836,
1331688,
1331540
]
values.each{def value ->
new File("${value}.xml") << new File("/Users/****/Documents/metadata/${value}.xml").text
}
ssh -L port:remoteServer:port remoteServer
<g:checkBox name="compare" id="1"/>
<g:checkBox name="compare" id="2"/>
<g:checkBox name="compare" id="3"/>
def compareBins = {
println params
}
out:
compare:[on, on, on]
jQuery(document).ready(function() {
$('input:checkbox').each(
function() {
$(this).click(function() {
if (this.checked) {
var value = $(this).attr('id');
$(this).val(value);
}
});
}
);
});
compare:[1,2,3]
compare:[1,3]