Skip to content

Instantly share code, notes, and snippets.

@karolhrdina
karolhrdina / keybase.md
Created September 30, 2021 13:54
keybase.md

Keybase proof

I hereby claim:

  • I am karolhrdina on github.
  • I am karolhrdina (https://keybase.io/karolhrdina) on keybase.
  • I have a public key whose fingerprint is 7740 5269 0794 6C90 D1CE 8C39 6D89 D918 E978 C3C2

To claim this, I am signing this object:

@karolhrdina
karolhrdina / main.go
Last active February 10, 2020 15:12
Question about echo server
package main
import (
"fmt"
"net/http"
"github.com/labstack/echo/v4"
)
func main() {
@karolhrdina
karolhrdina / output
Created July 23, 2018 14:56
zproject PR#1101 revert
kj@vrrr:~/temp/zproject_test> gsl project.xml
GSL/4.1.5 Copyright (c) 1996-2016 iMatix Corporation
GSL Developers 2016-2017
gsl/4 I: Processing project.xml...
gsl/4 M: Generating skeleton for src/gerald_selftest.c
gsl/4 M: Generating skeleton for include/gerald.h
gsl/4 M: Generating skeleton for include/util.h
gsl/4 M: Generating skeleton for src/util.c
gsl/4 M: NOT regenerating an existing .gitignore file; you might want to move yours out of the way and re-generate the project again to get updated settings
gsl/4 M: NOT regenerating an existing .gitattributes file; you might want to move yours out of the way and re-generate the project again to get updated settings
@karolhrdina
karolhrdina / build.sh
Last active April 4, 2018 15:57
czmq/zproc_t: `zproc_set_stdin ()` breaks everything
#!/bin/bash
rm -f run_test
gcc -Wall -Werror -lczmq -DCZMQ_BUILD_DRAFT_API=1 zproc_issue.c -o run_test
@karolhrdina
karolhrdina / build.sh
Created December 5, 2016 15:25
zeromq/malamute Issue #217 Code
#!/bin/bash
rm -f run
gcc reproduce.c -lczmq -lmlm -o run
@karolhrdina
karolhrdina / build
Created May 3, 2016 08:35
PROBLEM: zfile_eof () does not work OR i am not using it propertly
# Tried agains latest upstream master
# libzqm commit fc7d5e7fbb64e4a0feaf6b2dbce3676678e664d6
# czmq: commit 6634a6c26b79b55f606a823be728e1eed1441e83
rm -f test
gcc -lczmq test.c -o test