Skip to content

Instantly share code, notes, and snippets.

View caffeinewriter's full-sized avatar
🎮
Have you heard about blitz.gg? 👀

Brandon Anzaldi caffeinewriter

🎮
Have you heard about blitz.gg? 👀
  • Blitz
  • Greater Los Angeles Area, California
View GitHub Profile
<?PHP
$url = "http://abitcoinsite.com/"; //Site Url
$metatags = get_meta_tags($url); //Get ALL the tags
$btcaddr = $metatags['bitcoin']; //Get just the Bitcoin tag
echo $btcaddr; //Echo it out. Boom.
?>
<!DOCTYPE html>
<html>
<head>
<style>
.text {
color:#333333;
font-family:arial;
<!DOCTYPE html>
<html>
<head>
<meta name="bitcoin" content="1BayBFcQP4D6iz3FSaEwqNDDcbbgnQFUtN">
<style>
.text {
color:#333333;
font-family:arial;

Sorry, RSA, I'm just not buying it

I want to be extremely clear about three things. First, this is my personal opinion – insert full standard disclaimer. Second, this is not a condemnation of everyone at RSA, present and past. I assume most of them are pretty okay, and that the problem is confined to a few specific points in the company. However, “unknown problem people making major decisions at RSA” is a bit unwieldy, so I will just say RSA. Third, I'm not calling for a total boycott on RSA. I work almost literally across the street from them and I don’t want to get beat up by roving gangs of cryptographers at the local Chipotle.

RSA's denial published last night is utter codswallop that denies pretty much everything in the world except the actual allegations put forth by Reuters and hinted at for months by [other sources](http://li

### Keybase proof
I hereby claim:
* I am caffeinewriter on github.
* I am sushi (https://keybase.io/sushi) on keybase.
* I have a public key whose fingerprint is 68EA 0F1F 9C7B 3381 077F 91C1 276A 7E88 632A 93FF
To claim this, I am signing this object:

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@caffeinewriter
caffeinewriter / recedingMenu.js
Last active August 29, 2015 14:02
jQuery Receding Menu
//jQuery to retract a menu on scroll down, and show on scroll up, in 11 SLOC
var menuSelector = '.menuClass #menuId';
var lastScrollTop = 0;
$(window).scroll(function(event){
var st = $(this).scrollTop();
if (st > lastScrollTop){
$(menuSelector).slideUp(400,'easeOutCirc');
} else {
$(menuSelector).slideDown(400,'easeOutCirc');
}

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google