일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- code 세팅
- code 설치
- '티스토리 초대장/ 티스토리초대'
- React Native
- 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
- 프리티어
- eslint-import-resolver-typescript
- GitLab Mirroring
- react native #gradle
- GitLab미러링
- 네이버 클라우드 플랫폼
- 티스토리 초대장
- 음료같은녹즙
- Path Alias
- 티스토리 초대장/ 티스토리초대
- 티스토리초대
- visual studio code
- webstorm
- gitlab 연동
- currentTimeMillis
- GitHub 미러링
- 니돈내먹
- GitHub Mirroring
- Emmet
- 실행시간 측정
- code .
- visual studio code cli
- 유니옥션
- settings sync
- 초대장
- Today
- Total
목록전체 글 (105)
방치하기
/** * Activity의 개념 예제 임 * author PYO IN SOO */ package com.pyo.android.activity.simple; import java.util.Date; import android.app.Activity; import android.graphics.Typeface; import android.os.Bundle; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.LinearLayout; impo..
#include #include static GLfloat spin = 0.0; void display(void) { glClear(GL_COLOR_BUFFER_BIT); glPushMatrix(); glRotatef(spin, 0.0, 0.0, 0.1); glColor3f(1.0, 1.0, 1.0); glColor3f(1.0, 1.0, 1.0); glBegin(GL_POLYGON); glVertex3f (11.25, 11.25, 0.0); glVertex3f (93.75, 11.25, 0.0); glVertex3f (93.75, 11.75, 0.0); glVertex3f (11.25, 11.75, 0.0); glEnd(); glPopMatrix(); glColor3f(1.0, 1.0, 1.0); glB..
#include #include static GLfloat spin = 0.0; void display(void) { glClear(GL_COLOR_BUFFER_BIT); glPushMatrix(); glRotatef(spin, 0.0, 0.0, 0.1); glColor3f(1.0, 1.0, 1.0); glColor3f(1.0, 1.0, 1.0); glBegin(GL_POLYGON); glVertex3f (11.25, 11.25, 0.0); glVertex3f (93.75, 11.25, 0.0); glVertex3f (93.75, 11.75, 0.0); glVertex3f (11.25, 11.75, 0.0); glEnd(); glPopMatrix(); glColor3f(1.0, 1.0, 1.0); glB..