Skip to content

Instantly share code, notes, and snippets.

View melodysdreamj's full-sized avatar

june lee melodysdreamj

View GitHub Profile
@koocbor
koocbor / CreateDialog.java
Last active June 20, 2022 15:50
Full Screen Dialog in Android
FullScreenDialog dialog = new FullScreenDialog();
FragmentTransaction ft = getSupportFragmentManager().beginTransaction();
dialog.show(ft, FullScreenDialog.TAG);
@mrbkdad
mrbkdad / learning_scala_03_04.ipynb
Created July 1, 2018 09:26
learning scala chapter 3, 4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / learning_scala.ipynb
Last active July 19, 2018 01:48
learning scala, 스칼라 언어 배우기
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / learning_scala_05.ipynb
Created July 4, 2018 00:42
learning scala chapter 5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mrbkdad
mrbkdad / sparkml_mllib_01.ipynb
Created July 4, 2018 02:06
learning spark ML chapter 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.