• What are you working on? v15
    5,001 replies, posted
[QUOTE=Darwin226;27311528]What the general rule of thumb (if that's the right phrase) when choosing between a static class and passing references? (in C# but it should apply to any OOP)[/QUOTE] Hey, In general, pass references when you foresee requiring multiple instances of the class. On the other hand, if you are [i]100% sure[/i] that the class will have only one state, then just make it static. For example, a Settings class that loads application-wide settings from the registry would probably be best-suited as a static class.
[img]http://gyazo.com/cc14a1dfb256e2d81c2e5257be5f9faa.png[/img]
[QUOTE=ifaux;27311739]going to the Mac App Store.[/QUOTE] great, i can't wait to copy _masreciept into it.
[QUOTE=Jawalt;27310581]I consider leaving whenever I see all of the militant athiests on this forum, which is often in the In The News section. You're just as bad as any religion could ever be when you act like that. [/offtopic][/QUOTE] That's insulting. Have you looked at what some religions contain? Ironically the thing which makes me consider leaving is stupid comments like yours which are obviously going to spark some kind of reaction. What the fuck are you doing even mentioning religion and militant atheism in WAYWO? How do you think that's going to end? Polite discussion? Duh.
[QUOTE=Kopimi;27310780]Hey man, being a teenage atheist is hard, can you blame them? It's not like atheism is a widely accepted and widely held belief in most modern countries, no no, not like that at all. Thats why its necessary for them to get online and remind everyone of how atheist they are.[/QUOTE] You are being sarcastic, but in many parts of the states, it is very difficult for people to say they are atheist. I'm in the UK, so this is picked up as an outsider looking in, but only about 10% of people in the States admit to being atheist. I get occasionally slightly irritated by somewhat overzealous atheists, but I get more irritated by the backlash against them, because whilst overzealous religionists are obviously peddling myths, stories and untruths, overzealous atheists just want people to wake up to the evidence, and appreciate the good that science does for society. Although this is more based on Reddit, I rarely venture out of the programming subforum here, atheists might be even more angry here.
[QUOTE=Layley;27311851][img_thumb]http://gyazo.com/cc14a1dfb256e2d81c2e5257be5f9faa.png[/img_thumb][/QUOTE] In my opinion, the text is hard to read. Could you make the text stand out more from the background?
[QUOTE=Layley;27311851][img_thumb]http://gyazo.com/cc14a1dfb256e2d81c2e5257be5f9faa.png[/img_thumb][/QUOTE] Has this been lightened artificially? Because this would look really good, but at the moment it looks as though it's been greyed out, and not an option any more. I think you should add stronger, darker colours (well, greys).
[QUOTE=deloc;27311930]great, i can't wait to copy _masreciept into it.[/QUOTE] It won't be out for a while, so by then I'm sure Apple will do something about that. And/or we'll have some sort of DRM. Either way, we're an independent company and you're a douche. Actually, thanks, you just sort of gave me an idea.
[img]http://gyazo.com/d5775519aed12d45e0ac3082e4b25c17.png[/img] BTW the entire theme is done in code which is basically saying I don't have a single image box / whatever on it.
[QUOTE=Layley;27312251][img_thumb]http://gyazo.com/d5775519aed12d45e0ac3082e4b25c17.png[/img_thumb] BTW the entire theme is done in code which is basically saying I don't have a single image box / whatever on it.[/QUOTE] It looks like I am viewing it through frosted glass.
[QUOTE=Layley;27312251][img_thumb]http://gyazo.com/d5775519aed12d45e0ac3082e4b25c17.png[/img_thumb] BTW the entire theme is done in code which is basically saying I don't have a single image box / whatever on it.[/QUOTE] Do you have your monitor on really high contrast or something?
It's better, but still blends a lot in with the background. I know I might not be the smartest coder, but could it be possible to just see the text in full black? [editline]9th January 2011[/editline] For a test, of course. You can sort it out later.
[QUOTE=Dryvnt;27312314]It's better, but still blends a lot in with the background. I know I might not be the smartest coder, but could it be possible to just see the text in full black? [editline]9th January 2011[/editline] For a test, of course. You can sort it out later.[/QUOTE] I think full black would be too overpowering. Maybe 808080 or something. actually, 606060
[img]http://gyazo.com/4d4d08ca5175dd503c042f6ce85b9e6f.png[/img]
[img]http://dl.dropbox.com/u/286964/consolee.png[/img] Most off topic thread ever.
[QUOTE=Layley;27312415][img_thumb]http://gyazo.com/4d4d08ca5175dd503c042f6ce85b9e6f.png[/img_thumb][/QUOTE] Perhaps you could try making the buttons and the bar black too?
I made a chrome extension for "to-view" lists, like todo lists but for URLs. [img]https://chrome.google.com/extensions/img/fhapcghjajlmlbijdhhnikknddchbcjo/1294607904.87/screenshot/3001[/img] [url]https://chrome.google.com/extensions/detail/fhapcghjajlmlbijdhhnikknddchbcjo[/url]
[QUOTE=COBRAa;27312831]I made a chrome extension for "to-view" lists, like todo lists but for URLs. [img_thumb]https://chrome.google.com/extensions/img/fhapcghjajlmlbijdhhnikknddchbcjo/1294607904.87/screenshot/3001[/img_thumb] [url]https://chrome.google.com/extensions/detail/fhapcghjajlmlbijdhhnikknddchbcjo[/url][/QUOTE] I gave you a Programming King because it clearly took some effort and it looks cool, but isn't this what Tabs are for?
[QUOTE=ifaux;27311739][img_thumb]http://i.imgur.com/Qh2wC.png[/img_thumb] A pixel-y game about a pixel-y man who is the only one who can save the world from ultimate destruction, going to the Mac App Store.[/QUOTE] Thank you! I'm making a little sidescroller and I was trying to figure out a good up-beat color scheme, this fits the bill.
[QUOTE=Layley;27312251][img_thumb]http://gyazo.com/d5775519aed12d45e0ac3082e4b25c17.png[/img_thumb] BTW the entire theme is done in code which is basically saying I don't have a single image box / whatever on it.[/QUOTE] It looks like a frozen window in Vista/7.
[img]http://img222.imageshack.us/img222/184/cpolynomials.png[/img] I rewrote my complex math library and polynomial solver in C#. The language seems simple enough, but I still can't come up with anything cool to program edit: whoops I just noticed that those answers are wrong hah
[media]http://www.youtube.com/watch?v=ZLs2P9dWFcU[/media] Shake effect. Point of interest: 2:27. The thunder is awesome. [editline]9th January 2011[/editline] Right now it shakes to the intensity of the beat.
God damn. SFML loads my font but won't use it to draw.
[QUOTE=Layley;27312415][img_thumb]http://gyazo.com/4d4d08ca5175dd503c042f6ce85b9e6f.png[/img_thumb][/QUOTE] [img]http://gyazo.com/620506e31e9dfc8b6b200b76978cb81f.png[/img] This sort of contrast level is better.
[img]http://localhostr.com/file/w8P860c/Capture.PNG[/img] Oh, special price for the one who guess where the art is stolen from! And no, it's not Die 2 Win 3D.
[QUOTE=graymic;27301304]Seems to be fine for me xD... sure you've not downloaded the wrong bit version :P? ^ Thanks for rating this dumb even though it was obviously sarcasm...[/QUOTE] Rated dumb for the "xD".
[QUOTE=looped;27313649][img_thumb]http://gyazo.com/620506e31e9dfc8b6b200b76978cb81f.png[/img_thumb] This sort of contrast level is better.[/QUOTE] this hurt my eyes when I first looked at it
[QUOTE=CarlBooth;27312928]I gave you a Programming King because it clearly took some effort and it looks cool, but isn't this what Tabs are for?[/QUOTE] Yeah, but sometimes you might want them for in a while, but not straight away. EG if you close chrome the tab is gone unless you reload tabs from before. You can also right click links to add it to the list :)
[QUOTE=COBRAa;27314013]Yeah, but sometimes you might want them for in a while, but not straight away. EG if you close chrome the tab is gone unless you reload tabs from before. You can also right click links to add it to the list :)[/QUOTE] I'd use that, I use Read It Later in Firefox.
[QUOTE=COBRAa;27312831]I made a chrome extension for "to-view" lists, like todo lists but for URLs. [img_thumb]https://chrome.google.com/extensions/img/fhapcghjajlmlbijdhhnikknddchbcjo/1294607904.87/screenshot/3001[/img_thumb] [url]https://chrome.google.com/extensions/detail/fhapcghjajlmlbijdhhnikknddchbcjo[/url][/QUOTE] I just use bookmarks for this, cool extension tho
Sorry, you need to Log In to post a reply to this thread.