/dpt/ - Daily Programming Thread

Last thread: What are you working on, Jow Forums?

Attached: deeppt.jpg (1280x720, 401K)

Other urls found in this thread:

learngitbranching.js.org/
multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
twitter.com/NSFWRedditGif

dose of anime

Attached: 1565067158768.jpg (1024x768, 139K)

There may be a better sales pitch to attract venture capital for your chat bot.

can anyone give advices and documentation on low level programming (drivers, kernels, etc)?
i want to learn some things in that field but i don't know where to begin

Remotely programmable FSK/OOK repeater for a small company.Using PIC and 9 rfics.

Are you asian? Chinese or Korean?

Croat. I will get 500 euros for this project.

what's the point of the nets on the ceiling?

Sweet.

So the cave monkeys can have something to transport on.

it's a type system that ensures that you don't get smashed by a rock falling off the ceiling

What language is this?

what the hell am I supposed to do here

Attached: file.png (604x725, 311K)

python2 with fucked up indentation
the answer is A

What's the best resource for learning git? And why are there three /dpt/ threads?

learngitbranching.js.org/

What you're supposed to do is stop wasting your time with python2

What is this used for?

cool site, I'll check it out, thanks

It's for learning git (branching)

So I'm reading this blog post here: multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/

Why doesn't he declare and initialize the fontset in the chip8 class's constructor or something? Is there a good reason to do it the way he did?

What should I use instead of time() if I want to measure time in microseconds (really anything smaller than a second would do) in c++. I can also use a python function if necessary.