I hereby claim:
- I am gernest on github.
- I am gernest (https://keybase.io/gernest) on keybase.
- I have a public key whose fingerprint is 24DA 1EF2 C24E 7593 74E4 DB5A 8EF1 31B6 33C2 4F75
To claim this, I am signing this object:
/* This file is part of VoltDB. | |
* Copyright (C) 2008-2018 VoltDB Inc. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining | |
* a copy of this software and associated documentation files (the | |
* "Software"), to deal in the Software without restriction, including | |
* without limitation the rights to use, copy, modify, merge, publish, | |
* distribute, sublicense, and/or sell copies of the Software, and to | |
* permit persons to whom the Software is furnished to do so, subject to | |
* the following conditions: |
I hereby claim:
To claim this, I am signing this object:
func grid1() *grid.Grid {
return &grid.Grid{
Cells: []*grid.Cell{
{
Mode: grid.Default,
Size: 1,
Children: cellChild(vecty.Text("1")),
},
{
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)
Find and replace occurance of a string ina all files in a directory
$ find ./wuxia/ -type f -exec sed -i -e 's/package wuxia/package gen/g' {} \;
#!/bin/sh | |
FILENAME=/home/fri/fessbox/backend-node/log/debug.log | |
SUFFIX=`date '+%Y.%m.%d-%H'` | |
if [ -s $FILENAME-$SUFFIX ] | |
then | |
sms=`/usr/bin/grep -cF "sms_in" $FILENAME-$SUFFIX` | |
calls=`/usr/bin/grep -cF "from ring to master" $FILENAME-$SUFFIX` |
ssh-copy-id [email protected]
I hereby claim:
To claim this, I am signing this object:
-- | |
-- Database: "smsd" | |
-- | |
-- CREATE USER "smsd" WITH NOCREATEDB NOCREATEUSER; | |
-- CREATE DATABASE "smsd" WITH OWNER = "smsd" ENCODING = 'UTF8'; | |
-- \connect "smsd" "smsd" | |
-- COMMENT ON DATABASE "smsd" IS 'Gammu SMSD Database'; | |
-- -------------------------------------------------------- | |
-- | |
-- Function declaration for updating timestamps |
// Breakpoints | |
$breakpoint-to-ems: true; | |
$print-media: 'print'; | |
$hidpi: min-resolution 143dppx; | |
// For use with max-width only: | |
//// +breakpoint(max-width: $tab-l) | |
$phone-p: 319px; | |
$phone-l: 479px; | |
$tab-p: 639px; |