https://github.com/atypicalim/atypicalim.github.io
https://github.com/atypicalim/atypicalim.github.io
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atypicalim/atypicalim.github.io
- Owner: Atypicalim
- Created: 2022-08-17T12:01:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T15:08:22.000Z (about 1 year ago)
- Last Synced: 2025-02-07T12:14:07.046Z (11 months ago)
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atypicalim
> Hi there 👋 Atypicalim@163.com

---
## Links
* [github](https://github.com/Atypicalim)
* [blog](https://Atypicalim.github.io)
* [pip](https://pypi.org/user/Atypicalim/)
* [npm](https://www.npmjs.com/~atypicalim)
* [vscode](https://marketplace.visualstudio.com/publishers/Atypicalim)
---
## Learning
* [script to record new words easily for windows](https://gist.github.com/Atypicalim/00335d5ea603a84c13a6be1d71a39997)
* [New Turkish words for myself](tr.md)
* [New Russian words for myself](ru.md)
* [Most used Turkish words for beginners](turkish.md)
* [Most used Russian words for beginners](russian.md)
---
## Tools
* [Kirguzguch](https://Atypicalim.github.io/others/kirguzguch.html)
* [Converter](https://Atypicalim.github.io/others/converter.html)
* [FFmpeg](https://ffmpeg.org/) | [FFmpegKit](https://tanersener.github.io/ffmpeg-kit/)
* [Lua for Windows](https://github.com/rjpcomputing/luaforwindows)
* [Lua to executables](https://www.tutorialspoint.com/how-to-create-standalone-lua-executables)
* [Netease Cloud Music](https://neteasecloudmusicapi.vercel.app/#/)
* [Spleeter](https://github.com/deezer/spleeter) | [SpleeterGui](https://github.com/boy1dr/SpleeterGui)
* [PowerShell to EXE converter](https://ps2exe.azurewebsites.net/)
* [EasyOCR](https://github.com/JaidedAI/EasyOCR)
* [Dependencies](https://github.com/lucasg/Dependencies)
* [Online photopea](https://www.photopea.com/)
* [Online pixelize](https://giventofly.github.io/pixelit/)
* [Online pixilart](https://pixelartcss.com/)
---
## Packages
* [How to Publish NPM Package](https://www.freecodecamp.org/news/how-to-create-and-publish-your-first-npm-package/)
* [How to Publish PIP Package](https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56)
---
## AI
* [Poe AI Chat](https://poe.com/Sage)
* [AI Image Generator](https://aiimagegenerator.io/)
* [AI Remove Background](https://removebg.one/)
* [upscale low resolution images](https://www.upscayl.org/)
* [AI Video Generator](https://reccloud.cn/)
---
## Mathematics
* [An introduction to matrices and related operations](https://www.geeksforgeeks.org/matrices/)

* [What Is Transformation Matrix and How to Use It](https://forum.patagames.com/posts/t501-What-Is-Transformation-Matrix-and-How-to-Use-It)

## Computer Graphics
* [Software Rasterization Algorithms for Filling Triangles](https://www.sunshine2k.de/coding/java/TriangleRasterization/TriangleRasterization.html)
* [why cannot obtain good 45° rotation without interpolation.](https://stackoverflow.com/questions/21637741/rotated-picture-looks-like-its-missing-pixels)
## Collections
### 1. knowledges
* [How modern web browsers work](https://web.dev/howbrowserswork/)
* [How Does a Database Work?](https://cstack.github.io/db_tutorial/)
### 2. front-end
* [JavaScript template engine in just 20 lines](https://krasimirtsonev.com/blog/article/Javascript-template-engine-in-just-20-line)
* [Write your Virtual DOM 1: Dom & diff](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060)
* [Write your Virtual DOM 2: Props & Events](https://medium.com/@deathmood/write-your-virtual-dom-2-props-events-a957608f5c76)
* [A Guide to Reading VanJS Codebase](https://vanjs.org/about#source-guide)
### 3. server-side
* [Let’s Build A Web Server](https://ruslanspivak.com/lsbaws-part1/)
### 4. golang
* [character-set conversion library implemented in Go](https://github.com/axgle/mahonia)
### 5. others
* [Baby’s First Garbage Collector](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
* [Let’s Build A Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)
* [Write your Own Virtual Machine](https://www.jmeiners.com/lc3-vm/)
---