![]() |
|
Programming Discussion Thread - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic) +--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza) +--- Thread: Programming Discussion Thread (/Thread-programming-discussion-thread) |
RE: Programming Discussion Thread - Kurausukun - 02-19-2018 Wow... that's REALLY bad. Like I've seen questionable decisions before, but silent single-decimal rounding by default is really inexcusable. RE: Programming Discussion Thread - addestroyer - 02-20-2018 Yeah, that's really dumb.... I could understand it on big values where it doesn't matter much, but if it's <= 0.1 that's literally when that value matters the most... RE: Programming Discussion Thread - likeike12 - 03-07-2018 Anyone here good at explaining python? RE: Programming Discussion Thread - Kurausukun - 03-09-2018 I'm reasonably well-versed in Python, but it depends on what you need help with. If you just want a "getting started" tutorial, then I'm sure Google can give you plenty of options. Python is honestly the easiest language to learn IMO. But if you have a specific question, I can try and answer it. RE: Programming Discussion Thread - likeike12 - 03-13-2018 (03-09-2018, 03:19 AM)Kurausukun Wrote: I'm reasonably well-versed in Python, but it depends on what you need help with. If you just want a "getting started" tutorial, then I'm sure Google can give you plenty of options. Python is honestly the easiest language to learn IMO. But if you have a specific question, I can try and answer it. Nah I was thinking more along the lines of when I'm running into a brick wall when writing code forĀ something.
RE: Programming Discussion Thread - Kurausukun - 03-13-2018 That happens to me all the time, but sometimes all you need is a suggestion to get the solution you need. RE: Programming Discussion Thread - likeike12 - 03-15-2018 (03-13-2018, 02:24 PM)Kurausukun Wrote: That happens to me all the time, but sometimes all you need is a suggestion to get the solution you need. Exactly. RE: Programming Discussion Thread - Invader - 03-21-2018 https://github.com/dolphin-emu/dolphin/pull/6463 LOL, I just wrote a PS script a week ago to update Dolphin for myself. Almost immediately made irrelevant. ![]() At least I made one for RPCS3 as well. Spoiler: (Show Spoiler)
RE: Programming Discussion Thread - DrHouse64 - 03-21-2018 It's already merged ? Neat. What you did is more affiliated to sysadmin work rather than programming
RE: Programming Discussion Thread - Invader - 03-22-2018 (03-21-2018, 08:04 PM)DrHouse64 Wrote: What you did is more affiliated to sysadmin work rather than programming Wasn't sure whether to post here or the Random thread. Forgive me.
|