Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
Inspired by the following exchange on Twitter, in which someone captures and posts a valuable video onto Twitter, but doesn't have the resources to easily transcribe it for the hearing-impaired, I thought it'd be fun to try out Amazon's AWS Transcribe service to help with this problem, and to see if I could do it all from the bash command-line like a Unix dork.
The instructions and code below show how to use command-line tools/scripting and Amazon's Transcribe service to transcribe the audio from online video. tl;dr: AWS Transcribe is a pretty amaz
| """"Create "The Matrix" of binary numbers scrolling vertically in your terminal. | |
| original code adapted from juancarlospaco: | |
| - http://ubuntuforums.org/showpost.php?p=10306676 | |
| Inspired by the movie: The Matrix | |
| - Corey Goldberg (2013) | |
| Requires: |
| #!/usr/bin/python | |
| # | |
| # Example usage | |
| # $ ./gangnam.py | gnuplot | |
| # 9 | |
| # 0 0 | |
| # 1 1 | |
| # 2 2 | |
| # 0 2 | |
| # 1 1 |