qid int64 1 74.7M | question stringlengths 12 33.8k | date stringlengths 10 10 | metadata list | response_j stringlengths 0 115k | response_k stringlengths 2 98.3k |
|---|---|---|---|---|---|
812 | How should I choose a multi-vitamin as a man? Should I just try and get the most potency/per dollar product? Are there any well known generally accepted superior brands? | 2011/03/13 | [
"https://fitness.stackexchange.com/questions/812",
"https://fitness.stackexchange.com",
"https://fitness.stackexchange.com/users/430/"
] | To increase strength, you must effectively break down your muscle tissue so that, when it heals, it comes back stronger than before. This means that, to some extent, you must "feel the burn".
Additionally, after the workout, you must give yourself proper nutrition in the form of protein, carbohydrates, and fat, as wel... | I used to believe you had to "feel the burn" for a long time, until I heard an expert (sorry but I forgot who it was), explaining that the "burn" is actually the body's signal for us to stop. It's like the safe limit, the point where lactic acid begins to build up a bit too much, and the time where you need to take a b... |
812 | How should I choose a multi-vitamin as a man? Should I just try and get the most potency/per dollar product? Are there any well known generally accepted superior brands? | 2011/03/13 | [
"https://fitness.stackexchange.com/questions/812",
"https://fitness.stackexchange.com",
"https://fitness.stackexchange.com/users/430/"
] | Probably not. Training for powerlifting (completely strength-oriented) involves avoiding failure, keeping the number of reps low, and resting a lot between sets, none of which are really conducive to "burn" during a workout or soreness afterwards.
Pavel Tsatsouline gave this answer to a similar question during an [int... | I used to believe you had to "feel the burn" for a long time, until I heard an expert (sorry but I forgot who it was), explaining that the "burn" is actually the body's signal for us to stop. It's like the safe limit, the point where lactic acid begins to build up a bit too much, and the time where you need to take a b... |
84,636 | I'm a New Zealander who is flying from India to Auckland with a change over in Australia.
Do I need a visa? | 2016/12/19 | [
"https://travel.stackexchange.com/questions/84636",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/55009/"
] | As a New Zealand citizen, you can travel to and stay in Australia for any length of time and for any reason. Since Australia needs a name for this category of visitor, they have something called a ["Special Category Visa" (SCV)](https://en.wikipedia.org/wiki/Special_Category_Visa) which is only issued to New Zealand ci... | For a stay in the transit area of less than 8 hours you do not need a visa. Courtesy [KLM](https://www.klm.com/travel/gb_en/prepare_for_travel/travel_planning/travel_clinic/timatic.htm):
>
> / 19DEC16 / 1256 UTC
>
>
> National New Zealand (NZ) /Embarkation India (IN) Transit
> Australia (AU) /Destination New Zeal... |
280,351 | I am developing a .NET CF 3.5 network game. My issue is the app loads all the resources at first instance. However upon subsequent launches, the app gives me memory out of exception while loading resources especially sounds or big images.
Please guide me | 2008/11/11 | [
"https://Stackoverflow.com/questions/280351",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13046/"
] | I assume you're not attempting to lauch multiple instances of the game at a time. This sounds like memory is not being returned to the OS after your game shuts down. One simple way to determine if you have a leak is:
1. Restart the device
2. Check the memory usage
3. Start your game, play it for a few minutes
4. Close... | How much memory is your application taking after loading all the resources ? On default settings I have been getting this error coming over cca 1.3 GB of private bytes (checking the task manager and the processes memory allocation). |
280,351 | I am developing a .NET CF 3.5 network game. My issue is the app loads all the resources at first instance. However upon subsequent launches, the app gives me memory out of exception while loading resources especially sounds or big images.
Please guide me | 2008/11/11 | [
"https://Stackoverflow.com/questions/280351",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13046/"
] | I assume you're not attempting to lauch multiple instances of the game at a time. This sounds like memory is not being returned to the OS after your game shuts down. One simple way to determine if you have a leak is:
1. Restart the device
2. Check the memory usage
3. Start your game, play it for a few minutes
4. Close... | Microsoft provides us with the CLR Profiler, a tool for analyzing the behavior of your managed application, which you can download [here](http://www.microsoft.com/downloads/details.aspx?FamilyId=A362781C-3870-43BE-8926-862B40AA0CD0&displaylang=en). It is CLR Profiler for .NET 2.0 but it will work with .NET 3.5 because ... |
280,351 | I am developing a .NET CF 3.5 network game. My issue is the app loads all the resources at first instance. However upon subsequent launches, the app gives me memory out of exception while loading resources especially sounds or big images.
Please guide me | 2008/11/11 | [
"https://Stackoverflow.com/questions/280351",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13046/"
] | I assume you're not attempting to lauch multiple instances of the game at a time. This sounds like memory is not being returned to the OS after your game shuts down. One simple way to determine if you have a leak is:
1. Restart the device
2. Check the memory usage
3. Start your game, play it for a few minutes
4. Close... | Maybe part of the problem is that .NET CF does not handle Windows CE's memory model very well. (Large memory allocations fail with an OutOfMemory exception even if that much is available; I don't know the magic number where things start breaking...)
Here are some of the details:
[.Net Compact Framework Advanced Memor... |
280,351 | I am developing a .NET CF 3.5 network game. My issue is the app loads all the resources at first instance. However upon subsequent launches, the app gives me memory out of exception while loading resources especially sounds or big images.
Please guide me | 2008/11/11 | [
"https://Stackoverflow.com/questions/280351",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13046/"
] | I assume you're not attempting to lauch multiple instances of the game at a time. This sounds like memory is not being returned to the OS after your game shuts down. One simple way to determine if you have a leak is:
1. Restart the device
2. Check the memory usage
3. Start your game, play it for a few minutes
4. Close... | Based on experience in programming with .NET CF, you are exposed to memory constraints and the garbage collection is not as would be expected in a normal desktop/PC environment.
In my application, by always calling the Close() and Dispose() methods before objects went out of scope solved the issues I faced with out o... |
2,077 | I'm looking for a good way to help OP's with conceptual issues. Unlike StackOverflow, the Raspberry Pi forum is bombarded with people in genuine need of help in thinking about their problem. These people are not lazy. They are simply needing a bit of conceptual help. Here are two examples:
1) I see people asking about... | 2018/06/07 | [
"https://raspberrypi.meta.stackexchange.com/questions/2077",
"https://raspberrypi.meta.stackexchange.com",
"https://raspberrypi.meta.stackexchange.com/users/86858/"
] | The system we have on Stack Exchange works great for specific technical questions, e.g. "I want to achieve X, but Y doesn't work because Z. How can I fix Y?". Problems that can be definitively answered in three or four paragraphs and/or a little bit of code fit in well. Generally, there are only a few solutions at most... | This site requires evidence of effort. There is no evidence of effort in these open ended questions. They haven't even bothered to check to see if the question is appropriate for this site.
The most appropriate site for such questions is almost certainly the official Raspberry Pi foundation [forums](https://www.raspbe... |
20,185 | [*Lazarillo de Tormes*](https://en.wikipedia.org/wiki/Lazarillo_de_Tormes), published simultaneously in Alcalá de Henares, Burgos and Antwerp in 1554, is generally considered the first picaresque novel. The [Wikipedia article about the picaresque novel](https://en.wikipedia.org/wiki/Picaresque_novel#Lazarillo_de_Tormes... | 2021/12/06 | [
"https://literature.stackexchange.com/questions/20185",
"https://literature.stackexchange.com",
"https://literature.stackexchange.com/users/2191/"
] | I think I have found the answer and it confirms the existing answer:
>
> While disagreeing on the exact significance of **[Mikhail Chulkov's] *The Comely Cook***, scholars generally do acknowledge its landmark status. Brown considers it **the first Russian picaresque** (*18th Century* 544-5), and Garrard views it not... | [Mikhail Chulkov](https://relstud-hist.spbu.ru/en/articles/en-culkov-mihail-dmitrievic)'s The Comely Cook, or the Adventures of a Debauched Woman (1770) is "hypothesised" to be the first Russian picaresque novel, by Caryl Emerson.
* The Cambridge Introduction to Russian Literature
While "the first picaresque translat... |
4,390,864 | OK, so I know that [WCF](http://msdn.microsoft.com/en-us/netframework/aa663324.aspx) is supposed to replace [dotNET remoting](http://msdn.microsoft.com/en-us/library/kwdt6w2k%28v=VS.100%29.aspx), yet I seem to fail to really grasp if WCF is a full replacement with more options, or if .NET remoting offers some features ... | 2010/12/08 | [
"https://Stackoverflow.com/questions/4390864",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/321013/"
] | Use WCF with the self-hosted option (within the desktop application). Expose net.tcp binary endpoints assuming all other clients are .NET.
Check the sample "Form Host" on the iDesign downloads page: <http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=11> | WCF is full replacement for .net remoting. Your scenario is perfectly valid for WCF. You will easily complete it after reading few tutorials. All the mentioned use cases are controversial, I see no reason in using remoting nowadays. |
4,390,864 | OK, so I know that [WCF](http://msdn.microsoft.com/en-us/netframework/aa663324.aspx) is supposed to replace [dotNET remoting](http://msdn.microsoft.com/en-us/library/kwdt6w2k%28v=VS.100%29.aspx), yet I seem to fail to really grasp if WCF is a full replacement with more options, or if .NET remoting offers some features ... | 2010/12/08 | [
"https://Stackoverflow.com/questions/4390864",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/321013/"
] | There's no concept of "marshal by reference" in WCF, by design. Whether marshal-by-reference is ever a good idea is another matter, but regardless it's a major .NET Remoting feature that doesn't exist in WCF. | WCF is full replacement for .net remoting. Your scenario is perfectly valid for WCF. You will easily complete it after reading few tutorials. All the mentioned use cases are controversial, I see no reason in using remoting nowadays. |
4,390,864 | OK, so I know that [WCF](http://msdn.microsoft.com/en-us/netframework/aa663324.aspx) is supposed to replace [dotNET remoting](http://msdn.microsoft.com/en-us/library/kwdt6w2k%28v=VS.100%29.aspx), yet I seem to fail to really grasp if WCF is a full replacement with more options, or if .NET remoting offers some features ... | 2010/12/08 | [
"https://Stackoverflow.com/questions/4390864",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/321013/"
] | Use WCF with the self-hosted option (within the desktop application). Expose net.tcp binary endpoints assuming all other clients are .NET.
Check the sample "Form Host" on the iDesign downloads page: <http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=11> | There's no concept of "marshal by reference" in WCF, by design. Whether marshal-by-reference is ever a good idea is another matter, but regardless it's a major .NET Remoting feature that doesn't exist in WCF. |
420,664 | I am trying to find a tool, which would show me an overview of my Hadoop ecosystem - state, health, running tasks, etc. I tried to Google, but did not find any. Is there some nice useful tool? | 2012/08/24 | [
"https://serverfault.com/questions/420664",
"https://serverfault.com",
"https://serverfault.com/users/133313/"
] | Running tasks, mapred node state/health:
<http://example.com:50030/jobtracker.jsp>
HDFS health and node state:
<http://example.com:50070/dfshealth.jsp>
Replace example.com with the IP or hostname of your job tracker / name node.
If those ports aren't correct check your mapred-site.xml and hdfs-site.xml for the def... | Cloudera offers a proprietary tool which does what you describe and more called [Cloudera Manager](http://www.cloudera.com/products-services/tools/). It isn't F/OSS, but they do have a free edition that lets you run on some limited number of nodes. It's meant as a full lifecycle product, so it might be a bit overkill f... |
420,664 | I am trying to find a tool, which would show me an overview of my Hadoop ecosystem - state, health, running tasks, etc. I tried to Google, but did not find any. Is there some nice useful tool? | 2012/08/24 | [
"https://serverfault.com/questions/420664",
"https://serverfault.com",
"https://serverfault.com/users/133313/"
] | Running tasks, mapred node state/health:
<http://example.com:50030/jobtracker.jsp>
HDFS health and node state:
<http://example.com:50070/dfshealth.jsp>
Replace example.com with the IP or hostname of your job tracker / name node.
If those ports aren't correct check your mapred-site.xml and hdfs-site.xml for the def... | Another alternative is the [Ambari](http://incubator.apache.org/ambari/) project. It's currently in incubation status at Apache, but I believe [Hortonworks](http://www.hortonworks.com/) is one of the major drivers for it. It's primarily a provisioning and monitoring framework. You can see [examples](http://hortonworks.... |
5,136 | After I've installed some language packs and spell checking dictionaries (I'd like to use with Firefox and OpenOffice) I've got tons of language variations installed. This makes very inconvenient to maintain dictionary additions, for example. Sometimes Firefox decides to switch to Australian, sometimes to UK dictionary... | 2010/10/03 | [
"https://askubuntu.com/questions/5136",
"https://askubuntu.com",
"https://askubuntu.com/users/2390/"
] | Emi Bcn from Launchpad [said](https://bugs.launchpad.net/ubuntu/+source/language-support-en/+bug/28226/comments/7):
>
> Look at /usr/share/hunspell/ and delete all files you don't need/want. It's all!!
>
>
>
It worked for me except just in case I went to myspell and aspell folders too and erased the ones I didn't... | The problem is known, take look at [bug 28226](https://bugs.launchpad.net/ubuntu/+source/language-support-en/+bug/28226) and its duplicates. Feel free to vote for the bug using the "This bug affects me too" feature.
To summarize, English in Ubuntu means all variants (en-au, en-za, etc.), not just one. You could delete... |
5,136 | After I've installed some language packs and spell checking dictionaries (I'd like to use with Firefox and OpenOffice) I've got tons of language variations installed. This makes very inconvenient to maintain dictionary additions, for example. Sometimes Firefox decides to switch to Australian, sometimes to UK dictionary... | 2010/10/03 | [
"https://askubuntu.com/questions/5136",
"https://askubuntu.com",
"https://askubuntu.com/users/2390/"
] | Emi Bcn from Launchpad [said](https://bugs.launchpad.net/ubuntu/+source/language-support-en/+bug/28226/comments/7):
>
> Look at /usr/share/hunspell/ and delete all files you don't need/want. It's all!!
>
>
>
It worked for me except just in case I went to myspell and aspell folders too and erased the ones I didn't... | **sudo apt-get install bleachbit**
Then open bleachbit as a root, the first time it prompts you for the locales you want to left behind..
then, mark the corresponding checkbox under "system".
Click on "preview", then on "delete"
and that's it :) |
5,136 | After I've installed some language packs and spell checking dictionaries (I'd like to use with Firefox and OpenOffice) I've got tons of language variations installed. This makes very inconvenient to maintain dictionary additions, for example. Sometimes Firefox decides to switch to Australian, sometimes to UK dictionary... | 2010/10/03 | [
"https://askubuntu.com/questions/5136",
"https://askubuntu.com",
"https://askubuntu.com/users/2390/"
] | The problem is known, take look at [bug 28226](https://bugs.launchpad.net/ubuntu/+source/language-support-en/+bug/28226) and its duplicates. Feel free to vote for the bug using the "This bug affects me too" feature.
To summarize, English in Ubuntu means all variants (en-au, en-za, etc.), not just one. You could delete... | **sudo apt-get install bleachbit**
Then open bleachbit as a root, the first time it prompts you for the locales you want to left behind..
then, mark the corresponding checkbox under "system".
Click on "preview", then on "delete"
and that's it :) |
81,860 | I have a "university/college" field in a web form. In the interests of data normalisation I want users to select their university from a dropdown. However, if their uni is not there they should enter it manually.
One option I've tried is a regular text box in which they start entering their uni and options appear belo... | 2015/07/23 | [
"https://ux.stackexchange.com/questions/81860",
"https://ux.stackexchange.com",
"https://ux.stackexchange.com/users/654/"
] | I have to enter my University in often for various sign-ups, and I think a drop-down with an embedded search/input field might be the solution you're looking for:
**Start with a drop-down**

[download bmml source](/plugins/mockups/download?image=http%3a%2f%2fi.stack.imgu... | For a product HIG, I recently defined two independent widgets, as you described, for specific workflows.
**Typeahead** basically follows the constructs of [Typeahead.js](https://twitter.github.io/typeahead.js/). The workflow is similar to the one you describe where, as the user types, a list of available options appea... |
147,676 | I bought macbook pro-13 inches last year September, since last 15 days I'm facing difficulties regarding to booting issues and also some times suddenly the display hangs no controls, keys, trackpad not working the display just hanged.
After restarting the device by long pressing power button and power on it after som... | 2014/09/30 | [
"https://apple.stackexchange.com/questions/147676",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/92937/"
] | The 3 beep sounds indicate problem with your EFI.
EFI is located on your disk in a hidden partition and is mainly responsible for booting and other key functions.
It is possible you do have a disk error (even if the "authorized dealer") did not find anything. I would suggest you use the Disk Utility and check your di... | Have you tried starting in recovery mode (hold CMD-R while switching on), and making sure that the drive and its contents are OK?
Also, if the hard disk DOES have problems, you may want to consider restoring from a backup from before you started having these problems. |
88,890 | I am looking for a module or a method in Drupal 7 that can achieve the following:
I have a field in a content type called e.g. "Is the Ladder Attached".
It has a select list, YES or NO.
When a user selects YES then I want it to populate another field next to it saying "No Hazard".
When a user selects NO then I want ... | 2013/10/14 | [
"https://drupal.stackexchange.com/questions/88890",
"https://drupal.stackexchange.com",
"https://drupal.stackexchange.com/users/18059/"
] | You can try the [Field Conditional State](https://drupal.org/project/field-conditional-state) module: With field conditional state module you can set #state form field attribute based on value selected in other form fields.
Module splits fields into two types:
* Control field - field which set #state attribute based ... | I think **Conditional Fields** best suits your requirement.
>
> Conditional Fields allows you to manage sets of dependencies between fields. When a field is “dependent”, it will only be available for editing and displayed if the state of the “dependee” field matches the right condition.
> When editing a node (or any... |
199,824 | Is there a software signing certificates standard, officially or by popularity?
As I understand the SSL/TLS/https certificates rules are specified by the RFCs. Mixed use of servers and clients from different vendors will just interoperate without a problem. Does such kind of standard ways exist for software signing? ... | 2018/12/15 | [
"https://security.stackexchange.com/questions/199824",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/50052/"
] | The RFC's dont technically deal with standards for code signing or TLS/SSL per se. Rather, they set the standards for x.509 certificates and PKI. Such as how you should construct a x.509 certificate using asn1 [(RFC 5280)](https://www.rfc-editor.org/rfc/rfc5280) and then how it should be encoded to create a certificate... | Preliminary I can see there is no such a standard for softwares from different companies. Standards from each of the software vendors could exist, but not in publicly available documentations. Probably you need to sign-up to a code-signing package from a vendor to exercise the process to find out more. Even though that... |
40,218 | A non-native English speaker said on television that the word *twitter* originated from an English verb *to twite*, which means *to twitter*. Is this true?
Does the verb *twite* exist at all? | 2011/09/01 | [
"https://english.stackexchange.com/questions/40218",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/2270/"
] | [Etymonline](http://www.etymonline.com/index.php?allowed_in_frame=0&search=twitter&searchmode=none) says:
>
> **twitter (v.)**
>
> late 14c., *twiteren*, in reference to birds, of imitative origin (cf. O.H.G. *zwizziron*, Ger. *zwitschern*, Dan. *kvidre*, O.Swed. *kvitra*). The noun meaning "condition of tremulou... | A Twite is a small bird, a member of the finch family.
It is from its name that we get the word "twitter", which describes the fast, chatty noise it makes.
The web service Twitter was most likely (it is a common belief, but as far as I know unconfirmed) named after this, to exemplify it usage of rapid-fire short (<14... |
40,218 | A non-native English speaker said on television that the word *twitter* originated from an English verb *to twite*, which means *to twitter*. Is this true?
Does the verb *twite* exist at all? | 2011/09/01 | [
"https://english.stackexchange.com/questions/40218",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/2270/"
] | The Oxford English Dictionary *does* include an entry for *twitter* which is based on the verb *to twit*. A *twitter* is one who *twits*, that is:
>
> *trans*. To blame, find fault with, censure, reproach, upbraid (a person), esp. in a light or annoying way; to cast an imputation upon; to taunt.
>
>
>
The etymolo... | A Twite is a small bird, a member of the finch family.
It is from its name that we get the word "twitter", which describes the fast, chatty noise it makes.
The web service Twitter was most likely (it is a common belief, but as far as I know unconfirmed) named after this, to exemplify it usage of rapid-fire short (<14... |
40,218 | A non-native English speaker said on television that the word *twitter* originated from an English verb *to twite*, which means *to twitter*. Is this true?
Does the verb *twite* exist at all? | 2011/09/01 | [
"https://english.stackexchange.com/questions/40218",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/2270/"
] | The Oxford English Dictionary *does* include an entry for *twitter* which is based on the verb *to twit*. A *twitter* is one who *twits*, that is:
>
> *trans*. To blame, find fault with, censure, reproach, upbraid (a person), esp. in a light or annoying way; to cast an imputation upon; to taunt.
>
>
>
The etymolo... | [Etymonline](http://www.etymonline.com/index.php?allowed_in_frame=0&search=twitter&searchmode=none) says:
>
> **twitter (v.)**
>
> late 14c., *twiteren*, in reference to birds, of imitative origin (cf. O.H.G. *zwizziron*, Ger. *zwitschern*, Dan. *kvidre*, O.Swed. *kvitra*). The noun meaning "condition of tremulou... |
253,141 | I've done a bit of searching on the internet trying to find out whether there is an INBOUND TCP connection limit on Windows 7.
We're writing a server product which processes data from a number of embedded nodes. These nodes connect over TCP to the server.
We're wondering whether we can get away with Windows 7 to run ... | 2011/03/04 | [
"https://superuser.com/questions/253141",
"https://superuser.com",
"https://superuser.com/users/70155/"
] | This response on ServerFault answers the question:
>
> A Windows Socket is basically the same concept as [Berkley Sockets](http://en.wikipedia.org/wiki/Berkeley_sockets). Those have absolutely nothing to do with the 10 Connection limit you're looking at. The 10 Connection limit is an unenforced application session li... | There doesn't seem to be any TCP connection limit on Windows 7. The last time I ran a P2P software and the TCP Connections was 500+, according to Resource Monitor. |
253,141 | I've done a bit of searching on the internet trying to find out whether there is an INBOUND TCP connection limit on Windows 7.
We're writing a server product which processes data from a number of embedded nodes. These nodes connect over TCP to the server.
We're wondering whether we can get away with Windows 7 to run ... | 2011/03/04 | [
"https://superuser.com/questions/253141",
"https://superuser.com",
"https://superuser.com/users/70155/"
] | This response on ServerFault answers the question:
>
> A Windows Socket is basically the same concept as [Berkley Sockets](http://en.wikipedia.org/wiki/Berkeley_sockets). Those have absolutely nothing to do with the 10 Connection limit you're looking at. The 10 Connection limit is an unenforced application session li... | I would suggest that 65535 would be the maximum number of TCP connections permitted for an IPV4 Windows machine. |
253,141 | I've done a bit of searching on the internet trying to find out whether there is an INBOUND TCP connection limit on Windows 7.
We're writing a server product which processes data from a number of embedded nodes. These nodes connect over TCP to the server.
We're wondering whether we can get away with Windows 7 to run ... | 2011/03/04 | [
"https://superuser.com/questions/253141",
"https://superuser.com",
"https://superuser.com/users/70155/"
] | I have experienced maximum connection limit problems in Windows XP and Windows Vista, and now I do all my server development on NetBSD Unix. I've not tried Windows 7, but I've heard that it's got the same limit.
The problem I ran into was that once we had 10 connection open, additional connection attempts would fail b... | There doesn't seem to be any TCP connection limit on Windows 7. The last time I ran a P2P software and the TCP Connections was 500+, according to Resource Monitor. |
253,141 | I've done a bit of searching on the internet trying to find out whether there is an INBOUND TCP connection limit on Windows 7.
We're writing a server product which processes data from a number of embedded nodes. These nodes connect over TCP to the server.
We're wondering whether we can get away with Windows 7 to run ... | 2011/03/04 | [
"https://superuser.com/questions/253141",
"https://superuser.com",
"https://superuser.com/users/70155/"
] | I have experienced maximum connection limit problems in Windows XP and Windows Vista, and now I do all my server development on NetBSD Unix. I've not tried Windows 7, but I've heard that it's got the same limit.
The problem I ran into was that once we had 10 connection open, additional connection attempts would fail b... | I would suggest that 65535 would be the maximum number of TCP connections permitted for an IPV4 Windows machine. |
676,830 | Native web services is a new feature of the XML DB technology. In google i found that it`s very close to SOA.
Can anyone simply explain:
1) what is the main usage of Native web services
2) what is the main difference of XML DB 11g and previous XML DB releases.
Thanks. | 2009/03/24 | [
"https://Stackoverflow.com/questions/676830",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/77619/"
] | I found documentation. It was hard )
[What's New In Oracle XML DB?](http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/whatsnew.htm#sthref14)
New features:
* Binary XML
* XMLIndex
* XMLType OCTs Now Use Heap Storage Instead of IOTs
* Default Value of XML Schema
Annotation storeVarrayAsTable Is Now
true
*... | [found via google:](http://www.inside-oracle-apex.com/oracle-11g-native-web-services/)
>
> It allows you to publish your PL/SQL
> packages/procedures/functions as a web
> service with zero coding and zero
> deployment effort!
>
>
> |
676,830 | Native web services is a new feature of the XML DB technology. In google i found that it`s very close to SOA.
Can anyone simply explain:
1) what is the main usage of Native web services
2) what is the main difference of XML DB 11g and previous XML DB releases.
Thanks. | 2009/03/24 | [
"https://Stackoverflow.com/questions/676830",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/77619/"
] | There are advantages and disadvantages. If you have developers experienced in PL/SQL, this makes it easier for them to provide and consume web services without going through a separate app server.
Of course, your security people may get involved there, especially if you want to make those services available outside y... | [found via google:](http://www.inside-oracle-apex.com/oracle-11g-native-web-services/)
>
> It allows you to publish your PL/SQL
> packages/procedures/functions as a web
> service with zero coding and zero
> deployment effort!
>
>
> |
676,830 | Native web services is a new feature of the XML DB technology. In google i found that it`s very close to SOA.
Can anyone simply explain:
1) what is the main usage of Native web services
2) what is the main difference of XML DB 11g and previous XML DB releases.
Thanks. | 2009/03/24 | [
"https://Stackoverflow.com/questions/676830",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/77619/"
] | I found documentation. It was hard )
[What's New In Oracle XML DB?](http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/whatsnew.htm#sthref14)
New features:
* Binary XML
* XMLIndex
* XMLType OCTs Now Use Heap Storage Instead of IOTs
* Default Value of XML Schema
Annotation storeVarrayAsTable Is Now
true
*... | There are advantages and disadvantages. If you have developers experienced in PL/SQL, this makes it easier for them to provide and consume web services without going through a separate app server.
Of course, your security people may get involved there, especially if you want to make those services available outside y... |
218,258 | So I was shopping with my friends and found a nice shirt that I wanted to buy then asked my friend sayin “Will I buy this?”
So, my question is, is ‘Will’ able to be used in this kind of context? Or does ‘Should’ sound better?
I also want to ask you which sentence is the better one?
>
> Will I do this for you?
> S... | 2019/07/15 | [
"https://ell.stackexchange.com/questions/218258",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/95463/"
] | "Which/that" is possible.
>
> It is such a good place (which everybody wants to visit) that it is known all over the world.
>
>
>
I've inserted parenthesis to emphasise the structure. There is a non-restrictive relative clause describing the place (a good place, which everybody wants to visit) in the middle of a ... | Well D is wrong we can't say .......which it is well-known..
However I believe it could better be
It is such a good place that everybody wants to visit as it is well-known all over the world
Or perhaps among your choices (as; as) can be considered correct! |
16,666 | >
> When the brothers were reunited, Hans explained how it was that he was still alive. After ***having been wounded*** towards the end of the war, he ***had been sent*** to hospital and was separated from his unit. The hospital ***had been bombed***(1) and Hans ***had made his way*** back into Western Germany on foot... | 2014/01/29 | [
"https://ell.stackexchange.com/questions/16666",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/4140/"
] | The text given in the first post uses the tenses according to the rules of reported speech.
The rules are: He said + Past/Past Perfect/ Conditional 2 (refering to present/past/future time). "Hans explained" is the hint that what follows is in reported speech.
This is literary style. In colloquial language that would be... | *Simple Past* & *Past Pefect* are both used to talk about things that happened in the past. However we use past perfect to talk about something that happened before another action in the past, which is usually expressed by the past simple.
e.g.
>
> "I ***had already eaten*** my dinner when he ***called***."
>
>
> ... |
590,927 | How can I get back the autogenerated ID for a new record I just inserted?
(Using ASP classic and MSSQL 2005) | 2009/02/26 | [
"https://Stackoverflow.com/questions/590927",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/71417/"
] | SELECT @@Identity or SELECT SCOPE\_IDENTITY() both work however Selecting SCOPE\_Identity() is safer because it returns the last auto generated ID within your current scope. So for example assume we have a table called ScopeIDTable and on this table we have a trigger. This trigger will insert into a record into Trigger... | Where multiple records need to inserted at once in a set-based fashion, it can get more interesting.
I have sometimes used GUIDs generated clientside (but for classic ASP you'd probably need to use a utility to generate the values) or, more often, a NEWSQUENTIALID() constraint on the GUID key column at the server end.... |
590,927 | How can I get back the autogenerated ID for a new record I just inserted?
(Using ASP classic and MSSQL 2005) | 2009/02/26 | [
"https://Stackoverflow.com/questions/590927",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/71417/"
] | SELECT @@IDENTITY usually works, but could return the identity of a record inserted because of a trigger or something, and not the original.
SELECT SCOPE\_IDENTITY is what I'd recommend. It returns values inserted only within the current scope.
There is also a "IDENT\_CURRENT(tablename)" that returns the last identit... | Where multiple records need to inserted at once in a set-based fashion, it can get more interesting.
I have sometimes used GUIDs generated clientside (but for classic ASP you'd probably need to use a utility to generate the values) or, more often, a NEWSQUENTIALID() constraint on the GUID key column at the server end.... |
590,927 | How can I get back the autogenerated ID for a new record I just inserted?
(Using ASP classic and MSSQL 2005) | 2009/02/26 | [
"https://Stackoverflow.com/questions/590927",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/71417/"
] | SELECT @@IDENTITY usually works, but could return the identity of a record inserted because of a trigger or something, and not the original.
SELECT SCOPE\_IDENTITY is what I'd recommend. It returns values inserted only within the current scope.
There is also a "IDENT\_CURRENT(tablename)" that returns the last identit... | SELECT @@Identity or SELECT SCOPE\_IDENTITY() both work however Selecting SCOPE\_Identity() is safer because it returns the last auto generated ID within your current scope. So for example assume we have a table called ScopeIDTable and on this table we have a trigger. This trigger will insert into a record into Trigger... |
201,640 | I am upgrading to a 400 Amp service in Washington State. My power company is Mason County PUD 1. The AHJ is Washington State L&I. The panel I'm planning on using is the Siemens MC0816B1400RLTM. What size/type wires should I use between the mast head and the line side of the meter? How do I connect these wires to the po... | 2020/08/21 | [
"https://diy.stackexchange.com/questions/201640",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/121780/"
] | First off, the utility generally makes the hookups at the service masthead
--------------------------------------------------------------------------
The first order of business is a point of clarification. According to what I have been able to find, your utility is conventional in that they make the final connection ... | Your numbers look correct 332 amps for a 400a service or 83% of the service is correct. I would verify that it is a true 400 amp not a 30/40 or 320a service both are normally called a 400a service. The meters I have connected to are only rated to 75c you may notice the utility comes in with much smaller wires this can ... |
201,640 | I am upgrading to a 400 Amp service in Washington State. My power company is Mason County PUD 1. The AHJ is Washington State L&I. The panel I'm planning on using is the Siemens MC0816B1400RLTM. What size/type wires should I use between the mast head and the line side of the meter? How do I connect these wires to the po... | 2020/08/21 | [
"https://diy.stackexchange.com/questions/201640",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/121780/"
] | First off, the utility generally makes the hookups at the service masthead
--------------------------------------------------------------------------
The first order of business is a point of clarification. According to what I have been able to find, your utility is conventional in that they make the final connection ... | Since this is where the utility connects you in, they make the call on what wire they want to see poking out of the masthead. It sounds like your utility is requiring doubled 350MCM Al, so 6 wires, two of which are white taped, pokeing out of the mast head. Your lucky, the Al will be a bit cheaper. I just did my own 40... |
201,640 | I am upgrading to a 400 Amp service in Washington State. My power company is Mason County PUD 1. The AHJ is Washington State L&I. The panel I'm planning on using is the Siemens MC0816B1400RLTM. What size/type wires should I use between the mast head and the line side of the meter? How do I connect these wires to the po... | 2020/08/21 | [
"https://diy.stackexchange.com/questions/201640",
"https://diy.stackexchange.com",
"https://diy.stackexchange.com/users/121780/"
] | Your numbers look correct 332 amps for a 400a service or 83% of the service is correct. I would verify that it is a true 400 amp not a 30/40 or 320a service both are normally called a 400a service. The meters I have connected to are only rated to 75c you may notice the utility comes in with much smaller wires this can ... | Since this is where the utility connects you in, they make the call on what wire they want to see poking out of the masthead. It sounds like your utility is requiring doubled 350MCM Al, so 6 wires, two of which are white taped, pokeing out of the mast head. Your lucky, the Al will be a bit cheaper. I just did my own 40... |
213,325 | I am using feed-forward NN. I understand the concept, but my question is about weights. How can you interpret them, i.e. what do they represent or how can they be undestrood (besied just function coefficients)? I have found something called "space of weights", but I am not quite sure what does it means. | 2016/05/18 | [
"https://stats.stackexchange.com/questions/213325",
"https://stats.stackexchange.com",
"https://stats.stackexchange.com/users/112494/"
] | Individual weights represent the strength of connections between units. If the weight from unit A to unit B has greater magnitude (all else being equal), it means that A has greater influence over B (i.e. to increase or decrease B's level of activation).
You can also think of the the set of incoming weights to a unit ... | I think you are trying too hard on the model that does not have too much interpretability. Neural network (NN) is one of the black box models that will give you better performance, but it is hard to understand what was going on inside. Plus, it is very possible to have thousands even millions of weights inside of NN.
... |
213,325 | I am using feed-forward NN. I understand the concept, but my question is about weights. How can you interpret them, i.e. what do they represent or how can they be undestrood (besied just function coefficients)? I have found something called "space of weights", but I am not quite sure what does it means. | 2016/05/18 | [
"https://stats.stackexchange.com/questions/213325",
"https://stats.stackexchange.com",
"https://stats.stackexchange.com/users/112494/"
] | Individual weights represent the strength of connections between units. If the weight from unit A to unit B has greater magnitude (all else being equal), it means that A has greater influence over B (i.e. to increase or decrease B's level of activation).
You can also think of the the set of incoming weights to a unit ... | Simple weights are probability.
How likely a connection will give the correct or wrong answer.
Even wrong results in multilayer nets can be usefull.
Telling that something is not that.. |
213,325 | I am using feed-forward NN. I understand the concept, but my question is about weights. How can you interpret them, i.e. what do they represent or how can they be undestrood (besied just function coefficients)? I have found something called "space of weights", but I am not quite sure what does it means. | 2016/05/18 | [
"https://stats.stackexchange.com/questions/213325",
"https://stats.stackexchange.com",
"https://stats.stackexchange.com/users/112494/"
] | Well, it depends on a network architecture and particular layer. In general NNs are not interpretable, this is their major drawback in commercial data analysis (where your goal is to uncover actionable insights from your model).
But I love convolutional networks, because they are different! Although their upper layers... | I think you are trying too hard on the model that does not have too much interpretability. Neural network (NN) is one of the black box models that will give you better performance, but it is hard to understand what was going on inside. Plus, it is very possible to have thousands even millions of weights inside of NN.
... |
213,325 | I am using feed-forward NN. I understand the concept, but my question is about weights. How can you interpret them, i.e. what do they represent or how can they be undestrood (besied just function coefficients)? I have found something called "space of weights", but I am not quite sure what does it means. | 2016/05/18 | [
"https://stats.stackexchange.com/questions/213325",
"https://stats.stackexchange.com",
"https://stats.stackexchange.com/users/112494/"
] | I think you are trying too hard on the model that does not have too much interpretability. Neural network (NN) is one of the black box models that will give you better performance, but it is hard to understand what was going on inside. Plus, it is very possible to have thousands even millions of weights inside of NN.
... | Simple weights are probability.
How likely a connection will give the correct or wrong answer.
Even wrong results in multilayer nets can be usefull.
Telling that something is not that.. |
213,325 | I am using feed-forward NN. I understand the concept, but my question is about weights. How can you interpret them, i.e. what do they represent or how can they be undestrood (besied just function coefficients)? I have found something called "space of weights", but I am not quite sure what does it means. | 2016/05/18 | [
"https://stats.stackexchange.com/questions/213325",
"https://stats.stackexchange.com",
"https://stats.stackexchange.com/users/112494/"
] | Well, it depends on a network architecture and particular layer. In general NNs are not interpretable, this is their major drawback in commercial data analysis (where your goal is to uncover actionable insights from your model).
But I love convolutional networks, because they are different! Although their upper layers... | Simple weights are probability.
How likely a connection will give the correct or wrong answer.
Even wrong results in multilayer nets can be usefull.
Telling that something is not that.. |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | [Nondetection](https://www.dndbeyond.com/spells/nondetection) does not thwart [See Invisibility](https://www.dndbeyond.com/spells/see-invisibility)
---------------------------------------------------------------------------------------------------------------------------------------------------
You need to read your s... | Certain important buildings or rooms may be deliberately constructed to block 'gaseous form' spying.
The easiest option I can think of would be a curtain of water falling from the ceiling and running into a drain on the floor.
Alternatively, for something more simple but more annoying for the occupants, have a corrid... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | The players have come up with a powerful and effective plan for scouting, and that should be rewarded, but you don't want that to steal the tension and excitement from the game either. The 1 hour time limit on the two spells gives you a fun way to add back the tension to the game as the GM while still rewarding the pla... | Make the recon interesting
--------------------------
* You can and should give them loads of interesting and relevant stuff about what's going on in the area. They will overhear many conversations and see some places they shouldn't. They've spent a fair amount of time and spell slots for this - but that doesn't mean ... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | In a world with no locks, anyone can get in
-------------------------------------------
But your world does have locks. Specifically, [*Alarm*](https://www.dndbeyond.com/spells/alarm).
This handy little ritual spell (doesn't even cost a slot!) isn't divination, so *nondetection* doesn't stop it. It doesn't matter tha... | The players have come up with a powerful and effective plan for scouting, and that should be rewarded, but you don't want that to steal the tension and excitement from the game either. The 1 hour time limit on the two spells gives you a fun way to add back the tension to the game as the GM while still rewarding the pla... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | In a world with no locks, anyone can get in
-------------------------------------------
But your world does have locks. Specifically, [*Alarm*](https://www.dndbeyond.com/spells/alarm).
This handy little ritual spell (doesn't even cost a slot!) isn't divination, so *nondetection* doesn't stop it. It doesn't matter tha... | Certain important buildings or rooms may be deliberately constructed to block 'gaseous form' spying.
The easiest option I can think of would be a curtain of water falling from the ceiling and running into a drain on the floor.
Alternatively, for something more simple but more annoying for the occupants, have a corrid... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | >
> Is it visible? Definitely not. Even if there are some "buffed guards" with See Invisibility, it wouldn't work because of the Nondetection spell.
>
>
>
Accurate - the See Invisibility vs Nondetection is something that can be debated, but it does seem to follow the spirit of the spell for Nondetection to win.
>... | The players have come up with a powerful and effective plan for scouting, and that should be rewarded, but you don't want that to steal the tension and excitement from the game either. The 1 hour time limit on the two spells gives you a fun way to add back the tension to the game as the GM while still rewarding the pla... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | Yes, this is a good combo, but you don't need to nerf it
--------------------------------------------------------
### Invisible is not hidden
Just because you are invisible and cannot be detected by divination spells, [does not mean you are hidden](https://rpg.stackexchange.com/questions/86945/do-you-need-to-take-the... | Certain important buildings or rooms may be deliberately constructed to block 'gaseous form' spying.
The easiest option I can think of would be a curtain of water falling from the ceiling and running into a drain on the floor.
Alternatively, for something more simple but more annoying for the occupants, have a corrid... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | In a world with no locks, anyone can get in
-------------------------------------------
But your world does have locks. Specifically, [*Alarm*](https://www.dndbeyond.com/spells/alarm).
This handy little ritual spell (doesn't even cost a slot!) isn't divination, so *nondetection* doesn't stop it. It doesn't matter tha... | [Nondetection](https://www.dndbeyond.com/spells/nondetection) does not thwart [See Invisibility](https://www.dndbeyond.com/spells/see-invisibility)
---------------------------------------------------------------------------------------------------------------------------------------------------
You need to read your s... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | Yes, this is a good combo, but you don't need to nerf it
--------------------------------------------------------
### Invisible is not hidden
Just because you are invisible and cannot be detected by divination spells, [does not mean you are hidden](https://rpg.stackexchange.com/questions/86945/do-you-need-to-take-the... | Make the recon interesting
--------------------------
* You can and should give them loads of interesting and relevant stuff about what's going on in the area. They will overhear many conversations and see some places they shouldn't. They've spent a fair amount of time and spell slots for this - but that doesn't mean ... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | Yes, this is a good combo, but you don't need to nerf it
--------------------------------------------------------
### Invisible is not hidden
Just because you are invisible and cannot be detected by divination spells, [does not mean you are hidden](https://rpg.stackexchange.com/questions/86945/do-you-need-to-take-the... | The players have come up with a powerful and effective plan for scouting, and that should be rewarded, but you don't want that to steal the tension and excitement from the game either. The 1 hour time limit on the two spells gives you a fun way to add back the tension to the game as the GM while still rewarding the pla... |
204,164 | **Some context:** I'm a newbie DM running a campaign which requires the party to do a lot of scouting and infiltration missions. Especially in buildings. It's a city campaign happening in Waterdeep so I expected the party to do a lot of lock picking, disguise self and other similar standard "stealthy and rogueish" stuf... | 2023/01/22 | [
"https://rpg.stackexchange.com/questions/204164",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/77534/"
] | Certain important buildings or rooms may be deliberately constructed to block 'gaseous form' spying.
The easiest option I can think of would be a curtain of water falling from the ceiling and running into a drain on the floor.
Alternatively, for something more simple but more annoying for the occupants, have a corrid... | The players have come up with a powerful and effective plan for scouting, and that should be rewarded, but you don't want that to steal the tension and excitement from the game either. The 1 hour time limit on the two spells gives you a fun way to add back the tension to the game as the GM while still rewarding the pla... |
3,778,753 | This question is somewhat of a follow up to [How serious is this new ASP.NET security vulnerability and how can I workaround it?](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i) So if my question seems to be broken read over this question an... | 2010/09/23 | [
"https://Stackoverflow.com/questions/3778753",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/37055/"
] | I am going to elaborate on [my answer in the thread](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i/3721473#3721473) you referenced.
To pull off the attack, the application must respond in three distinct ways. Those three distinct ways can... | No, it isn't a big lie. See [this answer](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i/3721473#3721473) in the question you referenced for a good explanation. |
3,778,753 | This question is somewhat of a follow up to [How serious is this new ASP.NET security vulnerability and how can I workaround it?](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i) So if my question seems to be broken read over this question an... | 2010/09/23 | [
"https://Stackoverflow.com/questions/3778753",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/37055/"
] | **re:**
>
> How does this have relevance on whether they're redirected to a 200, 404 or 500? No one can answer this, this is the fundamental question. Which is why I call shenanigans on needing to do this tom foolery with the custom errors returning a 200. It just needs to return the same 500 page for both errors.
> ... | No, it isn't a big lie. See [this answer](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i/3721473#3721473) in the question you referenced for a good explanation. |
3,778,753 | This question is somewhat of a follow up to [How serious is this new ASP.NET security vulnerability and how can I workaround it?](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i) So if my question seems to be broken read over this question an... | 2010/09/23 | [
"https://Stackoverflow.com/questions/3778753",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/37055/"
] | I am going to elaborate on [my answer in the thread](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i/3721473#3721473) you referenced.
To pull off the attack, the application must respond in three distinct ways. Those three distinct ways can... | The workaround works because:
* You do not give any indication about "how far" the slightly adjusted took you. If you get another error message, that is information you can learn from.
* With the delay you hide how long the actual calculation took. So you do not get information, that shows if you got deeper into the s... |
3,778,753 | This question is somewhat of a follow up to [How serious is this new ASP.NET security vulnerability and how can I workaround it?](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i) So if my question seems to be broken read over this question an... | 2010/09/23 | [
"https://Stackoverflow.com/questions/3778753",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/37055/"
] | **re:**
>
> How does this have relevance on whether they're redirected to a 200, 404 or 500? No one can answer this, this is the fundamental question. Which is why I call shenanigans on needing to do this tom foolery with the custom errors returning a 200. It just needs to return the same 500 page for both errors.
> ... | The workaround works because:
* You do not give any indication about "how far" the slightly adjusted took you. If you get another error message, that is information you can learn from.
* With the delay you hide how long the actual calculation took. So you do not get information, that shows if you got deeper into the s... |
3,778,753 | This question is somewhat of a follow up to [How serious is this new ASP.NET security vulnerability and how can I workaround it?](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i) So if my question seems to be broken read over this question an... | 2010/09/23 | [
"https://Stackoverflow.com/questions/3778753",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/37055/"
] | **re:**
>
> How does this have relevance on whether they're redirected to a 200, 404 or 500? No one can answer this, this is the fundamental question. Which is why I call shenanigans on needing to do this tom foolery with the custom errors returning a 200. It just needs to return the same 500 page for both errors.
> ... | I am going to elaborate on [my answer in the thread](https://stackoverflow.com/questions/3720720/how-serious-is-this-new-asp-net-security-vulnerability-and-how-can-i-workaround-i/3721473#3721473) you referenced.
To pull off the attack, the application must respond in three distinct ways. Those three distinct ways can... |
16,868 | When you enable IMAP access in Gmail the [imap]/Drafts, [imap]/Sent and [imap]/Trash labels are created.
How do these labels function given that each IMAP client can potentially implement their local <--> server folder mapping in different ways?
Taking these label/folder names at face value I'd assume that they map t... | 2011/07/05 | [
"https://webapps.stackexchange.com/questions/16868",
"https://webapps.stackexchange.com",
"https://webapps.stackexchange.com/users/7154/"
] | You need to set up your IMAP client as Google instruct in order for the Gmail labels to work. See [Recommended IMAP client settings](http://support.google.com/mail/bin/answer.py?hl=en&answer=78892)
If you client is one of (iPhone, Thunderbird, Apple Mail, Outlook) then click the link and read Google's specific instru... | I think you've hit upon a little industry-standards issue. Gmail is happy to let email clients (Thunderbird, Outlook, etc.) create and use their own folders within the IMAP account, but Gmail itself will continue to populate its own folders.
In Outlook 2007 & 2010, in the (IMAP) Account Settings, you can tell Outlook ... |
16,868 | When you enable IMAP access in Gmail the [imap]/Drafts, [imap]/Sent and [imap]/Trash labels are created.
How do these labels function given that each IMAP client can potentially implement their local <--> server folder mapping in different ways?
Taking these label/folder names at face value I'd assume that they map t... | 2011/07/05 | [
"https://webapps.stackexchange.com/questions/16868",
"https://webapps.stackexchange.com",
"https://webapps.stackexchange.com/users/7154/"
] | You need to set up your IMAP client as Google instruct in order for the Gmail labels to work. See [Recommended IMAP client settings](http://support.google.com/mail/bin/answer.py?hl=en&answer=78892)
If you client is one of (iPhone, Thunderbird, Apple Mail, Outlook) then click the link and read Google's specific instru... | Had the same problem.
New to Gmail.
After sending messages from my phone through the phone email app/client they would appear in the Gmail imap/sent folder and not in the Gmail sent folder. Even worse if you saved it in drafts on the phone before sending it. It would then also appear in the imap/drafts folder as ... |
70,875,577 | Using authorization flow and passing the information to the back-channel for the token request we don't need to save the secret in the app.
Why then does Azure force us to use a public type?
Cannot choose for the app to be a 'web' type as the redirectUri is not allowed to be anything other than 'https://foo' which in... | 2022/01/27 | [
"https://Stackoverflow.com/questions/70875577",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3365033/"
] | **MOBILE FLOW**
This has some differences to a web client. You are meant to use Authorization Code Flow (PKCE) without a client secret, and sign in via a Chrome Custom Tab. See [this Curity tutorial](https://curity.io/resources/learn/kotlin-android-appauth/) for how that looks. Avoid using a web flow for a mobile clie... | >
> Using authorization flow and passing the information to the back-channel for the token request we don't need to save the secret in the app.
>
>
>
It sounds like you relate to a newer [Client-Initiated Backchannel Authentication Flow](https://openid.net/specs/openid-client-initiated-backchannel-authentication-c... |
70,875,577 | Using authorization flow and passing the information to the back-channel for the token request we don't need to save the secret in the app.
Why then does Azure force us to use a public type?
Cannot choose for the app to be a 'web' type as the redirectUri is not allowed to be anything other than 'https://foo' which in... | 2022/01/27 | [
"https://Stackoverflow.com/questions/70875577",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3365033/"
] | An "OAuth client" is the application which talks to the Authorization Server. In your case, you don't have a mobile client, as it's in fact the backend which talks to the authorization server. A mobile client should never be configured as confidential. Azure can't assume that all developers will be as thoughtful as you... | >
> Using authorization flow and passing the information to the back-channel for the token request we don't need to save the secret in the app.
>
>
>
It sounds like you relate to a newer [Client-Initiated Backchannel Authentication Flow](https://openid.net/specs/openid-client-initiated-backchannel-authentication-c... |
2,100,195 | I am working on a client - server application and in which I used to send and receive data through SOAP web service.
Now after sometimes I have heard from someone that I might lost some data while this process on soap service created in ASP.net. So now I have decided to send and receive data through batches like first... | 2010/01/20 | [
"https://Stackoverflow.com/questions/2100195",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/133087/"
] | SOAP uses the HTTP protocol over the internet. HTTP requests can fail for any reason (hardware, server, software, etc.), although that happens infrequently. However, unless your data is EXTREMELY large, I don't see any benefit in breaking the requests into multiple "lists". If anything, the chances of an individual req... | I have never heard of anything like that.
If that were a serious problem there'd be a lot of evidence. |
2,100,195 | I am working on a client - server application and in which I used to send and receive data through SOAP web service.
Now after sometimes I have heard from someone that I might lost some data while this process on soap service created in ASP.net. So now I have decided to send and receive data through batches like first... | 2010/01/20 | [
"https://Stackoverflow.com/questions/2100195",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/133087/"
] | SOAP uses the HTTP protocol over the internet. HTTP requests can fail for any reason (hardware, server, software, etc.), although that happens infrequently. However, unless your data is EXTREMELY large, I don't see any benefit in breaking the requests into multiple "lists". If anything, the chances of an individual req... | I have tried SOAP protocol in transfering and recieveing data from web service and nothing lost but you have to follow the structure of SOAP in sending and recieving to gurantee not losing data.
To see the structure of the SOAP request the web service function from the browser and it will show you how to call this fun... |
2,100,195 | I am working on a client - server application and in which I used to send and receive data through SOAP web service.
Now after sometimes I have heard from someone that I might lost some data while this process on soap service created in ASP.net. So now I have decided to send and receive data through batches like first... | 2010/01/20 | [
"https://Stackoverflow.com/questions/2100195",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/133087/"
] | SOAP uses the HTTP protocol over the internet. HTTP requests can fail for any reason (hardware, server, software, etc.), although that happens infrequently. However, unless your data is EXTREMELY large, I don't see any benefit in breaking the requests into multiple "lists". If anything, the chances of an individual req... | If your data is serializable then you will not lose anything. |
2,100,195 | I am working on a client - server application and in which I used to send and receive data through SOAP web service.
Now after sometimes I have heard from someone that I might lost some data while this process on soap service created in ASP.net. So now I have decided to send and receive data through batches like first... | 2010/01/20 | [
"https://Stackoverflow.com/questions/2100195",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/133087/"
] | SOAP uses the HTTP protocol over the internet. HTTP requests can fail for any reason (hardware, server, software, etc.), although that happens infrequently. However, unless your data is EXTREMELY large, I don't see any benefit in breaking the requests into multiple "lists". If anything, the chances of an individual req... | The request size can be configured in in web.config in the < httpRuntime /> tag.
The following references show some examples of setting maximums on request/respose data sizes.
* <http://msdn.microsoft.com/en-us/library/aa528822.aspx>
* <http://msdn.microsoft.com/en-us/library/aa529330.aspx> |
2,100,195 | I am working on a client - server application and in which I used to send and receive data through SOAP web service.
Now after sometimes I have heard from someone that I might lost some data while this process on soap service created in ASP.net. So now I have decided to send and receive data through batches like first... | 2010/01/20 | [
"https://Stackoverflow.com/questions/2100195",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/133087/"
] | SOAP uses the HTTP protocol over the internet. HTTP requests can fail for any reason (hardware, server, software, etc.), although that happens infrequently. However, unless your data is EXTREMELY large, I don't see any benefit in breaking the requests into multiple "lists". If anything, the chances of an individual req... | In practice, if you get the well serialized response you will loose nothing.
But you can never receive the response or the request may never reach the server.
Message queuing is the answer to avoid data losses caused by transport issues.
Instead of sending the request and simply wait for the response, message queuin... |
57,586 | Based on the more recent of the [Webb construction photos](https://www.flickr.com/photos/nasawebbtelescope/albums/72157624546074858) as well as the drawings [in the deployment explorer](https://jwst.nasa.gov/content/webbLaunch/deploymentExplorer.html#17), the JWST secondary mirror support booms look rather white, and e... | 2022/01/05 | [
"https://space.stackexchange.com/questions/57586",
"https://space.stackexchange.com",
"https://space.stackexchange.com/users/46093/"
] | A smart-ass answer to the question “Why aren’t the booms painted black?” would be, “Because they are already made of black material.” This doesn’t answer the puzzle of, “Why are supports coated in reflective foil only on their sunward sides?”
**Answer:** The supports are covered in foil on their sunward side to preven... | According to [this NASA video](https://youtube.com/clip/Ugkx6OW4BATtjDYGv-WGBGdSAiuafTgP4KdY),
>
> ... they're white there because they have some plastic protective coatings on it, kind of like you'd get something shipped in the mail that's got plastic bubble wrap.
>
>
>
So I guess the photos are of a temporary c... |
19,605 | I'm trying to watch NBC Sports Gold, I assume it's flash but I don't really know. The video will not load. I have tried Chrome, Firefox and Epiphany. Flash appears to be installed. What do I do? I'm using Juno. Thanks. | 2019/08/24 | [
"https://elementaryos.stackexchange.com/questions/19605",
"https://elementaryos.stackexchange.com",
"https://elementaryos.stackexchange.com/users/17837/"
] | Solution:
>
> sudo apt remove --purge network-manager\*
>
>
> sudo apt autoremove --purge
>
>
> sudo apt install --no-install-recommends network-manager network-manager-openvpn-gnome
>
>
> | You can also add a blacklist file inside /etc/wingpanel.d/ called ayatana.blacklist and include the Package "nm-applet" inside it (without the quotes).
As reference you can look at <https://bugs.launchpad.net/elementaryos/+bug/1610627> |
378,560 | I need to break a block of bedrock in the ceiling of the nether so that I can make farms on the ceiling. I don't want to use command blocks or creative mode. I need to do it in survival mode. | 2020/12/02 | [
"https://gaming.stackexchange.com/questions/378560",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/260321/"
] | You can’t build on the ceiling when you attempt to build this is what happens:
[](https://i.stack.imgur.com/yN0yJ.jpg) | i remember you used to be able to break through it with trees, but you need to find a space that is empty right below the roof that has a block under said empty space, place a ladder in the empty space and pearl to the ladder. you should be able to clip through the block on top by going up. |
40,136 | I found guesses on this topic on other questions, but never anything definitive or dealing directly / solely with this question. Filch and Mrs. Norris communicate and he seems fond of her. Is it possible she was/is a woman and they have a deeper relationship than is presented? I do not mean this in a flippant or gross ... | 2013/08/31 | [
"https://scifi.stackexchange.com/questions/40136",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/16974/"
] | I'll quote Rowling here:
Question:
>
> Mrs. Norris is an unregistered Animagus
>
>
>
Rowling's answer:
>
> No, she's just an intelligent (and unpleasant) cat.
>
>
>
I found this here: <http://web.archive.org/web/20110623023949/http://www.jkrowling.com/textonly/en/rumours.cfm> | Argus Filch's cat Mrs. Norris is just an ordinary cat. It has been stated clearly by J. K. Rowling as described in the following [Wiki](http://harrypotter.wikia.com/wiki/Mrs_Norris#Behind_the_scenes):
Also cats have keen senses which justifies the fact that Mrs. Norris is used by Filch to track down mischievous studen... |
40,136 | I found guesses on this topic on other questions, but never anything definitive or dealing directly / solely with this question. Filch and Mrs. Norris communicate and he seems fond of her. Is it possible she was/is a woman and they have a deeper relationship than is presented? I do not mean this in a flippant or gross ... | 2013/08/31 | [
"https://scifi.stackexchange.com/questions/40136",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/16974/"
] | I'll quote Rowling here:
Question:
>
> Mrs. Norris is an unregistered Animagus
>
>
>
Rowling's answer:
>
> No, she's just an intelligent (and unpleasant) cat.
>
>
>
I found this here: <http://web.archive.org/web/20110623023949/http://www.jkrowling.com/textonly/en/rumours.cfm> | While Mrs. Norris is the one animal where we see a pronounced connection between her and her person, to some extend all of the witches and wizards are shown to have more of a connection with their animals than your usual house pet. These creatures are familiars which while still animals have always been represented as ... |
48,817,208 | How to insert an event calendar in Angular 5 ?
----------------------------------------------
After much research I found [FullCalendar](https://fullcalendar.io/), but I got many problems in the implementation of my [Angular](https://angular.io/) project 5.
Does anyone know of something similar to [FullCalendar](http... | 2018/02/15 | [
"https://Stackoverflow.com/questions/48817208",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2095535/"
] | Explanation of why screen updates are not possible in the middle of executing synchronous code may be found in the [HTML spec](https://html.spec.whatwg.org/multipage/webappapis.html#event-loops):
>
> 8.1.4.1 Definitions
>
>
> To coordinate events, user interaction, scripts, rendering, networking, and so forth, user... | It looks like this is not possible, based on comments on the question, research, and my own experience.
For my use case, I'll make the page "freezing" the loading indicator, by having something on the page that is always animated. Or, more likely, just forgo the loading indicator feature. |
38,098 | I spent too much time with my Templar Awareness meter full and now they're attacking one of my dens. It's way the heck on the other side of the city from where I am, and I'm in the middle of something. I don't feel like running back over to defend the den. What will happen if I don't? Will I lose the den and have to re... | 2011/11/23 | [
"https://gaming.stackexchange.com/questions/38098",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/11014/"
] | They'll wait for you to get there. I'm not sure if there are any consequences if you go forever without even visiting that den, but it doesn't seem like there will be...I can confirm that they'll wait at least several hours.
If you fail a den defense, the only consequence is that the den reverts to Templar control, an... | I haven't played the game personally, but I do remember seeing a quote about this very topic in the [IGN review of the game.](http://ps3.ign.com/articles/121/1212370p2.html)
>
>
> >
> > Frequently the game throws overwhelming odds against you, making the entire affair an irritating, extraneous mess. Even more irrit... |
38,098 | I spent too much time with my Templar Awareness meter full and now they're attacking one of my dens. It's way the heck on the other side of the city from where I am, and I'm in the middle of something. I don't feel like running back over to defend the den. What will happen if I don't? Will I lose the den and have to re... | 2011/11/23 | [
"https://gaming.stackexchange.com/questions/38098",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/11014/"
] | The den will remain contested until you choose to defend it. Should you fail Den Defense, you can always capture it back. However, your apprentices gain experience from successfully defending a den. | I haven't played the game personally, but I do remember seeing a quote about this very topic in the [IGN review of the game.](http://ps3.ign.com/articles/121/1212370p2.html)
>
>
> >
> > Frequently the game throws overwhelming odds against you, making the entire affair an irritating, extraneous mess. Even more irrit... |
38,098 | I spent too much time with my Templar Awareness meter full and now they're attacking one of my dens. It's way the heck on the other side of the city from where I am, and I'm in the middle of something. I don't feel like running back over to defend the den. What will happen if I don't? Will I lose the den and have to re... | 2011/11/23 | [
"https://gaming.stackexchange.com/questions/38098",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/11014/"
] | They'll wait for you to get there. I'm not sure if there are any consequences if you go forever without even visiting that den, but it doesn't seem like there will be...I can confirm that they'll wait at least several hours.
If you fail a den defense, the only consequence is that the den reverts to Templar control, an... | Let the den go if you don't want to defend it. Capturing it back is so much easier than defending it. |
38,098 | I spent too much time with my Templar Awareness meter full and now they're attacking one of my dens. It's way the heck on the other side of the city from where I am, and I'm in the middle of something. I don't feel like running back over to defend the den. What will happen if I don't? Will I lose the den and have to re... | 2011/11/23 | [
"https://gaming.stackexchange.com/questions/38098",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/11014/"
] | They'll wait for you to get there. I'm not sure if there are any consequences if you go forever without even visiting that den, but it doesn't seem like there will be...I can confirm that they'll wait at least several hours.
If you fail a den defense, the only consequence is that the den reverts to Templar control, an... | The den will remain contested until you choose to defend it. Should you fail Den Defense, you can always capture it back. However, your apprentices gain experience from successfully defending a den. |
38,098 | I spent too much time with my Templar Awareness meter full and now they're attacking one of my dens. It's way the heck on the other side of the city from where I am, and I'm in the middle of something. I don't feel like running back over to defend the den. What will happen if I don't? Will I lose the den and have to re... | 2011/11/23 | [
"https://gaming.stackexchange.com/questions/38098",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/11014/"
] | The den will remain contested until you choose to defend it. Should you fail Den Defense, you can always capture it back. However, your apprentices gain experience from successfully defending a den. | Let the den go if you don't want to defend it. Capturing it back is so much easier than defending it. |
9,437,457 | I need to get a classic asp project up and running but do not have IIS installed on my computer. Is there away to run the project without it? I currently have visual studio 2005
thanks
jason | 2012/02/24 | [
"https://Stackoverflow.com/questions/9437457",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/240385/"
] | I have no idea whether you can even get hold of this software anymore but Sun used to maintain a project called [Sun One Active Server Pages](http://docs.oracle.com/cd/E19636-01/817-6246/gsgasp.html) (aka ChilliSoft ASP) which allowed you to run ASP sites without IIS | There may be some weird and wacky solutions (like a "compiler" to ASP.NET etc) out there, however I really doubt any such thing would be worth it.
I would make more sense to pursue the answer to this question: "Why don't you install IIS on your machine?". |
9,437,457 | I need to get a classic asp project up and running but do not have IIS installed on my computer. Is there away to run the project without it? I currently have visual studio 2005
thanks
jason | 2012/02/24 | [
"https://Stackoverflow.com/questions/9437457",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/240385/"
] | There is something called [Abyss Web Server](http://www.aprelium.com/abyssws/) - I've never used it myself so can't vouch for it but from its description and features it looks promising.
If money is the issue, Microsoft came up with [IIS Express](http://www.microsoft.com/download/en/details.aspx?id=1038) some while ag... | I have no idea whether you can even get hold of this software anymore but Sun used to maintain a project called [Sun One Active Server Pages](http://docs.oracle.com/cd/E19636-01/817-6246/gsgasp.html) (aka ChilliSoft ASP) which allowed you to run ASP sites without IIS |
9,437,457 | I need to get a classic asp project up and running but do not have IIS installed on my computer. Is there away to run the project without it? I currently have visual studio 2005
thanks
jason | 2012/02/24 | [
"https://Stackoverflow.com/questions/9437457",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/240385/"
] | I have no idea whether you can even get hold of this software anymore but Sun used to maintain a project called [Sun One Active Server Pages](http://docs.oracle.com/cd/E19636-01/817-6246/gsgasp.html) (aka ChilliSoft ASP) which allowed you to run ASP sites without IIS | godaddy.
$5/month until you cancel it.
instant gratification
call them now, and then start building your asp app a few hours later.
why hassle with the path you are inclining towards? |
9,437,457 | I need to get a classic asp project up and running but do not have IIS installed on my computer. Is there away to run the project without it? I currently have visual studio 2005
thanks
jason | 2012/02/24 | [
"https://Stackoverflow.com/questions/9437457",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/240385/"
] | There is something called [Abyss Web Server](http://www.aprelium.com/abyssws/) - I've never used it myself so can't vouch for it but from its description and features it looks promising.
If money is the issue, Microsoft came up with [IIS Express](http://www.microsoft.com/download/en/details.aspx?id=1038) some while ag... | There may be some weird and wacky solutions (like a "compiler" to ASP.NET etc) out there, however I really doubt any such thing would be worth it.
I would make more sense to pursue the answer to this question: "Why don't you install IIS on your machine?". |
9,437,457 | I need to get a classic asp project up and running but do not have IIS installed on my computer. Is there away to run the project without it? I currently have visual studio 2005
thanks
jason | 2012/02/24 | [
"https://Stackoverflow.com/questions/9437457",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/240385/"
] | There is something called [Abyss Web Server](http://www.aprelium.com/abyssws/) - I've never used it myself so can't vouch for it but from its description and features it looks promising.
If money is the issue, Microsoft came up with [IIS Express](http://www.microsoft.com/download/en/details.aspx?id=1038) some while ag... | godaddy.
$5/month until you cancel it.
instant gratification
call them now, and then start building your asp app a few hours later.
why hassle with the path you are inclining towards? |
20,313,438 | I am developing a rather basic CMS locally and can not ftp due to permissions problems. I have FileZilla FTP *server* running in XAMPP and can connect without problems but receive error "550 Permission Denied" when my code tries to upload via ftp.
I tried changing permissions via my FileZilla FTP *client* but without... | 2013/12/01 | [
"https://Stackoverflow.com/questions/20313438",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1801105/"
] | Finally figured it out. For anyone else who has this problem, there is no need to set permissions in Windows. Instead, on the FileZilla FTP server admin interface select edit --> users --> shared folders and check 'write'. | For a fix of this make sure that the root folder is allowed to write and pass rights permission. had this same issue for a script to run on local web xampp server windows xp.. just change the root file attributes to 755 then try it if that don't work try 777. should work now... hope this works for you... as it did me.
... |
20,313,438 | I am developing a rather basic CMS locally and can not ftp due to permissions problems. I have FileZilla FTP *server* running in XAMPP and can connect without problems but receive error "550 Permission Denied" when my code tries to upload via ftp.
I tried changing permissions via my FileZilla FTP *client* but without... | 2013/12/01 | [
"https://Stackoverflow.com/questions/20313438",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1801105/"
] | Finally figured it out. For anyone else who has this problem, there is no need to set permissions in Windows. Instead, on the FileZilla FTP server admin interface select edit --> users --> shared folders and check 'write'. | You're behind firewall? Try to allow FileZilla server program in Firewall. |
95 | Visiting Basically Money daily, I am simply enamored by it all. Sadly, most of my colleagues don't know about the site, let alone the [trilogy](http://blog.stackoverflow.com/2009/05/the-stack-overflow-trilogy/).
* How do I explain to them the concept
of the site? | 2010/02/04 | [
"https://money.meta.stackexchange.com/questions/95",
"https://money.meta.stackexchange.com",
"https://money.meta.stackexchange.com/users/-1/"
] | It's difficult to explain the site to others, I agree. What I've done is posted questions on behalf of people when they've come up in conversation, to illustrate the benefit of a community of people answering your question (rather than you out searching the Net for the answer)... turning it into repository of answers i... | I agree that the learning curve can be steep for someone who did not use stackoverflow.com before. The best approach to explain this would be to sit down with your colleagues and show them and help them to get started. |
95 | Visiting Basically Money daily, I am simply enamored by it all. Sadly, most of my colleagues don't know about the site, let alone the [trilogy](http://blog.stackoverflow.com/2009/05/the-stack-overflow-trilogy/).
* How do I explain to them the concept
of the site? | 2010/02/04 | [
"https://money.meta.stackexchange.com/questions/95",
"https://money.meta.stackexchange.com",
"https://money.meta.stackexchange.com/users/-1/"
] | With reputation based collaborative editing of both questions and answers, the stack exchange powered sites allow a community to not only safely find the best answer to a question, but to make that question easy to find on the Internet.
We can (based on earned community trust) edit and maintain all aspects of this sit... | I agree that the learning curve can be steep for someone who did not use stackoverflow.com before. The best approach to explain this would be to sit down with your colleagues and show them and help them to get started. |
172,802 | Due to Covid, my company (industrial automation, in France) has set up a cleaning calendar. Every month, an empty calendar is posted, and we are required to sign up to be in charge of cleaning for one day in the month. We are provided with a paper towel and a disinfecting spray and must wipe down all the commonly touch... | 2021/05/25 | [
"https://workplace.stackexchange.com/questions/172802",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/124043/"
] | It's not common, but neither is a pandemic. The company could hire some cleaners, but that also increases the number of people in the building and therefore the risk of infection. You'd only have to wipe the surfaces two times per month, so it's a minor task.
The missing gloves are of course supoptimal. Did you ask fo... | What you are being asked to do is not common. The common approach to such cleaning is to hire a dedicated cleaning company, who has been properly trained, to do the work.
It seems like your company is merely trying to avoid the added cost of hiring a professional cleaning service to give the impression that your workp... |
172,802 | Due to Covid, my company (industrial automation, in France) has set up a cleaning calendar. Every month, an empty calendar is posted, and we are required to sign up to be in charge of cleaning for one day in the month. We are provided with a paper towel and a disinfecting spray and must wipe down all the commonly touch... | 2021/05/25 | [
"https://workplace.stackexchange.com/questions/172802",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/124043/"
] | It's not common, but neither is a pandemic. The company could hire some cleaners, but that also increases the number of people in the building and therefore the risk of infection. You'd only have to wipe the surfaces two times per month, so it's a minor task.
The missing gloves are of course supoptimal. Did you ask fo... | I feel it is uncommon as well, however it seems you (and all of us) are being forced to create a "New Norm". I work for a county government. We have a janitorial service paid for who does things link take out the trash, mop, clean the restrooms and polish glass doors. Since COVID, we have also been asked to wipe down s... |
10,278 | I think my father is the inventor of patent number 3605913 Dust suppressor for rotary drills.. he passed away in 1985.. Id like to know more .. or how can I find more info ? | 2014/09/23 | [
"https://patents.stackexchange.com/questions/10278",
"https://patents.stackexchange.com",
"https://patents.stackexchange.com/users/11574/"
] | You can look it up at google/patents. I put the patent number in the tag region of your question and that causes a link to come up in the right column here. From there you can download a pdf of the patent. If you want to know more there is a way to order the "file wrapper" from the USPTO or other companies that offer t... | It expired long ago and is in the public domain. |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | Talk to the senior people about why your project wasn't suitable and what they'd like you to do differently next time. Take the attitude that, however good it was, it wasn't suitable. Don't be confrontational about it. Having a project rejected is painful, but learning what to do next time is far more constructive than... | Next time, consider doing the following:
* Write a design proposal, outlining what you want to do, what modules it will have and what external dependencies are needed.
* Once that has a "looks nice", write a more detailed design.
* Once that's been given a "go ahead" (a "go ahead" is stronger than "looks nice"), write... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | >
> How should you **proceed** when somebody rejected a good thing you made?
>
>
>
**Ask** for acceptance criteria **before** doing any more coding.
* What should be the **scope** of this feature?
* What tools and languages are acceptable (i.e. is it OK to use ExtJS)?
* What other constraints are there (supported... | One of the first things people at my first (and current) job taught me is to **ask**, especially in the beginning. If someone wants you to do something, ask more closely and when you have an implementation idea, don't hesitate to write up a **short** (nobody wants to read pages upon pages, but half a page will usually ... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | ExtJS IS a pretty big library, and there is a license fee for commercial developers. I'm surprised you didn't get prior approval before using it in your solution.
You also write:
>
> I would like to restructure the code, as the coding structure in my company is very bad and I want to improve that.
>
>
>
This wi... | Next time, consider doing the following:
* Write a design proposal, outlining what you want to do, what modules it will have and what external dependencies are needed.
* Once that has a "looks nice", write a more detailed design.
* Once that's been given a "go ahead" (a "go ahead" is stronger than "looks nice"), write... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | One of the first things people at my first (and current) job taught me is to **ask**, especially in the beginning. If someone wants you to do something, ask more closely and when you have an implementation idea, don't hesitate to write up a **short** (nobody wants to read pages upon pages, but half a page will usually ... | Before you waste anymore time working on unacceptable solutions, ask for the maximum file size and if you can meet that requirement, will they accept you solution.
Is this a first for you or are they in the habit of letting you work on projects that get rejected?
Unfortunately, it will probably get worse until you ca... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | >
> How should you **proceed** when somebody rejected a good thing you made?
>
>
>
**Ask** for acceptance criteria **before** doing any more coding.
* What should be the **scope** of this feature?
* What tools and languages are acceptable (i.e. is it OK to use ExtJS)?
* What other constraints are there (supported... | You were going to improve the code structure, but you created a SINGLE file, that exceeds the maximum acceptance? |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | >
> How should you **proceed** when somebody rejected a good thing you made?
>
>
>
**Ask** for acceptance criteria **before** doing any more coding.
* What should be the **scope** of this feature?
* What tools and languages are acceptable (i.e. is it OK to use ExtJS)?
* What other constraints are there (supported... | Think this is a much wider question than something relevant for programmers, but in general: if your team lead has said they have a preference (sounds like they prefer smaller code) then to proceed, make your code fit their preference. Or move to a team which works the same way you do.
Generally, treat it as a learnin... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | Talk to the senior people about why your project wasn't suitable and what they'd like you to do differently next time. Take the attitude that, however good it was, it wasn't suitable. Don't be confrontational about it. Having a project rejected is painful, but learning what to do next time is far more constructive than... | One of the first things people at my first (and current) job taught me is to **ask**, especially in the beginning. If someone wants you to do something, ask more closely and when you have an implementation idea, don't hesitate to write up a **short** (nobody wants to read pages upon pages, but half a page will usually ... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | If you think you have a better way of doing something, prove it. Produce hard evidence that your solution is better in some way. That could be faster load times, runtime performance, higher cohesion, lower coupling, or any number of metrics. You might want to find out what metrics matter to your team or company so that... | Before you waste anymore time working on unacceptable solutions, ask for the maximum file size and if you can meet that requirement, will they accept you solution.
Is this a first for you or are they in the habit of letting you work on projects that get rejected?
Unfortunately, it will probably get worse until you ca... |
62,857 | I made an application in extjs, and it was rejected by my technical architect, project manager, and team leader because it was a big JavaScript file. It feels very bad when you develop an application and it is rejected by your seniors.
I don't want to feel bad and I want to concentrate on my work. I would like to rest... | 2011/03/28 | [
"https://softwareengineering.stackexchange.com/questions/62857",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/7702/"
] | You should never have reached the point where you consider yourself finished, before your seniors see it. The rejection should have happened at design-time.
Then comes the question if it can be refactored into something acceptable or not. If the first, then just do it. If the latter, you need to discuss with your boss... | In the title of the topic you suggest you still think that what you created is "good".
The first thing to do is to accept that it isn't. Not because I say so but because it has been rejected. Like everyone else you need to learn. As stated in other answers, get the requirements **before** you begin. When they do not a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.