Skip to content

Instantly share code, notes, and snippets.

@theotherian
theotherian / Toggling Wifi via Applescript
Last active January 15, 2024 00:50
An AppleScript for toggling wifi on and off
A script for turning wifi on and off on a Mac
@theotherian
theotherian / Java Constant Gotchas
Last active December 19, 2015 12:19
Constants and how they can be misleading
Sample code for ways Java Constants may not work as you would expect
@theotherian
theotherian / Jersey Resource Filters via Custom Annotations
Last active March 5, 2018 17:51
A DynamicFeature implementation for binding filters to resources with Jersey 2.0, in this case flagging certain resources as not supporting Internet Explorer 6.
Files for demonstrating custom binding of Jersey resource filters using annotations