Return the size of the array of Cards
writing a Deck class that represents a deck of cards. It starts off with 52 cards, but as cards are dealt from the deck, the number of cards becomes smaller. this class has one private instance vari...
- Modified
- 17 Apr at 22:5
How to do Free hand Image Cropping in C# window application?
How to do Free hand Image Cropping in C# window application??
- Modified
- 15 Mar at 13:42
Sorting numbers in descending order
I have 20 textboxes. each contains a particular number . I want the textbox1 to textboxN to have the numbers in the descending order. If any of the textbox has a zero value then I want to leave that t...
- Modified
- 2 Feb at 18:30
Lightbox in Wordpress
I want to have lightbox gallery in my Wordpress site.. How do i do that, because with simple examples it doedn't work. Thanks
Cairngorm Framework
I want to learn cairngorm framework. Can any one please suggest to me which tutorial makes it easy to understand the cairngorm framework, and please provide me the links of the tutorial. Thanks, Rav...
- Modified
- 21 Jan at 17:27
What's the minimal set of characters I need to filter before passing a string to a system call?
Assume that the following Perl code is given: ``` my $user_supplied_string = &retrieved_from_untrusted_user(); $user_supplied_string =~ s/.../.../g; # filtering done here my $output = `/path/to/some/...
Best way to set the permissions for a specific user on a specific folder on a remote machine?
We have a deployment system at my office where we can automatically deploy a given build of our code to a specified dev environment (dev01, dev02, etc.). These dev environments are generalized virtu...
- Modified
- 21 Dec at 12:34
When is usefull use ServiceStack?
i'm new to ServiceStack, so forgive me. i'd like to know when is usefull use ServiceStack. For example, if i've to create a console app that not exposes services, creating an appHost is not right, do ...
- Modified
- 30 Jan at 10:5
ServiceStack: is it open source? or does it require a license?
I'm looking into ServiceStack, I see it referenced as open source some places but other places it looks like you need a license to use it. Is it open source like things like Spring, Hibernate, JBoss,...
- Modified
- 24 Sep at 02:51
ServiceStack OrmLite with Ms Access Database First Approach
I am relatively new to servicestack. I have searched enough but couldn't find any answer. I have worked with sql database first approach with t4 templates which worked fine. But my scenario has been c...
- Modified
- 7 Sep at 11:11
JQuery $.post is not working
This is my Index.cshtml file (I'm learning MVC .NET), and when I click on the Add button to add a new user, this user is not added when I go and check my Api. I know that both the route (api/users) an...
- Modified
- 30 May at 13:51
Slow to receive 1MB response in browser
I've a test web service using SS 3.9.71, and I've a response (which is a list of 1400 objects). The response is 827KB. [](https://i.stack.imgur.com/29gdu.png) This is running on localhost on Window...
- Modified
- 4 Sep at 14:16
How to print star pattern in JavaScript in a very simple manner?
I have tried the code below but it's output is not proper! ``` for(i=5;i>=1;i--) { for(j=i;j>=1;j--){ console.log(j); } console.log("\n"); } ```
- Modified
- 14 Feb at 11:0
Invalid Servicestack license
I get this runtime exception when trying to use my new license. ``` This license is invalid. Please see servicestack.net or contact team@servicestack.net for more details. The id for this license is ...
- Modified
- 19 Mar at 16:5
City instead of id seems on dropdownlist value
I have a problem when load dropdownlist, city instead of id seems on dropdownlist value. What is the problem? ``` #region CITIES public List<ListItem> loadCities() { using (SqlConnection conn = n...
- Modified
- 1 Nov at 08:24
Android Outlook
I want to ask how to open the outlook in the android device. how can i send the mail with the android outlook. i want to create the android application in which user select the email address after sel...
How to decrypt XML file in C#
How to read the encrypted file of XML in C#
- Modified
- 29 Jun at 10:26
Ubiquity Hack
What's the most useful hack you've discovered for Mozilla's new [Ubiquity](https://wiki.mozilla.org/Labs/Ubiquity) tool? ...
- Modified
- 19 Aug at 14:48
ServiceStack SelfHost SSL Support
i am trying to find a way to enable SSL on SelfHost ServiceStack, as this requires administrative rights today for using "Net SH", as well as the fact this is "Not Clean" as i need to maintain the Po...
- Modified
- 29 Oct at 18:35
SessionBag missing in servicestack version 4.5.0
I am new to servicestack and using servicestack version 4.5.0. With reference to the [ServiceStack 'session' missing?](https://stackoverflow.com/questions/31363927/servicestack-session-missing) ? wit...
- Modified
- 20 Jun at 09:12
Servicestack server sent events - email application
Can anyone guide me, where to find servicestack server sent event sample code. First I explain my issue. I have created a restful service(using servicestack framework) to pull down list of emails for...
- Modified
- 10 Jul at 15:55
servicestack System.Runtime.Serialization pre-load error
Why getting this error ? ``` Error 12 Unknown build error, 'Cannot resolve dependency to assembly 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, ...
- Modified
- 22 Sep at 16:51
Provide both REST and SOAP endpoints for webservices
I was a great fun of [Service Stack](https://servicestack.net/) until it has gone commercial and they officially stopped the [support of older versions](https://github.com/ServiceStack/ServiceStack/wi...
- Modified
- 11 Dec at 12:24
web site Deployment
i am developing Mobile web site. I can deploy it in IIS server . Can i deploy the same in Apache server? Thanks!!
- Modified
- 7 Apr at 11:35
Something special about Safari for Windows and AJAX?
Is there something special about Safari for Windows and AJAX? In other words: Are there some common pitfalls I should keep in mind?
- Modified
- 19 Dec at 01:51