Keybase proof
I hereby claim:
- I am niklasjordan on github.
- I am n1klas (https://keybase.io/n1klas) on keybase.
- I have a public key ASDdc3Oov5uHedSbNa8KZafHivXQtIoPBtHjuQFygTOlBAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
by Tatiana Mac
Before I'll agree to a speaking event, I try to do as much research I can around the event to ensure it aligns with my ethos. I want to share this in case it's helpful to any other speakers.
(* | |
http://zoesmith.io | |
Export Bookmarks from Evernote to Pinboard | |
v1.4 12th September 2012 | |
This script takes selected notes in Evernote and sends an email for each to Pinboard, extracting each note's title, source URL and associated tags. The user should enter their Pinboard email address in the pinboardEmail property below, and can choose a default tag to add to each bookmark on import. | |
This code is hacky, horrible and non-error checking (but it worked for me). Don't use on thousands of notes at a time, it'll go all crashy. Try selecting one test note first to see if it works for you. | |
Change log: |
import React from 'react'; | |
import './SearchBar.css'; | |
class SearchBar extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
search: '' |
<br /> <div class="alert alert-success"><h4>Thank you so much for your support and being part of our community!</h4><p>As a first time website contributor, your question was held in moderation. In fact, one of our moderators have to approve your contribution before it is public. Sorry, for this "human loop", in the next hours your contribution should be public.</p></div>
Please help us figure out what happened so we can fix it!
I hereby claim:
To claim this, I am signing this object:
<?php if($page->isHomepage()): ?> | |
Foo | |
<?php else: ?> | |
Bar | |
<?php endif ?> |
<f:cObject typoscriptObjectPath="lib.content" /> |
<?php snippet('header') ?> | |
<?php foreach($page->children()->flip() as $article): ?> | |
<?php if($article->template() == 'link'): ?> | |
<!-- link html --> | |
<?php elseif($article->template() == 'article'): ?> |
setTimeout('_gaq.push([\'_trackEvent\', \'NoBounce\', \'Over 5 seconds\'])',5000); |