i need help enumerating all possible combinations of length n given a list of strings.
example, if my list was ["r","b","g"] and int 2
answer:
r r,
r b,
r g,
b r,
b b,
b g,
g r,
g b,
g g,
Hi,
I'm working on a regular expression that will only return true when a date string is in a format something like 'ddd, dd mmm yy'.
Valid matches would be values like "Sun, 20 Jun 10" or "Mon, 21 Jun 10" but not "Sunday, 20 Jun 10" or "20 Jun 10".
This will be used with mb_ereg in PHP.
My attempts so far have only got me half way there. Any help appreciated!
Thanks,
Dave
Hi i generated private key(myrsaskey.pem) and kept the file in my local system. And i upload this file in google app application. Now i need a sample program which use Authsub, HMAC-SHA1,and this private key using Java. Please Help me.
Regards
Sharun.
hi everyone,
i have a problem, i want to decrypt password in aspnetdb, the password created by web administration tool in vs, i want to decrypt it without using MemberShipProvider, i there any way. Please help me.
Please, help me. How i can translate this SQL query to LINQ request?
SELECT TOP (1) PERCENT DATEDIFF(DAY, dbo.PO.ORDER_DATE, GETDATE()) AS Age
FROM dbo.ITEMS INNER JOIN
dbo.X_PO ON dbo.ITEMS.ITEMNO = dbo.X_PO.ITEM_CODE INNER JOIN
dbo.PO ON dbo.X_PO.ORDER_NO = dbo.PO.DOC_NO AND dbo.X_PO.STATUS = dbo.PO.STATUS
WHERE (dbo.ITEMS.ITEMNO = 'MBIN001') AND (dbo.X_PO.STATUS = 3)
ORDER BY Age
Hello guys,
I have been searching for this solution for some time have not found any good solid solutions. Everything I have seen is either 2 years old and does not work.
What I would like to do is use a MC in my flash file to act like a button and when clicked open the sharethis pop up to share this particular video's url. The site API docs really don't touch on Flash working with sharethis.
Any help would do.
Thanks,
Matt
I using svn. I have two branches and on both of them were performed a lot of changes.
In addition of one of the branches a lot of files were renamed, so now svn can not help me merge changes in those files (well know svn limitation).
Is it possible using git-svn to perform the merge of the branches?
Will git-svn hanndle renamed files too?
Thanks
I need the player to play all the files in the folder in a continuous loop, the folder is updated regularly with different video files (and page is refreshed) so I cant name them one by one. thanks for the help.
Hi Experts,
I am new to oracle connection manager. Can some help me with a Java Client code example to talk to a oracle database thru oracle connection manager.
Thanks
Sam.
I am trying to install ngResource into a factory like so:
'use strict';
var DTapp = angular.module('DeviceTraining');
/* Services */
DTapp.factory('Slides', ['ngResource', function($resource) {
return $resource('slides/:slideID.json', {}, {
query: {method:'GET', params:{slideID:'slides'}, isArray: true}
});
}]);
But I am getting this error message:
Error: [$injector:unpr] Unknown provider: ngResourceProvider <- ngResource <- Slides
Any help?
I can display and select a single file in windows explorer like this:
explorer.exe /select, "c:\path\to\file.txt"
However, I can't work out how to select more than one file. None of the permutations of select I've tried work. Help!
Note: I looked at these pages for docs, neither helped.
http://support.microsoft.com/kb/314853
http://www.infocellar.com/Win98/explorer-switches.htm
Hello,
I have installed repo and git on my PC. I am trying to get the latest Android source by using the following commands:
repo init -u git://android.git.kernel.org/platform/manifest.git
The command succeeds but I am not able to see .repo directory created.
repo sync
This command also succeeds and the program shows the details of objects being received. However I am not able to see anything downloaded to my PC.
Any help will be appreciated.
In Moss 2007 how to add japanese,portuguese,romanian languages through code.we can edit the xml and add the particular lcid for achieving the same.but how to make it through code.Please help.
I am working on a epub book reader application and displaying the contents of
book in web view and i want to give a horizontal page curl effect for that just a turning the page of a real book. I couldnt find any tutorials for that . Help is appreciated
I have one Temporary Table
CREATE TABLE #TEMP (TEMP_ID INT IDENTITY(1,1))
And I would like to insert records to that table, How can I?I do as follow:
INSERT INTO #TEMP DEFAULT VALUES
But sometimes it doesn't work. What it might be?And I would like to know lifetime of temptable in MSSQL. Please Help me!
Thanks all!
I have a view with a button and three UITextFields. The view's background is an image. I want UITextField's and Round Rect Button's backgrounds to be transparent, so the have their functions and display text, but there are no backgrounds. Adding a transparent image as a background doesn't help.
Thanks in advance!
i am developing a facebook app and i am using for that facebooker plugin and webrick server.
i have configured correctly my router to froward ports to my machine for 2 ports (80 and 3000)
the apache server can be accessed from the net http://ip:80 amd the webrick server can http://ip:3000 ,
i dont understand why , please help me.
We are currently experiencing intermittent mail queue stoppages. I'm seeking diagnostic help in another area.
In the meantime, is there a way to restart the CF mail queue without restarting the service as a whole?
CF8 standard
Win2k3
Solution: We are now checking the age of the oldest file in the mail queue. When it exceeds a set age (currently 30 min) the mail queue is restarted.
Hi there!
Sorry the basic doubt but is there any recommended way to open a file using symfony? I'm trying to open a MarkDown source file.
Thanks for the help,
Best regards!
Hi,
I'm using the Acegi security Grails plugin in my application and sometime it's look like the session expired, the session variables not available anymore like session.user , but the user is not redirect to the login page. if you know how to deal with this problem i'll be happy to get your help.
Meni
Usually when you try to add a marker to an unknown/ambiguous address you just get an error from the api.
It would be much nicer if i could display a list of suggestions related to the address that was not found.
The Google maps site has this feature but i do not know how to do with the api.
Any help would be appreciated.
Hello.I am trying to put the following statement in Dr.Scheme:
{with {x {+ 5 5}} {+ x x}}
but I got an error:
expand: unbound identifier in module in: with
anyone could help me?Thanks.
I'm using the internet explorer gradient filter in my CSS.
It was all going well until I noticed that images that are supposed to extend beyond their containers overflow:visible; are getting clipped as though the container was set to overflow:hidden;
I have no idea why this would happen, or how to fix it. Can anyone help?
I'm looking at it in IE8 and IE7
I want to do the following:
1: Add two dropdown list in the register.aspx [Say ddlRole,ddlGender]
2: Fill the dropdown list [ ddlRole should be filled from the database, and ddlRole should have two static field]
3: On submit I want to get the selected value of the two dropdown list.
Please help.
Thanks in advance.