This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
<?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 |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.