Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View BigCoke233's full-sized avatar
🏨
Studying

Eltrac BigCoke233

🏨
Studying
View GitHub Profile
@BigCoke233
BigCoke233 / details-animation.html
Last active August 17, 2022 18:17
Animate Details Element
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- main -->
<details>
<summary>Click me!</summary>
@LynMoe
LynMoe / app.js
Last active October 3, 2020 07:19
Hexo Compressor
const _ = require('lodash')
const fs = require('fs')
const sha1 = require('sha1')
const path = require('path')
const glob = require("glob")
const sharp = require('sharp')
const fetch = require('node-fetch')
const rimraf = require("rimraf")
const imagemin = require('imagemin')
const domParser = require('dom-parser')
@AlanDecode
AlanDecode / getDownloadInfo.php
Last active May 19, 2020 19:29
从 GitHub API 获取仓库附件下载量。受 API 限制,下载量统计不包括 Source ​code。
<?php
/**
* GitHub Release 下载监控
*
* @author AlanDecode | 熊猫小A
* @link https://www.imalan.cn
* @version 1.0
*/
$UserName = 'AlanDecode';