I have heard conflicting stories on this topic and am looking for a little bit of clarity.
How would one dispose of a string object immediately, or at the very least clear traces of it?
I realize there are a number of podcast related questions, but I'm specifically looking for XNA oriented podcasts. I've Googled around a little bit, but I have been unable to find any current podcasts. I'm just wondering if anyone else knows of any interesting ones. I'd guess if Google can't find them, they don't exist but I thought I'd ask anyways.
Also, failing that, podcasts about game development in general would be interesting as well.
Thanks!
Hello, I'm working on a game, and all of my graphics use magenta as transparent/magic color.
They are all 32-bit and the magenta is just for conveniency.
Anyway, I would appreciate if someone could advice me what library should I use to load my images (I need to load them in GL_RGBA format, both internal and texture specific).
Hi,
I am looking for beginner iPhone SDK tutorials, but something a little bit more complex than "Hello iPhone!". So far I only found a free one at: http://dynamic-leap.com/beginner-iphone-tutorial-polygon/ Any other suggestions?
After reading JavaDoc for ILazyTreeContentProvider and Virtual Tables and Trees I am a bit confused. Do they really mean that with a simple ITreeContentProvider all elements have to be loaded when the tree is created? I expected that getChildren() would only be called when expanding an element (and hasChildren() to be called to determine whether the plus sign should be shown). Or are they intended for the case where some elements have many children?
I was wondering if there was a Sequence Diagram generator for C#?
Im using Visual Studio 2008 Professional.
If not is there a quick and simple software?
Im finding Enterprise Architect and Visio a bit to cryptic for a beginner.
I have found the Class Diagram feature on Visual Studio, which s very useful and am hoping for a equally useful simple program to generate Sequence Diagrams.
Thanks.
I am trying to share encryption between Action Script and C#
My task is to decrypt the following message within C#
f1ca22a365ba54c005c3eb599d84b19c354d26dcf475ab4be775b991ac97884791017b12471000def05bb77bfe9c3a97d44ef78c9449f12daf6e25b61ab1a281
It uses Rijndael encyption , ECB mode (electronic code book), Key: Pas5pr@se , 128 bit key size and block size.
The problem I have is I can't seem to do it, anyone help me on this?
Hi,
I have a standard bit of fstream code that .fail()s on some machines to write to a file when on a network path. It is not a network permission issue.
Any ideas?
I'm thinking about the possibility of using Spring MVC with Vaadin Framework. Are there any documented ways of making them play nicely together ? Also is it a good idea to use them together ? relating to performance; I'm going to run the app on a dedicated server.
To make my question a bit more clear, how can i return a modelandview from a Spring MVC Controller that wll render using Vaadin and can access all the model data.
I'm working with a bit of a bleeding edge rails app. Rails 3, RSpec 2, Rspec-Rails2.
It seems as if RSpec2 doesn't include the spec:rcov rake task that RSpec 1 has. (at least it isn't there yet)
Has anyone had any luck running rcov with rspec 2, or writing their own rake task to make this work?
I have a fair bit of knowledge of Java and C#.NET (prefer C#).
What should I use to create small applications that will work well in Windows, Mac and Linux? Speed will probably not be the main concern (small applications; using Sockets etc).
Hi,
I'm trying to control a parameter with AE expressions and I need a triangle wave. I've got this so far:
freq = 20;
amplitude = 8;
m = amplitude;
i = time*freq;
m - (i % (2*m) - m);
Unfortunately this gives a saw wave (see below) and my math's a bit rusty, any takers?
Thanks!
PJ
http://i25.photobucket.com/albums/c73/pjburnhill/Screenshot2010-04-09at153815.png
Hello,
I use a script who recquires SQLITE,
on my previous hoster, it works,
on local it works,
on my new dedicaced server, it doesn't, i use PHP5 of course, on this link, you have a phpinfo() of the server.
http://bit.ly/bXlLT1
Could you tell me what/how (apt get?) to install correctly sqlite to avoid this fatal error?
Thanks
Is converting Fixed Pt. (fixed n bit for fraction) to IEEE double safe ?
ie: does IEEE double format can represent all numbers a fixed point can represent ?
The test: a number goes to floating pt format then back to it's original fixed pt format.
Hi,
Guys, reffering to last post I'm trying to output data while template is instantiated
template <unsigned long N>
struct binary
{
std::cout << N;//<---------------------------------I'M TRYING HERE
static unsigned const value
= binary<N/10>::value << 1 // prepend higher bits
| N%10; // to lowest bit
but I'm getting an error:
'Error 2 error C2886: 'std::cout' : symbol cannot be used in a member using- declaration '
Thanks for help
P.S.
And could anyone explain why actually I can't do that?
I'm getting the classic 'mvc4 installer is incompatible with .net 4.5' that many others have gotten except I do not have .Net 4.5 installed on this machine. MVC3 projects getting created just fine. I get this error when running the Web Installer for MVC4 Beta.
System setup is VS2010 SP1, Windows 7 64-bit, Resharper is installed as well
I am at a loss here and now seem to be just wasting time trying to fix this.
I installed VS 2010 on a Windows 7 64 bit machine. When I try and connect to an advantage database through the server explorer using the Advanatage OLEDB driver I get a cannot discover advantage database server error. I can connect to the database using the ARC just fine. I was able to connect in VS 2008 just fine. Any ideas on why I can't connect in VS 2010?
Altough I've known Code Contracts for some time, as I've used it a bit in Java, I would like to start using them in C#, now that they are part of C# 4.0.
I am looking on learning material, books or vids. Altough tutorials are also welcome, I'd like to have something comprehensive to read, not the typical "here's how you use Requires and here's how you use Ensures". I am looking for something that really stands out in this area.
Thanks
Hi, do you know a Google API or a jquery js plugin to visualize the data like "Wonder Wheel"?
I'd like to use this widget with my data.
http://bit.ly/dysDQn
Hello,
i just checking Flash Builder 4 ( i come from Flex builder 3 ), and it was painfull to see that old CSS visual editor, that it was very convenient for skinning components, has dissapear when select version 4.
Also creating new project appear option between Mxml and 'Mxml+Spark'.
What is this spark?
Do you recommend using this? What are the strong point over tradicional CSS editing?
i am a little bit confused with this.
Br.
Noun
yak shaving (uncountable)
(idiomatic) Any apparently useless activity which, by allowing you to overcome intermediate difficulties, allows you to solve a larger problem.
I was doing a bit of yak shaving this morning, and it looks like it might have paid off.
So I'm after phrases like "yak shaving" that mean something to the developer community that non-developers don't understand. Not anecdotes.
I'm playing a bit with beta version of PHP Storm (PHP version of WebIDE) and its integration of PHPUnit. I know how to set a profile to run tests in particular file, directory or class. Problem is, I'd like to create some profile where Run button would run tests in currently opened file.
Any idea if there's a way to do it? Or perhaps it isn't implemented in beta version yet?
I want to come up with a language syntax. I have read a bit about these three, and can't really see anything that one can do that another can't. Is there any reason to use one over another? Or is it just a matter of preference?
I have text area and and down to that "ok" and "cancel" button.
when i click on text area keyboard appear and focus on the text area and buttons get hide behind the keyboard.
i want when text area get focus scroll a little bit and also display the bottom buttons while text area id selected.
Firstly, only reply if you have experience using API V3 (i can speculate myself!)
I had a little go with V3 and it looked great but would love to hear from someone who's given it a bit of use before I start working with it and deploy it on a live site.
I'm only looking to do very basic things:
put markers on a map
custom markers
info bubbles
It all looks very easy with v3:
http://www.svennerberg.com/2009/06/google-maps-api-3-the-basics/
is it stable enough?