My Program and Code2018. 11. 6. 14:03
반응형
반응형
Posted by Jay Two
My Program and Code2018. 11. 6. 11:02
반응형
반응형
Posted by Jay Two
My Program and Code2018. 11. 6. 10:54
반응형
반응형
Posted by Jay Two
My Program and Code2018. 11. 6. 10:52
반응형
반응형
Posted by Jay Two
일반2018. 10. 22. 13:14
반응형

[2018-10-22] 아침부터 깃허브(github) 이상합니다. 깃허브 장애


[2018-10-22] 아침부터 깃허브(github) 이상합니다.


https://twitter.com/githubstatus  

We continue working to repair a data storage system for http://GitHub.com . You may see inconsistent results during this process.


https://status.github.com/messages 

09:23 한국 표준시 We continue working to repair a data storage system for GitHub.com . You may see inconsistent results during this process.

09:05 한국 표준시 We're failing over a data storage system in order to restore access to GitHub.com .

08:13 한국 표준시 We're investigating problems accessing GitHub.com .

08:09 한국 표준시 We are investigating reports of elevated error rates.


https://blog.github.com/2018-10-21-october21-incident-report/

October 21 Incident Report

At 10:52 pm Sunday UTC, multiple services on GitHub.com were affected by a network partition and subsequent database failure resulting in inconsistent information being presented on our website. Out of an abundance of caution we have taken steps to ensure the integrity of your data, including pausing webhook events and other internal processing systems.

We are aware of how important our services are to your development workflows and are actively working to establish an estimated timeframe for full recovery. We will share this information with you as soon as it is available. During this time, information displayed on GitHub.com is likely to appear out of date; however no data was lost. Once service is fully restored, everything should appear as expected. Further, this incident only impacted website metadata stored in our MySQL databases, such as issues and pull requests. Git repository data remains unaffected and has been available throughout the incident.

We will continue to provide updates and an estimated time to resolution via our status page. 


반응형
Posted by Jay Two
Computer Language2018. 5. 27. 16:42
반응형

https://okky.kr/article/468724


https://madnight.github.io/githut/ 


github의 프로그래밍 언어(2018/1Q)도 올려 봅니다.

c.f. 혹시 국내 통계 아시는 분들 계시면 소개 부탁드릴께요.

      아무래도 국내에서는 java 비율이 매우 큰 걸로 알고 있는데 통계치가 차이가 나는 것 같습니다



# 순위

프로그래밍 언어

백분율 (변화량)



1

JavaScript

22.947% (-2.606%)


2

Python

16.127% (+0.848%)


3

Java

9.960% (+0.001%)


4

Go

7.236% (+1.238%)


5

Ruby

6.732% (+0.237%)


6

C++

6.423% (+0.779%)


7

PHP

6.094% (-1.242%)


8

TypeScript

4.807% (+1.999%)


9

C#

3.375% (-0.647%)


10

C

2.890% (-0.442%)


11

Shell

2.327% (+0.146%)


12

Scala

1.406% (-0.011%)


13

Swift

1.168% (-0.025%)


14

Rust

0.952% (-0.013%)


15

DM

0.848% (+0.356%)


16

Objective-C

0.578% (-0.325%)


17

Kotlin

0.517% (+0.332%)


18

Groovy

0.422% (+0.132%)


19

Lua

0.357% (-0.094%)


20

Clojure

0.322% (-0.028%)


21

CoffeeScript

0.320% (-0.430%)


22

Elixir

0.317% (-0.002%)


23

Perl

0.317% (-0.075%)


24

Haskell

0.291% (-0.107%)


25

PowerShell

0.288% (-0.011%)


26

Dart

0.230% (+0.084%)


27

R

0.229% (+0.058%)


28

Erlang

0.190% (-0.029%)


29

Emacs Lisp

0.190% (+0.064%)


30

OCaml

0.175% (-0.077%)



반응형
Posted by Jay Two
정보기술2018. 5. 15. 12:24
반응형
반응형
Posted by Jay Two
Java2018. 1. 9. 16:06
반응형

https://github.com/ojdkbuild/ojdkbuild


(1) 윈도우즈(Windows)용 OpenJDK 빌드를 제공해주는 싸이트를 소개합니다. (위의 링크)


(2) 1.8 이상의 상위 버전도 모두 제공되며, 32비트(x86)/64비트(x64) 윈도용이 모두 지원됩니다. 

   : 참고로 eclipseIntelliJ는 해당 JDK에서 구동시 정상 작동합니다. (2018년 1월 기준)


(3) Oracle JDK 와 달리 인증 테스트를 거치지는 않았습니다!  https://github.com/ojdkbuild/ojdkbuild#faq

    (azul zulu, amazon jdk 등은 인증 테스트를 통과한 빌드입니다.)


(4) 하단의 첨부 파일은 64비트용 OpenJDK 1.8 입니다. 

   (7zip 으로 압축. 해제는 반디집, 알집 등으로 가능)


openjdk-1.8-x64-from-github.com-ojdkbuild.7z.001

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.002

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.003

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.004

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.005

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.006

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.007

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.008

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.009

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.010

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.011

openjdk-1.8-x64-from-github.com-ojdkbuild.7z.012


반응형
Posted by Jay Two