Skip to content

Instantly share code, notes, and snippets.

@kadavre
kadavre / rxjs-diagrams.md
Created September 5, 2018 14:13 — forked from PCreations/rxjs-diagrams.md
Super Intuitive Interactive Diagrams to learn combining RxJS sequences by Max NgWizard K
@kadavre
kadavre / image.php
Created September 4, 2013 09:48 — forked from bchapuis/image.php
<?php
class ImageHelper extends Helper {
var $helpers = array('Html');
var $cacheDir = 'cache'; // relative to IMAGES_URL path
function resize($path, $dst_w, $dst_h, $htmlAttributes = array(), $return = false) {
$types = array(1 => "gif", "jpeg", "png", "swf", "psd", "wbmp"); // used to determine image type