μ€ν•˜μˆ˜λ₯Ό μ—¬ν–‰ν•˜λŠ” νžˆμΉ˜ν•˜μ΄μ»€λ₯Ό μœ„ν•œ μ•ˆλ‚΄μ„œ

원저: The Hitchhiker’s Guide to the Galaxy μ €μž: λ”κΈ€λŸ¬μŠ€ μ• λ€μŠ€ Douglas Adams λͺ‡κ°€μ§€ 인상적인 κ΅¬μ ˆμ„ 정리해 λ³Έλ‹€. 이 행성을 λ– λ‚˜λŠ” 법 λ‚˜μ‚¬NASA에 μ „ν™”ν•˜λΌ. μ „ν™”λ²ˆν˜ΈλŠ” (713) 483-3111이닀. 당신이 μ§€κΈˆ λ‹Ήμž₯ λ– λ‚˜λŠ”κ²Œ ꡉμž₯히 μ€‘μš”ν•œ 일이라고 μ„€λͺ…ν•˜λΌ. κ·Έ μ‚¬λžŒλ“€μ΄ ν˜‘μ‘°ν•˜μ§€ μ•ŠμœΌλ©΄, λ°±μ•…κ΄€γ…‘(202) 456-1414ㅑ에 μžˆλŠ” 아무 μΉœκ΅¬μ—κ²Œλ‚˜ μ „ν™”ν•΄μ„œ, λ‚˜μ‚¬μ— μžˆλŠ” μ‚¬λžŒλ“€μ—κ²Œ 말 μ’€ 해달라고 ν•˜λΌ. 백악관에 μΉœκ΅¬κ°€ ν•˜λ‚˜λ„ μ—†μœΌλ©΄, ν¬λ ˜λ¦°μ— μ „ν™”ν•˜λΌ(0107-095-295-9051둜 μ „ν™”ν•΄ ꡭ제 κ΅ν™˜μˆ˜μ—κ²Œ ν¬λ ˜λ¦°μ„ λŒ€λ‹¬λΌκ³  ν•˜λΌ). κ·Έ μ‚¬λžŒλ“€λ„ 백악관에 μΉœκ΅¬κ°€ μ—†κΈ°λŠ” λ§ˆμ°¬κ°€μ§€μ§€λ§Œ(적어도 λ‚¨λ“€ν•œν…Œ λŒ€λ†“κ³  말할 수 μžˆλŠ” μΉœκ΅¬λŠ” μ—†λ‹€), 영ν–₯λ ₯은 μ’€ μžˆλŠ” 것 κ°™λ‹€. κ·ΈλŸ¬λ‹ˆκΉŒ μ‹œλ„ν•΄λ³Ό λ§Œν•˜λ‹€. ...

2022-10-27 Β· (updated 2022-10-29) Β· 504 words

Rtorrent - μ„€μΉ˜ 및 μ‚¬μš©λ²•

Install $ sudo apt install rtorrent Usage $ cd ~/Downloads # ν˜„μž¬ ν΄λ”λ‘œ λ‹€μš΄λ‘œλ“œλ¨ $ rtorrent <torrent_filename>.torrent # λ‹€μš΄λ‘œλ“œ Control + q # μ’…λ£Œ Links https://www.usessionbuddy.com/post/How-to-setup-and-use-rtorrent-on-Linux/

2022-10-26 Β· 26 words

LuaFun - LuaJit Functional

Intro LuaFun μ •μ˜ - LuaJit Hight Performance Functional Programming Library luajit의 λ‚΄μž₯ν•¨μˆ˜λ₯Ό ν™•μž₯ν•˜μ—¬ λ‹€μ–‘ν•œ ν”„λ‘œκ·Έλž˜λ°μ„ λ•λŠ”λ‹€. ν•˜λ‚˜μ”© κ³΅λΆ€ν•΄μ„œ ν™œμš©ν•˜λ©΄ 맀우 κ°•λ ₯ν•œ 툴이 될 것이닀. Usage κΈ°λ³Έ μ‚¬μš©λ²• $ git clone https://github.com/luafun/luafun.git $ cd luafun $ luajit -i > -- Functional style > require "fun" () > -- calculate sum(x for x^2 in 1..n) > n = 100 > print(reduce(operator.add, 0, map(function(x) return x^2 end, range(n)))) 328350 > -- Object-oriented style > local fun = require "fun" > -- calculate sum(x for x^2 in 1..n) > print(fun.range(n):map(function(x) return x^2 end):reduce(operator.add, 0)) 328350 Using the Library Links github https://github.com/luafun/luafun Document https://luafun.github.io/

2022-10-12 Β· 99 words

Lfs-ffi - LuaJit FFI Lua File System

Intro luaJit용 Lua File System λͺ¨λ“ˆ ffiλ₯Ό μ΄μš©ν•œ lfs이며 lua의 lfs λͺ¨λ“ˆκ³Ό λ˜‘κ°™λ‹€. νŒŒμΌμ‹œμŠ€ν…œμ„ λ‹€λ£¨λŠ” ν™•μž₯ λͺ¨λ“ˆμ΄λ‹€. λ¦¬λˆ…μŠ€ μ „μš©μ΄λ‹€. μœˆλ„μš°μ¦ˆμš©μ€ μ•„λž˜ κΉƒν—ˆλΈŒμ— κ°€λ©΄ μ•ˆλ‚΄κ°€ μžˆλ‹€. μ„€μΉ˜ luarocksλ₯Ό μ‚¬μš©ν•˜κ±°λ‚˜ 직접 λ‹€μš΄λ‘œλ“œν•˜μ—¬ μ‚¬μš© Links Github https://github.com/spacewander/luafilesystem

2022-10-12 Β· 34 words

IRAF - Image Reduction and Analysis Facility

Intro FITS 데이터 뢄석 및 이미지 처리 도ꡬ μ§‘ν•© NOAO(National Optical astronomy Observatory)μ—μ„œ 개발 ν˜„μž¬ μ˜€ν”ˆμ†ŒμŠ€λ‘œ κ³΅κ°œν•˜μ—¬ iraf community κ°€ κ΄€λ¦¬ν•˜κ³  μžˆλ‹€. 주둜 κ΄€μΈ‘μ²œλ¬Έν•™ λΆ„μ•Όμ—μ„œ ν™œμš©λ˜κ³  μžˆλ‹€. 파이썬으둜 λž©ν•‘ν•œ pyrafκ°€ μžˆλ‹€. 컴파일과 νŒ¨ν‚€μ§€ μ„€μΉ˜ 두 κ°€μ§€κ°€ μžˆλ‹€. (νŒ¨ν‚€μ§€ μ„€μΉ˜ ꢌμž₯) ν˜„μž¬ λ§Žμ€ μ†Œν”„νŠΈμ›¨μ–΄λ“€μ΄ λ‚˜μ™€μžˆμœΌλ‚˜ νƒ€μ–Έμ–΄λ‘œ λž©ν•‘ν•˜μ˜€κ±°λ‚˜ μΈν„°νŽ˜μ΄μŠ€λ§Œ λ°”κΎΈμ–΄ 라이브러리λ₯Ό κ·ΈλŒ€λ‘œ μ‚¬μš©ν•˜κ³  μžˆλ‹€. μΌμ’…μ˜ 고전이라고 λ³Ό 수 μžˆκ² λ‹€. Install Packages Ubuntu18.x 이후뢀터 νŒ¨ν‚€μ§€ 제곡 $ sudo apt install xterm xgterm # terminal for iraf $ sudo apt install saods9 # ds9 FITS Viewer for iraf $ sudo apt install iraf iraf-dev iraf-noao iraf-noao-dev iraf-wcstools iraf-rvsao Install From Source Download Source ...

2022-10-12 Β· (updated 2022-10-30) Β· 463 words