I know this will probably be opening the flood gates, but I've been on my current OS (Antergos) for longer than any linux distro before and I feel like it's time for a change....
Out of curiosity does anyone know how to generate tones and output them to the speakers on a low level? Just a general idea of how audio works.
How do you create tables that each have a field that depends on the other? For instance, I have a groups table which has a pinned_message that references the id field on the m...
Well that depends. @TRGWII were you thinking interpreted or compiled?
Quick question. How could I go about including a header file under a specific namespace in C? I'm attempting to wrap a completely header based C lib and I want to be able to u...
What do y'all think?
Just to be on the safe side, sharing blog articles is ok here right? I just finished part 2 of my Doing Crystal series and wanted to see if anyone wants to take a look.
If you already have an array of objects like that then you wouldn't need to build an array, so I'm assuming you have a list of emails? And you want to push them all into the a...
@poeti8 is there a reason why logo.svg in the kutt repo has an embedded image in it instead of being a real SVG?
I really don't see how adopting a more FOSS mindset is giving up though. Can someone explain that to me?
Here's a mostly working example for the steps. The line connecting them is proving to be a pain in the ass to do in a somewhat responsive way though. https://codepen.io/anon/p...
Eww why are we talking about python in a JavaScript group? I thought this was a safe space
for (int i = 0; i < str.size(); i++) str.insert(i, ' ') You tried this?
Why the fuck do so many people want Kotlin? I mean, it's a decent language, but JVM...
Pypy isn't written in Python though is it? I thought it was written in C
What is a good way to parse a string byte by byte in JavaScript? The ideal solution should give the ability to peek a number of bytes ahead, scan until a delimiter, etc
Maybe channel forwards aren't blocked from Programmer Jokes?
Doesn't python already have the ability to define types?
Try with exactly the example shown here. Does it work?
Does anyone have a hard time understanding abstract classes and methods? I'm trying to explain them to someone right now and he's just not getting it