Skip to content

Instantly share code, notes, and snippets.

View PHPirates's full-sized avatar

Thomas Schouten PHPirates

View GitHub Profile
@PHPirates
PHPirates / pointers.c
Created October 6, 2018 10:47
Quick reference on C pointers
/**
* @file pointers
* @brief A hello world example.
*
* This a file with some pointers. Documentation can be generated with doxygen.
*/
#include <stdio.h>
/**
@PHPirates
PHPirates / CtrlAltS.ahk
Created October 11, 2018 12:03
Autohotkey backups
^!S::
{
Run, "C:\Windows\Sysnative\SnippingTool.exe"\
WinWaitActive, Snipping Tool
Send ^n
}
@PHPirates
PHPirates / build.gradle
Last active April 6, 2019 19:38 — forked from thomas15v/build.gradle
Debug your Jetbrains plugin in non-IntelliJ IDEs, in this example we use PyCharm. To use: run the runIde task.
plugins {
id "org.jetbrains.intellij" version "0.3.12"
id "maven"
id "de.undercouch.download" version "3.4.3"
// Plugin which can check for Gradle dependencies, use the help/dependencyUpdates task.
id 'com.github.ben-manes.versions' version '0.20.0'
// Plugin which can update Gradle dependencies, use the help/useLatestVersions task.
@PHPirates
PHPirates / sagetex.sty
Created September 17, 2020 06:34
sagetex.sty SageMath 9.1 sagetex 3.5-1
%%
%% This is file `sagetex.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% sagetex.dtx (with options: `latex')
%% py-and-sty.dtx (with options: `latex')
%%
%% This is a generated file. It is part of the SageTeX package.