mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 15:19:52 +09:00
234 lines
9 KiB
Markdown
234 lines
9 KiB
Markdown
```c
|
||
// main.c
|
||
#include <stdio.h>
|
||
#include <stdlib.h>
|
||
|
||
#define MAX_MESSAGE_SIZE 30
|
||
|
||
int main(int argc, char **argv) {
|
||
char *str = malloc(sizeof(char) * MAX_MESSAGE_SIZE);
|
||
str = argv[1];
|
||
puts(str);
|
||
free(str);
|
||
|
||
return 0;
|
||
}
|
||
```
|
||
```sh
|
||
~$ gcc -o message main.c
|
||
~$ ./message 'Hello, World!'
|
||
Hello, World!
|
||
```
|
||
<br/>
|
||
|
||
### <div align="center">I'm Project_TL, A student developer 👨💻 working since 2015 🚀</div>
|
||
|
||
- 🔭 I’m currently working on [CUBE Connect](https://github.com/cube-connects)
|
||
- 🌱 I’m currently learning MCU(MicroController Unit) and Backend
|
||
- ❓ Ask me about anything related to Minecraft Server Bukkit
|
||
- ⚡ Fun fact:
|
||
- C not have bool type.(If not including stdbool.h)
|
||
- HTML is **not** programming language.
|
||
<br/>
|
||
|
||
## Github Stats
|
||
<div align="left">
|
||
<img src="https://github-readme-stats.vercel.app/api?username=devproje&show_icons=true&theme=dark&count_private=true&hide_border=true" align="center" />
|
||
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=devproje&theme=dark&hide_border=true&layout=compact" align="center" />
|
||
<br/>
|
||
</div>
|
||
|
||
## 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 href="https://cube1.dev/discord">
|
||
<img src="https://img.shields.io/badge/Discord-5865F2?style=flat-square&logo=discord&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.youtube.com/channel/UCbFF-pr6prqOLUFbwJEZ16g">
|
||
<img src="https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white">
|
||
</a>
|
||
<a href="https://twitch.tv/Project_TL">
|
||
<img src="https://img.shields.io/badge/Twitch-9146FF?style=flat-square&logo=twitch&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
<br/>
|
||
|
||
## Buy some coffee with me
|
||
<a href="https://toss.me/devproject">
|
||
<img src="https://img.shields.io/badge/Toss-0055CC?style=flat-square&logo=Toss&logoColor=white"/>
|
||
</a>
|
||
|
||
## Using Tools and Languages
|
||
### Applications or Libraries
|
||
> Base System
|
||
<a href="https://linux.org/">
|
||
<img src="https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=Linux&logoColor=white"/>
|
||
</a>
|
||
<a href="https://fedoraproject.org/">
|
||
<img src="https://img.shields.io/badge/Fedora-51A2DA?style=flat-square&logo=Fedora&logoColor=white"/>
|
||
</a>
|
||
<a href="https://ubuntu.com/">
|
||
<img src="https://img.shields.io/badge/Ubuntu-E95420?style=flat-square&logo=Ubuntu&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.kali.org/">
|
||
<img src="https://img.shields.io/badge/Kali Linux-557C94?style=flat-square&logo=kali linux&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> DevOps or CDN
|
||
<a href="https://www.jetbrains.com/teamcity">
|
||
<img src="https://img.shields.io/badge/TeamCity-000000?style=flat-square&logo=TeamCity&logoColor=white">
|
||
</a>
|
||
<a href="https://aws.amazon.com/">
|
||
<img src="https://img.shields.io/badge/Amazon AWS-232F3E?style=flat-square&logo=Amazon AWS&logoColor=white">
|
||
<a href="https://vultr.com/">
|
||
<img src="https://img.shields.io/badge/Vultr-007BFC?style=flat-square&logo=vultr&logoColor=white">
|
||
</a>
|
||
<a href="https://cloudflare.com/">
|
||
<img src="https://img.shields.io/badge/Cloudflare-F38020?style=flat-square&logo=Cloudflare&logoColor=white"/>
|
||
</a>
|
||
|
||
> IDE
|
||
<a href="https://www.jetbrains.com/idea">
|
||
<img src="https://img.shields.io/badge/IntelliJ IDEA-000000?style=flat-square&logo=intellij idea&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.jetbrains.com/go">
|
||
<img src="https://img.shields.io/badge/GoLand-000000?style=flat-square&logo=goland&logoColor=white"/>
|
||
</a>
|
||
<a href="https://code.visualstudio.com">
|
||
<img src="https://img.shields.io/badge/Visual Studio Code-007ACC?style=flat-square&logo=Visual Studio Code&logoColor=white">
|
||
</a>
|
||
<a id='code_items' href="https://www.vim.org/">
|
||
<img src="https://img.shields.io/badge/Vim-019733?style=flat-square&logo=Vim&logoColor=white"/>
|
||
</a>
|
||
<a id='code_items' href="https://neovim.io/">
|
||
<img src="https://img.shields.io/badge/NeoVim-57A143?style=flat-square&logo=NeoVim&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> Tool or Program
|
||
<a href="https://git-scm.com/">
|
||
<img src="https://img.shields.io/badge/Git-F05032?style=flat-square&logo=Git&logoColor=white">
|
||
</a>
|
||
<a href="https://www.nginx.com">
|
||
<img src="https://img.shields.io/badge/Nginx-009639?style=flat-square&logo=Nginx&logoColor=white">
|
||
</a>
|
||
<a href="https://www.docker.com/">
|
||
<img src="https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=Docker&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.adobe.com/products/photoshop.html">
|
||
<img src="https://img.shields.io/badge/Photoshop-31A8FF?style=flat-square&logo=Adobe Photoshop&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.adobe.com/products/premiere.html">
|
||
<img src="https://img.shields.io/badge/Premiere Pro-9999FF?style=flat-square&logo=Adobe Premiere Pro&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> Framework
|
||
<a href="https://getbootstrap.com/">
|
||
<img src="https://img.shields.io/badge/Bootstrap-7952B3?style=flat-square&logo=Bootstrap&logoColor=white"/>
|
||
</a>
|
||
<a href="https://flutter.dev/">
|
||
<img src="https://img.shields.io/badge/Flutter-02569B?style=flat-square&logo=Flutter&logoColor=white"/>
|
||
</a>
|
||
<a href="https://spring.io/">
|
||
<img src="https://img.shields.io/badge/Spring-6DB33F?style=flat-square&logo=Spring&logoColor=white"/>
|
||
</a>
|
||
<a href="https://reactjs.org/">
|
||
<img src="https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white"/>
|
||
</a>
|
||
<a href="https://svelte.dev/">
|
||
<img src="https://img.shields.io/badge/Svelte-FF3E00?style=flat-square&logo=Svelte&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> MCU(MicroController Unit)
|
||
<a href="https://www.raspberrypi.org/">
|
||
<img src="https://img.shields.io/badge/Raspberry Pi-A22846?style=flat-square&logo=Raspberry Pi&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.arduino.cc/">
|
||
<img src="https://img.shields.io/badge/Arduino-00979D?style=flat-square&logo=Arduino&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> Database
|
||
<a href="https://www.mysql.com/">
|
||
<img src="https://img.shields.io/badge/MySQL-4479A1?style=flat-square&logo=MySQL&logoColor=white"/>
|
||
</a>
|
||
<a href="https://mariadb.org/">
|
||
<img src="https://img.shields.io/badge/MariaDB-003545?style=flat-square&logo=MariaDB&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.mongodb.com/">
|
||
<img src="https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=MongoDB&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
### Langauges
|
||
> Scripts
|
||
<a href="https://devdocs.io/bash">
|
||
<img src="https://img.shields.io/badge/GNU Bash-4EAA25?style=flat-square&logo=GNU Bash&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> Frontend
|
||
<a href="https://devdocs.io/html">
|
||
<img src="https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white"/>
|
||
</a>
|
||
<a href="https://devdocs.io/css">
|
||
<img src="https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=css3&logoColor=white"/>
|
||
</a>
|
||
<a href="https://devdocs.io/javascript">
|
||
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black"/>
|
||
</a>
|
||
<a href="https://www.php.net/docs.php">
|
||
<img src="https://img.shields.io/badge/PHP-777BB4?style=flat-square&logo=php&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> System or Backend
|
||
<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 href="https://golang.org/doc">
|
||
<img src="https://img.shields.io/badge/Go-00ADD8?style=flat-square&logo=go&logoColor=white"/>
|
||
</a>
|
||
<a href="https://docs.oracle.com/en/java/javase/11">
|
||
<img src="https://img.shields.io/badge/Java-007396?style=flat-square&logo=java&logoColor=white"/>
|
||
</a>
|
||
<a href="https://kotlinlang.org/docs/home.html">
|
||
<img src="https://img.shields.io/badge/Kotlin-7F52FF?style=flat-square&logo=kotlin&logoColor=white"/>
|
||
</a>
|
||
<a href="https://docs.scala-lang.org/">
|
||
<img src="https://img.shields.io/badge/Scala-DC322F?style=flat-square&logo=scala&logoColor=white"/>
|
||
</a>
|
||
<a href="https://docs.python.org/3">
|
||
<img src="https://img.shields.io/badge/Python-3776AB?style=flat-square&logo=python&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.ruby-lang.org/en/">
|
||
<img src="https://img.shields.io/badge/Ruby-CC342D?style=flat-square&logo=ruby&logoColor=white" alt="Ruby"/>
|
||
</a>
|
||
<a href="https://nodejs.org/en/docs">
|
||
<img src="https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=Node.js&logoColor=white"/>
|
||
</a>
|
||
<a href="https://www.typescriptlang.org/docs">
|
||
<img src="https://img.shields.io/badge/TypeScript-3178C6?style=flat-square&logo=TypeScript&logoColor=white"/>
|
||
</a>
|
||
<br/>
|
||
|
||
> Application
|
||
<a href="https://dart.dev/guides">
|
||
<img src="https://img.shields.io/badge/Dart-0175C2?style=flat-square&logo=dart&logoColor=white"/>
|
||
</a>
|
||
<a href="https://kotlinlang.org/docs/home.html">
|
||
<img src="https://img.shields.io/badge/Kotlin-7F52FF?style=flat-square&logo=kotlin&logoColor=white"/>
|
||
</a>
|
||
<a href="https://developer.apple.com/swift">
|
||
<img src="https://img.shields.io/badge/Swift-F05138?style=flat-square&logo=Swift&logoColor=white"/>
|
||
</a>
|
||
|
||
## HATE THINGS
|
||
<div align="left">
|
||
<img style="margin: 10px" src="https://profilinator.rishav.dev/skills-assets/cplusplus-original.svg" alt="C++" height="50"/>
|
||
<img style="margin: 10px" src="https://forums.skunity.com/styles/default/xenforo/logo.og.png" alt="Skript" height="50"/>
|
||
</div>
|