Jump to content

well i got a open project on github that could need some love but then i saw java and im writing in c# :(

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

make a game. It is always the best way to pratice coding. I mean you have to code GUI, animation, logic and such. In short, it touch upon all the things that require you to use smart code design and oop concepts.

 

Sudo make me a sandwich 

Link to post
Share on other sites

8 hours ago, DtrollMC said:

I've been meaning to learn C#... If the project is interesting enough you may convince me ;)

He wants to make something that controls the rgb light in a pc. Hope you enjoy reading German because his code is commented in German only.

Sudo make me a sandwich 

Link to post
Share on other sites

14 hours ago, DtrollMC said:

I've been meaning to learn C#... If the project is interesting enough you may convince me ;)

https://github.com/CluelessGenius/Alfheim

 

well im trying to unify a lot of the available oem rgb software.

you know how every brand has their own shitty software tool for controlling the lights on their mainboards, keyboards, gpus, mice, and whatever? i just found out logitech now even makes rgb speakers -.-

well most of them have sdk's or api's so im trying to combine them

but since i  just started its basically just a gui shell right now.

cour welcome to at least clone the repo and check out the code maybe thats somewhat interesting for you?

"You know it'll clock down as soon as it hits 40°C, right?" - "Yeah ... but it doesnt hit 40°C ... ever  😄"

 

GPU: MSI GTX1080 Ti Aero @ 2 GHz (watercooled) CPU: Ryzen 5600X (watercooled) RAM: 32GB 3600Mhz Corsair LPX MB: Gigabyte B550i PSU: Corsair SF750 Case: Hyte Revolt 3

 

Link to post
Share on other sites

You're not going to use many programming paradigms that you'll think wow that was useful and remember it in an hour project imo. Usually the benefits show in projects that are bigger. I made a quick ping script in PowerShell earlier today (because my internet is crappy and I want to show it to my ISP), maybe you can do that in Java? It shouldn't take you too long, probably longer than an hour but I think you'd learn from doing this. In the spoiler below I've got the steps you'd need to do to make it. 

Spoiler

This doesn't include any OOP programming paradigms in it because I wrote it in scripting language but looking at the steps you can make 3 objects & have a few methods.

1. Create a CSV

2. In the first line sets the text to (without quotes) "SEP=;", this sets the CSV delimiter to ; instead of tab

3. Insert the headers (in my case it was (without quotes) "Date;Time;Latency (ms);Log")

4. Create a name for the file, mines was month_day hour_minute ping export.csv

5. Dynamically get the current directory

6. save the file using the info from steps 4 & 5

7. Typical try catch block with some basic logging

8. infinite while loop

9. ping googles public DNS which is 8.8.8.8. Use this one otherwise it may be illegal.

10. if ping is greater than 100 then log. if ping request returns no data then log

11. update log

12. done

Let me know if you decide to do it & if so how you get on with it.

Link to post
Share on other sites

13 minutes ago, MyName13 said:

SQL grading program that checks which tasks a student has done.My teacher had to manually check every computer xD

It’s better if he doesn’t. Either they SHOULD be checking them all anyway to see where students are or they’re an incompetent programming teacher that should still be checking them anyway. :P 

Link to post
Share on other sites

1 hour ago, fpo said:

It’s better if he doesn’t. Either they SHOULD be checking them all anyway to see where students are or they’re an incompetent programming teacher that should still be checking them anyway. :P 

I have no idea what you just said.If I understood you right, students' progress should be checked to see if they have any trouble, all of our computers are connected to teacher's computer and we use software that can interact with the entire group (lock computers, check screens etc...).

Link to post
Share on other sites

12 hours ago, MyName13 said:

I have no idea what you just said.If I understood you right, students' progress should be checked to see if they have any trouble, all of our computers are connected to teacher's computer and we use software that can interact with the entire group (lock computers, check screens etc...).

I thought you meant the teacher could just have the program see if the assignment was completed then not grade it. 

Link to post
Share on other sites

On 26/04/2018 at 5:42 AM, fpo said:

make dark souls 3

 

I did that one a few days ago! Took me 2 hours instead of one hour so I don't think it fit's the thread category, unfortunately.

Aragorn (WS): 250D | 6800k | 840 Pro 512GB | Intel 530 480GB  | Asus X99-M WS | 64GB DDR4 | Corsair HX720i | GTX 1070 | Corsair H115i | Philips BDM4350UC 43" 3840x2160 IPS

Gimli (server):  Node 304 | G4560 | ADATA XPG SX8000 128GB | 2x 5TB WD Red | ASROCK H270M-ITX/AC  | 8GB DDR4 | Seasonic 400FL

 Omega (server):                 Fractal Arc Mini R2 | i3 4130 | 500GB Maxtor | 2TB WD Red : Raid 1 | 3TB Seagate Barracuda | 16GB RAM | Seasonic G-450w
Alpha (WS): 900D | 4770k | GTX 780  | 840 Pro 512GB  | GA-Z87X-OC | Corsair RM 850 | 24GB 2400mhz | Samsung S27B970D 2560x1440

                              ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×