Skip to content

Instantly share code, notes, and snippets.

Index: config/schema/metatag.metatag_tag.schema.yml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- config/schema/metatag.metatag_tag.schema.yml (revision 1b5ef6f5a0cd8fde163fe3568f46fc682ee5422f)
+++ config/schema/metatag.metatag_tag.schema.yml (date 1585215936113)
@@ -69,7 +69,7 @@
type: label
label: 'Standout'
@bryanmws
bryanmws / .md
Created June 13, 2017 13:25 — forked from joepie91/.md
Playing a DI.fm channel in VLC Media Player
License Key PhpStorm 8
User Name : EMBRACE
===== LICENSE BEGIN =====
43136-12042010
00002UsvSON704l"dILe1PVx3y4"B3
49AU6oSDJrsjE8nMOQh"8HTDJHIUUh
gd1BebYc5U"6OxDbVsALB4Eb10PW8"
===== LICENSE END =====
/*http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/*/
/*At least requires the meta viewport tag with content 'width=device-width'*/
@media only screen and (max-width: 1080px) and (orientation : portrait) {
/* PORTRAIT:
Windows Surface Pro*/
}
@media only screen and (max-width: 800px) and (orientation : portrait) {
/* PORTRAIT:
Acer Iconia Tab A100

The introduction to Reactive Programming you've been missing

(by @andrestaltz)

So you're curious in learning this new thing called (Functional) Reactive Programming (FRP).

Learning it is hard, even harder by the lack of good material. When I started, I tried looking for tutorials. I found only a handful of practical guides, but they just scratched the surface and never tackled the challenge of building the whole architecture around it. Library documentations often don't help when you're trying to understand some function. I mean, honestly, look at this:

Rx.Observable.prototype.flatMapLatest(selector, [thisArg])

Projects each element of an observable sequence into a new sequence of observable sequences by incorporating the element's index and then transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.

@bryanmws
bryanmws / gist:9348459
Created March 4, 2014 15:25
CPT UI Wordpress Plugin with rewrite option (with_front) for Custom Taxonomies
<?php
/*
Plugin Name: Custom Post Type UI (fix for rewrite "with_front" for custom taxonomies)
Plugin URI: http://webdevstudios.com/plugin/custom-post-type-ui/
Description: Admin panel for creating custom post types and custom taxonomies in WordPress with rewrite option "with_front" for custom taxonomies
Author: WebDevStudios.com (edited by Bryan Mewes [email protected])
Version: 0.8.2
Author URI: http://webdevstudios.com/ (edited: http://dietaikonauten.com)
Text Domain: cpt-plugin
License: GPLv2