Skip to content

Instantly share code, notes, and snippets.

View Hattshire's full-sized avatar
🍑

Oliver Hattshire Hattshire

🍑
View GitHub Profile
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active April 23, 2024 03:28
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@mertyildiran
mertyildiran / alphademo-gdk-pixbuf.c
Last active March 20, 2023 06:47
Display an animated GIF using GdkPixbufAnimation in a transparent window (GTK+)
#include <gtk/gtk.h>
#include <gdk/gdkscreen.h>
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <stdlib.h>
/*
* This program shows you how to create semi-transparent windows,
* without any of the historical screenshot hacks. It requires
* a modern system, with a compositing manager. I use xcompmgr
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 22, 2024 11:45
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites