I am using T4toolbox to generate a bunch of files, let's say my t4 file name is x.t4,
but default it generate a x.txt, which has nothing inside, can I tell t4 engine not to do this?
Hi all,
I have to use the cache for the css files and js file which i used in the site.
my site running in a shared hosting server. nothing can be done with server.
so what could be the solution for use cache and compression for js and css files.
I am running a task on the CLI, which prompts me for a yes/no.
After selecting a choice, a vast amount of info scrolls on the screen - including several errors. I want to pipe the output to a file so I can see the errors - but a simple '' is not working since the command expects a keyboar input.
i am running on Ubuntu 9.1
Does a .cs(C#) file compile under a .vbproj(VB.NET project) ? (VS 2005, .NET 2)
Say I have Animals.vbproj (namespace Animals)
I have Wolf.vb, Tiger.vb, Cat.vb, and a Human.cs
Could I use Animals.Human from a external AnimalsForm.vb form? Why?
Can any one clear me exactly what happend when we do import statement in java files. does it inscrease the size of file if we add more and more java classes.
why we dont use classloader for the same
and what are the restrictin for importing.
I'm attempting to hook into whatever explorer calls when a file is opened (double-click, context menu open, etc.), however I can't figure out which function that is.
Originally, I thought it was ShellExecute, as that does the same thing as far as I can tell, but after hooking into it I learned that it's only used when a new explorer window is opened.
Any ideas which function I should be hooking?
hello all,
I have class named Shop that contain data members (NSString , NSInteger and nsmutablearray that contain another class(that have also NSString and NSInteger)
Now if i use nsmutablearray to hold alist of Shops what is the best way to save the list to file and load it later?
again the class Shop contain data memeber that is another class both of the classes have NSString and NSinteger (maybe also NSdata and NSdate)
i heard somthing about archiver??
thanks.
I have these line in my pro*C program. The function initAerage is defined in a C language and I am trying to call this function in a .pcc (pro C++) file.
I am getting an error
Error: initAverage(int i);was declared before with a different language
extern "C"
{
int initAverage(int i);
}
Please help
Hey Guys,
How would I save JSON outputed by an URL to a file?
e.g from the Twitter search API (this http://search.twitter.com/search.json?q=hi)
Language isn't important.
Thanks!
edit // How would I then append further updates to EOF?
Hi just installed oracle 11g
and tried to start the "Oracle SQL developer" so as to start writing queries.
Its asking me
Enter the full pathname for the java.exe file .
Where do i find this. I did a global search for java.exe and am sure did not got some oracle related pdf files.
Also my Oracle is installed out of users/vas
Hi,
My wordpress blog can upload image files fine.
However, when trying to upload an MOV file, after 100%, it says "failed to write to disk".
What caused that and how can I fix that?
Thanks,
Tee
Is it possible to create a file that will contain its own checksum (MD5, SHA1, whatever)? And to upset jokers I mean checksum in plain, not function calculating it.
I am wondering what this technique is called and what it does. It seems to be validating some regular expression on the variable url. I am customizing another persons code:
var url = document.getElementById("editorURL").value;
if(/(file|http).*/.test(url)) {
}
Maybe someone has a link to an article that explains this a bit more in-depth?
I am making a new file dialog and it seems that the NSSavePanel is the right tool for the job but I cannot find a way to add a text field to input the name you want to save it as. Is this functionality not built into the NSSavePanel? Do I need to make my own text field and add it as an accessoryfield?
I need a VB script which will create text file named "listitem" in C:\Documents and Settings\All Users\Application Data\secon\smartapp
up to C:\Documents and Settings\All Users\Application Data\ we can make it as 'CommonAppDataFolder'
Any one knows about this
I wonder how to list content of tar file only down to some level?
I understand "tar tvf mytar.tar" will list all files, but sometimes I wish I can just see directories down to some level.
Similarly for command "ls" how to control the level of subdirectories that will be displayed? By default, it will only show the direct subdirectories, but not further.
Thanks and regards
Hello,
I have this command openssl genrsa -des3 -out host.key 1024
it asks me for a password, I want to automate it!
how I can make it read the password from a text file (host.pass) so it will not ask me
or have it ignore the password (which one is better?)
Thanks
So I run my task with ccnet and my task creates files. What is the best way to read the file and identify if there is a certain value in it from msbuild??
i dont know if this is possible, but i need to do the following.
When i make changes to a word document on my pc (save it and the date changes everytime), I want a .exe file on the same computer to run. Is there any way or third party software, with which i can achieve this?
I am working with a file upload script. I am currently uploading a file and then trying to echo out an anchor linking to that file, but since I used mkdir() with 0700 permissions to upload the file, it won't allow me access to view the file.
I am pretty sure the problem I am experiencing is because of the file permission code I used. The problem is I just don't know what all the different file permission codes are and what they mean.
Can somebody please list out all the different file permissions and what they each do?
I want to streamline my library on FreeBsd using PUID from MusicBrainz. I need a command line utility for this, but I have not been able to find. It would be nice to give input mp3-file and receive PUID as result.
I want to add clickable logo on .flv file. If some one clicks on the logo while the video is playing, it will take to some other page.
Help me
Thanks in advance..