An open API service indexing awesome lists of open source software.

https://github.com/atypicalim/atypicalim.github.io


https://github.com/atypicalim/atypicalim.github.io

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Atypicalim

> Hi there 👋 Atypicalim@163.com

![icon](https://avatars.githubusercontent.com/u/16191037?v=4)

---

## 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/)

![Matrix multiplication](https://banner2.cleanpng.com/20180616/esz/kisspng-matrix-multiplication-dot-product-mathematics-multiplication-5b24a6864c4264.4896546815291285823124.jpg)

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

![2D_affine_transformation](https://upload.wikimedia.org/wikipedia/commons/2/2c/2D_affine_transformation_matrix.svg)

## 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/)

---