feat: rewrite github readme (non header)

This commit is contained in:
WH64 2024-03-28 11:48:02 +09:00
parent 89674e066b
commit e37f11b6e1
2 changed files with 210 additions and 114 deletions

283
README.md
View file

@ -1,96 +1,191 @@
```go ## 🚧 Projects
package main - Minecraft Kotlin Paper GUI Library: [InventoryGUI](https://github.com/devproje/InventoryGUI)
- Simple Chatting application
- Frontend: [simple-chat-frontend](https://github.com/devproje/simple-chat-frontend)
- Backend: [simple-chat](https://github.com/devproje/simple-chat)
- Golang discord bot extender for discordgo: [kuma-engine](https://github.com/devproje/kuma-engine-v2)
## 🔗 Connect with me
<div align="center" style="margin: 10px 0">
<a style="text-decoration: none; margin: 0 2px" href="https://github.com/devproje">
<img src="https://skillicons.dev/icons?i=github" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://discord.com/users/415801068174180352">
<img src="https://skillicons.dev/icons?i=discord">
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://instagram.com/_devproje">
<img src="https://skillicons.dev/icons?i=instagram" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://twitter.com/_devproje">
<img src="https://skillicons.dev/icons?i=twitter" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="mailto:me@projecttl.net">
<img src="https://skillicons.dev/icons?i=gmail" />
</a>
</div>
import ( ## 📃 Github Stats
"fmt" <div align="center">
"encoding/json" <picture>
) <img
style="margin: 10px 0"
src="https://github-readme-stats.vercel.app/api?username=devproje&show_icons=true&theme=default&count_private=true"
width=400
alt=""
/>
<img
style="margin: 10px 0"
src="https://github-readme-stats.vercel.app/api/top-langs/?username=devproje&theme=default&layout=compact"
width=400
alt=""
/>
</picture>
</div>
type Person struct { ## 🔧 Skills
Name string `json:"name"` <table align="center">
Age int `json:"age"` <tr>
} <th>Language</th>
<th>Application</th>
func main() { <th>DevOps</th>
raw := []byte(`{"name":"Project_IO","age":20}`) </th>
<tr>
var data Person <td>
err := json.Unmarshal(raw, &data) <a style="text-decoration: none; margin: 0 2px" href="https://en.cppreference.com/w/c">
if err != nil { <img src="https://skillicons.dev/icons?i=c" />
panic(err) </a>
} <a style="text-decoration: none; margin: 0 2px" href="https://golang.org/doc">
<img src="https://skillicons.dev/icons?i=go" />
fmt.Printf("NAME: %s\nAGE: %d\n", data.Name, data.Age) </a>
} <a style="text-decoration: none; margin: 0 2px" href="https://kotlinlang.org/docs/home.html">
``` <img src="https://skillicons.dev/icons?i=kotlin" />
```bash </a>
projecttl@fedora:~$ go run main.go </td>
NAME: Project_IO <td>
AGE: 20 <a style="text-decoration: none; margin: 0 2px" href="https://docs.flutter.dev/">
projecttl@fedora:~$ <img src="https://skillicons.dev/icons?i=flutter" />
``` </a>
<br/> <a style="text-decoration: none; margin: 0 2px" href="https://nextjs.org/docs/getting-started">
<img src="https://skillicons.dev/icons?i=nextjs" />
### <div align="center">I'm Project_IO, A backend developer 👨‍💻 working since 2015 🚀</div> </a>
<a style="text-decoration: none; margin: 0 2px" href="https://ktor.io/docs/welcome.html">
- 🔭 Im currently working on [Project_IO's Official Workspace](https://github.com/project-official) <img src="https://skillicons.dev/icons?i=ktor" />
- 🌱 Im currently learning Android, erlang, elixer </a>
- ❓ Ask me about anything related to Linux, Minecraft Plugin </td>
- ⚡ Fun fact: <td>
- HTML is **not** programming language.<br/> <a style="text-decoration: none; margin: 0 2px" href="https://git-scm.com/">
<img src="https://skillicons.dev/icons?i=git" />
## Services </a>
<a style="text-decoration: none; margin: 0 2px" href="https://www.linux.org/">
## Connect with me <img src="https://skillicons.dev/icons?i=linux" />
<a href="https://github.com/devproje"> </a>
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white"/> <a style="text-decoration: none; margin: 0 2px" href="https://www.docker.com/">
</a> <img src="https://skillicons.dev/icons?i=docker" />
<a href="https://discord.gg/vVrrJ6jxvG"> </a>
<img src="https://img.shields.io/badge/Discord-5865F2?style=flat-square&logo=discord&logoColor=white"/> </td>
</a> </tr>
<a href="https://www.youtube.com/channel/UCbFF-pr6prqOLUFbwJEZ16g"> <tr>
<img src="https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white"> <td>
</a> <a style="text-decoration: none; margin: 0 2px" href="https://www.graalvm.org/">
<br/> <img src="https://skillicons.dev/icons?i=java">
</a>
## Github Stats <a style="text-decoration: none; margin: 0 2px" href="https://www.rust-lang.org">
![devproje's github status](https://github-readme-stats.vercel.app/api?username=devproje&show_icons=true&theme=default&count_private=true) <img src="https://skillicons.dev/icons?i=rust" />
<br/> </a>
![devproje's top lang](https://github-readme-stats.vercel.app/api/top-langs/?username=devproje&theme=default&layout=compact) <a style="text-decoration: none; margin: 0 2px" href="https://docs.python.org/3/">
<img src="https://skillicons.dev/icons?i=py" />
## Using Languages </a>
<a href="https://en.cppreference.com/w/c"> </td>
<img src="https://img.shields.io/badge/C-A8B9CC?style=flat-square&logo=c&logoColor=white"/> <td>
</a> <a style="text-decoration: none; margin: 0 2px" href="https://fastapi.tiangolo.com/">
<a href="https://golang.org/doc"> <img src="https://skillicons.dev/icons?i=fastapi" />
<img src="https://img.shields.io/badge/Go-00ADD8?style=flat-square&logo=go&logoColor=white"/> </a>
</a> <a style="text-decoration: none; margin: 0 2px" href="https://www.jetbrains.com/idea/">
<a href="https://www.rust-lang.org/"> <img src="https://skillicons.dev/icons?i=idea" />
<img src="https://img.shields.io/badge/Rust-000000?style=flat-square&logo=Rust&logoColor=white"/> </a>
</a> <a style="text-decoration: none; margin: 0 2px" href="https://code.visualstudio.com/">
<a href="https://kotlinlang.org/docs/home.html"> <img src="https://skillicons.dev/icons?i=vscode" />
<img src="https://img.shields.io/badge/Kotlin-7F52FF?style=flat-square&logo=kotlin&logoColor=white"/> </a>
</a> </td>
<a href="https://www.scala-lang.org"> <td>
<img src="https://img.shields.io/badge/Scala-DC322F?style=flat-square&logo=scala&logoColor=white"/> <a style="text-decoration: none; margin: 0 2px" href="https://sqlite.org/index.html">
</a> <img src="https://skillicons.dev/icons?i=sqlite" />
<a href="https://nodejs.org/en/docs"> </a>
<img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=Node.js&logoColor=white"> <a style="text-decoration: none; margin: 0 2px" href="https://www.mysql.com">
</a> <img src="https://skillicons.dev/icons?i=mysql" />
<a href="https://nextjs.org/docs/getting-started"> </a>
<img src="https://img.shields.io/badge/Next.js-000000?style=flat-square&logo=Next.js&logoColor=white"/> <a style="text-decoration: none; margin: 0 2px" href="https://cassandra.apache.org/_/index.html">
</a> <img src="https://skillicons.dev/icons?i=cassandra" />
</a> </a>
<a href="https://www.docker.com/"> </td>
<img src="https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=Docker&logoColor=white"/> </tr>
</a> <tr>
<a href="https://sqlite.org/index.html"> <td>
<img src="https://img.shields.io/badge/SQLite-003B57?style=flat-square&logo=SQLite&logoColor=white"/> <a style="text-decoration: none; margin: 0 2px" href="https://nodejs.org/en/docs">
</a> <img src="https://skillicons.dev/icons?i=nodejs" />
<a href="https://www.mysql.com"> </a>
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/> <a style="text-decoration: none; margin: 0 2px" href="https://developer.mozilla.org/docs/Web/JavaScript">
</a> <img src="https://skillicons.dev/icons?i=js">
<a href="https://mariadb.org/"> </a>
<img src="https://img.shields.io/badge/MariaDB-003545?style=flat-square&logo=MariaDB&logoColor=white"/> <a style="text-decoration: none; margin: 0 2px" href="https://www.typescriptlang.org/docs/">
</a> <img src="https://skillicons.dev/icons?i=ts" />
<br/> </a>
</td>
<td>
<a style="text-decoration: none; margin: 0 2px" href="https://rocket.rs/">
<img src="https://skillicons.dev/icons?i=rocket" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://www.nginx.com/">
<img src="https://skillicons.dev/icons?i=nginx" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://www.electronjs.org/docs/latest/">
<img src="https://skillicons.dev/icons?i=electron" />
</a>
</td>
<td>
<a style="text-decoration: none; margin: 0 2px" href="https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html">
<img src="https://skillicons.dev/icons?i=bash" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://docs.gradle.org/current/userguide/userguide.html">
<img src="https://skillicons.dev/icons?i=gradle" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://pnpm.io/motivation">
<img src="https://skillicons.dev/icons?i=pnpm" />
</a>
</td>
</tr>
<tr>
<td>
<a style="text-decoration: none; margin: 0 2px" href="https://developer.mozilla.org/docs/Web/HTML">
<img src="https://skillicons.dev/icons?i=html" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://developer.mozilla.org/docs/Web/CSS">
<img src="https://skillicons.dev/icons?i=css" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://sass-lang.com/documentation/">
<img src="https://skillicons.dev/icons?i=scss" />
</a>
</td>
<td>
<a style="text-decoration: none; margin: 0 2px" href="https://svelte.dev/">
<img src="https://skillicons.dev/icons?i=svelte" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://obsidian.md/">
<img src="https://skillicons.dev/icons?i=obsidian" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://expressjs.com/">
<img src="https://skillicons.dev/icons?i=express" />
</a>
</td>
<td>
<a style="text-decoration: none; margin: 0 2px" href="https://www.redhat.com/technologies/linux-platforms/enterprise-linux">
<img src="https://skillicons.dev/icons?i=redhat" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://www.kali.org/">
<img src="https://skillicons.dev/icons?i=kali" />
</a>
<a style="text-decoration: none; margin: 0 2px" href="https://www.postman.com/">
<img src="https://skillicons.dev/icons?i=postman" />
</a>
</td>
</tr>
</table>

13
main.c
View file

@ -4,21 +4,22 @@
#define MAX_STRING_SIZE 50 #define MAX_STRING_SIZE 50
struct person { typedef struct {
char name[MAX_STRING_SIZE]; char name[MAX_STRING_SIZE];
char email[MAX_STRING_SIZE]; char email[MAX_STRING_SIZE];
char job[MAX_STRING_SIZE]; char job[MAX_STRING_SIZE];
int age; int age;
}; } Person;
int main(int argc, char **argv) { int main(int argc, char **argv)
struct person *project = malloc(sizeof(struct person)); {
Person *project = malloc(sizeof(Person));
strcpy(project->name, "Project_IO"); strcpy(project->name, "Project_IO");
strcpy(project->job, "Student, Backend Developer"); strcpy(project->job, "Student, Backend Developer");
strcpy(project->email, "me@projecttl.net"); strcpy(project->email, "me@projecttl.net");
project->age = 18; project->age = 20;
puts(strcat(project->name, "'s Profile:")); printf("%s's Profile\n", project->name);
printf("\tname: %s\n", project->name); printf("\tname: %s\n", project->name);
printf("\tage: %d\n", project->age); printf("\tage: %d\n", project->age);
printf("\tjob: %s\n", project->job); printf("\tjob: %s\n", project->job);