[QUOTE=Z_guy;47589740]I'm thinking about handing out a few keys to Facepunchers if anyone is interested.[/QUOTE]
I'm all for free keys :v:
But on a serious note best of luck on Steam
I feel like my language is converging on some sort of mutated lisp
[IMG]http://i.imgur.com/8GGEUlX.png[/IMG]
Everyone here is making their own programming languages yet I can't even spell properly my native mother tongue.
[QUOTE=Fourier;47590591]Everyone here is making their own programming languages yet I can't even spell properly my native mother tongue.[/QUOTE]
[img]http://i.imgur.com/KIS8VZA.png[/img]
[QUOTE=MilkBiscuit;47587069]Okay, this is like REALLY stupid of a thing to show off. Like I said, I was getting into roblox to scam 8 year olds. I decided to see just HOW much I could pander.
[IMG]http://puu.sh/hoE9P/8bf3c5fc48.jpg[/IMG]
The point of the game is to steal the money from the bank vault. You can use microtransactions to pay off the guard (that's why the gun symbol is there), make your vault drill faster, and to gas the building to lower the chance of being caught and having the police come in.
I'm going to add a bunch of dubstep and cool guns to buy. I hope to have the project finished by next week. Do you guys have any ideas on how much farther I can go with this?
[sp]I swear to god I think I've lost all my self-respect by now[/sp][/QUOTE]
You know, I really dislike people like you. Youre taking advantage of all these parents that kids are begging to "oh mom please can I have some more money for bricks and please mom please" and they do it even though they know theyre ruining the potential to develop their kids social skills cause god forbid they go outside and talk with real life kids and real life lego bricks and maybe grow into a fully developed adults capable of talking to the opposed gender without spilling spaghetti out of their pockets and im totally not self projecting!
Naw jk, I love people like you. Take advantage of a market and maybe make thousands. :D
I gotta figure out some way to make extra money this summer as well as pick up more experience.
[QUOTE=Dr Magnusson;47590427]I feel like my language is converging on some sort of mutated lisp
[IMG]http://i.imgur.com/8GGEUlX.png[/IMG][/QUOTE]
[url]http://en.wikipedia.org/wiki/Greenspun%27s_tenth_rule[/url]
made a program randomly dims LED's on my rgb led strip, I plan on putting a similair strip in my new pc case and have this on by default.
The clip shows it running at high speed, obviously not what I'd run it on by default
[vid]https://dl.dropboxusercontent.com/u/43645231/photos/electro/randomblinking.webm[/vid]
[QUOTE=Z_guy;47589740]Hey guys.
I've been pretty bad at posting about Crest here, but after a stressful week of fixing game breaking bugs and performance issues we just released it on Steam Early Access!
[url=http://store.steampowered.com/app/341710]Link here![/url]
[video=youtube;3FT4q6Sjjjw]http://www.youtube.com/watch?v=3FT4q6Sjjjw[/video]
I'm thinking about handing out a few keys to Facepunchers if anyone is interested.[/QUOTE]
Does it run on a potato?
Now that I have Countries and Cities I can have some fun, Djikstra style. :)
[t]http://imgur.com/0ItE6nI.png[/t]
People use bing maps?
And a little OpenTK magic...
[t]http://imgur.com/HEZekmS.png[/t]
How is there a hole right inside of Africa?
[QUOTE=LennyPenny;47592860]How is there a hole right inside of Africa?[/QUOTE]
These are the cities if i am not mistaken.
That's the Democratic Republic of the Congo and the Republic of the Congo. The way I got the city data was get a list of all the language cultures installed on my computer to get a list of country codes, then get the bounding box of the country and then a list of cities in the bounding box via the geocities API. Unfortunately along the line there were a few mismatches, so the following countries are currently missing their cities:
Burma, Cape Verde, Congo (DRC & RC), East Timor, El Salvador, Ivory Coast, North/South Korea, Kyrgyzstan, Macedonia, Palestine, and Sao Tome & Principe.
Also, Washington, D.C. is not present in that image because I used comma delimiters in my city network files :v:
[editline]24th April 2015[/editline]
Because of the way the geocities API works, I asked for 100 cities in each bounding box, and then filtered it down to just cities inside the target country. Because of this, large countries like the U.S. only have 25-40 cities and look very sparse, while smaller countries have tighter bounding boxes can get 50-60 cities and look quite dense. :/
Having to write complicated programs in LC-3 Assembly (basic small ISA Assembler for University Computer Engineering Courses) has given me serious respect to people who have written large functional programs in x86 assembly.
I can't imagine writing something like Roller Coaster Tycoon like this. It has also given me a greater appreciation for what compilers are doing under the hood with their memory management.
Operators ( and functions ) now support a variable amount of arguments!
And what better way to show it than to show off my fibonacci function ( I'm a bit late, I know ):
[IMG]https://dl.dropboxusercontent.com/u/46283290/fib.png[/IMG]
Behold: the particle emitter of the future.
[vid]http://www.xn--vennstrm-t4a.se/wp-content/uploads/2015/04/2015-04-25_00-57-24.webm[/vid]
[QUOTE=Anven11;47593779]Behold: the particle emitter of the future.
-snip-[/QUOTE]
Jesus Christ, the poor taskbar...
Now make every window show a random porn video and distribute it as a virus.
[QUOTE=MatheusMCardoso;47593891]Now make every window show a random porn video and distribute it as a virus.[/QUOTE]
Or have them all play the same video to create a moaning chorus that never ends.
[QUOTE=Berkin;47593939]Or have them all play the same video to create a moaning chorus that never ends.[/QUOTE]
[video=youtube;cr6eFl7hCiA]http://www.youtube.com/watch?v=cr6eFl7hCiA[/video]
[QUOTE=Ott;47594059][video=youtube;cr6eFl7hCiA]http://www.youtube.com/watch?v=cr6eFl7hCiA[/video][/QUOTE]
Thanks, I really needed a new ringtone!
[QUOTE=Map in a box;47592328]Does it run on a potato?[/QUOTE]
don't get the dumbs, this is a legitimate question
:byodood:
[b]Proof of concept[/b], I just wanted you guys to see what I've been working on. I'll make them spawn based on the ship's angle (should be easy), but I'm so excited I just want to share it now.
[vid]http://a.pomf.se/uzcuto.webm[/vid]
[editline]24th April 2015[/editline]
It's a particle system I implemented myself, if you couldn't figure out. (:
[QUOTE=NixNax123;47595194][b]Proof of concept[/b], I just wanted you guys to see what I've been working on. I'll make them spawn based on the ship's angle (should be easy), but I'm so excited I just want to share it now.
[vid]http://a.pomf.se/uzcuto.webm[/vid]
[editline]24th April 2015[/editline]
It's a particle system I implemented myself, if you couldn't figure out. (:[/QUOTE]
might be worth it to draw the particles under the ship
[img]http://i.imgur.com/PFBDlfZ.png[/img]
Thanks Billy Mays, that stuff seems nifty!
[QUOTE=Rocket;47595907]Man, it would be great if Billy Mays used more swears in his infomercials.
"Hi, Billy Mays here with Oxyclean. It will clean THE SHIT out of your dirty fabrics!"
It would also be great if he wasn't dead.[/QUOTE]
you can always watch some jaboody
voice isn't spot on at all though
[media]http://www.youtube.com/watch?v=r_4a4O7kXQo[/media]
[QUOTE=Berkin;47595825][img]http://i.imgur.com/PFBDlfZ.png[/img][/QUOTE]
How typesafe is it?
[QUOTE=Darwin226;47596225]How typesafe is it?[/QUOTE]
C.Print takes in an object array and calls ToString() all items except those with types that have rules specifically written for how they are to be used (ConsoleColor and Output).
My code is [URL="https://github.com/TheBerkin/Fisticuffs/blob/master/Fisticuffs/C.cs"]here[/URL]. It's messy since my first write is always about getting the idea down, so I'm going to fix things up later. I need to redo the bracket escaping bit.
Sorry, you need to Log In to post a reply to this thread.