CuriousGuy
CuriousGuy
Explore posts from servers
JCHJava Community | Help. Code. Learn.
Created by CuriousGuy on 12/25/2024 in #java-help
How long should it take at minimum for a person to learn this much for incoming semester exams ?
Following are the list of topics: 1. First Programming steps with Karel(methods, loops, conditions and first software engineering principles) and Top-down approach 2. Graphics Programming, classes of ACM Library, how to use objects 3. Introduction to console programs. More on variables, operators, conditions and loops, Boolean variables, Loop and a Half 4. How animations and mouse events work ? Use of random generator 5. Strings and the String Tokenizer and classes 6. Swing - Basics of graphical user interfaces, instance variables 7. Basics of object orientation, inheritance and composition 8. Arrays, simple image processing, key events 9. Files, Error Handling 10. ArrayList, HashMap 11. Interfaces and Polymorphism 12. Lists 13. Maps and Sets 14. Recursion 15. Algorithmic Analysis 16. Sorting 17. Trees 18. Graphs 19. Text 20. Greedy Algorithms, Backtracking and Randomized Algorithms
5 replies
CC#
Created by CuriousGuy on 6/22/2023 in #help
❔ How do I uninstall .net on Mac ?
upon running the following command, I still see presence of .net on my system
dot net --info
dot net --info
The output is
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
No runtimes were found.

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
No runtimes were found.

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
How do I remove this ?
32 replies
CC#
Created by CuriousGuy on 6/22/2023 in #help
❔ Unable to upgrade .net 6.0.101 on Mac M1
Hi! I am using a Mac M1. I have .net 6.0.101 installed on my mac. I downloaded latest .net 6 SDK arm64 (v1.0.180) from the official website and installed it. But after running the
dotnet --info
dotnet --info
command, I still get the old version displayed. Very recently, I downloaded .net v7 SDK for arm64 and again I am witnessing the same thing. Can anybody please tell how do I resolve this ?
19 replies