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

https://github.com/astraadev/astraadev


https://github.com/astraadev/astraadev

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

![](https://komarev.com/ghpvc/?username=astraadev&color=bb2527&abbreviated=true)
Profile Stars
Profile Forks

```asm
section .data
msg db 'a5traa', 0

section .text
global _start

_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, 6
int 0x80

mov eax, 1
xor ebx, ebx
int 0x80
```

```lua
OS : macOS, debian
Languages : C, Cpp, ASM, Py, Java
Editor : vim
Motto : Seek strength. The rest will follow.
```