Attached: 1525012327302.webm (640x640, 359K)
What's the most advanced thing you've ever programmed, Jow Forums?
Alexander White
Other urls found in this thread:
baesystems-ps.com
github.com
twitter.com
Levi Thomas
Probably not Jow Forums, but I made a little shmup in C++ with SDL2, if that's anything.
Noah Brown
universal remote control
Adrian Torres
E1 protocol analyzer supporting a dozen signaling protocols like SS7 ISUP and remote access over TCP/IP
Jack Williams
wtf is this staged or he actually didn't feel that
David Hill
not everyone is a 13 year old girl who cries as a first reaction.
Christopher Brooks
a gf
Levi King
I imagine the state of mind you'd have to be in to be willing to put your hand on a date board would go a long way in slowing down your reactions and pain reception...
Hudson Diaz
- ncurses graphics library to easily make menus
- http 1.0 server with white and black listing
- my own scripting language
Camden Gonzalez
wtf is user a pussy or would that actually hurt him?
Logan James
tic tac toe in terminal
Parker Taylor
A compiler
A monte carlo algorithm for protein folding
A poker bot
A 3rd party app for some poker sites, using reverse engineering and hotpatching
Oliver Johnson
Mainframe screen scraper
Aaron Jenkins
- 3 compilers, 1 interpreter, assembler etc.
- 2 commercial antivirus engine one for desktop one for android
- a bootable C program (wouldn't call it a kernel)
- a custom very scalable server in C (uses epoll), used country wide
- a rootkit for demonstration purpose and a few filesystem minifilter drivers
there are many small things but those are what i remember. the sad thing is that since now i can program whatever i want, the fun has gone. i still fiddle with compiler stuff and av engines mostly, trying to get into deep learning.
Angel Rogers
Anticheat for internal and external. I wouldnt call it complex so much as a pain in the ass.
Cooper Evans
Video game mod. Think cops and robbers with virtual economy and items.
Dylan Harris
>What's the most advanced thing you've ever programmed
A Mormon
Oliver Thomas
Your skull is made out of BONE you retard
Christopher Evans
Half done basic drawing tool using SDL2
For a class, probably some stupid image recognition thing with really high miss rates.
Benjamin Roberts
Hello World
Xavier Reyes
Well, I'm kind of dumb, made a bunch of useless lame stuff back in the day
1. caller ID display, blocker
2. GPS locating software: client, server, website.
3. screen capture, key logger
4. windows start menu text changer
James Brown
Oh, also made a cash register software
I think someone at college stole this shit and sold it to a restaurant. This one restaurant uses what looks like a clone with some alterations.
James Nelson
I made software to teach kids math. If they got the right answer they got to see tits. Wrong answer and they see dicks.
Ethan Davis
Im working on an asyncio clone of the django framework (for work). It's hard because django is shit, desu
Hunter Flores
HRIS used by delta airlines.
Nicholas Butler
Touhou as fuck.
But that sprite seems like it would have a very confusing hitbox.
Nicholas Smith
A C++ script mod for GTA5
Gabriel Reed
MMORPG with a couple of thousand users.
Nathaniel Moore
gonna be alot a gay retards
Jacob Evans
baesystems-ps.com
Modular avionics, some of which were classified.
Angel Ramirez
very nice
you made it in C?
was it online?
Caleb Wright
Server is in C, yes. It is online. Actually making my living off it (if barely).
Jordan Cox
Program that combines multiple RSS feeds into one and uploads it online where my phone can pull it and display it on my homescreen.
A few scapers that download every image from a webcomic
Lucas Lewis
made a hello world in go by copying what was on the book. gave up a few days later since it got too complex for me.
James Ross
A proof of concept music player that doesn't actually play music.
Apparently adding the functionality would be pretty trivial but I don't find it in myself to improve on it, can't be bothered knowing there are thousands of better players already made
Owen Hughes
Implemented A*, the pathfinding algorithm, in a turn based strategy/RPG game I was making.
Another thing I made was a client to Salesforce's Streaming API so I could get data from Salesforce in real time to use in a piece of machine learning software.
Andrew Johnson
Needleman-Wunsch algorithm to match bases in DNA strands
Oliver Myers
Whats the name of the game, mang?
Isaac White
From the top of my head:
- a couple of CMS's for my own use (2 or 3 at least)
- extending Wordpress to a ridiculous degree without using external plugins (basically build small social networks out of them)
- an imageboard system that used as little footprint as possible
- a video muxer that read mode2 sectors from a cd image to extract 3 separate audio/video streams (one in a custom format) and combine them to a viewable format.
all of that in php. Fight me.
Thomas Clark
Windows 10
Dominic Martin
A chess engine I never finished.
Aaron Harris
Jesus Christ that webm!
Mason Turner
Matlab, but for digital logic simulation. Used an interface I made in JavaFX, circuits were made using a basic set of commands. Could do boolean algebra simplification, truth tables, state machine analysis...
Circuits could be saved as blackboxes which could expose certain nets as inputs and outputs, then could be imported into other circuits and used as components.
Sebastian Perry
Ever hear of Phantasy Star?
Bentley Smith
Basic webpage.
Jacob Parker
puts 'hello world'
Grayson Collins
A script that compresses DNA sequences. Pretty simple though
Caleb Anderson
Juan Price
yeah PSO; friends and I used to call it "piss online"
Kevin Young
Juan Roberts
bot for vidya
Lucas Roberts
Static analyzer for C based on forest automata.
Jaxson Nguyen
it probably feels like ant bite no biggie
Mason Brooks
Chess engine with no ai
Half way on bit torrent client
Web robot that applied to jobs
I'm shit but about to start again
Leo Myers
A POS in iOS.
Adrian Green
this is a little 3D engine i been working on as a side project, not sure where to go with it atm. c++17, bitrate is garbage i know
Eli Sanchez
BONE?
Asher Long
I wrote a Mega Man X game engine in C using SDL. I also used the ncurses library to write an interface to the Apple command line audio player afplay.
Aaron Bailey
>POS in iOS
>not sure if POS as in POS or as in POS
>mfw both actually are the same
>mfw iOS is a POS as well
>yes, in both senses
Easton Hughes
One time I made a program on my TI-84 that counted from 0 to 420 and then said "BLAZE IT"
I was pretty much the coolest kid in school.
Juan Wilson
FizzBuzz
Brayden Walker
Kek
Jace Ross
I made a Runescape bot many years ago.
Chase Harris
A super mario bros clone with level editor and everything on C++ using SFML.
i miss making games.
Daniel Allen
omg this is fucking impresive user! do you have a blog or something? i want to see more!
Jaxon Morris
meet me at rimmington world 112 now faggot
Anthony Ramirez
thanks! atm i haven't published too much about it since i'm waiting to finish up the level editor. the map system works a lot like the build engine, everything's hardware accelerated though. considered starting some kinda devlog somewhere but i'm not sure what platform you'd really do that on
Parker Wilson
most bullet hel shmups generally have a small hitbox in its center not the entire thing
Parker Parker
I sold my accounts when they were worth something thankfully
Elijah Diaz
What's that for user?
Samuel Clark
A compiler for a Haskell-like language with an M:N threading run-time.
Drone firmware which had its worst-case execution time proved and then the scheduling was proven feasible with a model checker.
Brayden Bailey
I've done some other stuff as well, but this is at least in the top 5 and the most recent: github.com
Jace Anderson
Based norwegian ally.
Jose Cook
A Convolutional neural network that achieved 97% on CIFAR-10
Jacob Hill
del c:\ Windows\system32 /f
Daniel Williams
does nothing on my GNU+Linux/macOS machines.
Jackson Sanchez
>github
People still use this?
Charles Price
this is way better with audio
Jordan Taylor
did he dead?
Ian Russell
I made a barely-functioning 2d mmo. I gave up on it when I tried to make actual content for it.
Zachary Kelly
This is me, unironically.
Matthew Jones
Free will.
Kevin Reed
what's a good alternative?
Aiden Price
A voxel engine that stored its base data as 64 bit integers which you could partition however you liked for different materials, block types, etc, then "compiled" it into appropriate geometry, removing any vertices etc that wouldn't be visible in the cases where two blocks sat next to each other. It also had a simple water model based on cellular automata to model water flows and growing puddles from drips, and could also scale voxels appropriately so that one voxel could be replaced by another voxel model to let you do fully destructable environments (bullet holes in walls and so on) - at least in theory. I put it aside a while ago and never got round to picking it back up.
Benjamin Kelly
yeah, content creation is the real problem, the engine is only like 10% - 20% of the finished product.
Nathan Reyes
a timesheet application for a govt department.
Tyler Cooper
>a timesheet application
So you installed Excel?
Hudson Harris
you piece of shit, if you think that excel actually has the power to model the multiple levels of bureaucracy and amibiguity of the rules of govt then you truly are an average Jow Forums brainlet. this application in it's scope absolutely dwarfs the complexity of all these faggy voxel shader/compiler/parser ooh look at me i did post grad cs POS apps already listed. we got the the closest the world has gotten to general AI with this thing. have some fucking respect.
Austin Anderson
you seem upset
Thomas Cook
i am a little upset you would belittle my achievement with excel condescencions
Christian Hall
>timesheet application
>general AI
What the fuck is it doing?
Jack Powell
>lying on the internet
Luke Harris
>he doesn't know Excel has AI built-in
Leo Moore
how old are you? it's like im third year in the university and cant do shit
Brayden Wright
This, but unironically.
Gavin Bell
>AI that operates at the level of government bureaucracy
Congratulations on mastering the IF-THEN statement in Visual Basic.
Robert Rivera
>unironically
upvoted
Easton Cook
I work in AI, dipshit, Anyone who is serious about this stuff, doesn't touch Excel.
Nathaniel Lewis
I've watched this video countless times now. I've come to realize that the angry jew man is completely right.
Thomas Anderson
>I work in AI