Skip to content

Instantly share code, notes, and snippets.

View cristiandouce's full-sized avatar
⚙️
fix fix fix

Cristian Douce cristiandouce

⚙️
fix fix fix
  • Buenos Aires, Argentina
View GitHub Profile
config.json
reading-image.png
@cristiandouce
cristiandouce / gist:4237824
Created December 8, 2012 00:35 — forked from betzerra/gist:4236646
Curl commands
#GET
curl -HAccept:text/plain http://example.com/base
#PUT
curl -XPUT -HContent-type:text/plain --data "stuff:morestuff" http://example.com/base?param=val
#DELETE
curl -XDELETE http://example.com/base/user/123
#POST
(function($){
function dragEnter(e) {
$(e.target).addClass("dragOver");
e.stopPropagation();
e.preventDefault();
return false;
};
function dragOver(e) {
e.originalEvent.dataTransfer.dropEffect = "copy";

Adaptive Image Element

Author:

Mat Marquis

Status of this Document

This is an unofficial draft spec, not formally endorsed by the WHATWG. It is suitable only for reviewing the details of the proposed element.

Table of Contents