Skip to content

Instantly share code, notes, and snippets.

View derjust's full-sized avatar

Sebastian J. derjust

  • Comcast
  • New York City
View GitHub Profile
@derjust
derjust / ActiveDirectoryDecoratorFilter.java
Created April 17, 2019 20:29 — forked from dblock/ActiveDirectoryDecoratorFilter.java
Obtain additional user information from ActiveDirectory using Com4J
//
// from http://waffle.codeplex.com/workitem/10034
//
package waffle.servlet.spi;
import java.io.IOException;
import java.security.Principal;
import java.util.Date;
import java.util.Enumeration;
@derjust
derjust / 01-reveal-md-plantuml.md
Created June 13, 2022 18:43 — forked from kekru/01-reveal-md-plantuml.md
reveal-md integrate plantuml

Integrate plantuml in reveal-md

This is how to integrate plantuml scripts in you reveal-md presentations.

Download the preproc.js from below to your project and replace the plantuml server url with your plantuml server.
Also replace the plantumlDir with your target dir for the generated png files.
Run reveal-md with the preproc.js:

reveal-md slides.md --preprocessor preproc.js