Simple experiment on using an svg gooey filter
A Pen by Simone Viani on CodePen.
*&---------------------------------------------------------------------* | |
*& Report ZPRB1 | |
*& | |
*&---------------------------------------------------------------------* | |
*& | |
*& | |
*&---------------------------------------------------------------------* | |
REPORT zprb1. |
Simple experiment on using an svg gooey filter
A Pen by Simone Viani on CodePen.
#!/usr/bin/env ruby | |
begin | |
require 'acme-client' | |
rescue LoadError | |
abort 'MISSING GEM! You haven\'t installed the ACME client. Install the gem with the command \'gem install acme-client\'.' | |
end | |
require 'openssl' | |
require 'resolv' |
/* Avatar | |
--------------------------------------------- */ | |
.avatar { | |
border-radius: 50%; | |
float: left; | |
} | |
.author-box .avatar { | |
height: 88px; |
#AND | |
<b:if cond='data:blog.pageType == "index"'> | |
<b:if cond='data:blog.searchQuery'> | |
<!--search_page AND index_page--> | |
</b:if> | |
</b:if> | |
#OR |
// Turn <head> tag like this - | |
<head prefix='og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#'> | |
// Then just below this add this code - | |
// Copyright (c) 2013, Vinay Prajapati, Tech Prevue Labs, India | |
// http://www.techprevue.com | |
<b:if cond='data:blog.pageType != "index"'> | |
<meta expr:content='data:blog.title' property='og:site_name'/> | |
<meta expr:content='data:blog.pageName' property='og:title'/> | |
<meta content='article' property='og:type'/> |
<!DOCTYPE html> | |
<html> | |
<head></head> | |
<body> | |
<h1>A simple blog feed reader</h1> | |
<!-- The script goes here --> | |
<script src="http://feeds.feedburner.com/DeanHumesBlog?format=sigpro" type="text/javascript" > | |
</script> |
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin