I hereby claim:
- I am nobodyiscertain on github.
- I am nobodyiscertain (https://keybase.io/nobodyiscertain) on keybase.
- I have a public key whose fingerprint is 3690 474B 7899 051D 2AA1 9938 1892 42C5 3D1B 1A69
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| def logo_view_was_tapped | |
| CATransaction.begin | |
| timing = CAMediaTimingFunction.send('functionWithControlPoints::::', 0.28, -0.3, 0.12, 1.0) | |
| rotateAnimation = CABasicAnimation.animationWithKeyPath("transform.rotation") | |
| rotateAnimation.toValue = Math::PI / 180 * 720 | |
| rotateAnimation.duration = 2.0 | |
| rotateAnimation.timingFunction = timing | |
| CATransaction.setCompletionBlock lambda { |
| title: Property | |
| fields: | |
| slug: | |
| hide: true | |
| title: | |
| required: true | |
| type: text | |
| property-details: | |
| type: section |
| --- | |
| title: About Heather | |
| listed: true | |
| published: true | |
| position: 2 | |
| --- | |
| {% extends parent %} | |
| {% block main %} |
| server { | |
| server_name example.com; | |
| root /var/www/example.com/public; | |
| index index.php; | |
| access_log /var/www/example.com/logs/access.log; | |
| error_log /var/www/example.com/logs/error.log; | |
| add_header "X-Built-With" "Statamic"; |
| # Public name of this content type | |
| name: Properties | |
| # TODO: explain | |
| slug: properties | |
| # Explanation for the backoffice | |
| description: A property to list | |
| # Default field (e.g title) |
| From 4e2941f885f07e282b07df0725294e4de6ede311 Mon Sep 17 00:00:00 2001 | |
| From: James Wagner <[email protected]> | |
| Date: Tue, 12 Aug 2014 21:37:04 -0700 | |
| Subject: [PATCH] Patch for Fieldtype_File | |
| --- | |
| _app/core/bundles/file/ft.file.php | 16 +++++++++------- | |
| 1 file changed, 9 insertions(+), 7 deletions(-) | |
| diff --git a/_app/core/bundles/file/ft.file.php b/_app/core/bundles/file/ft.file.php |
| get '/tweets.json' do | |
| if request.referrer == "http://example.com/blog/" | |
| jsonp @@twitter_client.home_timeline.map(&:attrs).first(5) | |
| else | |
| status 401 | |
| end | |
| end |