Skip to content

Instantly share code, notes, and snippets.

View RonanCodes's full-sized avatar
🔨
Breaking the build

Ronan Connolly RonanCodes

🔨
Breaking the build
View GitHub Profile
@yoggy
yoggy / gltest1.cpp
Created December 30, 2011 08:46
glTranslatef()を使う場合と等価なglMultMatrixf()の使い方サンプル
#ifdef WIN32
#include <SDKDDKVer.h>
#include <Windows.h>
#ifdef _DEBUG
#pragma comment(lib, "freeglutD.lib")
#else
#pragma comment(lib, "freeglut.lib")
#endif
#endif
@matt-snider
matt-snider / README.md
Last active April 6, 2022 21:54
Daily XKCD Dashing Widget

Preview

Description

A Dashing widget that shows the current xkcd comic.

The widget will display the current comic if it was published today, and otherwise it will find a random one. This ensures there is a new comic shown every day.

Dependencies

The only dependency is json.