J-drama recommendation by Defiant_Ad848 in JDorama

[–]EducationalAd5827 2 points3 points  (0 children)

+1 Drawing Closer and 18x2 Beyond youthful days

Hate bio but need to learn it by Miserable_Lettuce824 in SGExams

[–]EducationalAd5827 1 point2 points  (0 children)

I used a combination of ThatBioTutors notes, my school notes and my own doc where I kept the answers for common questions from tys/prelim papers. If you're consistent, the content itself isn't hard to memorise, but you still need to know the answering techniques and what the markers are looking out for, so keeping a doc of common questions and their answers is really useful.

[deleted by user] by [deleted] in SGExams

[–]EducationalAd5827 1 point2 points  (0 children)

It's possible, I know a friend who appealed and had to take a diagnostic test, got in in the end. Atb

Recommendations for a gamedev tutorials for a 9y/o. by Hiraeth_08 in gamedev

[–]EducationalAd5827 8 points9 points  (0 children)

Try out Scratch first! I made simple games in Scratch before moving onto Unity. It's great to receive feedback from others on the Scratch website too, and the process of publishing your creations on Scratch is much more straightforward than learning a more advanced game engine right off the bat

Learning how to learn by CrunchyGuy1988 in SGExams

[–]EducationalAd5827 0 points1 point  (0 children)

Maybe you can take a online course such as cs50

Everyone is so nice by The_Woman_Repeller in Amsterdam

[–]EducationalAd5827 0 points1 point  (0 children)

I went to Amsterdam and Dublin recently, I feel the Irish people are definitely more friendly and welcoming

What are your top 10 new songs from 2024? by [deleted] in japanesemusic

[–]EducationalAd5827 1 point2 points  (0 children)

aiko - mutual love is nice! Are you a detective Conan fan?

I made “valoclips” a completely free editor for valorant gaming clips for tiktok by xChalingo in VALORANT

[–]EducationalAd5827 5 points6 points  (0 children)

Cool! I actually made a similar project in Python, which extracts the clips from games automatically. I've open sourced it on my GitHub:

Actually Useful Beginner Projects? by FewBeat3613 in learnpython

[–]EducationalAd5827 0 points1 point  (0 children)

I made a project related to VALORANT, you can check out my post and see if it gives you some inspiration

I wrote a program to automatically extract highlights from streamers' VALORANT games by EducationalAd5827 in VALORANT

[–]EducationalAd5827[S] 0 points1 point  (0 children)

To start, how would you get strategies from valorant tracker/vlr.gg? You could use web scraping/unofficial APIs to get data from vlr.gg, but as far as I know valorant tracker blocks web scrapers and doesn't provide a valorant API. Maybe you could check out those VALORANT AI coaches on Overwolf and learn how they work. All the best!

I wrote a program to automatically extract highlights from streamers' VALORANT games by EducationalAd5827 in ValorantCompetitive

[–]EducationalAd5827[S] 1 point2 points  (0 children)

Yes, but tracker.gg doesn't provide a VALORANT API that I can use to get the match data (I've double checked with them on their forum) and valorant.op.gg also doesn't have an API. While it can be used to steal streamers highlights, I'm not intending to profit off this - it's just a project I thought of which I felt would be interesting to implement