File: 1426805355880.jpg (18.03 KB, 215x203, 1347098714840.jpg)
No.6863
File: 1426835211121.jpg (1.12 MB, 853x1200, you and me.jpg)
Sharing icy treats with /what/friends!
No.6868
File: 1426846734195.jpg (122.34 KB, 500x500, 1425921694052.jpg)
I'm writing software for a living.
No.8907
File: 1430582984569.png (413.85 KB, 524x640, 11.png)
I made a python script to calculate return on investment.
http://pastebin.com/FWYJUc8eI wish I had the motivation to actually learn how to program though. Scripts like this are closer to using software than making software. Looking through a codebase that actually matters is like reading jibberish to me mostly.
No.8932
>>8927You're right.
I also forgot to not import sys, that was from what I was originally writing.
No.8934
Apparently using % for print formatting is ``deprecated'' too in favor of format(), even though it works right now in python3.
they change a lot of stuff.
http://pastebin.com/qDFYQrwZ No.8938
File: 1430604237529.jpg (149.2 KB, 515x444, 1430567085833.jpg)
I started learning SDL programming in C++ recently. I'm only familiar with the basic concepts of the language but it hasn't been too hard so far, although I've only managed to display a picture on screen and handle keyboard input.
No.9122
File: 1430942782713.jpg (31 KB, 643x567, b728049f41271eb0ec59a751a6….jpg)
http://what-ch.mooo.com/test-phpI wonder if this is even safe. I'm really far off from writing an imageboard. If I ever get that far, I'm using plaintext files and directories rather than an actual database though.
No.9130
>>9129thanks. It's really far off from anything even resembling an imageboard though. I mean it's very simple. I'm just now realizing how hard it would be to write even a simple imageboard.
I'd like to see yours if you want to show it.
No.9134
File: 1430964935754.png (40.29 KB, 1291x699, Screenshot from 2014-12-19….png)
>>9130It read posts from the backend, but I never actually got posting into the backend working. Databases are hard.
Although it's not in this picture, I also got inline image expanding to sorta work.