Rounded corners are so 2008![]()
Rounded corners are so 2008![]()
I like it both ways. The one way makes it kinda look like a sketch type of filter because it tends to use lines to shade more. Where the other way just looks like a plain dithering effect.
Now, this is where Google's Wave Technology would come in handy.
Instead of derailing the whole thread about image dithering, or Overv's CakePhysics GUI, or even Catdaemon's spacefighter thingy, you'd be able to branch out on those individual posts.
What I've been trying to do, for about 5 years.. but haven't had the time and have always gotten distracted, is create a forum software which does exactly what Google Wave does, except more.
I feel I'm a bit late, and that I left it too long :(
I don't even have anything to show off... I'm ashamed :(
What I hope to be working on: Project Daydream.
Except, all the other devs seem to have abandoned the project. I hope I can revive it.
Edit: I'm not trying to attack the off-topic dudes... just using them as an example! I'm not an angry critical bastard D:
I love that. It's nice.
This thread was kind of meant as a chat thing for the programming forum, so it's fine to post about what people are posting. I like your GUI Overv, I don't usually like white on black but it's nice a simple and clear
Yeah, they're a little too round and large.
I use light grey on dark grey because it looks much nicer.
For example, I use EEEEEE on 303030 a lot:
![]()
Mmm! Subtle colouring is always great. #eee is such a great colour, it's barely differentiated from #fff but it's so much easier on the eyes
0xEEEEEE and 0xEEE are the same thing aren't they?
as far as I know 0xEEE is just shorthand
I tried it and it draws it the same. So I guess it's shorthand for the compiler as well.
No, nevermind that's wrong.
Edited:
I just ended up with a blue application now haha.
Just doing a crappy VB.NET sidebar replacement which can, among other features, track whether my friends' computers are turned on (pinging their external IP).
Yes I know it doesn't mean their PC isn't/is turned on, but whoever unplugs their internet when their PC is on for no reason?
What if I don't pay for a static IP?
I guess that's irrelevant unless you're one of the friends he's talking about
That was clever.
Some ISPs give you a static IP by default. I've had the same IP since I got my internet hooked up.
This is why I recommend Zenburn
Right now I'm reworking some IRC robots in PHP, and I'm starting with a webpanel.
http://redmine.compwhizii.net/repositories/show/cwiibot
This.
Although, the "oblivion" color scheme used by Monodevelop, and gEdit are very nice. (They use the Tango color scheme)
Ugh! I want this for Notepad++
Edited:
Oh. Well that was easy
http://www.autohotkey.com/forum/topic40678.html
Edited:
Just installed it. It doesn't have support for HTML, only C
What the hell were they thinking
Odd as fuck coloring.
For some reason, even with my LCD, zenburn hurts more then the traditional black on white :saddowns:
I do like that look, but I just tried to use it and I couldn't.. would take way too much getting used to than I have time for. Here's mine (default with Visual Assist)
Edited:
I kind of feel like it's because the rest of the IDE is near enough bright white
I can't stand black background ides, or any programs with dark backgrounds for that matter
That's pretty cool haha.
Working on a Flash OS simulator. With features like notepad applications, calculators, file browsers, etc.
Still working on particle editor..
more here http://www.garry.tv/?p=998
I'm currently doing a freelance website job, at the stage now where I'm finishing off a really simple CMS for it (which was a terrible idea). Also, as a little side project a friend and I are working a little time management, invoicing and the like web app using Google Gears. We're probably gonna make a proper website out of it at some point.
Damn that's sick, I still need to read my C++ book :3
I'm working on a map making and saving application for a game I am making. I've had some good proress but now I've hit a problem. How do I run functions of a class that is declared in another scope?
Guessing you are using C++... headerfiles?
I tend to just build on wordpress these days. The idea of building a CMS just seems like to much of a pain in the ass. I might consider writing one on a rainy day (assuming this rain is of sin-cleansing proportions)
Not using headerfiles. It's in my thread hehe.
I want to use a for loop to be able to draw all of the blocks onto the screen:
but the compiler has an error saying that block was not declared in the scope, because it's in my input function.Code:for...{ block[i].draw; }
Edited:
Don't know how to fix :(.
Wordpress is really really bad; only have to look at the code to know that. I also hate how people are using it as a CMS. It's really slow. I was going to use ExpressionEngine, but I don't think I could have convinced the client to pay for it. I just went with my own because there were too many features it needed that no CMS' provided.
The body of the system is an event calendar, news (which is the only thing Wordpress is marginally good for), and database management. They're an organisation with paying members, so I had to get that part right. They're not very tech savvy either, so I'm trying to keep it as simple as possible.
you won't regret it, i don't understand why more people don't use it. you can PM me if you need any help with anything :biggrin:
<3
I love using it.
Argh, I never new making a new object of a class inside an if statement created scoping errors.
I'm working on a PHP application to manage documents, whether hosted for multiple users or just personal use. It's buggy right now, but it works fairly well and is the first (somewhat) large program I've written (by large, I mean not something written while learning something).
http://code.google.com/p/docsplus/
I've been trying to modify Survival Crisis Z, but it's not making much sense to me unlike other games.
I guessed that has something to do with weapons and damage.Code:loc_00423617: call MSVBVM60.DLL.__vbaHresultCheck loc_0042361D: xor ebx, ebx loc_0042361F: mov eax, 0000001Fh loc_00423624: cmp bx, ax loc_00423627: jnle 00423873h loc_0042362D: mov ecx, [004E43E8h] ; loc_00423633: lea eax, [ebx*8] loc_0042363A: movsx edi, bx loc_0042363D: sub eax, ebx loc_0042363F: lea edx, [ecx+edi*2] loc_00423642: push edx loc_00423643: lea esi, [eax+eax*2]