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
/* stdio.h | |
Definitions for stream input/output. | |
Copyright (c) Borland International 1987,1988,1990,1991 | |
All Rights Reserved. | |
*/ | |
#ifndef __STDIO_H | |
#define __STDIO_H |
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
<?php | |
/** | |
* Get YouTube Embed URL | |
* @author Ali Haris (cyberatoll.com) | |
*/ | |
/** | |
* @param url | |
* @return youtube embed url |
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
/* clearfix hack */ | |
.clearfix:after { | |
visibility: hidden; | |
display: block; | |
font-size: 0; | |
content: " "; | |
clear: both; | |
height: 0; | |
} | |
.clearfix { |
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
<?php | |
/** | |
* Featured Image Support for Wodpress Theme | |
* @author Ali Haris (@iharis) (http://gist.github.com/harisdozz) | |
* @since 1349163394 | |
*/ | |
/** | |
* Add the following to theme functions.php to enable the core-function |
NewerOlder