Skip to content

Instantly share code, notes, and snippets.

View Wramberg's full-sized avatar

Jesper Wramberg Wramberg

  • Aalborg, Denmark
View GitHub Profile
@Wramberg
Wramberg / systemd_notifier.hpp
Last active May 14, 2022 18:03
C++ systemd notification without using systemd/sd-daemon.h
#ifndef SYSTEMD_NOTIFIER_HPP
#define SYSTEMD_NOTIFIER_HPP
/**
* @file systemd_notifier.hpp
* @brief Systemd notification helper.
*
* Note this helper deliberately avoids usage of systemd/sd-daemon.h as
* dependency towards this header seems like an odd coupling to make to have
* notification functionality.
*/
@Wramberg
Wramberg / Ocean Dark Soda Wrambergified.tmTheme
Created August 19, 2017 21:46
Sublime Text 3 Color Scheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>author</key>
<string>Saad Quadri - modified by Wramberg</string>