https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace
Convert LF endings into CRLF when you check out code.
core.autocrlf=true
Convert CRLF to LF on commit but not the other way around.
https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace
Convert LF endings into CRLF when you check out code.
core.autocrlf=true
Convert CRLF to LF on commit but not the other way around.
Installing Laravel 5.2 on Ubuntu 16.04 and Apache2 | |
This post will document how I installed Laravel 5.2, on Apache2 on an Ubuntu 16.04 server. Will will also install MySQL, as we will need a database, and PHP which is required by Laravel. This will be the starting point of most of my posts, so if you’re following along from scratch…this is “scratch!” | |
First thing you need, of course, is the Ubuntu 16.04 server, with an SSH connection. Follow these excellent instructions and get yourself sorted out with one. Make sure you also give the server a static IP address (step 8., in the linked instructions). Come back when you’re done. | |
… | |
Welcome back! Lets get started. |
/home/laravel/app/storage/logs/laravel.log { | |
daily | |
missingok | |
rotate 7 | |
maxage 7 | |
compress | |
notifempty | |
create 755 user group | |
su user group | |
} |
Đây là danh sách mật khẩu wifi mình thấy hay được dùng nhất ( ít nhất 8 kí tự). Bạn nên thử theo thứ tự từ trên xuống. 12345678 123456789 88888888 (phát tài) password khongmatkhau hoilamgi hoilamchi 987654321
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:900;src:local('Playfair Display Black'),local('PlayfairDisplay-Black'),url(//fonts.gstatic.com/s/playfairdisplay/v11/UC3ZEjagJi85gF9qFaBgIJDIFf5Wheh9SWCUqp--Vvo.woff2)format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:900;src:local('Playfair Display Black'),local('PlayfairDisplay-Black'),url(//fonts.gstatic.com/s/playfairdisplay/v11/UC3ZEjagJi85gF9qFaBgIJulvK9r9ZyXR2Qi4DVS52A.woff2)format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:900;src:local('Playfair Display Black'),local('PlayfairDisplay-Black'),url(//fonts.gstatic.com/s/playfairdisplay/v11/UC3ZEjagJi85gF9qFaBgIMGhQI7v0ryGuSQ4oDzNyds.woff2)format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;}@font-f |
// ==UserScript== | |
// @name HVT | |
// @namespace https://tranghv.blogspot.com/ | |
// @version 0.1 | |
// @description Add Turbo script | |
// @author Tráng Hà Viết | |
// @include http://* | |
// @include https://* | |
// @exclude *mail.google.com/* |
def calculation(a, b, operation) | |
operation.call(a, b) | |
end | |
puts calculation(5, 6, lambda { |a, b| a + b }) # addition | |
# OR puts calculation(5, 6, ->(a, b) { a + b }) | |
# OR puts calculation(5, 6, Proc.new{ |a, b| a + b }) | |
# OR puts calculation(5, 6, proc{ |a, b| a + b }) | |
puts calculation(5, 6, lambda { |a, b| a - b }) # subtraction |
{"lastUpload":"2019-08-28T10:47:28.910Z","extensionVersion":"v3.4.1"} |