Skip to content

Instantly share code, notes, and snippets.

View nicklasb's full-sized avatar
💭
Busy inventing

Nicklas Börjesson nicklasb

💭
Busy inventing
  • Optimal BPM AB
  • Sweden
View GitHub Profile
@nicklasb
nicklasb / # qt-webkit - 2023-02-15_21-01-17.txt
Created February 15, 2023 20:45
qt-webkit (kde-mac/kde/qt-webkit) on macOS 12.6 - Homebrew build logs
Homebrew build logs for kde-mac/kde/qt-webkit on macOS 12.6
Build date: 2023-02-15 21:01:17
@nicklasb
nicklasb / test_exchange_message.py
Created March 31, 2015 13:09
Ultra-ugly test of message
__author__ = 'Nicklas Börjesson'
from lxml.builder import ElementMaker
import lxml.etree
from pyexchange import Exchange2010Service, ExchangeNTLMAuthConnection
URL = u'https://your_server/EWS/Exchange.asmx'
USERNAME = u'your_domain\\your_account'