Skip to content

Instantly share code, notes, and snippets.

View stoneshih225's full-sized avatar
🎯

Alvin Shih stoneshih225

🎯
  • Taiwan, Taichung
  • 06:58 (UTC +08:00)
View GitHub Profile
@e-cloud
e-cloud / csscomb.json
Created August 24, 2020 02:16
stylelint extra config file for stylelint-order
{
"rules": {
"order/properties-order": [
[
{
"description": "typography group",
"emptyLineBefore": "never",
"properties": [
"font",
"font-family",
@rogerramosme
rogerramosme / get_uniques_by_prop.js
Last active May 8, 2023 03:17
JavaScript: Count duplicates in an array of objects by property name
const users = [
{
id: 60,
name: "roger"
},
{
id: 60,
name: "roger"
},
{
@juampynr
juampynr / CHANGELOG.md
Created March 27, 2018 09:35
Sample CHANGELOG

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as

@christech1117
christech1117 / Markdown教學.md
Last active September 11, 2025 02:41
Markdown教學,每個部分的教學分為兩個區塊,上半部為markdown語法,下半部為顯示結果
@karbassi
karbassi / reset.css
Created March 27, 2013 17:08
Modified reset.css to include useful changes from normalize.css
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,