💤
rana.re.in.sit at gmail.com
Pinned Loading
-
t.js
t.js 1// [3_600_000, 60_000, 3_600, 1_000, 60, 1, 0.016666666666666666, 0.0002777777777777778]
2const t = ['ms', 's', 'm', 'h']
3const [A, B, C, D, E] = [60, 60 * 60, 1000, 1000 * 60, 1000 * 60 * 60]
4const ht = [
5/* ms s m h */
-
http.js
http.js 1const [http, fs] = [require('http'), require('fs').promises];
2const resolver = async (req, res) => {
3const url = req.url.replace(/^\/|\/$/g, '') || 'index.html';
4const contentType = {
5'.html': 'text/html',
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.