- It's consistent with CSS property naming convention
.some-class-name {}
Install webpack
npm install webpack -g
Build
webpack ./main.js bundle.js
// Bits and pieces *cough* stolen *cough* from | |
// Micheil Smith's node-websocket-server | |
// <http://github.com/miksago/node-websocket-server> | |
// Therefore, I don't really think that I should claim any copyright for | |
// this piece of "minified" code. | |
var http = require('http'); | |
var crypto = require('crypto'); |
ErrorDocument 404 /owncloud/core/templates/404.php | |
<IfModule mod_php5.c> | |
php_value upload_max_filesize 512M | |
php_value post_max_size 512M | |
php_value memory_limit 128M | |
SetEnv htaccessWorking true | |
</IfModule> | |
Options -Indexes |
<?php | |
// /app/Plugin/Usermgmt/Controller/ServicesController.php | |
/* | |
This file is part of UserMgmt. | |
Author: Chetan Varshney (http://ektasoftwares.com) | |
UserMgmt is free software: you can redistribute it and/or modify |
<?php | |
/** | |
* PEAR Class Loader for CakePHP | |
* | |
* ex. pear_import('Net_DNS'); | |
* | |
* @param $className | |
* @return boolean | |
*/ | |
function pear_import($className) { |
# Set encoding for file extensions | |
<IfModule mod_mime.c> | |
# Plain text files | |
AddType text/plain .txt .text .def .list .log .in | |
# Source files | |
AddType text/x-asm .s .asm | |
AddType text/x-c .c .cc .cxx .cpp .h .hh .dic | |
AddType text/x-fortran .f .for .f77 .f90 | |
AddType text/x-pascal .p .pas | |
AddType text/x-java-source .java |
/Users/xiaofwa/IdeaProjects/chatroom/deps/cowboy | |
/Users/xiaofwa/IdeaProjects/chatroom/deps/cowlib | |
/Users/xiaofwa/IdeaProjects/chatroom/deps/ranch |