Skip to content

Instantly share code, notes, and snippets.

@jerryhwq
jerryhwq / EasingFunctions.cs
Created December 5, 2022 11:37 — forked from cjddmut/EasingFunctions.cs
Easing Functions for Unity3D
/*
* Created by C.J. Kimberlin
*
* The MIT License (MIT)
*
* Copyright (c) 2019
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@jerryhwq
jerryhwq / docker-compose.yml
Created January 17, 2020 03:17
使用docker-compose配置mysql+b3log/solo+nginx
version: '3'
services:
mysql:
image: "mysql"
container_name: mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: "123456"
volumes:
@jerryhwq
jerryhwq / README.md
Created November 22, 2019 04:56 — forked from chuyik/README.md
macOS 给 Git(Github) 设置代理(HTTP/SSH)