- RFC 1847 Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted
- RFC 2045 Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies
- RFC 2046 Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
- RFC 2047 Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text
- RFC 2049 Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples
- RFC 2076 Common Internet Message Headers
- RFC 2183 Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
formats = { | |
"fe-common/core" = { | |
own_msg = "{ownmsgnick $2 {ownnick $[!12]0}}$1"; | |
own_msg_channel = "{ownmsgnick $3 {ownnick $[!12]0}{msgchannel $1}}$2"; | |
own_msg_private = "{ownprivmsg msg $[!12]0}$1"; | |
pubmsg_me = "{pubmsgmenick $2 {menick $[!12]0}}$1"; | |
pubmsg_me_channel = "{pubmsgmenick $3 {menick $[!12]0}{msgchannel $1}}$2"; | |
pubmsg_hilight = "{pubmsghinick $0 $3 $[!12]1}$2"; | |
pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[!12]1{msgchannel $2}}$3"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
head -c 500 /dev/urandom | tr -dc a-z0-9 | head -c 32; echo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>file tree</title> | |
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/dojo/1.8.0/dijit/themes/claro/claro.css"> | |
<style> | |
.fileIconPhp {background: url('https://raw.github.com/teambox/Free-file-icons/master/16px/php.png') top left} | |
</style> | |
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.8.0/dojo/dojo.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Xerkus@xerkus-laptop zf2 (master)]$ git request-pull origin/master zendframework zendframework/master | |
The following changes since commit ef6320a48cfe3dbdf28421a78f007e2b304c9fc7: | |
Merge branch 'hotfix/2889' (2012-11-05 09:18:52 -0600) | |
are available in the git repository at: | |
https://github.com/zendframework/zf2.git master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Zend\Db\Sql\Select; | |
// basic table | |
$select0 = new Select; | |
$select0->from('foo'); | |
// 'SELECT "foo".* FROM "foo"'; | |
Used font: http://stuff.dasprids.de/fonts/ubuntumono-powerline.tar.bz2
You can patch any font yourself with the fontpatcher: https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
gc_enable(); | |
class test | |
{ | |
public $spl; | |
public function __construct() | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Test | |
hosts: 127.0.0.1 | |
connection: local | |
gather_facts: no | |
vars: | |
- modules: ['--with-http_image_filter_module', '--with-http_xslt_module'] | |
- recompile: false | |
tasks: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:vdebug_options= {"marker_default": '◇'} | |
let g:vdebug_options= {"port": '9006'} | |
let g:vdebug_features= {'max_data': 50000, 'max_depth': 2, 'max_children': 128} |
OlderNewer