Skip to content
View infinitekh's full-sized avatar
Block or Report

Block or report infinitekh

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
infinitekh/README.md

선 그리드 엔진, SGE 또는 GE 를 사용하는 유저들에게 유용한 bash.completion 파일을 공유합니다.

https://gist.github.com/infinitekh/f1ebb7a88b6138f84497e7b7ed0256f0 일명 내 github에서 긁어서 쓸만한 진짜 물건은 이것 뿐이고 나머지는 모두 미완성일 뿐이지요.

건국대 졸업논문 latex cls 파일을 만들어 놓은지 오래되었는데 이제야 제가 쓰게됩니다.

https://github.com/infinitekh/Konkuk-thesis-LaTeX/blob/master/README.md 기여할만한 사람들이 있을줄 알았는데 없네요.

Hi there 👋

Hits

Anurag's github stats

Pinned

  1. lmp2sqt lmp2sqt Public

    The tool for getting dynamics properties from lammps dump file .

    C 3

  2. lmp2rdf lmp2rdf Public

    The tool for getting static properties from lammps dump file.

    C++ 1

  3. XCompose my file XCompose my file
    1
    ## from ~/.XCompose    ^(at)include "~/.XCompose_latex" 
    2
    # greek small letters
    3
    <Multi_key> <g> <a> : "\\alpha"    U03B1    # GREEK SMALL LETTER ALPHA
    4
    <Multi_key> <g> <b> : "\\beta"    U03B2    # GREEK SMALL LETTER BETA
    5
    <Multi_key> <g> <g> : "\\gamma"    U03B3    # GREEK SMALL LETTER GAMMA
  4. How to build amarok on ubuntu2023. How to build amarok on ubuntu2023.
    1
    # install taglib first  ( from github , no apt-get)
    2
    git clone https://github.com/taglib/taglib
    3
    cd taglib
    4
    
                  
    5
    ## diff !!
  5. bash completion file for sun grid en... bash completion file for sun grid engine
    1
    _qconf()
    2
    {
    3
     local cur prev opts;
    4
     _get_comp_words_by_ref cur prev;
    5
    #prev2="${COMP_WORDS[COMP_CWORD-2]}"
  6. Konkuk-thesis-LaTeX Konkuk-thesis-LaTeX Public

    건국대학교 석사/박사 졸업논문 latex 서식파일

    TeX