Hello,
Are there any free-download-able media players out there that supports sub-second seek/display? I wish to do a more in-depth analysis of a .avi file.
I am personally a SVN lover, but am starting to fall prey to the buzz that is surrounding DVCS.
SVN is free, and time tested, is DVCS the new SVN?
I am also looking for which DVCS server will win out GIT or Mercurial?
What is the right and best way to reallocate memory?
for example I allocate 100 bytes with WinAPI function HeapAlloc
then I fill 100 bytes of that memory with some data and now I want to add more new data at end of previous...
What Should I do?
Make a new allocation with more bytes and then copy old+new to new location and free old memory?
Or there is some way to allocate new memory at end of old data and then copy only new data?
I want to use functionality from a certain method in apache commons StringUtils. I currently do not have the option of just using the library as one would normally do. I found the source for the method I need and my question is: am I free (legally) to use this code (just a method out of the library) or do I have to use the entire library? If its ok, what kind of attribution would I need in my code, if any? Thanks.
How can I reliability detect whether my Azure application is running in development fabric and not in 'the cloud' ?
RoleEnvironment.IsAvailable is true for both. I want something that is true in only one case.
I'm asking this because I want users of my library to be able to use my library for free in dev fabric. Hence manually putting seperate identifier or flag in config file and keeping two configs for dev and deploy is not feasible.
I am looking to see if there is an open source/free project that provides a CSS manager. I am looking for this mainly for performance tweaking and hoping there is a readymade project rather than building from scratch. Features I am looking for include:
Combines multiple .css files into a single css file
Optionally minifies the resulting .css file
Works well with .Net (a user control, custom handler, etc)
Is there a project out that that handles this?
I have several classes that extend C and I would need a method that accepts any argument of type C. But in this method I would like to know if I'm dealing with A or B.
*
public A extends C
public B extends C
public void goForIt(C c)()
If I cast how can I retrieve the type in a clean way (I just read using getClass or instanceof is often not the best way).
PS: Fell free to edit an explicit title.
*Sorry but I can't type closing braces
I've got my interpreter up and running - quite bug-free and stable for now - now I want to add some visual options to my language to play around.
What is a good GUI library easy to use and mainly easy to embed and "link" to my programming language?
What general rules do I have to follow?
I'm currently on XP with Microsoft Visual Studio 2010.
I have a MainMenu in my app and I would like to have little icons relevant to the Item in each menu. But the MainMenu control does not support this.
I would use the MenuStrip control, though that is a pretty ugly option in my opinion.
Does anybody have any suggestions? Are there any free/open source alt's out there, or would it be easy/possible to implement that feature into the existing MainMenu control?
I've got a bit of XML I want to display on my ASP.NET website as-is (for debugging purposes), and it would be nice if it was colored. This should be easy to achieve with the right kind of XmlWriter, but I don't have the time to make one myself. Is there an existing (free) component that can do this?
Hello,
I'm looking into DirectShow Source Filters for playing QuickTime media. Can anyone who has been down the same path offer any advice?
I've tested offerings from MediaLooks and RogueStream. Are there any others I should check out? Are there any free or open source alternatives?
Thanks,
I'm searching for a free component or library that could convert HTML to PostScript ( .ps file format ). I'm using .Net framework 1.1. Any one have experience with situation like this ?
What is the simplest way to get started with debugging and hit a specific line in a Drupal install?
Generally?
With Eclipse? (how difficult?)
On Windows, knowing and having access to Visual Studio (How Difficult with Visual Studio?)
(No Pay: Free or trial)
Anyone know of a good implementation of this whose license is compatible with non-free iPhone apps?
As suggested in this question, Boost looks absolutely wonderful. But as best I can tell, it is only available in C++.
http://stackoverflow.com/questions/2328258/cumulative-normal-distribution-function-in-c
i have a folder tempAgents within a mount point drive.
This mount point drive is within my E drive.
so the address is like this "E:\mountpoint\tempAgents"
now i need to calculate the free space and total space of the mount point.
is there a way to do so..
thanks
I'm using the following lines of code in my .htaccess file to create redirects. The problem is, whenever I go to example.com/register/ it cant find the css files because it's looking for example.com/register/mycss.css instead of example.com/mycss.css.
Redirect 301 register.php http://example.com/register
RewriteRule ^register/?$ register.php
How can I correct this? I'm new to any kind of htaccess/mod_rewrite functions so feel free to point me in the right direction if there are any other flaws.
Hello,
currently i use the accordion menu provided by the asp.net toolkit.
The problem is that it is not Seo friendly. So what i am looking for is an accordion menu with the following characteristics.
1) Seo friendliness
2) Preserving of the selected index, on post-backs.
3) Small in k bytes
4) Free of charge
Do you have anything in mind?
Given the recent release of VS 2010 I was shocked to see the pricing structure for the different versions of the product. I was lucky enough to receive free versions of VS 2005 and 2008 from attending various MS events. For the hacking I do at home I'm not sure I'm going to spend the money to purchase the IDE and wanted to see what others were using.
Like
SharpDevelop
MonoDevelop
Expess Editions
I just came across the following web site and noticed they had 2 map types I'm not certain on how to activitate from the Google Maps JavaScript API.
http://www.maps-for-free.com/index.html
It's the "Relief" and "OSM" Map Type as found on the link above.
Any ideas what the API call is to display "Relief" and "OSM" from a Google Map?
Share your favourite NumPy features / tips & tricks.
Please try to limit one feature per line.
The question is posted in parallel at ask.scipy.org We welcome you to join the conversation there -with the main idea of collecting the Scientific Python related questions under one roof.
Feel free to dual-post or post at your favourite site...
How can the below code result in a dangling pointer.
{
char *cPointer = malloc ( some constant number );
/* some code */
free ( cPointer );
cPointer = NULL;
/* some code */
}
Hi,
I stumbled upon http://www.kettletime.com.au/chance where the user needs to drag and drop a box with a number into another box to prove that he is human.
How do you implement this? Any free library to do this?
Thanks
I'm developing an Android game, it has 20k downloads so far.
But I'm not in US region, so I can't just SELL it via Android Market, so it's free.
So, I'm looking for a best legal way to earn some money from my game.
PS: Game already has AdMob ads, and I'm looking for something better.
Hi,
I want an open source/free tool which can test the schema, data, user defined functions, views and stored procedures between two different databases or two different versions of the databases. I am using MySQL database.
Currently I am using DB Solo which is a 30 day trail version.
Thanks in advance.