Hi, I'm trying to copy a directory with ant task.
I am a newbie in ant; my current solution is:
I'm wondering if there is a better and shorter way to accomplish the same thing?
Thanks in advance
Hello everybody.
My current career is in software testing, but I feel that I am wasting my time, maybe because I don't know the future path of this career, and where I will arrive in the future if I continue in this career. And I don't know how can I develop myself in this career. Can I have my own job in this field? Please give me good suggestions and opinion.
Many thanks.
How do you figure out the current size of the sharepoint web application? Better yet, the size of a site collection or a subsite.
I am planning to move a site collection from one farm to another. I need to plan the storage capacity first.
I have one dtabase in mysql.
But when i log into phpmyadmin , it shows another database called information_schema.
Is that databse always present with one database.
I mean to say there is copy of information_schema for evry database present in mysql or in one mysql there is one table called inforemation_schema.
If i do something wronmg with table , how will that affect my current database
I am trying to update all of my Textmate bundles to the most current version. Is there a way to do this without doing each bundle individually? If not how do I update an individual bundle? I don't know how to use svn so I would prefer to use the git repository.
Thanks for helping a noob! :)
My website will be using only OpenID for authentication. I'd like to pull user details down via attribute exchange, but attribute exchange seems to have caused a lot of grief for StackOverflow.
What is the current state of play in the industry? Does any OpenID provider do a decent job of attribute exchange?
Should I just steer away from OpenID attribute exchange altogether?
How can I deal with inconsistent support for functionality?
Hi , I'm trying to implement "Copy as path" option in windows context menu ,which copies current file or folder path to clip board
instead of installing a software for this , i would like to implement it my self. Any suggestions?
Want to send the text from my current vb application to the Active Window
and that text should be displayed in the text area of the active window
can anyone help me?
I want to add days to a date to get a new date in Java. How to achieve it using the Calender class.
Calender dom = new GregorianCalender(d, m y);
is the instance of my date of manufacture and I want to reach to date of expiry adding some 100 days to the current date and store it in doe but unable to do that.
Any help would be appreciable.
I have a table with one row and two columns-
int 'version', datetime 'updated'
Is there a Rails ActiveRecord way to get and set the data in these columns?
There is no id column.
I'm using this table to track versions of queries of other tables. After each query of another table the version column is incremented and the updated column is set with current datetime.
Hello :)
Inside the titleView of a UINavigationBar, there is a button. Clicking it should slide in a view from the top of the screen.
Where do I have to place the view so it's displayed fullscreen and not only inside the current UIViewController's contentView?
Is there a function for adding fullscreen views?
I am I want to develop a Campus Map application on iPhone. I am searching for a way to figure out how to sync Current Location from Maps with my campus map. Or is there any other approach for building this app ?
Suggest some good websites/ blogs/ groups working on something similar so that I can get information.
The default output of File.toURL() is
file:/c:/foo/bar
These don't appear to work on windows, and need to be changed to
file:///c:/foo/bar
Does the format
file:/c:/foo/bar
work correctly on Unix (I don't have a Unix machine to test on)? Is there a library that can take care of generating a URL from a File that is in the correct format for the current environment?
i am writing a visual basic ide , and i need to add lines numbers to QTextEdit and highlight current line . i have found this tutorial but it is written in java and i write my project in c++
so where to find tutorial like that in c++ , or if there is a ready to use component ?
thanks .
git checkout master
git archive stage | tar -czf archive.tar.gz htdocs
# archives master because it's checked out.
How can I archives the stage branch, regardless of the current I'm on?
I'm using Nunit for unit testing, and added another project called "Unit Testing" to my current solution. I referenced Nunit, and changed the Namespace to the same namespace used in the main project.
I can't seem to figure out how to get access to all the classes, files, etc in the main project. Is there something I have to do to link two projects?
Alright.. I am on a mission to learn iPhone development as much as possible. At my current job they have requested me if I can build a vnc viewer in iPhone.. there are many vnc apps but i want to learn how to build an app like that.. what would be the architecture of this app how should i organize my app?
Any thoughts? comments?
I inherited a script running on Server 2003 that I need to port to Server 2008. The current script is:
strComputer = "servernamexyz"
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate,(Shutdown)}!\\" & _
strComputer & "\root\cimv2")
Set colOperatingSystems = objWMIService.ExecQuery _
("SELECT * FROM Win32_OperatingSystem")
For Each objOperatingSystem in colOperatingSystems
objOperatingSystem.Win32Shutdown(12)
Next
How do I convert this to run on Server 2008? Thanks!
I've been reading a couple books/online references about compiler theory, and keep seeing that particular operator coming up every once in a while (as seen here), specifically when the current topic is context free grammars. What does it mean? As well, how does it differ from =>?
Explanations with examples distinguishing => from =*> would be most helpful.
Here is html:
<a href="http://site.com/any/different/folders/picture_name.jpg">Go and win</a>
<a href="http://site.com/not/similar/links/some_other_name.png">Go and win</a>
How to cut all the data from a href, except picture_name.jpg? There can be any length of the link, we must take just the value from last / to last "
And anybody does not the shortest way to compare, if alt and title of current link are equal?
Thanks.
Consider the following situation:
We have two Localizable.string files, one in en.lproj and one in it.lproj
When the user switches to English or Italian, the proper localized string is loaded using NSLocalizedString(@"keyword", nil)
If one of the files is missing the keyword, the string is not retrieved
Is there any way to make this macro load the string from a specific language if it's keyword is not found in the current locale's Localizable.string?
I have a BS in biology, MS in Environmental Science, but I've been writing software in C++ and Java throughout grad school and a bit in my current job. I'd love to transition to a programming career. I've thought about getting what's called a "Post baccalaureate Certificate" or Java certification in lieu of another degree in CS. Which is more useful in terms of getting a job?
For my project(in asp.net) i wrote near 1000 lines of c# code for one asp.net page.It includes so many functions.The problem is,it is going complicated while i am writing more codes on one page.How can i make multiple c# files for one asp.net page?? I tried by adding new class in VS2008.But calling a function from one file to other is making error(item is not present in current file).How can i do that??
Hi there,
I have a kind of asp.net forms authentication with the code like that:
FormsAuthentication.SetAuthCookie(account.Id.ToString(), true);
HttpContext.Current.User = new GenericPrincipal(new GenericIdentity(account.Id.ToString()), null);
What kind of additional efforts shall I take to make authentication cookie (that is user id) more securable? (https, encoding for example)
Thank you in advance!