Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Organizations

@fradevhq
lukasmalkmus/README.md

Hi there 👋

It's me, Lukas. Software developer by day and night.

🌱 My latest projects

🔭 Latest releases I've contributed to

💬 Feedback

If you use one of my projects, I'd love to hear from you! Don't be shy and let me know what you liked and what needs being improved. Got an issue? Open a ticket, I don't bite and will try my best to help!

📫 How to reach me

I try to be @lukasmalkmus everywhere:


Shout out to Christian Muehlhaeuser for the README inspiration! Check out his markscribe project.

Pinned

  1. A Raspberry Pi CPU temperature exporter.

    Go 41 10

  2. Personal blog and portfolio powered by Hugo.

    HTML 1 1

  3. A prometheus exporter for the Tankerkoenig API (gas prices).

    Go 5 2

  4. 1
    # crontab -e
    2
    * * * * * /opt/vc/bin/vcgencmd measure_temp | awk -F"=" '{print $2}' | awk -F"'" '{print "node_cpu_temperature " $1}' > /var/lib/node_exporter/textfile_collector/cpu_temp.prom.$$ && mv /var/lib/node_exporter/textfile_collector/cpu_temp.prom.$$ /var/lib/node_exporter/textfile_collector/cpu_temp.prom
  5. 1
    import (
    2
    	"reflect"
    3
    	"testing"
    4
    )
    5
    
                  
  6. A toolchain for a simple programming language, inspired by the Go toolchain.

    Go 1 1

440 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 8 commits in 1 repository
Created 1 repository

Created an issue in golangci/golangci-lint that received 1 comment

Error: build flag -mod=readonly only valid when using modules

Thank you for creating the issue! Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. Yes, I'…

3 of 3 1 comment
Opened 1 other issue in 1 repository
schollz/progressbar
1 open
9 contributions in private repositories Nov 2 – Nov 14

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.