Skip to content

Instantly share code, notes, and snippets.

View kittenlogic's full-sized avatar
🌴
On vacation

Emily Martinez kittenlogic

🌴
On vacation
  • Los Angeles, CA
View GitHub Profile
@kittenlogic
kittenlogic / gist:9e64bf325dbbd4f3da9026d281b7ee11
Created June 23, 2016 23:28 — forked from tullyhansen/gist:7621632
Draft spec 0.3 for a bot taxonomy (see also http://i.imgur.com/bKXNQ0V.png) #botALLY
# Towards a Taxonomy of Twitter Bots
## Intro
- towards a definition - autonomous non-human agents on Twitter
- critical thinking - MECE, rabbit rule, holding hands
- patterns of behaviour, rather than content
- Twitter largely a textual medium
- crossover between two broadest categories (automated/event-driven), but largely one or the other (maybe?)
- some bots will exhibit both behaviours (active/reactive), but tend to favour one (most commonly, tweeters will also exhibit conversationalist behaviours)
@kittenlogic
kittenlogic / acf_slider_bootstrap
Created May 28, 2016 09:14 — forked from webgurus/acf_slider_bootstrap
Root's bootstrap slider example with Advanced Custom Fields Gallery plugin.
<?php
/* SLIDER CUSTOM FIELD FOR HOMEPAGE */
$images = get_field('slider_photos');
$count=0;
$count1=0;
if($images) : ?>
<div id="slider">
<div id="carousel" class="carousel slide">
<!-- Indicators -->