- Chromebook . . . . 7 matches
||[https://chrome.google.com/webstore/detail/pocket/mjcnijlhddpbdemagnpefmlkjdagkogk?hl=ko Pocket]
||[https://chrome.google.com/webstore/detail/lastpass-free-password-ma/hdokiejnpimakedhajhdlcegeplioahd?hl=ko LastPass]
||[https://chrome.google.com/webstore/detail/numerics-calculator-conve/liglcienpnkhdajdfmnpbgmpjglonipe?hl=ko Numerics Calculator & Converter]
||[https://chrome.google.com/webstore/detail/feedly/hipbfijinpcgfogaopmgehiegacbhmob?hl=ko feedly]
||[https://chrome.google.com/webstore/detail/rollapp-file-opener/nphbmanpfjfdngbaamhajooihmjacmfe?hl=en rollApp File Opener]
- Python/Numpy . . . . 7 matches
import numpy as np
angles = np.arange(0, 361, 10)
# np.full_like : 주어진 배열과 동일한 크기와 데이터 타입을 가지면서, 모든 요소를 특정 값으로 채운 새로운 배열을 생성
boom_lengths = np.full_like(angles, 10) # 10m
loads = np.full_like(angles, 5000) # 5000kg
data['Angle (rad)'] = np.deg2rad(data['Angle (deg)'])
data['Moment (Nm)'] = data['Load (kg)'] * data['Boom Length (m)'] * np.sin(data['Angle (rad)'])
- GLUT 관련 사이트 . . . . 4 matches
1. [http://www.zeuscmd.com/tutorials/glut/02-KeyboardInput.php Keyboard Input]
1. [http://www.zeuscmd.com/tutorials/glut/03-MouseInput.php Mouse Input]
- RungeKuttaMethod . . . . 4 matches
f = input('Enter the slope:');
x0 = input('Enter the initial value of x:');
y0 = input('Enter the initial value of y:');
n = input('Enter the value of y to find:');
- 사진 . . . . 4 matches
* Healing Brush, Patch, Inprinting Brush 등을 이용하여 피부 잡티를 제거한다. 피부결이 뭉개지지 않게 주의한다.
* 피부결 부드럽게: Denoise 기능으로 피부결을 부드럽게 만든다. 주파수 보정법이니 뭐니...피부를 도자기처럼 다듬는 기술이 유행하고 있으나, 여기에서는 최대한 자연스러운 수준으로 보정을 할 것이다. Inprinting Brush, Free hand Selection Tool로 피부만 영역 지정한다. 눈/입술/눈썹은 제외한다. Denoise Layer를 추가하고, 값은 30~120% 수준으로 조정한다.
1. 배경 정리: Crop, Inprinting Brush Tool 등을 사용하여 배경을 깔끔하게 다듬는다.
* [https://www.nikonphotoacademy.com/ 니콘 포토 아카데미] (유료)
- GLUI User Inerface Library . . . . 3 matches
* 입력한 텍스트, 정수, 실수값을 편집할 수 있는 텍스트 박스 (Editable text boxes for inputting text, integers, and floating-point values)
* Arcball controllers for inputting rotation values
* Translation controllers for inputting X, Y, and Z values
- ZX100 . . . . 3 matches
[[html(<a data-flickr-embed="true" href="https://www.flickr.com/photos/125110295@N06/23755749686/in/photolist-e4Ypu7-eXSfKK-iqUvza-D4VEfG-f9bssa-nFLDRy-gxmrXQ-hnAMVF-e4SLB6-nptEPm-nFGmcH-dS2SzB-e4SLAk-npu1kp-yzttH7-ySSrkz-cEtxLh-yzzo5k-zmKeaG-yztwMy-yztwf1-ySStBD-D5dnMX-D5bGfc-Dt6grH-Dt6fVT-DTk5Vn-D4RnVA-CLGBuV-CnNWyr-DeEe3i-D7nEFV-DeEcjP-CMx6h3-ChgFxr-CF741p-CcdqK9-zu27kH-y2iA1J-xV4rvS-yPM3dW-yzuti5-r5KMAx-q4tNe9-nDWCzm-nFZbte-nptGSF-cEtxVA-bMviq4-aetC1Q" title="Joinhandmade Jelly Doux and Sony Walkman Zx100 #sony #walkmanzx100 #walkman #music #jellydoux #joinhandmade"><img src="https://c7.staticflickr.com/1/732/23755749686_30b748d2f0_z.jpg" width="640" height="359" alt="Joinhandmade Jelly Doux and Sony Walkman Zx100 #sony #walkmanzx100 #walkman #music #jellydoux #joinhandmade"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>)]]
- MatlabDay5 . . . . 2 matches
input = 1. 아래 예제에서는 1대신에 step input을 사용해 봤다.
- Notepadplusplus . . . . 2 matches
[http://users.cse.ucdavis.edu/~chaos/courses/nlp/Software/Windows/npp.html 방법 1 출처:Installing and Configuring Notepad++]
raw_input('press enter to continue...')
These options are written in a file called shortcuts.xml, located in the folder where you installed NP++.
Reopen NP++, and now it's easy and nice to run any python file strait from the editor.
More information on things like this in NP++: http://notepad-plus.wiki.sourceforge.net/Run |}}
- 잡담/2014 . . . . 2 matches
[http://www.yonhapnews.co.kr/bulletin/2014/12/13/0200000000AKR20141213037200004.HTML?input=1179m '땅콩회항' 일등석 승객 "조현아,고성·파일 던져"] by 연합뉴스 -- [파초] [[DateTime(2014-12-13T09:21:48)]]
[http://www.huffingtonpost.kr/2014/10/28/story_n_6060144.html 스스로 B급이 된 대기업 직원의 사연 관련] by 허핑턴 포스트 -- [파초] [[DateTime(2014-10-28T22:07:11)]]
- ASUS C302 . . . . 1 match
[[html(<center><img src="https://lh3.googleusercontent.com/ha-0Npu2MBsIkbUNNmmLRwTVT_TCDNubrlbjQ9xl6czUBq7vPPLbbR2FusSR7Q3YfONEnk5_j-XtcoDF4UDMGm6y_zq4Y0pRK5eB0hxFi4wGVpFeZk4RCpkNGrCDTv-qqUqaFl2DU2N9Fl-hC8e-MGOSvAa-HqNf_K2u-Bh6cQliHQ43OIOyp1KU8MaLTCbRBierBcpVNw5g8IMw9Mvp8LX0-Hy69QDaT3wY5cVw0i5jJ2yEdJ9UV5dz0uaumcGv_46_luZK_tFER8Yi4xldmZAWiWHN7xP_DKMWytWQVwVTvAF1kEC9bE4a8W5ftCXxJJi0bof9WaRFCRmmZ8SXnyp11b2evc0kWIx9rDL9wEvCQCjvbDcnK5FWXbYV0pgEByR6eY0vqMfV1dybtIgM4MVE0ytG5SFvtaq5KXpRJVuPoDe5hLBji9D9S2H_Xr7ausn1OvAx3OD_sNsMD88eYBa3KBwL2ENcsPzoY7Q8zXtY4fbdxInXH-UvuR8V6I9Kxh5IuE8bIMlldNTii2gEBA7OBnRup61X5iv6aBwyCgr7PtIdiCd5grvvkhw2t3Qf1Bmy-rov5ZteTSrKCOHJtBPTSgZOac7fOR1MCUn6AWcmmE5i3h9LaH4uA2an3SQktIGajMuiCE8GKq9m_yD0MwzBZZ-vHdscSXBboX0WL9k=w700"></center>)]]
||Input: 100~240V (50-60Hz). Output: 5V/3A, 9V/3A, 15V/3A, 20V/2.25A
* [https://www.amazon.com/CERTIFIED-CharJenPro-USB-C-ADAPTER-Aluminum-body/dp/B01MQIATM8/ref=cm_cr_arp_d_product_top?ie=UTF8 USB Type C (충전), HDMI(4K 출력), USB 3.0 x3, SD Card Reader, Micro SD Card Reader]
- AffinityPhoto . . . . 1 match
* Inpainting Brush (J)
- DIY . . . . 1 match
* [http://www.turnpoint.net/wireless/cantennahowto.html 캔테나 자작 (계산기 포함)]
- GoogleAndroid . . . . 1 match
1. 아이패드 설정: 앱 스토어에서 Nplayer 설치 > Wi-Fi 설정에서, 안드로이드 핫스팟으로 접속한다.
1. FTP 접속: nplayer 실행 > 네트워크 추가(FTP 아이피, 포트번호 입력) > 원하는 동영상이 있는 디렉토리로 이동/선택한다. > 선택 후 감상한다.
- GuestBook/2012 . . . . 1 match
<input type='submit' name='status' class='submitBtn' value='Go' style='width:35px;' />
- HelpOnGitInstallation . . . . 1 match
Unpacking objects: 100% (49/49), done.
- IMP1000 . . . . 1 match
|| Input || 5V, 2A ||
- LibreOffice . . . . 1 match
[http://speller.cs.pusan.ac.kr/downpage.html 한국어 맞춤법/문법 검사기]
- MDR-1ABT . . . . 1 match
[[html(<a data-flickr-embed="true" href="https://www.flickr.com/photos/126717737@N06/15588996184/in/photolist-ubmnqF-tvMyim-sj5pQC-qGqEb4-tvXPf4-ut1V6K-tvMCR9-uquKQY-usP8Rc-ubnjGT-BUud5X-BUfNs3-CNifk6-BUnUZB-CNienp-CkR5V1-CRLjZt-CThAsN-pKDL9t-t1Qb8b-qH5pU8-CMYmxZ-pKxFsh-CCqsbY-qpRDTA-t5EPY9-smD3tt-rpyu34-s4V3gR-s4N8R3-rpyuvi-rpn7xU-sj5pfE-smd1sy-rpn6fd-smnqrv-smjU5i-smjV28-sj5otE-rpysJn-s4M2eL-s4M3h7-rpytwz-s4N8K1-s4N8wq-s4V4Y8-tiw5V4-vtiT24-vZVL8H-tHvpP8" title="NW-ZX2-with-MDR-1ABT"><img src="https://c1.staticflickr.com/8/7577/15588996184_048e4b57c8_z.jpg" width="640" height="427" alt="NW-ZX2-with-MDR-1ABT"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>)]]
- MatlabDay1 . . . . 1 match
For length N input vector x, the DFT is a length N vector X,
- MoniWikiOptions . . . . 1 match
`'''$use_twinpages'''`
- OptimusQ2 . . . . 1 match
* [[Sprinpad]]
- OptimusVu . . . . 1 match
* [[Sprinpad]]
- Patran/등가 빔 요소 생성 . . . . 1 match
field → spatial → tabular input → x → 값 입력
- Python . . . . 1 match
* https://winpython.github.io : 데이터 싸이언스를 위한 파이썬 올인원 패키지.
- WikiSlide . . . . 1 match
||<rowbgcolor="#FFFFE8"> '''Input''' || '''Display''' ||
For details see HelpOnPageCreation and WikiName.
- WishList/end . . . . 1 match
[http://search.11st.co.kr/SearchPrdAction.tmall?method=getTotalSearchSeller&kwd=2TB+%C7%CF%B5%E5&excptKwd=&pageNum=1&pageSize=30&researchFlag=false&lCtgrNo=128635&mCtgrNo=128653&sCtgrNo=0&dCtgrNo=0&prdType=&prdTab=T&selMthdCd=&targetTab=P&viewType=L&minPrice=0&maxPrice=0&custBenefit=&dlvType=&kwdInCondition=&exceptKwdInCondition=&previousKwd=2TB+%C7%CF%B5%E5&previousExcptKwd=&goodsType=&buySatisfy=&sortCd=P&isBack=N&sortCateNameYn=&selectedCtgrNoList=&ctgrNoDepth=mCtgrNo&isMoreCtgr=&selectedAttrIndex=0&selectedSubjectIndex=0&selectedItemIndex=0&firstInputKwd=2TB+%C7%CF%B5%E5&isSemanticMorePage=N&beforeThesaurusKwd=2TB+%C7%CF%B5%E5&beforeRelationKwd=&myPrdViewYN=Y&okSellerYn=&bigSellerYn=&quickSellerYn=&schFrom=#searchlist 11번가 2TB 하드디스크 검색]
- WordPress . . . . 1 match
* http://demo.wpzoom.com/?theme=bonpress
- 두시탈출 컬투쇼 . . . . 1 match
물론 [http://danpod.kangjang.net/rss/weekly_cultwo.xml 팟캐스트]도 지원한다.
- 마우스 . . . . 1 match
#keywords Portable, PC, Notebook, Input, Wireless
- 만년필 . . . . 1 match
[[html(<iframe src="https://www.flickr.com/photos/aidanmorgan/5299478008/in/photolist-95idbu-6A5bjK-6AbTHS-5pdwb7-dw4nEi-ceEcCd-7b8UG9-bnpKyd-byJrs4-3re8Vn-4ptjLF-kabGhm-8JJR93-6JNLK8-kbdKMB-b7AkyD-5zC51g-e1gNrQ-5MRww5-bkC7BN-6zrveY-5cdojb-5zC54r-4Nf9W7-6p7VST--7j3GCg-8zMMjS-9xc8wH-aKNeJt-duVk5T-7Ghrx9-7Zan7o-e58a5Z-5okdrJ-a4MHH-bmfwto-6JVGqa-gTF8PC-gTJUjT-dGGSNp-ekq4a3-5czKHV-5zGmrS-bCcxuJ-6p7VoB-7XowcR-4NaXFP-4NaXqt-5zE3g1/player/" width="640" height="427" frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>)]]
- 모니위키/배포계획/config . . . . 1 match
$use_twinpages=1;
- 위키와 블로그 통합하기 . . . . 1 match
[http://www.cadvance.org/?leftmenu=doc/include/total_menu.asp&mainpage=doc/html/advanced/frameset.asp FRAMESET | FRAME Element]
- 잡담 . . . . 1 match
뻗는 이유 확인. 플러그인 소스코드를 다운받은 후, npm run build 과정을 거쳐야 한다. -- [파초] [[DateTime(2025-01-12T00:37:22)]]
- 잡담/2015/01 . . . . 1 match
서울, 대전, 대구, 부산, --[https://www.google.co.kr/search?q=%EC%84%9C%EC%9A%B8+%EB%8C%80%EC%A0%84+%EB%8C%80%EA%B5%AC+%EB%B6%80%EC%82%B0&oq=%EC%84%9C%EC%9A%B8+%EB%8C%80%EC%A0%84+%EB%8C%80%EA%B5%AC+%EB%B6%80%EC%82%B0&espv=2&es_sm=90&ie=UTF-8&gws_rd=cr,ssl&ei=npPBVOu9EtLVatLZgrAP 찍고~ 아하!]-- 제주도. 현재 생각하고 있는 중요 Point.
Found 35 matching pages out of 803 total pages
You can also click here to search title.