Windows is Microsoft's platform for developing desktop and mobile applications. Visit the official site: http://msdn.microsoft.com/windows/
256
votes
51answers
195k views
Text editor to open big (giant, huge, large) text files [closed]
I mean 100+ MB big; such text files can push the envelope of editors.
I need to look through a large XML file, but cannot if the editor is buggy.
Any suggestions?
228
votes
90answers
52k views
Hidden features of Windows batch files
What are some of the lesser know, but important and useful features of Windows batch files?
Guidelines:
One feature per answer
Give both a short description of the feature and an example, not just ...
158
votes
9answers
75k views
What GUIs exist for Git on Windows
I use Subversion via TortoiseSVN but I hear good things about Git.
Are there any similar tools available for Git on Windows?
Feel free to answer with tools which still in early development.
145
votes
44answers
249k views
iPhone development on Windows
Is there a way to develop iPhone (iOS) applications on Windows? I really don't want to get yet another machine.
There is a project on http://code.google.com/p/winchain/wiki/HowToUse that seemed to ...
136
votes
17answers
49k views
Is there a good Valgrind substitute for Windows?
I was looking into Valgrind to help improve my C coding/debugging when I discovered it is only for Linux - I have no other need or interest in moving my OS to Linux so I was wondering if there is a ...
128
votes
22answers
102k views
What is a good Windows hex editor / viewer? [closed]
I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows.
See KHexedit
Requirements:
Free is best
View data at cursor as: byte, short, ...
125
votes
19answers
79k views
TortoiseSVN icons not showing up under Windows 7
I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP.
How can it be fixed?
117
votes
40answers
154k views
110
votes
8answers
41k views
Windows batch files: .bat vs .cmd?
As I understand it, .bat is the old 16-bit naming convention, and .cmd is for 32-bit Windows, i.e., starting with NT. But I continue to see .bat files everywhere, and they seem to work exactly the ...
95
votes
19answers
27k views
How can I set up an editor to work with Git on Windows?
I'm trying out Git on Windows. I got to the point of trying "git commit" and I got this error:
Terminal is dumb but no VISUAL nor
EDITOR defined. Please supply the
message using either -m or ...
90
votes
11answers
7k views
How do I get Windows to go as fast as Linux for compiling C++?
I know this is not so much a programming question but it is relevant.
I work on a fairly large cross platform project. On Windows I use VC++ 2008. On Linux I use gcc. There are around 40k files in ...
87
votes
16answers
46k views
Setup a Git server with msysgit on Windows
My friends and I are trying to setup Git for Windows using the tutorial Git Server: Gitosis and Cygwin on Windows, but we just keep running into problems.
What would a "Setup Git Server" guide for ...
85
votes
24answers
23k views
Balsamiq mockups alternative for building wireframes?
I am searching for something like http://www.balsamiq.com/products/mockups .I like the program and would buy it if it were 20 bucks a licence.
Do you guys know something in the range from 0 to 20 ...
81
votes
16answers
29k views
Is there a better Windows “Terminal” application?
I loath working on the command line in Windows, primarily because the terminal application is wretched to use compared to terminal applications on linux and OS X. Major complaints
No standard ...
80
votes
28answers
45k views
What is the best MySQL Client Application for Windows
Are there any MySQL Client applications for Windows that get even close to what the Enterprise Manager / Server Management Studio is for Microsoft SQL?
I have two requirements and one "nice to have" ...
77
votes
3answers
51k views
How do I get the application exit code from a Windows command line?
I am running a program and want to see what its return code is (since it returns different codes based on different errors).
I know in Bash I can do this by running
echo $?
What do I do when ...
74
votes
7answers
52k views
Objective C for Windows
What would be the best way to write Objective-C on the Windows platform?
Cygwin and gcc? Is there a way I can somehow integrate this into Visual Studio?
Along those lines - are there any suggestions ...
73
votes
39answers
4k views
As a developer, what changes do you make to a vanilla Windows install?
When I get a vanilla Windows system, there's a bunch of stuff I change to make it more developer-friendly.
Some of it I remember every time, other stuff I only do as and when.
Examples:
Show ...
72
votes
14answers
137k views
Batch file to delete files older than N days
I am looking for a way to delete all files older than 7 days in an MS-DOS batch file. I've searched around the web, and found some examples with hundreds of lines of code, and others that required ...
69
votes
17answers
35k views
How to detect Windows 64 bit platform with .net?
In a .net 2.0 C# application I use the following code to detect the operating system platform:
string os_platform = System.Environment.OSVersion.Platform.ToString();
This returns "Win32NT". The ...
69
votes
13answers
33k views
How to setup setuptools for python 2.6 on Windows?
Is there any way to install setuptools for python 2.6 in Windows without having an .exe installer?
There isn't one built at the moment, and the maintainer of setuptools has stated that it's probable ...
69
votes
13answers
33k views
How do you configure an OpenFileDIalog to select folders?
In VS .NET, when you are selecting a folder for a project, a dialog that looks like an OpenFileDialog or SaveFileDialog is displayed, but is set up to accept only folders. Ever since I've seen this ...
68
votes
11answers
18k views
What is the difference between Cygwin and MinGW?
I want to make my C++ project cross platform, and I'm considering using Cygwin/MinGW.
But what is the difference between them ?
Another question is whether I will be able to run the binary on a ...
67
votes
16answers
28k views
What's a good alternative Windows console?
UPDATE (solution)
Months later someone turned me on to an awesome solution to this. If you install Git for Windows, it comes with this console app called Git Bash that does exactly what I descibed. I ...
66
votes
14answers
15k views
Is there an equivalent of 'which' on windows?
I would like to find the full path to a program in Windows. Is there an equivalent to the UNIX command 'which'? On UNIX, which command prints the full path of the given command.
64
votes
85answers
17k views
What are the best alternatives to Notepad?
What are the best alternatives to Notepad?
I would like to get syntax highlighting support for major languages.
Other desired properties are:
Simple to use
Light weight
63
votes
9answers
20k views
Which has better Eclipse support: git or Mercurial
I work in a team of Java-developers who are very familiar with Eclipse. Most of the team uses Windows. We are switching our main project from CVS into something newer. Subversion seems already old and ...
63
votes
44answers
117k views
Best C++ IDE or Editor for Windows [closed]
What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio.
61
votes
13answers
33k views
How to measure execution time of command in windows command line?
Can this be done with standard means?
61
votes
29answers
90k views
Is there a good, free Python IDE for Windows?
Other than Notepad++, what text editor do you use to program in Windows?
Is there a good, free Python IDE for Windows? I really need some good debugging abilities.
60
votes
11answers
10k views
CoffeeScript on Windows?
How can I try CoffeeScript on Windows?
The installation instructions are only for *nix: http://jashkenas.github.com/coffee-script/#installation
EDIT:
Since I asked this a while ago, many new ...
60
votes
11answers
13k views
How to setup Mercurial and hgwebdir on IIS?
I've been looking all over for decent instructions on how to get hgwebdir working on IIS but I haven't found much of worth.
There's this "step by step" on the Mercurial wiki, but it's not very good.
...
60
votes
20answers
38k views
Good C++ GUI library for Windows
I'm looking for good windows GUI library for C++. The Ideal in my opinion shoud be:
Modern. MFC, wxWidgets, Qt were started a long time ago and they don't use modern C++ features and standard ...
59
votes
13answers
3k views
When - and why - should you store data in the Windows Registry?
As a developer, tools that store configuration/options in the registry are the bane of my life. I can't easily track changes to those options, can't easily port them from machine to machine, and it ...
56
votes
12answers
47k views
What's the best Free C++ Profiler for windows (if there are)
I'm looking for a profiler in order to find the bottleneck of my c++ code.
I'd like to find a free, non intrusive, good profiling tool.
I'm a game developer and I use PIX for Xbox360, I found it very ...
54
votes
15answers
27k views
ASP.Net:Best way to run scheduled tasks
Today we have built an console application for running scheduled tasks for our ASP.NET website. But I think this approach is a bit error prone and difficult to maintain. How do you execute you ...
54
votes
4answers
20k views
54
votes
7answers
41k views
What's the fastest way to delete a large folder in Windows? [closed]
I want to delete a folder that contains thousands of files and folders. If I use Windows Explorer to delete the folder it can take 10-15 minutes (not always, but often). Is there a faster way in ...
53
votes
27answers
45k views
What are good grep tool for Windows?
Any recommendations on grep tools for Windows? Ideally ones that could leverage 64-bit OS.
I'm aware of cygwin, of course, and have also found PowerGREP, but I'm wondering if there are any hidden ...
51
votes
12answers
24k views
Hosting Git Repository in Windows
Is there currently a way to host a shared Git repository in Windows? I understand that you can configure the Git service in Linux with:
git daemon
Is there a native Windows option, short of ...
50
votes
27answers
22k views
Why Windows 7 isn't written in C#? [closed]
I saw a similar question about the reason Google Chrome wasn't written in C#. But with the upcoming version of Windows and Microsoft's flagship language, I am having a hard time understanding why ...
50
votes
20answers
12k views
Is there a good IDE for SQLite?
Is there a tool out there that can interact with a SQLite database in a similar way that TOAD works with Oracle or Management Studio works with SQL Server?
I'm looking for something that visually ...
49
votes
4answers
43k views
How do I uninstall a Windows service if the files does not exist anymore?
How do I uninstall a .NET Windows Service, if the service files does not exists anymore?
I installed a .NET Windows Service using InstallUtil. I have now deleteded the files, but forgot to run ...
48
votes
14answers
6k views
Qt goes LGPL! On Windows, is it good enough to use instead of MFC?
I just read a story I was hoping to read since Nokia bought Trolltech. Qt is going LGPL in March!
This is awesome news.
Who uses Qt for Windows? Does it effectively replace something like MFC? ...
48
votes
23answers
42k views
Looking for a windows equivalent of the unix tail command
I'm looking for the equivalent of the unix 'tail' command that will allow me to watch the output of a log file while it is being written to.
48
votes
10answers
19k views
Which version of Perl should I use on Windows?
The win32.perl.org web site provides references to several Perl distributions for MS Windows.
For a long time I have been using ActivePerl from
ActiveState but recently I switched to
Strawberry ...
47
votes
8answers
13k views
Git on Windows: How do you set up a mergetool?
I've tried msysGit and Git on Cygwin. Both work just fine in and of themselves and both run gitk and git-gui perfectly.
Now how the heck do I configure a mergetool? (Vimdiff works on Cygwin, but ...
47
votes
15answers
42k views
Windows version of the Unix touch command
I'm looking for a Windows port of the UNIX touch command. I don't want to install an entire MKS toolkit just for the one tool. Is there a native port available somewhere or a command in Windows that ...
46
votes
11answers
33k views
MySQL for Python in Windows
I am finding it difficult to use MySQL with Python in my windows system.
I am currently using Python 2.6. I have tried to compile MySQL-python-1.2.3b1 (which is supposed to work for Python 2.6 ?) ...
46
votes
31answers
6k views
Simple but powerful programming language for a hobby software project
Long time back, I used to do some home projects in Basic. It was fun and I could get things done without reading tons of documentation (or whatever documentation was
available at that time).
I guess ...