Skip to content

Instantly share code, notes, and snippets.

@chrissimpkins
chrissimpkins / gist:5bf5686bae86b8129bee
Last active March 6, 2023 00:10
Atom Editor Cheat Sheet: macOS

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key
@jeremeamia
jeremeamia / Marshaler.php
Last active August 29, 2015 14:07
Idea for DynamoDB helper that supports the new document data model.
<?php
namespace Aws\DynamoDb;
/**
* Marshals JSON documents or array representations of JSON documents into the
* parameter structure required by DynamoDB. Also allows for unmarshaling. Does
* not support binary (B) or set (*S) types, since they are not supported
* explicitly in JSON.
*/
class Marshaler
@dergachev
dergachev / GIF-Screencast-OSX.md
Last active May 2, 2024 05:55
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: