Skip to content

Instantly share code, notes, and snippets.

@em7
em7 / example.emacs.el
Created April 16, 2017 18:04
Example .emacs setup
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; .emacs ;;
;; Author: Pavel Penev ;;
;; Licence: MIT ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; This file describes a basic Emacs setup. Feel free to modify it to
;; your liking.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@em7
em7 / gist:88d511d993c908d18a25aec41d2d7fa3
Created September 26, 2017 11:27 — forked from berlinbrown/gist:4176103
Simple Java 2D Example, Double Buffering
/**
* Copyright (c) 2006-2010 Berlin Brown and botnode.com All Rights Reserved
*
* http://www.opensource.org/licenses/bsd-license.php
* All rights reserved.
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met: