Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
Index:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"agency" : | |
{ | |
"agency_id" : "ART", | |
"agency_name" : "Arlington Transit", | |
"agency_url": "http://www.arlingtontransit.com/", | |
"agency_timezone" : "America/New_York" | |
}, | |
"routes" : |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSURL+FavoritesList.h | |
// FavoritesListTester | |
// | |
// Appends the URL to the end of the Favorite Items or Favorite Volumes list | |
// (found in the side bar of Finder windows and open/save dialogs, etc.) | |
// | |
// Notes: | |
// | |
// 1. Must be a file URL. |