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
GitHub commit files based on PubMed, the public online medical reference library that - like Wikipedia- anyone can add to and/or/or edit. |
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
The plot - or is it story map? - of what I want to be when I grow up. | |
I should actually probably title this 'Ambition', come to to think of it... | |
My first goal is to become certified in Computer Science, hopefully at Lawrence Technical University in Southfield, unless I am able to access a possible future satellite in Detroit. Another option is working toward more direct certification under Grand Circus to obtain training for as many languages in programming as is safely humanly possible for the purpose of obtaining further employment in Grand Circus, itself. | |
Simultaneously, more efforts through Girl Develop It! and combining the subsequent skillet would allow for further flexibility when interacting with the client base I am currently working on building. | |
My main goal is to be able to provide both Web design and tech support through an as of yet unspecified team to be built and announced at a later date. |
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
<!-- iOS Device Startup Images --> | |
<!-- iPhone/iPod Touch Portrait – 320 x 460 (standard resolution) --> | |
<link rel="apple-touch-startup-image" href="images/ios/iphone-startup-320-460.png" media="screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 1)" /> | |
<!-- iPhone/iPod Touch (high-resolution) Portrait – 640 x 920 pixels --> | |
<link rel="apple-touch-startup-image" href="images/ios/iphone-startup-640-920.png" media="screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2)" /> | |
<!-- iPad Landscape 1024x748 --> | |
<link rel="apple-touch-startup-image" sizes="1024x748" href="images/ios/ipad-startup-1024-748.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 1)" /> |
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
1. Plug in external HD | |
2. In WHS Console go to "Server Storage" tab | |
3. Wait until you see the external HD appear in "Server Backup Hard Drives" section | |
4. In WHS Console go to "Computer & Backup" tab | |
5. Select "<whs> - Your home server" in the list of machines | |
6. Click "Backup Now" | |
7. Wait for backup to complete | |
8. Go back to "Server Storage" tab and | |
9. Disconnect external HD |
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
BEGIN { | |
FS = "," | |
bytes_created = 0 | |
bytes_wrote = 0 | |
bytes_deleted = 0 | |
} | |
$4 == "createFile" { | |
bytes_field_length = length($10) | |
bytes_created += substr($10, 3, bytes_field_length-3) |
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 | |
/** | |
* do the same than parse_str without max_input_vars limitation | |
* @param $string array string to parse | |
* @return array query parsed | |
**/ | |
function my_parse_str($string) { | |
$result = array(); | |
// find the pairs "name=value" |
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
Note: Tested in Elementary OS Luna | |
1- Download the firmware from: http://www.broadcom.com/support/802.11/linux_sta.php | |
2- Unzip a move to dir | |
3- make | |
4- Uninstall previous versions: |
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
cordova plugin add https://github.com/phonegap/phonegap-facebook-plugin.git --variable APP_ID="YOUR_FB_APP_ID" --variable APP_NAME="YOUR_APP_NAME" |
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
package ; | |
import cpp.Lib; | |
import haxe.Int64; | |
/** | |
* A square root approximator. | |
* | |
* @author lemon42 | |
*/ |
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 | |
/* | |
* Plugin Name: EDD Double Pagination | |
*/ | |
function pw_edd_duplicate_pagination() { | |
?> | |
<script type="text/javascript"> | |
jQuery(document).ready(function($) { |
OlderNewer