Skip to content
View qluana7's full-sized avatar
Never gonna give you up
Never gonna give you up

Highlights

  • Pro

Organizations

@coding-1ab @web-mathton
Block or Report

Block or report qluana7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
qluana7/README.md

About Me

Using languages

C C++ C#

Using frameworks

.Net

Using IDE

Visual Studio Visual Studio Code Neovim

Using things

Windows Arch Google Chrome

Postman Raspberry Pi Spotify

CMake

Touched

TypeScript Assembly F#

Electron.js React Deno

Others

LSolveRank

Codeforces

Projects

C#

C++

Typescript

Other

  • BitScript : The Script using only bitwise operator

State


ME Top Langs
GitHub Streak

Pinned

  1. 한영타(gksdudxk)를 조합된 한글로 변환해주는 코드입니다. 한영타(gksdudxk)를 조합된 한글로 변환해주는 코드입니다.
    1
    using System;
    2
    using System.Linq;
    3
    
    
    4
    namespace EnglishConvert
    5
    {
  2. 뒤와 앞이 연결된 배열입니다. 기존의 Array는 Length를 ... 뒤와 앞이 연결된 배열입니다. 기존의 Array는 Length를 넘어가거나 음수를 넣으면 IndexOutOfRangeException를 던지지만, SpanArray는 그에 해당하는 값을 반환합니다. Ex) { 1, 2, 3, 4 }[5] = 2
    1
    using System;
    2
    using System.Collections;
    3
    using System.Collections.Generic;
    4
    using System.Linq;
    5
    
    
  3. SDL-Components SDL-Components Public

    C++ 4

  4. Baekjoon-Cpp Baekjoon-Cpp Public

    C++ 3

  5. CommandExecutor CommandExecutor Public

    The powerful tools for managing commands.

    C# 5

  6. Hangul4deno Hangul4deno Public

    The powerful hangul library for deno

    TypeScript 6