Tagged Questions

0
votes
4answers
98 views

PHP Array Combinations

Hi Guys, Im using the accepted answer in this question. As I have the same requirements, I need to get all combinations of an array of variable length with a variable number of ele …
1
vote
4answers
3k views

Change an element’s onfocus handler with Javascript?

Hello, I have a form that has default values describing what should go into the field (replacing a label). When the user focuses a field this function is called: function clear_i …
0
votes
8answers
116 views

How to check if a position in a string is empty in c#

Hi, I have strings with space seperated values and I would like to pick up from a certain index to another and save it in a variable. The strings are as follows: John Doe …
0
votes
5answers
155 views

F#: Remove the first N characters from a string?

I'm trying to write some code to remove the first N characters in a string. I could have done this in an imperative manner already, but I would like to see it done in the spirit of …
0
votes
5answers
98 views

C++ string manipulation / input

This is for homework! But I need help anyway. The assignment is to input a sentence then output the number of words, and the number of occurrences of each letter. The output must h …
0
votes
5answers
838 views

jquery .html does not work with script

Hi all, my Code is like $("#leaderBoard").html("<script2 language=\"javascript2\"> document.write('<scr'+'ipt language=\"javascript21.1\">alert(1)</scri'+'pt>'); …
0
votes
2answers
50 views

How to add dropdown in excel sheet programmatically????

Hi to All, I am using the ExcelPackage dll to creating the excel from the .net application. I want to add drop down list in one of column of Excel sheet. How to add it???? Also …
0
votes
1answer
59 views

Transform string into image with JQuery

Another JQuery question for you guys. Say I have a url of an image in my web page surrounded by square brackets. [http://www.example.com/picture.jpg] How could I, with JQuery …
0
votes
1answer
73 views

Please wait modal overlay before waiting for a function with a heavy workload without setTimeout()?

This is a simplified example, to make sure that there are no asynchronous fading/animation functions involved. I want, that the background is red when the function with the heavy …
0
votes
1answer
79 views

change key of mp3 song with java

I know there are a few posts about various media frameworks out there, but I am looking for something a little more specific. I would love to be able to take an mp3 and transpose …
2
votes
3answers
124 views

Image border manipulation in C#

I have a need to resize pictures on a website I'm making for my company. The pictures must be a very specific size, and if the proportions are not correct I must be able to pad th …
3
votes
4answers
216 views

Simple way to handle time in C#?

My current approach is something like DateTime startHour = new DateTime(1900,1,1,12,25,43); DateTime endHour = new DateTime(1900,1,1,13,45,32); // I need to, say, know if a compl …
0
votes
1answer
182 views

C# - Xml manipulation using XmlDocument

In C#, how do I replace a node in an xml with another node using XmlDocument. For E.g, consider the following xml file. <Products> <Product ProdID="1"> <Data …
0
votes
0answers
40 views

Merge two Audio files in android

Hi Everyone, I am developing an application in which i need to merge and split audio recording. Can anyone give me a hint how to get it done in android? D …
0
votes
5answers
157 views

Improving Python list slicing

I've wondered why extend/append methods of Python don't return a reference to result list. To build string of all combination of list with last element, I would like to write simpl …

1 2 3 next
15 30 50 per page