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 0275 1D5D 582C 9615 758C 7F84 0D2B 9AA3 E49E AF69
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| func main() { | |
| //A simple application for printing out a calendar | |
| //Algorithm used(Hey I'm no good in algorithms just |
| // 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; |
| -- | |
| -- 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 |
I hereby claim:
To claim this, I am signing this object:
ssh-copy-id [email protected]
| #!/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` |
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' {} \;
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)func grid1() *grid.Grid {
return &grid.Grid{
Cells: []*grid.Cell{
{
Mode: grid.Default,
Size: 1,
Children: cellChild(vecty.Text("1")),
},
{I hereby claim:
To claim this, I am signing this object: