Skip to content

Instantly share code, notes, and snippets.

@c0nscience
c0nscience / cities_skylines_mods.txt
Last active January 4, 2023 14:48
List of cities skylines mods in the correct order
workshop_download_item 255710 2040656402
workshop_download_item 255710 1625704117
workshop_download_item 255710 1562650024
workshop_download_item 255710 2030755273
workshop_download_item 255710 1619685021
workshop_download_item 255710 1567569285
workshop_download_item 255710 2862121823
workshop_download_item 255710 2502526929
workshop_download_item 255710 1721492498
workshop_download_item 255710 1637663252
@c0nscience
c0nscience / human-aws-environment.js
Last active November 17, 2021 12:51
This script runs only on the aws console and replaces the account idea at the top with something more meaningful. If you are working in a multi-account environment this might come in handy.
// ==UserScript==
// @name Human AWS Environment
// @namespace http://noidea.com/
// @version 1
// @description Replaces the account id with a human readable label.
// @author Benjamin Herzig
// @icon64 https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png
// @grant none
// @include /^https:\/\/.*console.aws.amazon.com.*$/
// @run-at document-end
@c0nscience
c0nscience / Windows10-Setup.ps1
Created November 30, 2018 12:53 — forked from willwm/Windows10-Setup.ps1
Windows 10 Setup (Chocolatey + Boxstarter)
### Base Windows Configuration ###
# Enable Windows Features...
Enable-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online -NoRestart
Enable-WindowsOptionalFeature -FeatureName Containers -Online -NoRestart
Enable-WindowsOptionalFeature -FeatureName Microsoft-Windows-Subsystem-Linux -Online -NoRestart
### Chocolatey Installs ###
# Install Chocolatey: https://chocolatey.org/install
@c0nscience
c0nscience / uninstall_vmware.sh
Created June 30, 2018 15:06 — forked from boneskull/uninstall_vmware.sh
completely uninstall vmware on mac
#!/usr/bin/env bash
# Usage: bash uninstall_vmware.bash
remove() {
entry="$1"
echo -ne "Removing \e[1;34m$entry\e[0m... "
sudo rm -rf "$entry" &> /tmp/uninstall-vmware.log
if [[ ! -e "$entry" ]]; then
echo -e "\e[1;32mOK\e[0m"
% $Id: deChicago.bst 738 2009-10-12 13:52:35Z herbert $
%
% "Chicago" BibTeX style, deChicago.bst for the DANTE Edition series
% ==================================================================
% supports field url and urldate
%
% BibTeX `chicago' style file for BibTeX version 0.99c, LaTeX version 2.09
% Place it in a file called chicago.bst in the BibTeX search path.
% You need to include chicago.sty as a \documentstyle option.
% (Placing it in the same directory as the LaTeX document should also work.)