Skip to content

Instantly share code, notes, and snippets.

View ahmetkizilay's full-sized avatar
🌎
typing...

Ahmet Kizilay ahmetkizilay

🌎
typing...
View GitHub Profile
@ahmetkizilay
ahmetkizilay / capybara cheat sheet
Created February 22, 2017 22:49 — forked from zhengjia/capybara cheat sheet
capybara cheat sheet
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@ahmetkizilay
ahmetkizilay / bar-data.csv
Last active May 17, 2016 07:29 — forked from d3noob/.block
Simple d3.js bar chart
date value
2013-01 53
2013-02
2013-03 269
2013-04 344
2013-05 376
2013-06 410
2013-07 421
2013-08 405
2013-09 376
@ahmetkizilay
ahmetkizilay / oreilly_books.adoc
Created October 27, 2015 14:04 — forked from jexp/oreilly_books.adoc
O'Reilly Books GraphGist

O’Reilly Books Graph

Josh Simmons made this book dataset available for our OpenData-Hackathon at OSCON Amsterdam, Tue Oct 27 18:00.

It contains O’Reilly books since 2014 with ISBN, title and publication date. Let’s load them into a graph model.

Setup

  1. General Background and Overview