Skip to content

Instantly share code, notes, and snippets.

@thephucit
thephucit / facade.php
Last active August 14, 2022 02:27
các design patterns thông dụng trong php
# đây là một mẫu lập trình biến việc sử dụng nhiều class với các phương thức khác nhau về một interface đơn giản với một phương thức,
# nói một cách đơn giản hơn là thay vì thực hiện nhiều lời gọi phương thức chúng ta chỉ thực hiện gọi một phương thức.
@leanhboi1999
leanhboi1999 / SerializeFileFactory.java
Last active May 4, 2019 14:12
InOutFileOnJavaSecret
package learn.io;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
import learn.model.KhachHang;
@leanhboi1999
leanhboi1999 / Index.html
Created July 9, 2019 03:06
3DTransform
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<style type="text/css">
html, body{ background-color:#1a948d; }
body
{
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
// Add custom keybindings to this array.
// To unbind a key combination from your defaults.json, set the command to "unbound".
// To learn more about keybindings, visit https://aka.ms/terminal-keybindings
"keybindings":
[
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.