Skip to content

Instantly share code, notes, and snippets.

View hnxvc's full-sized avatar
🎯
Focusing

H n x hnxvc

🎯
Focusing
View GitHub Profile
@hnxvc
hnxvc / Sublime Text 3 Build 3103 License Key - CRACK
Created May 25, 2016 10:08
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
@hnxvc
hnxvc / color_placeholder
Created May 25, 2016 10:11
Fix color placeholder
::-webkit-input-placeholder {
color: #3e3e3e;
}
:-moz-placeholder {
color: #3e3e3e;
opacity: 1;
}
::-moz-placeholder {
@hnxvc
hnxvc / order-css-property
Created May 25, 2016 17:16
order your CSS properties
.selector {
/* Positioning */
position: absolute;
z-index: 10;
top: 0;
right: 0;
/* Display & Box Model */
display: inline-block;
overflow: hidden;
@hnxvc
hnxvc / sass-mediaqueries
Created May 26, 2016 02:56
sass-mediaqueries
// Author: Rafal Bromirski
// www: http://rafalbromirski.com/
// github: http://github.com/paranoida/sass-mediaqueries
//
// Licensed under a MIT License
//
// Version:
// 1.6.1
// --- generator ---------------------------------------------------------------
@hnxvc
hnxvc / gulpconfig.js
Last active July 5, 2016 12:41
gulpconfig.js
'user strict';
module.exports = function(){
var base = '../html/sass-template/';
var config = {
base : base,
js_vendors : [
base + 'vendors/jquery/jquery-1.12.4.js',
base + 'vendors/*.js',
base + 'vendors/**/*.js',
@hnxvc
hnxvc / gulpfile.js
Last active July 5, 2016 12:41
gulpfile.js
'user strict';
var gulp = require('gulp');
var config = require('./gulpconfig')();
var gulpLoadPlugins = require('gulp-load-plugins');
var $ = gulpLoadPlugins({
pattern: '*'
});
// handle error
@hnxvc
hnxvc / package.json
Last active July 5, 2016 12:41
package.json
{
"name": "gulp-build",
"version": "1.0.0",
"description": "Gulp build create by NguyenXuanHoa",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
@hnxvc
hnxvc / wp-comment-walker
Created June 17, 2016 09:43 — forked from georgiecel/wp-comment-walker
Custom comment walker for HTML5 friendly WordPress comment and threaded replies. To be inserted in functions.php.
<?php
class comment_walker extends Walker_Comment {
var $tree_type = 'comment';
var $db_fields = array( 'parent' => 'comment_parent', 'id' => 'comment_ID' );
// constructor – wrapper for the comments list
function __construct() { ?>
<section class="comments-list">
@hnxvc
hnxvc / .html
Created May 16, 2018 16:44
Demo for Duy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>JavaScript RSA Encryption</title>
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="../bin/jsencrypt.min.js"></script>
</head>
@hnxvc
hnxvc / letsencrypt_2019.md
Created May 28, 2019 17:13 — forked from cecilemuller/letsencrypt_2020.md
How to setup Let's Encrypt for Nginx on Ubuntu 18.04 (including IPv6, HTTP/2 and A+ SSL rating)

How to setup Let's Encrypt for Nginx on Ubuntu 18.04 (including IPv6, HTTP/2 and A+ SLL rating)


Virtual hosts

Let's say you want to host domains first.com and second.com.

Create folders for their files: