http://example.com
http://example.com
library(tidygraph) | |
library(particles) | |
library(jsonlite) | |
library(magick) | |
# Prepare text polygons | |
text <- read_json('text.json') | |
par_text <- text$layers[[3]]$paths | |
on_text <- text$layers[[2]]$paths | |
cran_text <- text$layers[[1]]$paths |
http://example.com
http://example.com
EMOJI CHEAT SHEET
Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.
People
😄
import turtle | |
screen = turtle.Screen() | |
screen.setup(800,600) | |
circle = turtle.Turtle() | |
circle.shape('circle') | |
circle.color('red') | |
circle.speed('fastest') | |
circle.up() |
## Licence: GPL 2 or 3 <https://www.gnu.org/licenses/licenses.html#GPL> | |
## Author: Ioannis Kosmidis <[email protected]> | |
## Date: 21 December 2017 | |
#' A function to create artifical snow using R base graphics and the animation package | |
#' | |
#' @param n_flakes how many flakes to throw? | |
#' @param fall_speed how fast should the snow fall? There will be a \code{1/fall_speed} seconds delay between moves | |
#' @param max_flake_size what is the maximum flake size (same as cex in \code{\link{plot}}) | |
#' @param eps how much is the flake allowed to move to the left and to the right? (emulating wind) |
Pump Name | X coordinate | Y coordinate | |
---|---|---|---|
Broad St. | 51.513341 | -0.136668 | |
Crown Chapel | 51.513876 | -0.139586 | |
Gt Marlborough | 51.514906 | -0.139671 | |
Dean St. | 51.512354 | -0.13163 | |
So Soho | 51.512139 | -0.133594 | |
Briddle St. | 51.511542 | -0.135919 | |
Coventry St. | 51.510019 | -0.133962 | |
Warwick | 51.511295 | -0.138199 |
order | date | attacks | deaths | |
---|---|---|---|---|
1 | 1854-08-19 | 1 | 1 | |
2 | 1854-08-20 | 1 | 0 | |
3 | 1854-08-21 | 1 | 2 | |
4 | 1854-08-22 | 0 | 0 | |
5 | 1854-08-23 | 1 | 0 | |
6 | 1854-08-24 | 1 | 2 | |
7 | 1854-08-25 | 0 | 0 | |
8 | 1854-08-26 | 1 | 0 | |
9 | 1854-08-27 | 1 | 1 |