Skip to content

Instantly share code, notes, and snippets.

View bufferoverflow's full-sized avatar

Roger Meier bufferoverflow

View GitHub Profile
@bufferoverflow
bufferoverflow / Siemens CLA.md
Last active May 26, 2023 12:41
Siemens CLA

Contribution License Agreement (version 1.1, March 26, 2021)

Thank you for your interest in contributing to open source software projects made available by Siemens AG or its affiliates (“Siemens”). When you sign a Contribution License Agreement (CLA), you give Siemens the legal permission to use and distribute your contribution. You do not surrender ownership of your contribution, and you do not give up any of your rights to use your contribution elsewhere.

This Contribution License Agreement (“Agreement”) is agreed to by the party

http://www.cmake.org/Wiki/CMake_Useful_Variables
@bufferoverflow
bufferoverflow / rebuilder
Last active January 4, 2016 14:59
rebuilder
# apt-get install inotify-tools
while inotifywait -e close_write features.md ; do md2html features.md > features.html ; done
@bufferoverflow
bufferoverflow / imapd.conf
Created January 14, 2014 22:27
let cyrus do RFC 6154 for Outlook 2013 & co here's the /etc/imapd.conf snipped
# Special-Use Mailboxes. Use xlist- prefix to the list of special use
# attributes defined in RFC 6154. Attribute name in the configuration
# key should be defined in lowercase. The attribute value is case
# sensitive, may contain whitespace and and must be valid
# UTF7-IMAP string.
#
xlist-archive: Archives
xlist-drafts: Drafts
xlist-sent: Sent
xlist-spam: Spam
The Joel Test: 12 Steps to Better Code
http://www.joelonsoftware.com/articles/fog0000000043.html
-2!!
Top 10 Secure Coding Practices
https://www.securecoding.cert.org/confluence/display/seccode/Top+10+Secure+Coding+Practices
@bufferoverflow
bufferoverflow / gist:1119994
Created August 2, 2011 10:43
Thrift Unit Tests (boost XML result)
cd lib/cpp/test/
./UnitTests --output_format=XML --log_level=all --report_level=no --log_sink=UnitTests.xml
start Xvfb
$ Xvfb :99
create a screenshot on a xvfb:
$ export DISPLAY=:99
$ import -window root screenshot.png