View 4cxcw.userscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name 4cxcw | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@homepageURL https://gist.github.com/xianbaum/15f2d426d405e31d80f1527c637fe1fd/ | |
@updateURL https://gist.github.com/xianbaum/15f2d426d405e31d80f1527c637fe1fd/raw/ | |
==/UserStyle==*/ | |
/* | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. |
View helloable.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
/* | |
helloable.cpp | |
THIS SOURCE FILE IS IN THE PUBLIC DOMAIN | |
This source file was used as a basis to help me understand | |
how vtables are implemented, so that I could implement | |
an interface pattern in C. Try decompiling the source code for this |
View helloable.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stddef.h> | |
/* | |
helloable.c | |
THIS SOURCE FILE IS IN THE PUBLIC DOMAIN | |
Notes on this implementation: |
View githubcompact.userstyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name GitHub Compact | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@homepageURL https://gist.githubusercontent.com/xianbaum/486c01881984b7aa3c77d752270508c2/ | |
@updateURL https://gist.githubusercontent.com/xianbaum/486c01881984b7aa3c77d752270508c2/raw/ | |
@author Christian Michael Baum | |
==/UserStyle==*/ | |
/* |
View 4cxc.userscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name 4cxc | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@homepageURL https://gist.github.com/xianbaum/15f2d426d405e31d80f1527c637fe1fd/ | |
@updateURL https://gist.github.com/xianbaum/15f2d426d405e31d80f1527c637fe1fd/raw/ | |
==/UserStyle==*/ | |
/* | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. |
View stackoverflowcompactquestions.userscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Stack Overflow Compact Questions | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@homepageURL https://gist.github.com/xianbaum/9bfb718d9f1218d022b74fab4ebbc8a6/ | |
@updateURL https://gist.githubusercontent.com/xianbaum/9bfb718d9f1218d022b74fab4ebbc8a6/raw/ | |
@author Christian Michael Baum | |
==/UserStyle==*/ | |
/* |
View StrayKitty.user.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name StrayKitty | |
// @namespace http://christianbaum.com | |
// @description A cat toy | |
// @include * | |
// @version 2 | |
// @grant none | |
// ==/UserScript== | |
/* | |
Christian Baum |