Hi,
I have a question about --listings-- package. Do you know how to change it to get sth like this "Algorithm " rather than casual "Listing " in the title line?
Thanks for reply
I have just install TinyMCE editor for my website. But the default background is black and text colour is gray. Anybody can tell me how to change background to white and text colour to black. Thanks you verry much.
I wrote a script which can auto commit in every 10 minutes. But it's commit message always same ("Code saved"). But i want to change some of them which are milestone.
This is my auto commit script:
cd c:\inetpub\wwwroot\siteCodes
svn commit -m "Code Saved"
How can i write a script which can give me a chance to write revision number and new commit message.
Do you compile your code before committing it to the repository, even when you only change a few comments? I know comments are typically ignored by compilers, but I find myself doing this often out of habit.
Can i change the format of the output result which is returned when i call the variable name in FSI windows?
I overrided the ToString() funcion in my object, but it does not affect the output results in FSI.
I use phpmyadmin to create mysql database. And I have set the auth type to cookie in the config.inc.php.
How do I change the time limit so that even if I logged in I stayed idle for hours it won't require me to log in again.
i want to make a script (to) that makes it easier for me to enter folders.
so eg. if i type "to apache" i want it to change the current directory to /etc/apache2.
however, when i use the "cd" command inside the script, it seems like it changes the path WITHIN the script, so the path in the shell has not changed.
how could i make this work?
Does anybody know a tool, preferably for the Explorer context menu, to recursively change the encoding of files in a project from / to UTF-8 and other encodings? Freeware or not too expensive would be great.
Edit: Thanks for the answers, +1 for all of them as they are all fine but I am a lazy bastard sometimes, and would really like to be able to just right click a folder and say "convert all .php files to UTF-8". :) Further suggestions are appreciated.
Hi,
I have domain with constraints like min value must greater than 0
I have no idea how to change the message if the constraints are not passed.
which file i need to edit to do that ?
I also need to display the value as well .. like
"you cannot make any transaction because your balance is less than 100. Your current balance is xxxx "
I have a tablelayoutpanel. 2x2 - 2 columns 2 rows.
For example, I added a button button1 in a 1 row, second column. button1 has a dock property set to Fill. VS Designer allows to set column/row span properties of button1.
I want an availability to change row span property of button1 programatically, so it can fill all second column(1 row and second row) and availability to set it back.
How ?
In visual studio, when making a C++ windows application form. I want a picture to change when I click on it.
So when I double click the picture and it brings up the click action script, what script do I use.....
Similiar to
int temp = System::Int32::Parse(label1->Text);
temp++; label1->Text =
temp.ToString();
Which just increments an integer in a label
Hi,
I have a problem with my TabBar. My TabBar contains three tabs, if I change the current orientation, my content view is truncated, I should click on other tab and return on my desired tabs with that the problem is fixed, why ?.
Thanks
I want to add an image using the cell.imageView setImage: method. However, depending on field from an array (in the form of an NSString and called using [dog types]) I need the image to change to an image which reflects the type of dog.
How do I go about doing this? Thanks.
I'm using the standard logger from java.util.logging and by default the console output is directed to the error stream (i.e. same as System.err.println). How do I change the console output to the output stream (i.e. same as System.out.println)
Hi people, I want to change via web service a remote inventory, I know that via Event Observer Method can triger my code, but I don't know which event is useful to complete my task, like on_order_complete, is there an updated list of events or more documentation?
I save in a file some info about users (like number of times user passed the login page, last visited time, and so on).
I want to read this info from the file, and update it (add 1 to the counter, and change the last visited time).
My question is: can I do it without opening the file twice ?
I open the first time to read the contents, and then open it again to overwrite the contents with the updated ones.
Thanks !
Is there a way to change the skin you see in Visual Studio from the standard form?
I have a skin I use for my emulator. I would like to see that skin in my Visual Studio designers.
Anyone know a way to do that?
Hi,
I am creating an iPhone application in which when I make a call to anyone I should be able to change the pitch of my call voice in real time.
So for that which framework or any third party library should I use?
Thanks,
Sunil.
hello,
Can we change the color of the table view title the string which i am showing appears in gray color can we choose color for it .Is there any property of table view title
i am not asking for table view header or footer i mean the title
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
{
// Keep space in the following line ........ DONT REMOVE
return [NSString stringWithFormat:@"Select your service:"];
}
I have a sprite inside another sprite
SpriteB is inside SpriteA
I would like to change the default coordinate(top left corner) to say 250,10
When SpriteB.x = 0, SpriteB.y = 0 puts SpriteB to 250,10 in SpriteA
Is this possible?