Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
b2586cf
Start clean project
sharif-jobayed Jun 25, 2024
3509b2f
Listed data types
sharif-jobayed Jun 25, 2024
c38acc6
Call data in main()
sharif-jobayed Jun 25, 2024
c9c2cf1
Working on IfElse.js
sharif-jobayed Jul 3, 2024
cf5cb98
Working on IfElse.js
sharif-jobayed Jul 4, 2024
1ac14c6
Add GenericData.java
sharif-jobayed Jul 10, 2024
120d892
Run GenericData.java
sharif-jobayed Jul 12, 2024
65eb736
Update GenericData
sharif-jobayed Sep 20, 2024
58e2fa6
Create GenericData_02
sharif-jobayed Sep 20, 2024
4774a38
Refactor packages
sharif-jobayed Oct 21, 2024
ecc1d73
Practice List, Set
sharif-jobayed Oct 22, 2024
4e5d103
Practice interface, abstraction
sharif-jobayed Oct 22, 2024
85524dd
Update .gitignore
sharif-jobayed Nov 16, 2024
e18cd1a
Update .gitignore
sharif-jobayed Nov 16, 2024
5c871ab
Update project to Gradle
sharif-jobayed Nov 16, 2024
916ae9f
Update project to Gradle
sharif-jobayed Nov 16, 2024
a4f5e0d
Update project to Gradle
sharif-jobayed Nov 16, 2024
7437684
Update project to Gradle
sharif-jobayed Nov 16, 2024
d0cf4ca
Update project to Gradle
sharif-jobayed Nov 16, 2024
73a2522
Complete 1D Array
sharif-jobayed Nov 16, 2024
f750c75
Complete 2D Array
sharif-jobayed Nov 16, 2024
8d3addb
Complete 2D Array
sharif-jobayed Nov 16, 2024
abe934e
Complete List_01.java
sharif-jobayed Nov 16, 2024
821426e
Complete Stack_01.java
sharif-jobayed Nov 16, 2024
29780c1
Complete Stack_01.java
sharif-jobayed Nov 16, 2024
3b254ce
Done PrimitiveJuggling_01
sharif-jobayed Nov 25, 2024
3b36891
Done PrimitiveJuggling_01
sharif-jobayed Nov 25, 2024
546cfcf
Add polymorphism in NormalClass_001.java
sharif-jobayed Jan 27, 2025
58ec098
Check data type
sharif-jobayed Jan 28, 2025
b041aac
Add Set_01.java
sharif-jobayed Jan 29, 2025
59ec625
Add Set_01.java
sharif-jobayed Jan 29, 2025
518c7f7
Add 500 to the setWithDefaultValues_01
sharif-jobayed Feb 2, 2025
8372403
Regular practice
sharif-jobayed Feb 3, 2025
f967e99
Practice Enum
sharif-jobayed Mar 25, 2025
c256dc7
Practice type juggling
sharif-jobayed May 13, 2025
c301cb0
Indent code
sharif-jobayed May 13, 2025
6bfc41b
Indent code
sharif-jobayed May 13, 2025
0fe345d
Handle exception
sharif-jobayed May 13, 2025
32b85fd
Move executions to the Main.java
sharif-jobayed May 14, 2025
380c7b4
Add apache poi
sharif-jobayed May 14, 2025
a5ce851
Indent code
sharif-jobayed May 18, 2025
4141910
Indent code
sharif-jobayed May 18, 2025
4d4ad9e
Complete CreateADirectory.java
sharif-jobayed May 20, 2025
031c935
Complete CreateADirectory.java
sharif-jobayed May 20, 2025
55ff1fa
Complete CheckForExistence.java
sharif-jobayed May 20, 2025
776107b
Enhance CreateADirectory.java
sharif-jobayed May 23, 2025
a334e10
Practice 2D Array_2D_0001.java
sharif-jobayed May 28, 2025
410d37b
Correct 2D Array_2D_0001.java
sharif-jobayed May 28, 2025
b2ba76f
Update build.gradle
sharif-jobayed Jun 5, 2025
1c602c9
Use getPath_01()
sharif-jobayed Jun 5, 2025
9cbc737
Complete CreateDirectories.java
sharif-jobayed Jun 6, 2025
2cfb9cb
Correct typo
sharif-jobayed Jun 6, 2025
a147119
...
sharif-jobayed Jul 5, 2025
99fc25e
...
sharif-jobayed Jul 5, 2025
c199c89
...
sharif-jobayed Jul 5, 2025
1ba4d12
...
sharif-jobayed Jul 5, 2025
0174400
...
sharif-jobayed Jul 5, 2025
01e1da3
...
sharif-jobayed Jul 5, 2025
ce35f0e
...
sharif-jobayed Jul 5, 2025
11a9c67
...
sharif-jobayed Jul 5, 2025
e8e44bb
Done ArrayBasics_0001
sharif-jobayed Jul 6, 2025
1c2cbbf
Done ArrayBasics_0001
sharif-jobayed Jul 6, 2025
759bbc7
Done ListAverage_0001
sharif-jobayed Jul 6, 2025
fabda23
Work on Map_01.java
sharif-jobayed Jul 7, 2025
ee280e6
Work on StringManipulations.java
sharif-jobayed Jul 17, 2025
cef7cd4
Reverse the given Array
sharif-jobayed Jul 17, 2025
3320596
Reverse the given Array
sharif-jobayed Jul 17, 2025
64d9e5d
Count the characters in the given String
sharif-jobayed Jul 17, 2025
025eb05
Count the characters in the given String
sharif-jobayed Jul 17, 2025
c96989d
Reverse sort the given List
sharif-jobayed Jul 17, 2025
118b203
Refactor StreamAPI
sharif-jobayed Jul 17, 2025
65cfa3d
Done countRepeatations
sharif-jobayed Jul 17, 2025
3341c57
Solve get the total of the digits of a number
sharif-jobayed Aug 13, 2025
27c2321
...
sharif-jobayed Aug 13, 2025
e90fc73
...
sharif-jobayed Aug 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
Expand Down Expand Up @@ -26,7 +36,4 @@ bin/
.vscode/

### Mac OS ###
.DS_Store

# IntelliJ Idea
/.idea/
.DS_Store
18 changes: 18 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
plugins {
id 'java'
}

group = 'Java'
version = '1.0-SNAPSHOT'

repositories {
mavenCentral()
}

dependencies {
// Apache POI
implementation 'org.apache.poi:poi:5.2.5'
implementation 'org.apache.poi:poi-ooxml:5.4.0'
}

test {}
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
252 changes: 252 additions & 0 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 94 additions & 0 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading