mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 06:39:53 +09:00
feat: rewrite github readme (non header)
This commit is contained in:
parent
89674e066b
commit
e37f11b6e1
2 changed files with 210 additions and 114 deletions
253
README.md
253
README.md
|
@ -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)
|
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Printf("NAME: %s\nAGE: %d\n", data.Name, data.Age)
|
|
||||||
}
|
|
||||||
```
|
|
||||||
```bash
|
|
||||||
projecttl@fedora:~$ go run main.go
|
|
||||||
NAME: Project_IO
|
|
||||||
AGE: 20
|
|
||||||
projecttl@fedora:~$
|
|
||||||
```
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
### <div align="center">I'm Project_IO, A backend developer 👨💻 working since 2015 🚀</div>
|
|
||||||
|
|
||||||
- 🔭 I’m currently working on [Project_IO's Official Workspace](https://github.com/project-official)
|
|
||||||
- 🌱 I’m currently learning Android, erlang, elixer
|
|
||||||
- ❓ Ask me about anything related to Linux, Minecraft Plugin
|
|
||||||
- ⚡ Fun fact:
|
|
||||||
- HTML is **not** programming language.<br/>
|
|
||||||
|
|
||||||
## Services
|
|
||||||
|
|
||||||
## Connect with me
|
|
||||||
<a href="https://github.com/devproje">
|
|
||||||
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white"/>
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/vVrrJ6jxvG">
|
<a style="text-decoration: none; margin: 0 2px" href="https://golang.org/doc">
|
||||||
<img src="https://img.shields.io/badge/Discord-5865F2?style=flat-square&logo=discord&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=go" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.youtube.com/channel/UCbFF-pr6prqOLUFbwJEZ16g">
|
<a style="text-decoration: none; margin: 0 2px" href="https://kotlinlang.org/docs/home.html">
|
||||||
<img src="https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white">
|
<img src="https://skillicons.dev/icons?i=kotlin" />
|
||||||
</a>
|
</a>
|
||||||
<br/>
|
</td>
|
||||||
|
<td>
|
||||||
## Github Stats
|
<a style="text-decoration: none; margin: 0 2px" href="https://docs.flutter.dev/">
|
||||||

|
<img src="https://skillicons.dev/icons?i=flutter" />
|
||||||
<br/>
|
|
||||||

|
|
||||||
|
|
||||||
## Using Languages
|
|
||||||
<a href="https://en.cppreference.com/w/c">
|
|
||||||
<img src="https://img.shields.io/badge/C-A8B9CC?style=flat-square&logo=c&logoColor=white"/>
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://golang.org/doc">
|
<a style="text-decoration: none; margin: 0 2px" href="https://nextjs.org/docs/getting-started">
|
||||||
<img src="https://img.shields.io/badge/Go-00ADD8?style=flat-square&logo=go&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=nextjs" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.rust-lang.org/">
|
<a style="text-decoration: none; margin: 0 2px" href="https://ktor.io/docs/welcome.html">
|
||||||
<img src="https://img.shields.io/badge/Rust-000000?style=flat-square&logo=Rust&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=ktor" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://kotlinlang.org/docs/home.html">
|
</td>
|
||||||
<img src="https://img.shields.io/badge/Kotlin-7F52FF?style=flat-square&logo=kotlin&logoColor=white"/>
|
<td>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://git-scm.com/">
|
||||||
|
<img src="https://skillicons.dev/icons?i=git" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.scala-lang.org">
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.linux.org/">
|
||||||
<img src="https://img.shields.io/badge/Scala-DC322F?style=flat-square&logo=scala&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=linux" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://nodejs.org/en/docs">
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.docker.com/">
|
||||||
<img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=Node.js&logoColor=white">
|
<img src="https://skillicons.dev/icons?i=docker" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://nextjs.org/docs/getting-started">
|
</td>
|
||||||
<img src="https://img.shields.io/badge/Next.js-000000?style=flat-square&logo=Next.js&logoColor=white"/>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.graalvm.org/">
|
||||||
|
<img src="https://skillicons.dev/icons?i=java">
|
||||||
</a>
|
</a>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.rust-lang.org">
|
||||||
|
<img src="https://skillicons.dev/icons?i=rust" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.docker.com/">
|
<a style="text-decoration: none; margin: 0 2px" href="https://docs.python.org/3/">
|
||||||
<img src="https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=Docker&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=py" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://sqlite.org/index.html">
|
</td>
|
||||||
<img src="https://img.shields.io/badge/SQLite-003B57?style=flat-square&logo=SQLite&logoColor=white"/>
|
<td>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://fastapi.tiangolo.com/">
|
||||||
|
<img src="https://skillicons.dev/icons?i=fastapi" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.mysql.com">
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.jetbrains.com/idea/">
|
||||||
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=idea" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://mariadb.org/">
|
<a style="text-decoration: none; margin: 0 2px" href="https://code.visualstudio.com/">
|
||||||
<img src="https://img.shields.io/badge/MariaDB-003545?style=flat-square&logo=MariaDB&logoColor=white"/>
|
<img src="https://skillicons.dev/icons?i=vscode" />
|
||||||
</a>
|
</a>
|
||||||
<br/>
|
</td>
|
||||||
|
<td>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://sqlite.org/index.html">
|
||||||
|
<img src="https://skillicons.dev/icons?i=sqlite" />
|
||||||
|
</a>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.mysql.com">
|
||||||
|
<img src="https://skillicons.dev/icons?i=mysql" />
|
||||||
|
</a>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://cassandra.apache.org/_/index.html">
|
||||||
|
<img src="https://skillicons.dev/icons?i=cassandra" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://nodejs.org/en/docs">
|
||||||
|
<img src="https://skillicons.dev/icons?i=nodejs" />
|
||||||
|
</a>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://developer.mozilla.org/docs/Web/JavaScript">
|
||||||
|
<img src="https://skillicons.dev/icons?i=js">
|
||||||
|
</a>
|
||||||
|
<a style="text-decoration: none; margin: 0 2px" href="https://www.typescriptlang.org/docs/">
|
||||||
|
<img src="https://skillicons.dev/icons?i=ts" />
|
||||||
|
</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
13
main.c
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue