programming
github
,
bash
Turn git log history into markdown /bin/bashecho writing github commit historygit log --pretty=format:adnh snb --date=format:Y-m-d H:M:S while IFS= read -r line; do trimmed_line=lineline[[:space:]] trimmed_line=trimmed_linetrimmed_line[[:space:
programming
typescript
,
javascript
How can I detect if my NodeJS file is called using node file path `node path-to-file` or `require('path-to-file')` or `import 'path-to-file'` ?
programming
software
How to disable WebRTC in Chrome, Firefox, Safari, Opera Edge NFO: WebRTC is often talked about on VPN Websites. WebRTC is a Technology that allows your Browser to have Video and Voice Communication Abilities. When you use Google Meet to hold a Video Conference, youre using WebRTC. The same is
programming
typescript
How to fix The inferred type of 'X' cannot be named without a reference to 'path'. This is likely not portable. A type annotation is necessary.
programming
typescript
,
javascript
List loaded posts in HexoJS Basic codes to list loaded hexo posts by default to list all posts you can using below codes: github https://github.com/sergeyzwezdin/hexo-related-posts/blob/daf1021bf1914f2f90e3c77780e36a01330406ee/lib/calcRelatedPosts.jsL32-L40 https://github.com/sergeyzwezdin/he