- NYU Software
- NYU Co-Op Laptop Loaning
- NYU Lynda
- NYU Classroom AV Services
- NYU Faculty
- Adding TA Permissions in NYU Classes
- NYU Classroom Reservations
- NYU Schools and Colleges
NYU Classes configuration for instructors:
Typically, once you request recordings and autoposting, the only other thing you need to do is set the Mediasite tab on your NYU Classes course site to visible via settings > tool order > mediasite. Recordings will show up in this tab a few weeks after you enter the request via virtual EMS.
- Converting QuickTime screen recordings to GIF format):
ffmpeg -i ~/Dropbox/Screenshares/YOUR_SCREENCAST.mov -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > admin/YOUR_SCREENCAST.gif
- Hiding all Folders on the Desktop:
defaults write com.apple.finder CreateDesktop false && killall Finder
- Recording a screencast with audio (ALMOST, BUT NOT FULLY WORKING):
- Installing Python 3 using Homebrew
- Forcibly pulling from upstream remote
- Debugging in Python
- Mapping Lists in Python 3 (different than Python 2)
- String Formatting
- Looping through dictionary keys
- Grouping a List of Dictionaries by Key
- Getting and Setting Environment Variables in Windows
- Testing in Python
- Using
pandas-datareader
package to request data from the Google Finance API - Django and Virtual Environments
Data for the "Groceries" and "Shopping Cart" and "CRUD App" projects are based on open data provided by Instacart. Fake prices have been added for instructional purposes.
"The Instacart Online Grocery Shopping Dataset 2017", Accessed from https://www.instacart.com/datasets/grocery-shopping-2017 on 2017-07-01.