Skip to content

Instantly share code, notes, and snippets.

View j-blandford's full-sized avatar

James j-blandford

View GitHub Profile
@Stektpotet
Stektpotet / core-manual.css
Last active November 1, 2015 15:05
Dark-theme documentation for viewing in Visual Studio 2015 dark-themed. Place core.css in `...\Unity\Editor\Data\Documentation\en\StaticFiles\css\`. Place core-manual.css in `...\Unity\Editor\Data\Documentation\en\StaticFilesManual\css\` and rename it to `core.css`.
/* ====================================================
* Company: Unity Technologies
* Author: Rickard Andersson, rickard@unity3d.com
* ====================================================
* Modified by : Halvor Smedås, stektpotet@gmail.com
* ==================================================== */
/*Fix for bottom part of the page, as pointed out by /u/EristicEscalator. Thanks!*/
body { background-color: #1E1E1E; }
@l0ki000
l0ki000 / csd-wrapper.sh
Last active January 19, 2024 11:56 — forked from zer4tul/gist:6477470
Cisco Anyconnect CSD wrapper for OpenConnect (exhanced to autodownload and autoupdate hostscan)
#!/bin/bash
# Cisco Anyconnect CSD wrapper for OpenConnect
# Enter your vpn host here
CSD_HOSTNAME=
if [[ -z ${CSD_HOSTNAME} ]]
then
echo "Define CSD_HOSTNAME with vpn-host in script text. Exiting."
exit 1
fi