일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- openCV
- 김양재 목사
- 빅데이타
- 우리들교회
- 인공지능
- 딥러닝
- 빅 데이터
- 통계
- 몽고디비
- data science
- nodeJS
- No SQL
- WebGL
- 빅데이터
- 데이터 과학
- MongoDB
- node.js
- 김양재 목사님
- Big Data
- 주일설교
- c++
- Deep learning
- 확률
- 김양재
- Statistics
- 빅 데이타
- probability
- R
- Machine Learning
- Artificial Intelligence
- Today
- Total
목록Programming (202)
Scientific Computing & Data Science
by Geol Choi | Feb. 10, 2014대표적인 WebGL 프레임웍들과 특징들주요 WebGL 프레임에 대해 소개드리겠습니다. 현재 나와있는 WebGL 프레임웍과 엔진은 실로 종류가 다양합니다. 이러한 프레임웍 및 엔진들의 특징을 간단히 요약해 보았습니다. EnchantJS - HTML5/JavaScript 기반 엔진 / Object Direction, Asynchronous Processing, Plugin Expansion, visual Material 등과 같은 기능 제공IMPACT - JavaScript 게임엔진Crafty - 작은 규모의 JavaScript 게임엔진 / 충돌 감지, 스프라이트 맵 지원 등과 같은 꽤 괜찮은 기능 제공Pulse - 2D JavaScript 게임 및 그래픽스..
Written by Geol Choi | Feb. 10, 2014이번 글에서는 WebGL을 통해 구현된 사례에 대해 알아보도록 하겠습니다. 대표적인 WebGL showcase 사이트는 다음과 같습니다.WebGL ShowcasesGoogle Chrome ExperimentMozilla WebGL Demo StudioThree.js Web PageMr.Doob Web PageHello RacerCar VisualizerOrbit ViewerWave Simulatoracko.netDisney OZ PromotionGoogle SpaceInteractive Music VideoWebGL Editor
Written by Geol Choi | Dec. 23, 2017WebGL 그래픽스 파이프라인WebGL에 대한 그래픽스 파이프라인은 OpenGL에서의 그래픽스 파이프라인과 크게 다르지 않습니다. 단, JavaScript API를 사용하는 점은 차별된 요소라고 할 수 있습니다. WebGL을 지원하는 데스크탑 브라우저Mozilla Firefox: 버전 4.0부터 모든 플랫폼에 대해 지원Google Chrome: 버전 9부터 모든 플랫폼에 대해 지원Apple Safari: OS X Mountain Lion, OS X Lion에 대해서는 버전 6.0부터 지원, Mac OS X Snow Leopard에 대해서는 버전 5.1부터 지원, 기본적으로는 기능이 해제되어 있음Opera: 버전 11과 12에서 지원됨, 기본..
Written by Geol Choi | Feb. 10, 2014WebGL의 역사* 2006년 Mozilla Firefox 재단의 Vladimir Vukićević는 HTML5 canvas를 기반으로 웹에서 3D 그래픽 표현이 가능한지 실험을 시작 * 2007년말 Mozilla와 Opera는 각각 개별적으로 HTML5에서의 그래픽 표현을 구현함 * 2009년 Khronos Group은 WebGL working group을 결성하고 초기 참여자로서 Apple, Google(Google Chrome Experiments), Mozilla(Mozilla Developer Network), Opera 등이 포함 * 2011년 3월 WebGL 버전 1.0 릴리즈 * WebGL의 초기 어플리케이션은 Google M..
http://oscarotero.com/jquery/
Original Site: http://www.coolestguidesontheplanet.com/downtown/get-apache-mysql-php-and-phpmyadmin-working-osx-109-mavericks Get your Local Web Development Server Up & Running on OSX 10.9 MavericksWith the new OS out of the bag, getting the AMP stack running on OSX 10.9 Mavericks is is pretty much the same as on OS X Mountain Lion 10.8. This tutorial will go through the process on getting Apach..
Original Site: http://osxdaily.com/2012/09/02/start-apache-web-server-mac-os-x/The Sharing preference panel options were changed a bit in OS X Mountain Lion and again in Mavericks, and while things like Internet Sharing remain, the Web Sharing preference panel was removed. The Apache web server remains bundled with Mac OS X though, but you’ll need to turn to the command line to enable the web se..
Written by CINEMA4DIn this article I'm going to explain how to set up OpenCV development environment in Xcode. I got most of the information from https://sites.google.com/site/learningopencv1/installing-opencv.My test environment is as follows (latest versions at this writing):- Mac OS X 10.9 (Mavericks)- Xcode 5.0.1 (5A2053)- OpenCV 2.4.6 1. Install XcodeXcode 5.0.1 usually comes with Mac OS X ..
부트스트랩(Bootstrap)은 트위터에서 오픈 소스로 공개한 웹 프런트 엔드 개발 도구입니다. 부트스트랩은 유연한 HTML, CSS, JavaScript 템플릿과 다양한 UI 컴포넌트, 인터랙션을 제공해서 웹 사이트를 구축하는 시작점이 될 수 있습니다. 이 글에서는 부트스트랩의 특징이 무엇이고 어떻게 부트스트랩으로 웹 사이트 구축을 시작할 수 있는지 간단하게 알아 보겠습니다.Bootstrap from Twitter웹 UI 개발은 쉬워 보이면서도 직접 접하면 수많은 어려움에 부딪히게 된다. 단일한 클라이언트 환경만 고려하면 되는 다른 UI 개발과는 달리, 웹 UI 개발은 다양한 브라우저 환경에서 호환성을 충족시키는 크로스 브라우징(Cross Browsing) 작업이 필요하다.Internet Explore..