[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
What software have you made, /g/?
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 80
Thread images: 6
File: 1446646948331.jpg (49 KB, 878x814) Image search: [Google]
1446646948331.jpg
49 KB, 878x814
What software have you made, /g/?
>>
Hello world in C++
>>
>>51225960
A lot, where do I even begin?
>>
better question would be what software have you released, /g/?
>>
>>51226064
>released
That's a question of definition. Technically, all the open source software I've been working on is "released"
>>
a linked list in C for class


got 10/15 points
>>
fizzbuzz, software for a robot that draws dicks
>>
>>51226076
guess in the spirit of this thread it's more about software you started by yourself.
but i guess everyone's free to post whatever
>>
Fuck software, what's going on in that picture? Why can't I find that video? Or is it shopped? Please I need to kill myself as well.
>>
Nothing besides half the exercises in a learn C book but I dream of code every night.
>>
>>51225960
a website for a kind of research project where people could mark things on a map, rate them and search for places they might like based on similarities between different attributes

some statistics for a certain game i play

and a bunch of drupal abominations
>>
>>51226169
it's shooped
>>
>>51226223
wrong
guess again
>>
>>51226239
do you really actually think there's "a fuckton" views on a video?
>>
Multiple big websites and shitload of small ones in C#.
>>
Uh, I made a tip calculator in Python and showed my Dad. Does that count?
>>
FizzBuzz.
In two different languages.
>>
wrote a parser for my local uni canteens
>>
>>51225960
systemd
>>
>>51226050
start with the software you have made
>>
Well, for the software that is productively used by others:

>a web frontend for a monitoring system and some other web app used only internally in a company
>a plugin written in C to add support for a new messaging protocol to libpurple. Seems like a small project but by now its actually quite over 15k LOC with all the features that need to be supported.
>>
>>51225960
quadtratic equation root calculator in python
rock paper scissors also in python
>>
Chatbot in python
>>
>>51226273
Is asp.net actually good?

>>51226397
one of the largest canteen companies here in Finland gives the menus in JSON form for some reason
>>
>>51226805
Mvc 5 is pretty sweet. I can't tell if it's really good because I'm doing it for money and I don't know other alternatives like php.
>>
Uhm, do you mean for my work or in my free time?
>>
>Hi Vsauce, fucktard here, probably you clicked this video because you want to know more about the subject in the name of it, but first let's talk about 200 unrelated things you don't care about.

Fuck this guy
>>
>>51225960
So, the hobby stuff, most of which doesn't exist anymore.
- an assembler simulator (a very shitty one)
- a shitty basic clone interpreter with global variables only
- a shitty, stack-based scripting language to uglify things
- another one of these, written in another language
- several arcade game prototypes
- an unpacker for jamendo archives, which i scrapped since jamendo kept changing file naming format
- a brainfuck interpreter
- a simple text generator
- a TUI interpreter for simple adventure games
- a shitty static page generator for the same purpose
- a shitty WYSIWYMG static homepage CMS (wip)
>>
>Web scraper of wikipedia and reuters main pages (Python)
>online version of a table game about aliens, for uni (Java SE)
>pipes.sh porting (C)
>game of life with GUI (Java SE)
>program launcher / automatic ricing thing (Rainmeter + Lua)

Currently working on an messaging app for Android.
It's gun b good, you'll hear about it soon, hopefully...
>>
>>51225960
System.out.println("hello world");
>>
>>51227088
>doesn't even compile
Ya dun goofd
>>
>>51226169
There are a few giveaways that show that it's shopped.
>>
>>51225960
>does a 5 year old give good head if you cover your dick in chocolate
>oh lawdy yes


>>51226923
I don't know what happened, but an year ago I was very interested in his videos. Now..I rarely watch them.
>>
File: 1420743039591.webm (3 MB, 1400x804) Image search: [Google]
1420743039591.webm
3 MB, 1400x804
>>
>>51226540
Pretty cool desu.
>>
File: 1413775162315.webm (3 MB, 1372x756) Image search: [Google]
1413775162315.webm
3 MB, 1372x756
>>
>>51226247

>inspect element
>>
>>51225960
I made https://github.com/sora-chan/wakaba
I'm also working on a virtual machine modelled after the PC and x86 without all the shitty parts.
>>
>>51226247
Just right click inspect element and you can edit the HTML. You don't need to photoshop that shit.
>>
GibsonOS
>>
>>51227146
The fuck is that?
>>
>>51226543
Kek
>>
software for managing users, pops, mails, domains, etc on multiple servers from one for a company. One frontend for most services.

the rest it is hobby stuff:
- global copyhook on windows that creates a list of changed files everytime something is done and is able to copy all changes to another hdd (from time to time when I want), like a manual raid-system

- some cli tools for managing emails, making anagramms, scanning my network, taking pictures of a camera for timelapses), aplitude-recorder that saves each 10sec if the recorded file meets the requirements.

- a program that downloads pictures from this imageboard and prints each pixel as a colored asciiblock so that I can view pictures in my terminal

- other little shit like a script that listens on ports/ip's and logs all incoming traffic to file. randomstringgenerators

- a shell-like-thing for windows, with voice integration that works for me pretty well and you can re-use commands by clicking on them

- a little chatprogram for all people in my house with a pc
>>
>>51225960
That's a funny image.
>>
a browser in VB in 5th grade
>>
File: 1437415719675.jpg (370 KB, 1920x1080) Image search: [Google]
1437415719675.jpg
370 KB, 1920x1080
>>51225960
>9 May 1945
>>
>>51227273
Cool, when I was in 5th grade I made a clock.
>>
>>51227088
SYSTEM DOT OUT DOT PRINT L FUCKING N

NIGGERS

I've made a FTP, bunch of sql readers editors w/e, few games, stupid shit for classes

not really software but I made a php that would send e-mails

>>51227248
>- a program that downloads pictures from this imageboard and prints each pixel as a colored asciiblock so that I can view pictures in my terminal

neat
>>
File: vsauce.png (140 KB, 874x554) Image search: [Google]
vsauce.png
140 KB, 874x554
>>51227269
>>
>>51227146
>embarcadero
just why anon?
>>
>>51225960
Various tools for various personal tasks.
Network hacking tools for an MMO.
Various libraries (GUI, threaded resource management, network) for a game project that I've abandoned years ago.

Also Hello World.
>>
>>51225960
The best is probably a twitch bot in C#
>>
A program that opens 200 instances of Chrome, Firefox or Internet Explorer, then starts a loud beeping sound and finally divides by zero.
>>
I wrote a blog backend in php. I'm pretty proud of it. Then I rewrote it in ruby and its much better, but I'm not as proud of that because it was so easy.

I wrote a 4chan thread image scraper in C.

I'm writing a component-entity based game engine in C++ and its coming along pretty well.

I wrote a responsive CSS grid framework and its only 50 lines tall and works extremely well.

I wrote a password strength-checker in js.
>>
I wrote Fuuka 4chan archiver.
>>
GUI and backend to test, program and control printers over serial
Program to automate the startup of industrial software at a cabinet manufacturer
Database/manager to organize, edit, preview, and share CAD files for certain industrial equipment

Nothing public but released internal to the company
>>
Fire Emblem clone from scratch. No animations though.
>>
>>51225960
Sudoku game
SQLite browser
VLSM subnetter
Two satellite groundstations
Library for parsing positional arguments
Library for working with IPv4 adresses
Library for logging
A multiplayer RTS that is played in the browser
A history quiz game that is played in the browser
Several plugins for game servers
Several plugins for IRC clients
Lots of other shit I did at work
>>
Fizzbuzz in Forth
>>
>>51228679
indeed
i'd argue the only challenging things in that list are the groundstations and the multiplayer RTS, if even those are any challenging.
>>
i fucked someone in the pussy
>>
>>51226038
>hello world in c++
>not fuck you nigger world in c++
>>
I made a tic-tac-toe game that beat me like 90% of the time.
>>
>>51225960
Hello world on python

#!/usr/bin/env python
class HelloWord(object):
''''Represents a very nice message'''

def __init__(self):
'''Initiate the message'''
self.helloword = "Hello world!"

def __str__(self):
'''Returns the salute'''
return self.helloworld

def main():
'''Print hello world'''
hello_world = HelloWord()
print hello_world

main()

# Python is hard to be quite honest senpaitachi
>>
>>51228751
Kyaaa >////< gomen gomen

#!/usr/bin/env python
# version 2
class HelloWorld(object):
'''Represents a very nice message'''

def __init__(self):
'''Initiate the message'''
self.helloworld = "Hello world!"

def __str__(self):
'''Returns the salute'''
return self.helloworld

def main():
'''Print hello world'''
hello_world = HelloWorld()
print hello_world

main()

# Python is hard to be quite honest senpaitachi
# Python is the hardest
>>
>>51226169
don't kill yourself anon there are no takesies backsies
>>
>>51227196
>>51227184
In 'shooped' I meant edited in any way of live original page
>>
>>51225960
Lately I made this gay perl script that browses the internet once a day and e-mails me if there's a concert of one of my favourite band's coming anytime soon, with detailed info.
>>
I wrote :
1.An app called Flappy jew.
2.A YouTube video downloader
3.A bunch of small minigames
>>
A few programs for working on WoW private servers for people who don't bother learning SQL and pretty-much can't do anything without a GUI.

A shitty keylogger.

Space Invaders.

Pong.

A basic map-viewing system for buildings around campus.

Schillsaver.

Those are the only ones that were actually worked on to a point where they're actually finished or at-least useful.
>>
>>51229557
That's actually pretty awesome idk of any other webapps that do that
>>
I made that battleship game from codecademy in Python once.
>>
>>51227146
ENHANCE
>>
a bunch of websites and a bunch of scientific tools (mostly data analysis but also some testing and simulations) in python
>>
Alarm application and radio application for specific radio station for Android.
Youtube/Soundcloud combiner for personal use, which has been broken since YT APIv3.
>>
>>51227167
Bretty guud breh
>>
Worlds leading casino games. Easy money.
>>
http://bitflu.org
>>
File: question mark.jpg (18 KB, 584x328) Image search: [Google]
question mark.jpg
18 KB, 584x328
>>51230831
>Written in perl
>>
>>51227296
Cool clock Ahmed
Thread replies: 80
Thread images: 6

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.