You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 2024 Coding Projects
2
2
3
-
Coding projects written between late 2023 - 2024 while learning Java during AP Computer Science or self-teaching coding languages
3
+
Coding projects written between late 2023 - 2024 while learning Java during AP Computer Science + Swift in Computer Science Seminar (2024 section) + self-teaching for coding languages (Python, C++, Javascript, HTML)
4
4
5
5
The code in this repository are split into multiple different projects which I've either developed personally, or learned by watching tutorials or videos. Note: some of the code are not original code. **However, this does not apply to all of the code here!**
6
6
## Project List:
@@ -17,22 +17,27 @@ The code in this repository are split into multiple different projects which I'v
17
17
***Java** - [recursiveFunction](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/recursiveFunction) - Written on April 16, 2024
18
18
***Java** - [apShenanigans](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/apShenanigans) - Written on May 5, 2024
19
19
***Java** - [imageEditor](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/imageEditor) - Written on May 17, 2024
20
+
***Swift** - [Swift Practice + Warmups](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/Swift%20Practice%20%2B%20Warmups) - Written on September 7, 2024
21
+
***Swift** - [Swift Basic Concepts](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/Basic%20Swift%20Concepts) - Written on September 7, 2024
20
22
21
23
22
24
## Notes:
23
-
* These programs were tested on M1 Mac Eclipse, Visual Studio Code, or via Replit
25
+
* These programs were tested on M1 Mac Eclipse, Visual Studio Code, Xcode, Programiz, or via Replit
24
26
* Each folder should contains a info.md - specific information regarding itself -> more detailed info
25
27
* Most Java programs were written via Java 1.8, check *Exceptions*
***Javascript:** Exception: ArrayProject method nim() was translated
30
+
***Swift:** coded in Programiz or Xcode.
28
31
29
32
30
33
31
-
## Instructions:
34
+
## Instructions:
32
35
If you wish to use any of the code, follow the instructions:
33
36
34
37
1) Please select on the specific project you wish to run & download said folder
35
38
36
39
2) Depending on the project, create a new project in your workspace (eclipse or etc) with the correct version
37
40
38
41
3) The downloaded folder should contain only the SRC files & classes, drag that into your empty project's SRC. This may depend on the project. - only applicable w/ java
42
+
43
+
*note, this is only for any program using java coding language. these instructions do not apply to any other coding language.*
0 commit comments