Skip to content

Instantly share code, notes, and snippets.

@DroopyTersen
DroopyTersen / OrientationPublisher.js
Last active August 29, 2015 14:15
Compass in the Browser
//http://mobiforge.com/design-development/html5-mobile-web-device-orientation-events
(function(window, $) {
window.OrientationPublisher = {
active: false
};
//Setup listener
OrientationPublisher.init = function() {
if (window.DeviceOrientationEvent && !OrientationPublisher.active) {
window.addEventListener("deviceorientation", OrientationPublisher.orientationChange, false);
@mono0926
mono0926 / commit_message_example.md
Last active March 26, 2026 20:05
[転載] gitにおけるコミットログ/メッセージ例文集100