일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- code 세팅
- 음료같은녹즙
- GitHub 미러링
- 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
- GitLab Mirroring
- 티스토리 초대장
- 실행시간 측정
- GitLab미러링
- GitHub Mirroring
- react native #gradle
- webstorm
- visual studio code cli
- 티스토리 초대장/ 티스토리초대
- settings sync
- 네이버 클라우드 플랫폼
- 티스토리초대
- currentTimeMillis
- Emmet
- Path Alias
- gitlab 연동
- eslint-import-resolver-typescript
- visual studio code
- 니돈내먹
- 프리티어
- '티스토리 초대장/ 티스토리초대'
- 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..