Skip to content

Instantly share code, notes, and snippets.

View spacepluk's full-sized avatar

Oscar Morante spacepluk

  • Berlin
  • 02:22 (UTC +02:00)
View GitHub Profile
Section "InputClass"
Identifier "Razer Blade Touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "ClickPad" "false"
Option "PalmDetect" "true"
Option "PalmMinZ" "70"
Option "AreaRightEdge" "3500"
EndSection
command() {
local pods=($(IFS=$' ' get-podnames $1))
local cmd=${2:-bash}
local tmux_pane=$TMUX_PANE
local i=0
for pod in ${pods[*]}; do
if [ -z "$TMUX" ]; then
kubectl exec -i -t $pod -- "$cmd"
else
(node:5121) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
(node:5121) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
(node:5121) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[19:42:29] Using gulpfile ~/workspace/iris-webclient/gulpfile.js
[19:42:29] Starting 'release'...
[19:42:29] Starting 'clean'...
[19:42:29] Finished 'clean' after 4.65 ms
[19:42:29] Starting 'force-prod'...
[19:42:29] Finished 'force-prod' after 31 μs
[19:42:29] Starting 'static'...
["850ca9e0fefe4613725980a5e48282cef211d123b7b16e1848d52c60d0dcc84370ca182c024025bd41c597b5eaee4615cc941e464328aa79c822097ac045209c","2016-04-22T07:18:45.330Z","play","start","TV","DLVY9839046966003878","IZZI:18029918","juanmaria.egido@mirada.tv"]
["850ca9e0fefe4613725980a5e48282cef211d123b7b16e1848d52c60d0dcc84370ca182c024025bd41c597b5eaee4615cc941e464328aa79c822097ac045209c","2016-04-22T07:18:50.903Z","play","stop","TV","DLVY9839046966003878","IZZI:18029918","juanmaria.egido@mirada.tv"]
["bfa56142ea666d9e6fbb7592493ecf0418098dd94a24d5eeb5a1b2f89ba33a6542819f7ed3fa8932ea2e78eb40e52e1aa69f7bae3839a4f4af9fbfacbe885306","2016-04-22T07:30:10.420Z","play","start","TV","DLVY9839046969007838","IZZI:18029918","juanmaria.egido@mirada.tv"]
["bfa56142ea666d9e6fbb7592493ecf0418098dd94a24d5eeb5a1b2f89ba33a6542819f7ed3fa8932ea2e78eb40e52e1aa69f7bae3839a4f4af9fbfacbe885306","2016-04-22T07:30:10.628Z","play","stop","TV","DLVY9839046969007838","IZZI:18029918","juanmaria.egido@mirada.tv"]
["bfa56142ea666d9e6fbb7592493ecf041809
["69dcbbd585c55b97e1db02f2e0d6893fd939d7b278e1565ca43ce7457e756cf12adc4cf0ce233beba0faa4135565271bae592fc80e5c6463c724c6f5c3307aef","2016-06-01T12:56:45.157Z","play","start","CATCHUP","DLVY3295120969008209","IZZI:CD.DE:visualon","visual"]
["69dcbbd585c55b97e1db02f2e0d6893fd939d7b278e1565ca43ce7457e756cf12adc4cf0ce233beba0faa4135565271bae592fc80e5c6463c724c6f5c3307aef","2016-06-01T12:56:51.139Z","play","stop","CATCHUP","DLVY3295120969008209","IZZI:CD.DE:visualon","visual"]
["69dcbbd585c55b97e1db02f2e0d6893fd939d7b278e1565ca43ce7457e756cf12adc4cf0ce233beba0faa4135565271bae592fc80e5c6463c724c6f5c3307aef","2016-06-01T13:05:28.401Z","play","stop","CATCHUP","DLVY3295120969008209","IZZI:CD.DE:visualon","visual"]
["69dcbbd585c55b97e1db02f2e0d6893fd939d7b278e1565ca43ce7457e756cf12adc4cf0ce233beba0faa4135565271bae592fc80e5c6463c724c6f5c3307aef","2016-06-01T13:05:32.703Z","play","start","CATCHUP","DLVY3295120969008209","IZZI:CD.DE:visualon","visual"]
["69dcbbd585c55b97e1db02f2e0d6893fd939d7b278e1565ca43ce7457e756cf12adc
{
"name": "asdf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
{
"name": "asdf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
tcp 0 0 localhost.localdo:31010 *:* LISTEN
tcp6 0 0 localhost.localdo:31010 [::]:* LISTEN
select trim(pgdb.datname) as Database,
trim(pgn.nspname) as Schema,
trim(a.name) as Table,
b.mbytes,
a.rows
from
(select db_id,
id,
name,
sum(rows) as rows
drop view tvmetrix.metrix.`vodusage/raw`;
create view tvmetrix.metrix.`vodusage/raw` as
(select
t.dir0 as upload_date,
-- Event fields
cast(t.streaming_data_id as bigint) as streaming_data_id,
cast(t.`module` as varchar) as `module`,
cast(t.event as varchar) as event,
to_timestamp(regexp_replace(t.`timestamp`, '[TZ]', ''),
'yyyy-MM-ddHH:mm:ss.SSS') as `timestamp`,