CSS-105, Fundamentals of Programming
رفتن به کانال در Telegram
479
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
It should stay as example below:
Your folder: John_Doe_1234
Your report: Report.pdf or John_Doe_Report.pdf
Project Upload Instructions:
Put Your Files Together:
Gather your project files in one folder. Name the folder with your Name_Surname_ID.
Example:
Folder Name: John_Doe_12345
Upload Your Code:
Start by putting all your code files in the folder. This includes java document only.
Example:
Folder: John_Doe_12345 (contains all code files)
Finish Uploading:
After uploading your code, upload your project report.
Example:
File: Report.PDF
Make sure that it is not on draft.
This is list of contests which you need to pass next week!
Deadline: 09.12 00:00 - 13.12 23:45
https://www.hackerrank.com/week-15-css-105fall-2023 - Week 15
if you have any problems contact me - @ke1pker
Hello everyone!
Quiz-3 exam , place link: https://docs.google.com/spreadsheets/d/1C3BILn85g8VodoHLoEbmuVuf-VwabaGnFDW4N4kSKBc/edit?usp=sharing
Latest News:
Deadline for Project Submission has extended to Saturday(9th) night 23:59pm.
Project submission requirement - Moodle 📥
Before submitting
1. Make sure you followed the given requirements.
2. When uploading, avoid adding your works to additional folders, zip or rar file.
3. Send your "Codes" and "PDF report" individually.
4. Name your project title as Name_Surname_ID.
5. Make sure your code is individual and not plagiarized.
6. Don’t exceed the deadline of submission, no extra time will be provided.
Project defence next week till Thursday, because Thursday I will start put grades.
So you have only three days to defend your project. 11th, 12th and including 13th of December.
For the groups which practice sessions are in next days, you have to come to office hours or come to other group's practice sessions.
(c) Nauryzbay Sapargali
Updates for MacOS:
!! Only for MacOS users.
1. Save your runfx.bat file as .sh type file. It must be runfx.sh
2. What should be in your runfx.sh file:
if [ $# -eq 0 ]; then
echo "Usage: $0 <Java_file_or_class>"
exit 1
fi
# Compilation
javac --module-path "/Users/your_username/tools/javafx-sdk-19.0.2.1/lib" --add-modules javafx.controls,javafx.fxml "$1".java
# Execution
java --module-path "/Users/your_username/tools/javafx-sdk-19.0.2.1/lib" --add-modules javafx.controls,javafx.fxml "$1"
3. How to execute?
a. Give executive permission: /compile_and_run.sh YourJavaFileOrClassName
b. Make it executable: sudo chmod +x script_name.sh
c. Execution: ./runfx.sh <YourJavaFileOrClassName> Write Your own class name without .java. For example ./runfx.sh SimpleJavaFXApp
By the way writing of the path of the file is different from Windows writing:
\"C:\\tools\\javafx-sdk-19.0.2.1\" Windows
In MacOS it is /Users/your_username/tools/javafx-sdk-19.0.2.1
Good evening dear students!
This week you have Quiz-3 and it will be Thursday at 18:00 in the SDU offline format.
Topics: 11-14, 23, 9-10(chapters in the book)
Time: 6:00 p.m.
Date: 07.12
Place: We'll let you know closer to the exam.
Platform: Hackerrank
Duration: 90 minutes
Format: Coding, Find the error, Fill in, Theoretical questions
Huge request:
1. Correct your hackerank account logins(for example, if id 220103000 then login should be h220103000)
2. Charge your laptops in advance
3) If you do not trust the SDU wi-fi, you can bring your own and give out (we are not responsible for the Internet)
4. Do not send the link to the exam to someone else, because it is an individual and instead of you can write another (if you send it to someone then you do not get a chance and you get 0)
5. During the Quiz do not use other links and desktops, if you need a translation you can ask the proctor.
6. Do not be late, if you are late and the link does not work then get automatic 0.
7. The place where you sit, we will send in advance to your mail and telegram channel.
Have:
1. Id card
Good Luck to everyone!!!
Nauryzbay teacher!Dear students.
If you still struggling with the installing the JavaFX try this one.
This is list of contests which you need to pass next week!
Deadline: 04.12 00:00 - 10.12 23:45
https://www.hackerrank.com/week-14-css-105fall-2023 - Week 14
if you have any problems contact me - @ke1pker
My Group:
Prepare a report of what you have done in your project and include each step one by one. During defense you will be asked to show and explain.
~ Betul Polat
You can watch the project demo through the given link in the description ☝🏻
