I hereby claim:
- I am rowanj on github.
- I am rvalue (https://keybase.io/rvalue) on keybase.
- I have a public key ASCtrdu-MVr7c7alNt9_Uqb8iEGZ5Zejk3nuQQUQgyUFeAo
To claim this, I am signing this object:
go list -f '{{ join .Deps "\n" }}' | xargs -n 1 go list -f '{{ $path := .ImportPath}}{{ range $file := .GoFiles }}{{ $path }}{{ $file }}{{ "\n" }}{{ end }}' |
I hereby claim:
To claim this, I am signing this object:
<?php | |
require_once('wp-includes/post-thumbnail-template.php'); | |
$test_post = "some post specifier"; | |
$result = get_post_thumbnail_id($test_post); | |
print("testing the function: $result"); | |
?> |
/** | |
* Config was created in XVM Editor v0.7417 | |
* at Sat Mar 15 14:02:43 GMT+1100 2014 | |
*/ | |
{ | |
"configVersion": "5.0.1", | |
"editorVersion": "0.74", | |
"definition": { | |
"author": "rvalue (based on QuickyBaby)", | |
"date": "15/03/2014", |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>DVTConsoleDebuggerInputTextColor</key> | |
<string>0.127549 0.462659 0.782314 1</string> | |
<key>DVTConsoleDebuggerInputTextFont</key> | |
<string>Menlo-Bold - 12.0</string> | |
<key>DVTConsoleDebuggerOutputTextColor</key> | |
<string>0.127549 0.462659 0.782314 1</string> |
{ | |
"controller": "GalleryViewController", | |
"name": "background", | |
"color": { | |
"red": 0.16862745098039, | |
"green": 0.16862745098039, | |
"blue": 0.16862745098039 | |
}, | |
"subviews": [ | |
{ |
__author__ = '[email protected]' | |
import os | |
import fnmatch | |
import plistlib | |
import filecmp | |
import shutil | |
import sys |
[gui "net.phere.GitX"] | |
key = value |
#import <Foundation/Foundation.h> | |
@interface UIImage (Extensions) | |
+ (UIImage*)blankImage:(CGSize)_size; | |
+ (UIImage*)blankImage:(CGSize)_size withColor:(UIColor*)_color; | |
@end |