This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ๐ 2026.01.07 ใโโโโโโโโโโ 1.92%ใ | |
| ๐ป๏ธ 2026 Commits: 0 | |
| โดโตโดโตโดโตโดโตโดโตโดโตโดโตโดโตโดโตโดโตโดโตโดโตโด | |
| ๐๏ธ Most Used Languages (Top 4) | |
| ๐นJavaScript ๐นHTML ๐นCSS ๐นJava |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ๐ 2,225 Karma Points | |
| ๐ Completed 0 tasks today | |
| ๐ Completed 0 tasks this week | |
| โ Completed 85 tasks so far | |
| โ Current streak is 0 days |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 23.04.12 | |
| // ๊น์งํ | |
| public class Main3 { | |
| public static void main(String[] args) { | |
| int totalCount = 127; // ์ ์ฒด ๊ฒ์๊ธ ์ | |
| int pageIndex = 3; // ํ์ฌ ํ์ด์ง ๋ฒํธ | |
| int pageSize = 10; // ํ์ด์ง ๋ค๋น๊ฒ์ด์ ์์ ๋ณด์ฌ์ฃผ๋ ๋ธ๋ญ ์ | |
| int recordCount = 3; // ํ ํ์ด์ง๋น ๋ณด์ฌ์ง๋ ๊ธ์ ์ | |
| new Pager(totalCount) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.*; | |
| // 23.04.11 | |
| // ๊น์งํ | |
| public class Main2 { | |
| Position my; | |
| List<Position> list; | |
| public static void main(String[] args) { | |
| Main2 m = new Main2(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.BufferedWriter; | |
| import java.io.File; | |
| import java.io.FileWriter; | |
| import java.io.IOException; | |
| // 23.04.10 | |
| // ๊น์งํ | |
| public class Main { | |
| final String FILE_NAME = "property.html"; | |
| final String PAGE_TITLE = "์๋ฐ ํ๊ฒฝ์ ๋ณด"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ๐ Morning 34 commits โโโโโโโโโโโโโโโโโโโโโ 6.4% | |
| ๐ Daytime 208 commits โโโโโโโโโโโโโโโโโโโโโ 39.0% | |
| ๐ Evening 183 commits โโโโโโโโโโโโโโโโโโโโโ 34.3% | |
| ๐ Night 108 commits โโโโโโโโโโโโโโโโโโโโโ 20.3% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * [๊ณผ์ 1. ํฐ์ ํ๋ฉด์ ๊ตฌ๊ตฌ๋จ ์ถ๋ ฅํ๊ธฐ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
| * | |
| * ์์ฑ์ : ๊น์งํ | |
| * ์์ฑ์ผ : 2023-03-06 | |
| * */ | |
| public class MiniAssignment01InFeedback { | |
| public static void main(String[] args) { | |
| String tab = "\t"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.ArrayList; | |
| import java.util.Scanner; | |
| /* | |
| * [๊ณผ์ 8. ์ฐ์๋ ๊ณผ์ธ๊ธ์ก ๊ณ์ฐ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
| * | |
| * ์์ฑ์ : ๊น์งํ | |
| * ์์ฑ์ผ : 2023-03-06 | |
| * */ | |
| public class MiniAssignment08InFeedback { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Random; | |
| import java.util.Scanner; | |
| /* | |
| * [๊ณผ์ 7. ๋ก๋ ๋น์ฒจ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
| * | |
| * ์์ฑ์ : ๊น์งํ | |
| * ์์ฑ์ผ : 2023-03-06 | |
| * */ | |
| public class MiniAssignment07InFeedBack { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Random; | |
| /* | |
| * [๊ณผ์ 6. ๊ฐ์ ๋์ ๋น์ ์๋ฎฌ๋ ์ด์ ํ๋ก๊ทธ๋จ] ์ ํผ๋๋ฐฑ ๋ฐ์! | |
| * | |
| * ์์ฑ์ : ๊น์งํ | |
| * ์์ฑ์ผ : 2023-03-06 | |
| * */ | |
| public class MiniAssignment06InFeedback { | |
| public static void main(String[] args) { |
NewerOlder