Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

Visual Studio: Run C++ project Post-Build Event even if project is up-to-date

In Visual Studio (2008) is it possible to force the Post-Build Event for a C++ project to run even if the project is up-to-date? Specifically, I have a project which builds a COM in-process server ...
3
votes
1answer
511 views

Ant: using Filelist as Fileset in Uptodate?

a target of build.xml creates a Zip file. To avoid creating the Zip if no file has been updated, I'd like to check for updates beforehand. AFAIK, "uptodate" is the task to use. Here is the relevant ...
2
votes
2answers
234 views

what are the latest and up-to-date web technologies commanly used now? [closed]

what are the latest and up-to-date web technologies commanly used now ? I mean what is new in the main three web tracks used for web design and development ? The main three web tracks:- *Microsoft ...
1
vote
1answer
37 views

How to update tiny data on a page up-to-date?

For example I should show some number on a page. This number is getting from the server (from the DB), and this number always is changed - but there are some moments (some hours in a day) when it's ...
1
vote
2answers
93 views

Best place(s) to be kept updated on security flaws in softwares

Where should one go to be kept updated on all of the security flaws/problems floating around? Specially in the era of open source where we tend to use libraries from everywhere.
0
votes
3answers
77 views

Entirely new git repo says “Everything up-to-date” when trying to push to entirely new remote

I am a git newbie. I just created a new project with just 4 new files test1 test2 test3 test4. Then all I did are the following: $ git init $ git add . $ git commit -m "VERY 1st commit" as simple ...
0
votes
1answer
56 views

Staying Up-To-Date with Any or Most Language

I have a general understanding of programming concepts as I started learning how to write code in C++. Though I have dabbled a bit in other languages such as pHp and python, the basics are easily to ...
0
votes
2answers
521 views

Java GUI libraries

I understand this question has been asked before [Which GUI Library is the best in Java?], but that was back in 2008, and things have changed. I tried looking for Swing, but the JFC is now outdated, ...
0
votes
0answers
3k views

Make Visual Studio stop rebuilding up-to-date projects?

Why does Visual Studio always build a project before running it EVEN WHEN IT'S NOT OUT OF DATE? Is there any way to skip this annoying behavior?