- https://www.flickr.com/services/api/
- https://www.flickr.com/services/api/flickr.photos.getSizes.html
- https://www.flickr.com/services/api/flickr.people.getPhotos.html
- https://github.com/jrtilson/phpflickr - php wrapper for the flicr api
- http://timeline.knightlab.com/docs/instantiate-a-timeline.html
This file contains hidden or 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
<img src="https://archive.org/download/AliciasShoes/alicias_shoes.jpg" /> |
This file contains hidden or 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
article,audio,collection,data,education,etree,image,movies,other,software,texts,web |
This file contains hidden or 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
http://archive.org/details/IDENTIFIER | |
http://archive.org/download/IDENTIFIER/FILENAME.EXT | |
http://archive.org/services/img/IDENTIFIER | |
http://archive.org/embed/IDENTIFIER | |
http://archive.org/compress/IDENTIFIER/formats=JPEG&file=/IDENTIFIER.zip | |
https://archive.org/edit/IDENTIFIER | |
https://archive.org/manage/IDENTIFIER |
Additional examples of how to use @jjake's A python interface to archive.org
This file contains hidden or 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
<?php | |
require_once(dirname(__FILE__).'/bootstrap.php'); | |
$oParser = new Sabberworm\CSS\Parser(file_get_contents('php://stdin')); | |
$oCss = $oParser->parse(); | |
foreach($oCss->getAllDeclarationBlocks() as $oBlock) { | |
foreach($oBlock->getSelectors() as $oSelector) { |
NewerOlder