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 |
|---|---|---|---|---|---|
1,574,713 | I am working on a large click-once application (150MB, >200 DLLs) and as part of the interative debugging process I would like to update just 1 DLL and relaunch the application without having to rebuild and redeploy the entire application.
Is that possible? If so... how?
**Question Clarification:** 9/26/2009
I know ... | 2009/10/15 | [
"https://Stackoverflow.com/questions/1574713",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/756/"
] | I have been fighting with this for a couple of days, it can be done but it's fiddly, With this solution ClickOnce still scans all files and shows the progress bar but only downloads and updates the changes.
Here is the process I have written to apply this patching method...
Note this process need to be carried on wit... | Assuming you are working in the live environment on the clients system you should be able to replace a dll by copying it over the previous dll in the installation folder. I think the location of clickonce installations on Windows XP is C:\Documents and Settings\userprofile\Local Settings\Apps. |
1,574,713 | I am working on a large click-once application (150MB, >200 DLLs) and as part of the interative debugging process I would like to update just 1 DLL and relaunch the application without having to rebuild and redeploy the entire application.
Is that possible? If so... how?
**Question Clarification:** 9/26/2009
I know ... | 2009/10/15 | [
"https://Stackoverflow.com/questions/1574713",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/756/"
] | I have been fighting with this for a couple of days, it can be done but it's fiddly, With this solution ClickOnce still scans all files and shows the progress bar but only downloads and updates the changes.
Here is the process I have written to apply this patching method...
Note this process need to be carried on wit... | I'm having the same problem here.
I think you need to copy the specific file to the clickOnce folder.
Edit the .manifest and .application files with MageUI.
Advance the version number in both files.
Not sure about this but the ClickOnce at client side is expected to download the file that was changed. |
62,435 | If you configure VLANs with each having their own subnets, is there a point to have them if inter-vlan routing is enabled? Since VLANs will have access to other VLANs, the security argument is not applicable. I guess broadcast traffic isn't routed between the VLANs?
What are other reasons why VLANs are still interesti... | 2019/09/12 | [
"https://networkengineering.stackexchange.com/questions/62435",
"https://networkengineering.stackexchange.com",
"https://networkengineering.stackexchange.com/users/40826/"
] | * If you've got inter-VLAN routing, there's a single point - the router - where you can control the traffic. Of course, you could have two or even more routers for redundancy (a low number) but you could have dozens of switches.
* Splitting your network in e.g. client and server subnets allows you to very conveniently ... | VLANs provide a convenient handle to apply security or QoS policies to a group of devices.
VLANs and subnets also break up large broadcast and failure domains into manageable groups. |
62,435 | If you configure VLANs with each having their own subnets, is there a point to have them if inter-vlan routing is enabled? Since VLANs will have access to other VLANs, the security argument is not applicable. I guess broadcast traffic isn't routed between the VLANs?
What are other reasons why VLANs are still interesti... | 2019/09/12 | [
"https://networkengineering.stackexchange.com/questions/62435",
"https://networkengineering.stackexchange.com",
"https://networkengineering.stackexchange.com/users/40826/"
] | VLANs provide a convenient handle to apply security or QoS policies to a group of devices.
VLANs and subnets also break up large broadcast and failure domains into manageable groups. | Vlans and inter-Vlan concepts are directly proportional to each other
VLAN is defined as logical segmentation of network .. VLANs can segregate traffic according to our requirement ..
By default different Vlàns traffic won't talk to each other . To ensure communication between different VLANs inter-Vlan routing need ... |
62,435 | If you configure VLANs with each having their own subnets, is there a point to have them if inter-vlan routing is enabled? Since VLANs will have access to other VLANs, the security argument is not applicable. I guess broadcast traffic isn't routed between the VLANs?
What are other reasons why VLANs are still interesti... | 2019/09/12 | [
"https://networkengineering.stackexchange.com/questions/62435",
"https://networkengineering.stackexchange.com",
"https://networkengineering.stackexchange.com/users/40826/"
] | * If you've got inter-VLAN routing, there's a single point - the router - where you can control the traffic. Of course, you could have two or even more routers for redundancy (a low number) but you could have dozens of switches.
* Splitting your network in e.g. client and server subnets allows you to very conveniently ... | >
> Since VLANs will have access to other VLANs, the security argument is
> not applicable.
>
>
>
You can place security (ACLs, firewalls, etc.) between VLANs, but that is much more difficult or impossible on a layer-2 broadcast domain. In the layer-2 LAN, every host has direct access to every other host on the s... |
62,435 | If you configure VLANs with each having their own subnets, is there a point to have them if inter-vlan routing is enabled? Since VLANs will have access to other VLANs, the security argument is not applicable. I guess broadcast traffic isn't routed between the VLANs?
What are other reasons why VLANs are still interesti... | 2019/09/12 | [
"https://networkengineering.stackexchange.com/questions/62435",
"https://networkengineering.stackexchange.com",
"https://networkengineering.stackexchange.com/users/40826/"
] | >
> Since VLANs will have access to other VLANs, the security argument is
> not applicable.
>
>
>
You can place security (ACLs, firewalls, etc.) between VLANs, but that is much more difficult or impossible on a layer-2 broadcast domain. In the layer-2 LAN, every host has direct access to every other host on the s... | Vlans and inter-Vlan concepts are directly proportional to each other
VLAN is defined as logical segmentation of network .. VLANs can segregate traffic according to our requirement ..
By default different Vlàns traffic won't talk to each other . To ensure communication between different VLANs inter-Vlan routing need ... |
62,435 | If you configure VLANs with each having their own subnets, is there a point to have them if inter-vlan routing is enabled? Since VLANs will have access to other VLANs, the security argument is not applicable. I guess broadcast traffic isn't routed between the VLANs?
What are other reasons why VLANs are still interesti... | 2019/09/12 | [
"https://networkengineering.stackexchange.com/questions/62435",
"https://networkengineering.stackexchange.com",
"https://networkengineering.stackexchange.com/users/40826/"
] | * If you've got inter-VLAN routing, there's a single point - the router - where you can control the traffic. Of course, you could have two or even more routers for redundancy (a low number) but you could have dozens of switches.
* Splitting your network in e.g. client and server subnets allows you to very conveniently ... | Vlans and inter-Vlan concepts are directly proportional to each other
VLAN is defined as logical segmentation of network .. VLANs can segregate traffic according to our requirement ..
By default different Vlàns traffic won't talk to each other . To ensure communication between different VLANs inter-Vlan routing need ... |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | I install Adobe Reader via Group Policy and software assignment. I've been applying MSP-based patches to my Adobe Reader installation points and then instructing client computers to reinstall via the "Redeploy..." functionality in Group Policy. I don't particularly like doing things this way, but it's the least labor-i... | You mean something like [Adobe Update Manager](http://www.adobe.com/support/downloads/detail.jsp?ftpID=3185&promoid=DTEHP)? |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | If when you say "manager", you're really after update caching, there's a free, open, passive plug-in to the linux-based firewall IPCop called [Update Accelerator](http://update-accelerator.advproxy.net/). You'll not only get your Adobe updates; you'll also get update caching for Apple, Avast, Linux (.deb and .rpm), Mic... | A manual/homegrown approach may work:
* Whenever a new update is available, throw it in a shared folder (can be scripted via FTP-Lookup to Adobe-Server I think)
* At a user logon script, check that folder and drive the update, if a new file is there
Greetz, GHad
Edit: I friend of mine recommended the site <http://wp... |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | I install Adobe Reader via Group Policy and software assignment. I've been applying MSP-based patches to my Adobe Reader installation points and then instructing client computers to reinstall via the "Redeploy..." functionality in Group Policy. I don't particularly like doing things this way, but it's the least labor-i... | What about using SMS or the new [System Center Configuration Manager](http://www.microsoft.com/systemcenter/configurationmanager/en/us/default.aspx)? I can't afford to play with SCCM but from what I understand it is much easier to deploy / update software than SMS was. It might be worth looking into anyways.
Ultimatel... |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | Adobe supply a tool to customise the MSI installation of Acrobat, the [Adobe Customization Wizard](http://www.adobe.com/support/downloads/detail.jsp?ftpID=5515). What we do is to deploy Acrobat/Reader through Group Policy, having first used this tool to customise the MSI to *disable* all updating, update prompts, etc.
... | If when you say "manager", you're really after update caching, there's a free, open, passive plug-in to the linux-based firewall IPCop called [Update Accelerator](http://update-accelerator.advproxy.net/). You'll not only get your Adobe updates; you'll also get update caching for Apple, Avast, Linux (.deb and .rpm), Mic... |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | Adobe supply a tool to customise the MSI installation of Acrobat, the [Adobe Customization Wizard](http://www.adobe.com/support/downloads/detail.jsp?ftpID=5515). What we do is to deploy Acrobat/Reader through Group Policy, having first used this tool to customise the MSI to *disable* all updating, update prompts, etc.
... | You mean something like [Adobe Update Manager](http://www.adobe.com/support/downloads/detail.jsp?ftpID=3185&promoid=DTEHP)? |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | What about using SMS or the new [System Center Configuration Manager](http://www.microsoft.com/systemcenter/configurationmanager/en/us/default.aspx)? I can't afford to play with SCCM but from what I understand it is much easier to deploy / update software than SMS was. It might be worth looking into anyways.
Ultimatel... | If when you say "manager", you're really after update caching, there's a free, open, passive plug-in to the linux-based firewall IPCop called [Update Accelerator](http://update-accelerator.advproxy.net/). You'll not only get your Adobe updates; you'll also get update caching for Apple, Avast, Linux (.deb and .rpm), Mic... |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | Adobe supply a tool to customise the MSI installation of Acrobat, the [Adobe Customization Wizard](http://www.adobe.com/support/downloads/detail.jsp?ftpID=5515). What we do is to deploy Acrobat/Reader through Group Policy, having first used this tool to customise the MSI to *disable* all updating, update prompts, etc.
... | A manual/homegrown approach may work:
* Whenever a new update is available, throw it in a shared folder (can be scripted via FTP-Lookup to Adobe-Server I think)
* At a user logon script, check that folder and drive the update, if a new file is there
Greetz, GHad
Edit: I friend of mine recommended the site <http://wp... |
20,390 | Does anyone know of a good tool for managing updates to Acrobat Reader?
I've just noticed that there is yet another security update, and I'd love to find something as good as WSUS to manage it.
Do the third-party tools like Shavlik do the trick? | 2009/06/05 | [
"https://serverfault.com/questions/20390",
"https://serverfault.com",
"https://serverfault.com/users/247/"
] | I install Adobe Reader via Group Policy and software assignment. I've been applying MSP-based patches to my Adobe Reader installation points and then instructing client computers to reinstall via the "Redeploy..." functionality in Group Policy. I don't particularly like doing things this way, but it's the least labor-i... | Adobe supply a tool to customise the MSI installation of Acrobat, the [Adobe Customization Wizard](http://www.adobe.com/support/downloads/detail.jsp?ftpID=5515). What we do is to deploy Acrobat/Reader through Group Policy, having first used this tool to customise the MSI to *disable* all updating, update prompts, etc.
... |
77,300 | I have wrote a paper almost a year ago which it was accepted by a peer review in a conference. However, I never got to present it there due to excessive fees of the event. I want to cite this paper now, so my question is, can I treat this paper as unpublished work or is there a formal way to say accepted in the confere... | 2016/09/24 | [
"https://academia.stackexchange.com/questions/77300",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/60588/"
] | Let us answer the question partwise:
>
> However, I never got to present it there due to excessive fees of the event.
>
>
>
This means that you never registered for your accepted paper. When you don't register for the paper, the conference committee consider the paper as withdrawn by the *Author(s)*. This ultimat... | There are two possible cases here:
* (Default case) Your paper has not been included to the conference proceedings
volume. In this case, your paper is unpublished. It might still be possible to cite it, e.g. by uploading it to arXiv and referencing it as an arXiv preprint, but this citation would have to leave out the... |
33,368 | I decided a few chapters into a book I'm writing that I dislike present tense, and that I would need to go back and make all instances of present tense past tense to maintain consistency. However, now that I'm going back to change the tense, I'm finding it is a far greater undertaking than I had expected. This is beyon... | 2018/02/17 | [
"https://writers.stackexchange.com/questions/33368",
"https://writers.stackexchange.com",
"https://writers.stackexchange.com/users/29642/"
] | One of the great misconceptions is that a story can be written in the past tense or the present tense. This is not the case. Individual sentences and sometimes phrases are written in particular tenses. Any substantial passage of prose is likely to contain multiple tenses.
Stories are written in the narrative past (mo... | I usually go with the search and replace function on Word. For most verbs you will only need to change the suffix, and then with more calm go trough the irregular verbs changing them to the new tense.
But! Be really attentive during the revision: you will probably find a lot of problems to solve and many parts of the... |
3,159 | Got inrested in DIY fluxes by reply [here](http://www.dealextreme.com/details.dx/sku.4697).
1. Can you substitute rosin-core wire with DIY flux and non-rosin-core-wire?
2. How and where to actually use DIY fluxes if you have rosin-core wire?
3. Which % of ethanol and rosin should be used with SMD components?
4. Why to... | 2010/06/25 | [
"https://electronics.stackexchange.com/questions/3159",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/2387/"
] | Why have non-rosin core wire? Solder paste is flux with solder granules suspended in it.
You can use it on the surfaces beforehand or a drop on desoldering braid. Keeps things flowing :) Also, SMT.
I've usually seen propanol used as a solvent with resin. As little as possible to keep the active ingredient usably thin... | 1. Please see [XTL's answer](https://electronics.stackexchange.com/questions/3159/diy-fluxes-with-ethanol-propanol-x-nol/3163#3163).
2. The static user commented [here](http://www.instructables.com/id/How-to-solder/): "There are times when addding additional rosin flux can be beneficial because is allows to solder to f... |
19,284 | I'm interested in creating a retro look for a game, and I'm currently in the process of deciding just *how* retro (which generation/console). What would make it easier would be if there was some sort of wiki/document on the limitations of each console, such as maximum number of colours total, maximum per sprite, number... | 2011/11/01 | [
"https://gamedev.stackexchange.com/questions/19284",
"https://gamedev.stackexchange.com",
"https://gamedev.stackexchange.com/users/10530/"
] | Most of these details are implicit in the hardware specifications for the consoles and the design of their hardware interaction APIs. This information is typically available in the programming guides for the relevant consoles, however those guides are under NDA and the closest you will be able to get is through [docume... | Consoles usually has a lot of different modes, for example the DS can have 4 colours, 16 or 256 (maybe even 16-bits, I don't remember).
Those were used because of cartridge memory footprint (a smaller game costed less to fabricate), of blit speed and memory footprint.
There were also a lot of techniques like the scanl... |
19,284 | I'm interested in creating a retro look for a game, and I'm currently in the process of deciding just *how* retro (which generation/console). What would make it easier would be if there was some sort of wiki/document on the limitations of each console, such as maximum number of colours total, maximum per sprite, number... | 2011/11/01 | [
"https://gamedev.stackexchange.com/questions/19284",
"https://gamedev.stackexchange.com",
"https://gamedev.stackexchange.com/users/10530/"
] | Most of these details are implicit in the hardware specifications for the consoles and the design of their hardware interaction APIs. This information is typically available in the programming guides for the relevant consoles, however those guides are under NDA and the closest you will be able to get is through [docume... | Using the SNES as an example:
8x8 or 16x16 pixel tiles are limited to 16 colors each. The colors may come from one of eight palettes. The tilemaps, containing these tiles, are limited to either 256x256, 512x256, or 256x512 pixels. Within the tilemap, you can use the same tile with a different palette. There was also s... |
19,284 | I'm interested in creating a retro look for a game, and I'm currently in the process of deciding just *how* retro (which generation/console). What would make it easier would be if there was some sort of wiki/document on the limitations of each console, such as maximum number of colours total, maximum per sprite, number... | 2011/11/01 | [
"https://gamedev.stackexchange.com/questions/19284",
"https://gamedev.stackexchange.com",
"https://gamedev.stackexchange.com/users/10530/"
] | Consoles usually has a lot of different modes, for example the DS can have 4 colours, 16 or 256 (maybe even 16-bits, I don't remember).
Those were used because of cartridge memory footprint (a smaller game costed less to fabricate), of blit speed and memory footprint.
There were also a lot of techniques like the scanl... | Using the SNES as an example:
8x8 or 16x16 pixel tiles are limited to 16 colors each. The colors may come from one of eight palettes. The tilemaps, containing these tiles, are limited to either 256x256, 512x256, or 256x512 pixels. Within the tilemap, you can use the same tile with a different palette. There was also s... |
1,322,990 | I'm a fan of Ef and want to use it but I'm not necessarily a fan of how associations work per-se. If I have a simple lookup table containing maybe 3 rows in it and would typically be treated as an enum in code, I don't like that I effectively have to do this to assign a value using the associating in EF:
myEntity.MyLo... | 2009/08/24 | [
"https://Stackoverflow.com/questions/1322990",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/40337/"
] | I think this is another reason for keeping Business Logic separate from data access layers. You may already do this, of course.
As an example, if you have a User table, and a UserTypes table. Your data layer needs to deal with this, but the business layer doesn't need to know about it, assuming you have some kind of ... | Foreign key values are a pain in EF v1. The way you're doing it above is the only way unless you're prepared to create an EntityKey yourself.
EF v4.0 will do away with this headache with "FK Associations." FK Associations are updatable scalar values that represent the relationship. |
2,121,703 | I have a page with a link, that the user clicks to log our api out of Facebook. When you click on it, it calls a ajax function that calls a php method to delete the users keys from our database, then calls the Facebook api logout function from a JS command. This calls Facebook and ends the users session. Once logged ou... | 2010/01/23 | [
"https://Stackoverflow.com/questions/2121703",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/687527/"
] | It looks as though you will need to kludge around some issues to get CSLA to talk via your own DAL - see <http://www.lhotka.net/Article.aspx?area=4&id=2e6468d6-9a02-4f0e-a31c-a7eecc268e1b>
There is also a more detailed forum discussion on the subject at <http://forums.lhotka.net/forums/thread/3714.aspx> | SubSonic is pretty well encapsulated so you can use it with just about anything. You can put the DAL that SubSonic generates in its own separate class library and/or namespace.
No experience with the CSLA.NET side of things. |
2,121,703 | I have a page with a link, that the user clicks to log our api out of Facebook. When you click on it, it calls a ajax function that calls a php method to delete the users keys from our database, then calls the Facebook api logout function from a JS command. This calls Facebook and ends the users session. Once logged ou... | 2010/01/23 | [
"https://Stackoverflow.com/questions/2121703",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/687527/"
] | SubSonic could be used as a DAL. I had a some trouble implementing a DAL at first when I was learning CSLA just because there is little documentation on this subject. I would recommend checking out our [templates](http://www.codesmithtools.com/generate-csla-code-with-templates.aspx). We have a complete working Paramete... | SubSonic is pretty well encapsulated so you can use it with just about anything. You can put the DAL that SubSonic generates in its own separate class library and/or namespace.
No experience with the CSLA.NET side of things. |
2,121,703 | I have a page with a link, that the user clicks to log our api out of Facebook. When you click on it, it calls a ajax function that calls a php method to delete the users keys from our database, then calls the Facebook api logout function from a JS command. This calls Facebook and ends the users session. Once logged ou... | 2010/01/23 | [
"https://Stackoverflow.com/questions/2121703",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/687527/"
] | SubSonic could be used as a DAL. I had a some trouble implementing a DAL at first when I was learning CSLA just because there is little documentation on this subject. I would recommend checking out our [templates](http://www.codesmithtools.com/generate-csla-code-with-templates.aspx). We have a complete working Paramete... | It looks as though you will need to kludge around some issues to get CSLA to talk via your own DAL - see <http://www.lhotka.net/Article.aspx?area=4&id=2e6468d6-9a02-4f0e-a31c-a7eecc268e1b>
There is also a more detailed forum discussion on the subject at <http://forums.lhotka.net/forums/thread/3714.aspx> |
124 | It seems many SE sites have some sort of concept of what I call "sub-tags", but it seems to be slightly different for this site as one tag literally is a subset of another. Granted, I know that there are 'ribozymes' that are enzymes made from RNA, but >99% of all enzymes are proteins to my knowledge. Since enzymes are ... | 2012/01/24 | [
"https://biology.meta.stackexchange.com/questions/124",
"https://biology.meta.stackexchange.com",
"https://biology.meta.stackexchange.com/users/62/"
] | I can see this happening for a number of tags actually.
[photosynthesis](https://biology.stackexchange.com/questions/tagged/photosynthesis "show questions tagged 'photosynthesis'") will likely nine times out of ten be a subset of [botany](https://biology.stackexchange.com/questions/tagged/botany "show questions tagged... | Even thout you are correct that [enzymes](https://biology.stackexchange.com/questions/tagged/enzymes "show questions tagged 'enzymes'") are in 99% [proteins](https://biology.stackexchange.com/questions/tagged/proteins "show questions tagged 'proteins'"), the reverse is not always true.
Enzymes are the proteins that s... |
20,281,144 | Hy,
how can I create a **asmx** web service in Visual Studio 2013?
I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-asmx-for.html) short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created".
Thanks for ... | 2013/11/29 | [
"https://Stackoverflow.com/questions/20281144",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1542878/"
] | 1. Create Empty ASP.NET Project

2. Add Web Service(asmx) to your project
 | Short answer: Don't do it.
Longer answer: Use WCF. It's here to replace Asmx.
see this [answer](https://stackoverflow.com/a/2448568/1698987) for example, or the first comment on [this one](https://stackoverflow.com/questions/20003679/webservice-c-sharp-asmx-timeout-event-from-iis-server).
**John Saunders**: ASMX is... |
20,281,144 | Hy,
how can I create a **asmx** web service in Visual Studio 2013?
I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-asmx-for.html) short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created".
Thanks for ... | 2013/11/29 | [
"https://Stackoverflow.com/questions/20281144",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1542878/"
] | 1. Create Empty ASP.NET Project

2. Add Web Service(asmx) to your project
 | on the web site box, you have selected .NETFramework 4.5 and it doesn show, so click there and choose the 3.5...i hope it helps. |
20,281,144 | Hy,
how can I create a **asmx** web service in Visual Studio 2013?
I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-asmx-for.html) short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created".
Thanks for ... | 2013/11/29 | [
"https://Stackoverflow.com/questions/20281144",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1542878/"
] | 1. Create Empty ASP.NET Project

2. Add Web Service(asmx) to your project
 | Check your namespaces. I had and issue with that. I found that out by adding another web service to the project to dup it like you did yours and noticed the namespace was different. I had renamed it at the beginning of the project and it looks like its persisted. |
20,281,144 | Hy,
how can I create a **asmx** web service in Visual Studio 2013?
I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-asmx-for.html) short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created".
Thanks for ... | 2013/11/29 | [
"https://Stackoverflow.com/questions/20281144",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1542878/"
] | Short answer: Don't do it.
Longer answer: Use WCF. It's here to replace Asmx.
see this [answer](https://stackoverflow.com/a/2448568/1698987) for example, or the first comment on [this one](https://stackoverflow.com/questions/20003679/webservice-c-sharp-asmx-timeout-event-from-iis-server).
**John Saunders**: ASMX is... | on the web site box, you have selected .NETFramework 4.5 and it doesn show, so click there and choose the 3.5...i hope it helps. |
20,281,144 | Hy,
how can I create a **asmx** web service in Visual Studio 2013?
I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-asmx-for.html) short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created".
Thanks for ... | 2013/11/29 | [
"https://Stackoverflow.com/questions/20281144",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1542878/"
] | Short answer: Don't do it.
Longer answer: Use WCF. It's here to replace Asmx.
see this [answer](https://stackoverflow.com/a/2448568/1698987) for example, or the first comment on [this one](https://stackoverflow.com/questions/20003679/webservice-c-sharp-asmx-timeout-event-from-iis-server).
**John Saunders**: ASMX is... | Check your namespaces. I had and issue with that. I found that out by adding another web service to the project to dup it like you did yours and noticed the namespace was different. I had renamed it at the beginning of the project and it looks like its persisted. |
20,281,144 | Hy,
how can I create a **asmx** web service in Visual Studio 2013?
I have found [this](http://tarikub.blogspot.co.at/2013/09/turning-wcf-service-into-asmx-for.html) short tutorial about that, but when I follow this in Visual Studio 2013 I get an error that says "the type 'Service1' could not be created".
Thanks for ... | 2013/11/29 | [
"https://Stackoverflow.com/questions/20281144",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1542878/"
] | on the web site box, you have selected .NETFramework 4.5 and it doesn show, so click there and choose the 3.5...i hope it helps. | Check your namespaces. I had and issue with that. I found that out by adding another web service to the project to dup it like you did yours and noticed the namespace was different. I had renamed it at the beginning of the project and it looks like its persisted. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | If you're on a Mac, you can use TextMate and install [Groovy/Grails](https://github.com/textmate/groovy-grails.tmbundle) bundle. You will have code snippets, that is some kind of completion.
If you're on Windows/Linux/Mac you can use [Redcar](http://redcareditor.com/), that was made for(and in) Ruby but has Groovy/Gra... | i use IntelliJ Ultimate and it's the best way to go but if you want a free solution then Netbean 6.5 an up supports groovy/grails code highlight / Code completion natively and is free. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | I'm using [IntelliJ](http://www.jetbrains.com/idea/index.html) Community Edition. As I see, the difference between free editors is not much. In face, I use IntelliJ Community just because of its simple interface. It also supports syntax highlight/code completion for groovy/java, & somehandy functions like search/go to.... | i use IntelliJ Ultimate and it's the best way to go but if you want a free solution then Netbean 6.5 an up supports groovy/grails code highlight / Code completion natively and is free. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | I second [IntelliJ](http://www.jetbrains.com/idea/index.html), but [the free edition could suffice, it has groovy support](http://www.jetbrains.com/idea/features/editions_comparison_matrix.html), though Grails support is in the paid version only. | i use IntelliJ Ultimate and it's the best way to go but if you want a free solution then Netbean 6.5 an up supports groovy/grails code highlight / Code completion natively and is free. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | IntelliJ from JetBrains has all [that and more](http://www.jetbrains.com/idea/features/groovy_grails.html). It's not free, but the price is worth it. | I'm using [IntelliJ](http://www.jetbrains.com/idea/index.html) Community Edition. As I see, the difference between free editors is not much. In face, I use IntelliJ Community just because of its simple interface. It also supports syntax highlight/code completion for groovy/java, & somehandy functions like search/go to.... |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | Did you enable the Groovy and Grails support? It's not there by default but it's trivial to configure. See <http://grails.org/STS+Integration/> | If you're on a Mac, you can use TextMate and install [Groovy/Grails](https://github.com/textmate/groovy-grails.tmbundle) bundle. You will have code snippets, that is some kind of completion.
If you're on Windows/Linux/Mac you can use [Redcar](http://redcareditor.com/), that was made for(and in) Ruby but has Groovy/Gra... |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | If you're on a Mac, you can use TextMate and install [Groovy/Grails](https://github.com/textmate/groovy-grails.tmbundle) bundle. You will have code snippets, that is some kind of completion.
If you're on Windows/Linux/Mac you can use [Redcar](http://redcareditor.com/), that was made for(and in) Ruby but has Groovy/Gra... | I second [IntelliJ](http://www.jetbrains.com/idea/index.html), but [the free edition could suffice, it has groovy support](http://www.jetbrains.com/idea/features/editions_comparison_matrix.html), though Grails support is in the paid version only. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | IntelliJ from JetBrains has all [that and more](http://www.jetbrains.com/idea/features/groovy_grails.html). It's not free, but the price is worth it. | I second [IntelliJ](http://www.jetbrains.com/idea/index.html), but [the free edition could suffice, it has groovy support](http://www.jetbrains.com/idea/features/editions_comparison_matrix.html), though Grails support is in the paid version only. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | IntelliJ from JetBrains has all [that and more](http://www.jetbrains.com/idea/features/groovy_grails.html). It's not free, but the price is worth it. | i use IntelliJ Ultimate and it's the best way to go but if you want a free solution then Netbean 6.5 an up supports groovy/grails code highlight / Code completion natively and is free. |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | If you're on a Mac, you can use TextMate and install [Groovy/Grails](https://github.com/textmate/groovy-grails.tmbundle) bundle. You will have code snippets, that is some kind of completion.
If you're on Windows/Linux/Mac you can use [Redcar](http://redcareditor.com/), that was made for(and in) Ruby but has Groovy/Gra... | I'm using [IntelliJ](http://www.jetbrains.com/idea/index.html) Community Edition. As I see, the difference between free editors is not much. In face, I use IntelliJ Community just because of its simple interface. It also supports syntax highlight/code completion for groovy/java, & somehandy functions like search/go to.... |
4,483,947 | I'm trying to learn Grails.
I'm using SpringSource toole suite.
I expected to find code-completion, syntax highlighting and more things like that in the IDE.
Nothing like that!
Any advice? | 2010/12/19 | [
"https://Stackoverflow.com/questions/4483947",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/494826/"
] | Did you enable the Groovy and Grails support? It's not there by default but it's trivial to configure. See <http://grails.org/STS+Integration/> | I'm using [IntelliJ](http://www.jetbrains.com/idea/index.html) Community Edition. As I see, the difference between free editors is not much. In face, I use IntelliJ Community just because of its simple interface. It also supports syntax highlight/code completion for groovy/java, & somehandy functions like search/go to.... |
2,765 | Does it make any difference when you wrap food with aluminum foil for grilling or baking or making a steam pouch whether you put the shiny side in or the shiny side out?
I've seen at least one answer to a questiong about grilling that made mention of this. | 2010/07/22 | [
"https://cooking.stackexchange.com/questions/2765",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/561/"
] | I've been told that the shiny side should go on the inside for cooking, and the outside for freezing. In other words, do you want to reflect the heat into the food, or away from the food?
However, common sense (which fails very often) tells me that with the temperature ranges involved, any benefit is marginal, if it e... | I think with the foil's shiny side outside the food cooks a bit later because it reflects heat away from the food |
2,765 | Does it make any difference when you wrap food with aluminum foil for grilling or baking or making a steam pouch whether you put the shiny side in or the shiny side out?
I've seen at least one answer to a questiong about grilling that made mention of this. | 2010/07/22 | [
"https://cooking.stackexchange.com/questions/2765",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/561/"
] | I've been told that the shiny side should go on the inside for cooking, and the outside for freezing. In other words, do you want to reflect the heat into the food, or away from the food?
However, common sense (which fails very often) tells me that with the temperature ranges involved, any benefit is marginal, if it e... | It takes longer to bake with the shiny side out, I know this because i have cooked for years for large numbers of people and have to do it in about 2 hours max. Shiny side in cooks things faster. |
2,765 | Does it make any difference when you wrap food with aluminum foil for grilling or baking or making a steam pouch whether you put the shiny side in or the shiny side out?
I've seen at least one answer to a questiong about grilling that made mention of this. | 2010/07/22 | [
"https://cooking.stackexchange.com/questions/2765",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/561/"
] | I've been told that the shiny side should go on the inside for cooking, and the outside for freezing. In other words, do you want to reflect the heat into the food, or away from the food?
However, common sense (which fails very often) tells me that with the temperature ranges involved, any benefit is marginal, if it e... | I just cooked 12 baked potatoes; 6 shiny side out, and 6 shiny side in. Each potato was individually wrapped and all potatoes were about the same size. I cooked the shiny side out potatoes first, then turned off the oven and left the oven door open for 30 minutes before cooking the other six. I also unwrapped both sets... |
2,765 | Does it make any difference when you wrap food with aluminum foil for grilling or baking or making a steam pouch whether you put the shiny side in or the shiny side out?
I've seen at least one answer to a questiong about grilling that made mention of this. | 2010/07/22 | [
"https://cooking.stackexchange.com/questions/2765",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/561/"
] | I just cooked 12 baked potatoes; 6 shiny side out, and 6 shiny side in. Each potato was individually wrapped and all potatoes were about the same size. I cooked the shiny side out potatoes first, then turned off the oven and left the oven door open for 30 minutes before cooking the other six. I also unwrapped both sets... | I think with the foil's shiny side outside the food cooks a bit later because it reflects heat away from the food |
2,765 | Does it make any difference when you wrap food with aluminum foil for grilling or baking or making a steam pouch whether you put the shiny side in or the shiny side out?
I've seen at least one answer to a questiong about grilling that made mention of this. | 2010/07/22 | [
"https://cooking.stackexchange.com/questions/2765",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/561/"
] | I just cooked 12 baked potatoes; 6 shiny side out, and 6 shiny side in. Each potato was individually wrapped and all potatoes were about the same size. I cooked the shiny side out potatoes first, then turned off the oven and left the oven door open for 30 minutes before cooking the other six. I also unwrapped both sets... | It takes longer to bake with the shiny side out, I know this because i have cooked for years for large numbers of people and have to do it in about 2 hours max. Shiny side in cooks things faster. |
13,057 | From my understanding, in affirmative sentences, the thing we want to mainly talk about can be fronted. as in '*strange people* they are'.
I wonder if such structure is possible with questions. If so, which (kinds) of the following are, either grammatically or idiomatically, acceptable?
1. Good or bad is this plan?
2... | 2013/11/10 | [
"https://ell.stackexchange.com/questions/13057",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/-1/"
] | In practice, I would say none of those are acceptable. There are some instances when that *type* of structure is used, but I would not use that in everyday speech. | Yes, we can often front sentence constituents for emphasis. However, if that results in nonstandard word order, then it can create sentences that sound awkward (or ["Yodaish"](https://en.wikipedia.org/wiki/Yodaish)). Your original sentence ("strange people they are") would sound awkward in many contexts, and I think th... |
10,437 | Could you use D&D for a film noir setting? What would have to be changed?
By "film noir", I'm imagining something set in the 1940s, urban, dark, private eyes and all that. There would be cars, telephones, revolvers, all the technology of the time. And there would be no magic. | 2011/10/14 | [
"https://rpg.stackexchange.com/questions/10437",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/2460/"
] | I would say yes but you would be trying to put a square peg into a round hole. You will have to do a lot to get the magic out of D&D, the classes would need re-doing, and there would be none of the background available.
There is a [d20 modern](http://www.wizards.com/default.asp?x=d20modern) which would fit better but ... | The biggest change you'd need to make would be to **lower the massive damage threshold** dramatically. Noir as a genre tends toward stark portrayals of life and death, and the increasing levels of hit points in D&D make that harder. One fix might be to set a character's MDT equal to their Constitution, or perhaps a fla... |
10,437 | Could you use D&D for a film noir setting? What would have to be changed?
By "film noir", I'm imagining something set in the 1940s, urban, dark, private eyes and all that. There would be cars, telephones, revolvers, all the technology of the time. And there would be no magic. | 2011/10/14 | [
"https://rpg.stackexchange.com/questions/10437",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/2460/"
] | I would say yes but you would be trying to put a square peg into a round hole. You will have to do a lot to get the magic out of D&D, the classes would need re-doing, and there would be none of the background available.
There is a [d20 modern](http://www.wizards.com/default.asp?x=d20modern) which would fit better but ... | Maybe you could track down a copy of *Call of Cthulhu D20*.
It is mostly geared towards Horror games, but I believe that the "distance" you have to cover from D&D to Film Noir is a lot more than starting from CoC D20.
For a starter, the game main setting can be 1920 or later (up to modern times) so there are stats f... |
10,437 | Could you use D&D for a film noir setting? What would have to be changed?
By "film noir", I'm imagining something set in the 1940s, urban, dark, private eyes and all that. There would be cars, telephones, revolvers, all the technology of the time. And there would be no magic. | 2011/10/14 | [
"https://rpg.stackexchange.com/questions/10437",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/2460/"
] | I would say yes but you would be trying to put a square peg into a round hole. You will have to do a lot to get the magic out of D&D, the classes would need re-doing, and there would be none of the background available.
There is a [d20 modern](http://www.wizards.com/default.asp?x=d20modern) which would fit better but ... | Gangbusters
-----------
I won't repeat what others have said about D&D being a bad fit for your needs. I can offer another alternative game...
Back in the 1980s, TSR produced an RPG set in 1930s/40s (Prohibition era) America called *Gangbusters*. The rules allowed for you being a private detective, a police officer, ... |
10,437 | Could you use D&D for a film noir setting? What would have to be changed?
By "film noir", I'm imagining something set in the 1940s, urban, dark, private eyes and all that. There would be cars, telephones, revolvers, all the technology of the time. And there would be no magic. | 2011/10/14 | [
"https://rpg.stackexchange.com/questions/10437",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/2460/"
] | The biggest change you'd need to make would be to **lower the massive damage threshold** dramatically. Noir as a genre tends toward stark portrayals of life and death, and the increasing levels of hit points in D&D make that harder. One fix might be to set a character's MDT equal to their Constitution, or perhaps a fla... | Gangbusters
-----------
I won't repeat what others have said about D&D being a bad fit for your needs. I can offer another alternative game...
Back in the 1980s, TSR produced an RPG set in 1930s/40s (Prohibition era) America called *Gangbusters*. The rules allowed for you being a private detective, a police officer, ... |
10,437 | Could you use D&D for a film noir setting? What would have to be changed?
By "film noir", I'm imagining something set in the 1940s, urban, dark, private eyes and all that. There would be cars, telephones, revolvers, all the technology of the time. And there would be no magic. | 2011/10/14 | [
"https://rpg.stackexchange.com/questions/10437",
"https://rpg.stackexchange.com",
"https://rpg.stackexchange.com/users/2460/"
] | Maybe you could track down a copy of *Call of Cthulhu D20*.
It is mostly geared towards Horror games, but I believe that the "distance" you have to cover from D&D to Film Noir is a lot more than starting from CoC D20.
For a starter, the game main setting can be 1920 or later (up to modern times) so there are stats f... | Gangbusters
-----------
I won't repeat what others have said about D&D being a bad fit for your needs. I can offer another alternative game...
Back in the 1980s, TSR produced an RPG set in 1930s/40s (Prohibition era) America called *Gangbusters*. The rules allowed for you being a private detective, a police officer, ... |
53,648 | [Source](http://www.thehindubusinessline.com/opinion/are-you-flushing-gold-down-your-toilet/article7032537.ece)
I was studying today's newspaper and this appeared:
>
> How did the metals get there?
> Metals are used in practically every product we use. Even detergents and shampoos have traces of them. Nanoparticles... | 2015/03/27 | [
"https://ell.stackexchange.com/questions/53648",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/11060/"
] | First of all, the difference between "could have been" and "could be" is that both of them indicate that it's impossible to get the result but why it's impossible is the difference, in could have been, it's impossible because it's past. It could have been possible if he did it in the past.
But with 'could be' it's im... | Interesting question!
**Could have been** is correct here, and **could be** isn't, and I will show you why.
*So I could have been a millionaire by now?* is short for *So I could have been a millionaire by now if my bodily waste had been harvested?*
Another way of explaining: \*So I **could be** a millionaire etc." i... |
53,648 | [Source](http://www.thehindubusinessline.com/opinion/are-you-flushing-gold-down-your-toilet/article7032537.ece)
I was studying today's newspaper and this appeared:
>
> How did the metals get there?
> Metals are used in practically every product we use. Even detergents and shampoos have traces of them. Nanoparticles... | 2015/03/27 | [
"https://ell.stackexchange.com/questions/53648",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/11060/"
] | The simple answer is that both "could be" and "could have been" express some possibility or potential. "Could be" is used for potential *future* events:
>
> If I **invest** in the right stock, I **could be** rich!
>
>
>
"Could have been" is used for potential *past* events, or ongoing events up to the present mom... | Interesting question!
**Could have been** is correct here, and **could be** isn't, and I will show you why.
*So I could have been a millionaire by now?* is short for *So I could have been a millionaire by now if my bodily waste had been harvested?*
Another way of explaining: \*So I **could be** a millionaire etc." i... |
53,648 | [Source](http://www.thehindubusinessline.com/opinion/are-you-flushing-gold-down-your-toilet/article7032537.ece)
I was studying today's newspaper and this appeared:
>
> How did the metals get there?
> Metals are used in practically every product we use. Even detergents and shampoos have traces of them. Nanoparticles... | 2015/03/27 | [
"https://ell.stackexchange.com/questions/53648",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/11060/"
] | First of all, the difference between "could have been" and "could be" is that both of them indicate that it's impossible to get the result but why it's impossible is the difference, in could have been, it's impossible because it's past. It could have been possible if he did it in the past.
But with 'could be' it's im... | 1. I could have been a millionaire by now... - but I won't be.
2. I could be a millionaire by now... - if I did it.
Plainly, when there is no possibility of getting any success we use 'could have been'.
When there is a possibility then 'could be' is used.
Consider:
1. I could have been a millionaire if I had accep... |
53,648 | [Source](http://www.thehindubusinessline.com/opinion/are-you-flushing-gold-down-your-toilet/article7032537.ece)
I was studying today's newspaper and this appeared:
>
> How did the metals get there?
> Metals are used in practically every product we use. Even detergents and shampoos have traces of them. Nanoparticles... | 2015/03/27 | [
"https://ell.stackexchange.com/questions/53648",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/11060/"
] | The simple answer is that both "could be" and "could have been" express some possibility or potential. "Could be" is used for potential *future* events:
>
> If I **invest** in the right stock, I **could be** rich!
>
>
>
"Could have been" is used for potential *past* events, or ongoing events up to the present mom... | 1. I could have been a millionaire by now... - but I won't be.
2. I could be a millionaire by now... - if I did it.
Plainly, when there is no possibility of getting any success we use 'could have been'.
When there is a possibility then 'could be' is used.
Consider:
1. I could have been a millionaire if I had accep... |
52,142 | I have an audio sine signal -300mv to +300mv (600mv p-p), and I would like to read it using a microcontroller. I want to get rid of the negative half of the sine signal. How can I clip it?
I do not want to use a voltage divider to add DC bias to the signal because it may not be stable due to the power supply noise.
A... | 2012/12/24 | [
"https://electronics.stackexchange.com/questions/52142",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/16879/"
] | There are OpAmp circuits called *precision clamp* (or *precision rectifier*, or *precision diode*).
 ([source](http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/opampvar3.html))
Regarding the long term reliability. (The 2nd question in the O.P.) ... | You can AC couple the signal in and provide a working DC bias at mid-rail after the cap using resistors. the main problem with this approach will be that at the different frequencies your capacitor impedance will vary quite a lot. so this may not be the best solution. |
52,142 | I have an audio sine signal -300mv to +300mv (600mv p-p), and I would like to read it using a microcontroller. I want to get rid of the negative half of the sine signal. How can I clip it?
I do not want to use a voltage divider to add DC bias to the signal because it may not be stable due to the power supply noise.
A... | 2012/12/24 | [
"https://electronics.stackexchange.com/questions/52142",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/16879/"
] | If you only have a single supply you can shift the signal before you rectify it, using something like the following circuit:

Simulation

You can change the Vref (a precision reference IC would be g... | You can AC couple the signal in and provide a working DC bias at mid-rail after the cap using resistors. the main problem with this approach will be that at the different frequencies your capacitor impedance will vary quite a lot. so this may not be the best solution. |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | The question is "MS Word Documents to PDF in ASP.NET" so I am very puzzled why Aspose.Pdf and Aspose.Pdf.Kit are recommended above. You need to use [Aspose.Words](http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx) because that's the component that supports Microsoft Word documents to P... | You should try using OpenOffice for this. It is Free and supports a whole range of file conversions. I have used it to convert DOC & DOCX files to HTML format with fantastic results. |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | ABCpdf is another popular component that'll let you convert Word documents to PDF under ASP.NET, however I believe it too makes use of Microsoft Office or OpenOffice.
<http://www.websupergoo.com/abcpdf-office-docs.htm> | Microsoft PDF add-in for word seems to be the best solution for now but you should take into consideration that it does not convert all word documents correctly to pdf and in some cases you will see huge difference between the word and the output pdf. Unfortunately I couldn't find any api that would convert all word do... |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | It's not exactly Open Source, but Aspose has a couple products which can do that,
[Aspose.Pdf.Kit](http://www.aspose.com/categories/file-format-components/aspose.pdf.kit-for-.net-and-java/default.aspx)
>
> Aspose.Pdf.Kit is a non-graphical PDF® document manipulation component that enables both .NET and Java develope... | You should try using OpenOffice for this. It is Free and supports a whole range of file conversions. I have used it to convert DOC & DOCX files to HTML format with fantastic results. |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | ActivePdf DocConverter - <http://www.activepdf.com/>
But it requires Office installed on the server for good quality conversion. | Microsoft PDF add-in for word seems to be the best solution for now but you should take into consideration that it does not convert all word documents correctly to pdf and in some cases you will see huge difference between the word and the output pdf. Unfortunately I couldn't find any api that would convert all word do... |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | The question is "MS Word Documents to PDF in ASP.NET" so I am very puzzled why Aspose.Pdf and Aspose.Pdf.Kit are recommended above. You need to use [Aspose.Words](http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx) because that's the component that supports Microsoft Word documents to P... | Aspose.Words may be the best option for you, but it doesn't convert all visual elements perfectly.
Have a look at the [Muhimbi PDF Converter Web Services](http://www.muhimbi.com/Products/PDF-Converter-Services/summary.aspx). It runs on Windows as a service, but can be accessed from any non-Windows web services capable... |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | It's not exactly Open Source, but Aspose has a couple products which can do that,
[Aspose.Pdf.Kit](http://www.aspose.com/categories/file-format-components/aspose.pdf.kit-for-.net-and-java/default.aspx)
>
> Aspose.Pdf.Kit is a non-graphical PDF® document manipulation component that enables both .NET and Java develope... | Microsoft PDF add-in for word seems to be the best solution for now but you should take into consideration that it does not convert all word documents correctly to pdf and in some cases you will see huge difference between the word and the output pdf. Unfortunately I couldn't find any api that would convert all word do... |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | The question is "MS Word Documents to PDF in ASP.NET" so I am very puzzled why Aspose.Pdf and Aspose.Pdf.Kit are recommended above. You need to use [Aspose.Words](http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx) because that's the component that supports Microsoft Word documents to P... | Check out Microsoft's resource on [Saving Word 2007 Documents to PDF and XPS Formats](http://msdn.microsoft.com/en-us/library/bb412305.aspx) using C# or VB. |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | Check out Microsoft's resource on [Saving Word 2007 Documents to PDF and XPS Formats](http://msdn.microsoft.com/en-us/library/bb412305.aspx) using C# or VB. | ABCpdf is another popular component that'll let you convert Word documents to PDF under ASP.NET, however I believe it too makes use of Microsoft Office or OpenOffice.
<http://www.websupergoo.com/abcpdf-office-docs.htm> |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | It's not exactly Open Source, but Aspose has a couple products which can do that,
[Aspose.Pdf.Kit](http://www.aspose.com/categories/file-format-components/aspose.pdf.kit-for-.net-and-java/default.aspx)
>
> Aspose.Pdf.Kit is a non-graphical PDF® document manipulation component that enables both .NET and Java develope... | ActivePdf DocConverter - <http://www.activepdf.com/>
But it requires Office installed on the server for good quality conversion. |
159,768 | I'm working on building a Silverlight application whereas we want to be able to have a client hit a url like:
http://{client}.domain.com/
and login, where the {client} part is their business name. so for example, google's would be:
<http://google.domain.com/>
What I was wondering was if anyone has been able, in sil... | 2008/10/01 | [
"https://Stackoverflow.com/questions/159768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/24302/"
] | Check out Microsoft's resource on [Saving Word 2007 Documents to PDF and XPS Formats](http://msdn.microsoft.com/en-us/library/bb412305.aspx) using C# or VB. | Microsoft PDF add-in for word seems to be the best solution for now but you should take into consideration that it does not convert all word documents correctly to pdf and in some cases you will see huge difference between the word and the output pdf. Unfortunately I couldn't find any api that would convert all word do... |
34,359 | In the analysis of definite descriptions there is a problem called "The Problem of Indistinguishable Participants", exemplified by the so-called *bishop sentences*:
>
> If a bishop meets a bishop, the bishop blesses the bishop.
>
>
>
These sentences provide a specific example of incomplete definite descriptions. ... | 2019/11/29 | [
"https://linguistics.stackexchange.com/questions/34359",
"https://linguistics.stackexchange.com",
"https://linguistics.stackexchange.com/users/1427/"
] | I think it solves most of the natural language problem to realize that a definite description conveys the uniqueness of its referent (rather than assuming it). And the rest is solved when you realize that there is a variety of circumstances that make utterances difficult for hearers to interpret. The possibility that t... | I didn't read the question to end. Just one example
>
> The table is covered with books
>
>
>
it's not a full clause if it's taken out of context. It's missung the relative pronoun. Usually we assume that there's an implicite one at the beginning of a top level clause. *While* I don't want to say that's a matter ... |
116,057 | What are the security risks in adding a feature to an application which allows users to test for connectivity from a server to a printer?
I'm planning to add a feature to my application to allow users to click a button which will test whether the server can connect to a printer. The button won't allow the user to send... | 2016/02/29 | [
"https://security.stackexchange.com/questions/116057",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/98400/"
] | You're correct to say that depending on how the application is deployed and who the user's are, there could be some risks in allowing users to do this.
Some controls which would likely help in this kind of scenario
* Allow administrators to specify a list of valid printers, and then allow users to only choose from th... | You can limit it to port 9100 which is a common printer port. You don't need to have your printers set up for raw printing for being able to test "is this IP a printer?", because even if your hosts are set up to print via IPP or such, the printer will usually reply on the 9100 raw port anyways.
631 is the common port ... |
37,469 | Do you prefer to run their IIS webservers inside a DMZ that is part of the greater organisation's AD or do you prefer to sacrifice ease of management and user control over (possibly perceived) security?
We currently run our IIS boxes outside of the domain and this enables us to keep a one-way rule with our firewall (n... | 2009/07/08 | [
"https://serverfault.com/questions/37469",
"https://serverfault.com",
"https://serverfault.com/users/10407/"
] | you can get the best of both worlds. AD LDS can be implemented and federated with your domain see [this article](http://www.windowsnetworking.com/articles_tutorials/Windows-Server-2008-Domain-Services-Part2.html) for an overview | We have off-the-shelf product that requires us to run the software on an domained IIS server. What's more, at least one of the OTS packages we have is designed to be internet-facing and required to be domained. Some might call this a poorly designed application, but we have to use it so the question is a tad moot. |
37,469 | Do you prefer to run their IIS webservers inside a DMZ that is part of the greater organisation's AD or do you prefer to sacrifice ease of management and user control over (possibly perceived) security?
We currently run our IIS boxes outside of the domain and this enables us to keep a one-way rule with our firewall (n... | 2009/07/08 | [
"https://serverfault.com/questions/37469",
"https://serverfault.com",
"https://serverfault.com/users/10407/"
] | you can get the best of both worlds. AD LDS can be implemented and federated with your domain see [this article](http://www.windowsnetworking.com/articles_tutorials/Windows-Server-2008-Domain-Services-Part2.html) for an overview | We run our IIS servers in a domain -- their own domain. When app pool identity and services run in a domain account, it is much easier to control access to shared files, data and other resources on different machines. Their are security, scalability, and ease of use benefits to this model. I can't think of any risk to ... |
299,519 | I am working on a performance art project in which I want to track the position of juggling balls as they are thrown in the air. The idea is to output a sonification of the ball's position in the air as an alternative to seeing the pattern being juggled.
Note that because this is not scientific, *I am only looking to g... | 2017/04/14 | [
"https://electronics.stackexchange.com/questions/299519",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/146291/"
] | >
> Bluetooth accelerometer data from wii controllers embedded in juggling clubs. This didn't produce very interesting results because the acceleration hardly changed once the club was in the air.
>
>
>
Well, that's to be expected! You know, gravity's pull is rather constant on earth!
So the interesting thing her... | Put a magnetic pulsar in each ball. Different carrier frequencies.
And have a receiver coil, or 2 or 3, pick up the carriers.
With lots of thermal noise, and various bandwidths to accept or reject that random noise, perhaps with a control board to adjust noise in realtime, you have a commercial product. |
836 | I asked a [question](https://mathoverflow.net/questions/142415/is-there-any-monoid-in-which-the-product-of-two-non-invertible-elements-could-be) on MO and it now has three correct answers, all more or less using the same strategy and similar to each other. If I accept all of them, do they all get the reputation they de... | 2013/09/17 | [
"https://meta.mathoverflow.net/questions/836",
"https://meta.mathoverflow.net",
"https://meta.mathoverflow.net/users/29316/"
] | In absence of good reasons to prefer one answer, sometimes people choose the first given one, and leaves some nice comment to the others.
(Look e.g. [here](https://mathoverflow.net/questions/65149/is-the-supremum-of-continuous-functions-integrable/65150#65150): I was honored to have the same example as George Lowther,... | Since you can't accept more than one answer, a common method to approximate fairness is to accept one, and vote up the other correct answers. One person will get 5 more points than the others. |
836 | I asked a [question](https://mathoverflow.net/questions/142415/is-there-any-monoid-in-which-the-product-of-two-non-invertible-elements-could-be) on MO and it now has three correct answers, all more or less using the same strategy and similar to each other. If I accept all of them, do they all get the reputation they de... | 2013/09/17 | [
"https://meta.mathoverflow.net/questions/836",
"https://meta.mathoverflow.net",
"https://meta.mathoverflow.net/users/29316/"
] | As others have stated, you cannot accept more than one answer.
Don't worry about reputation too much, I think almost no one cares if they get 15 points more or 15 points less than others.
Accept the answer you like most, and if they all look the same to you go by some arbitrary rule to break ties like the chronologi... | Since you can't accept more than one answer, a common method to approximate fairness is to accept one, and vote up the other correct answers. One person will get 5 more points than the others. |
836 | I asked a [question](https://mathoverflow.net/questions/142415/is-there-any-monoid-in-which-the-product-of-two-non-invertible-elements-could-be) on MO and it now has three correct answers, all more or less using the same strategy and similar to each other. If I accept all of them, do they all get the reputation they de... | 2013/09/17 | [
"https://meta.mathoverflow.net/questions/836",
"https://meta.mathoverflow.net",
"https://meta.mathoverflow.net/users/29316/"
] | As others have stated, you cannot accept more than one answer.
Don't worry about reputation too much, I think almost no one cares if they get 15 points more or 15 points less than others.
Accept the answer you like most, and if they all look the same to you go by some arbitrary rule to break ties like the chronologi... | In absence of good reasons to prefer one answer, sometimes people choose the first given one, and leaves some nice comment to the others.
(Look e.g. [here](https://mathoverflow.net/questions/65149/is-the-supremum-of-continuous-functions-integrable/65150#65150): I was honored to have the same example as George Lowther,... |
12,529,021 | I'm fairly new to JavaScript and jQuery. I'm trying to add a slider to my web page.
So I want to make it look like the slider at <http://www.orthoimplantcompany.com/products/>
Can any one please give me an idea on how to do this?
I have three products. After click on one product, it should open the image gallery so tha... | 2012/09/21 | [
"https://Stackoverflow.com/questions/12529021",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1653919/"
] | 3rd result on Google: <http://speckyboy.com/2009/06/03/15-amazing-jquery-image-galleryslideshow-plugins-and-tutorials/>
StackOverflow is about letting us know what you've tried, and asking clear questions around what to do, or why isn't some specific code working.
It's not really a "How do I do this?" site - <https:/... | If you are starting out with JavaScript and jQuery, use one of the freely available plugins that matches what you need, for example [Tiny Carousel](http://www.jsplugins.com/Scripts/Plugins/View/Tiny-Carousel/).
Once you see how the plugins work, you may want to adjust it or write your own from scratch. |
12,529,021 | I'm fairly new to JavaScript and jQuery. I'm trying to add a slider to my web page.
So I want to make it look like the slider at <http://www.orthoimplantcompany.com/products/>
Can any one please give me an idea on how to do this?
I have three products. After click on one product, it should open the image gallery so tha... | 2012/09/21 | [
"https://Stackoverflow.com/questions/12529021",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1653919/"
] | There are following js framework
<http://flexslider.woothemes.com/thumbnail-controlnav.html>
if you want to go to other page, you need to wrapp IMG tag into A | If you are starting out with JavaScript and jQuery, use one of the freely available plugins that matches what you need, for example [Tiny Carousel](http://www.jsplugins.com/Scripts/Plugins/View/Tiny-Carousel/).
Once you see how the plugins work, you may want to adjust it or write your own from scratch. |
281,919 | I Want to setup a secure small business for game development, and was thinking of best way to secure content but still allow for people to develop. Of course, since development will take a few years, and anything can happen in that time, I want to be as paranoid as possible. Therefore we want something that protects ag... | 2011/06/19 | [
"https://serverfault.com/questions/281919",
"https://serverfault.com",
"https://serverfault.com/users/85010/"
] | Give up. Point. Your wishes, the reality and the budget dont match.
* Unless you put up a really hard server farm, lot of bandwidth and use specialy Remote Desktop capabilities you dont get graphical intensive things running remote.
* If you have 5 people on 5 loccations you dont have control over the content, regardl... | The big paranoid firms do this by forcing all work to be done within their secure physical perimeter. Once you have that, it's easier to filter all digital communications in and out of that perimeter. It takes a lot of effort to defend against things like cell-phone cameras, USB drives, and 3G network dongles, but it c... |
188,875 | My TimeMachine backups need to be deleted. I should have been wise and followed this advice, deleting the backups from within TimeMachine.
[Can't delete old TimeMachine backup](https://apple.stackexchange.com/questions/155659/cant-delete-old-timemachine-backup)
I didn't do that. I manually deleted all backups by dragg... | 2015/05/26 | [
"https://apple.stackexchange.com/questions/188875",
"https://apple.stackexchange.com",
"https://apple.stackexchange.com/users/129452/"
] | Never manually delete Time Machine files or directories from the Finder. Time Machine makes heavy use of directory hard-linking, which the Finder doesn't really handle correctly. Chances are your backup is damaged now, making the safest option being a wipe of your backup disk, and making a new backup. | >
> I manually deleted all backups by dragging the contents of my backup external hardrive into the trash
>
>
>
Yep. BIG mistake.
Since your intention seems to be to erase the backups, go to Disk Utility and simply format the Time Machine drive. Takes 20 seconds.
You can ignore the trash, it will disappear after... |
4,970 | Do high rep users on stackexchange have issues with philosophical questions that might relate to life? Do philosophers not ask those sorts of questions?
Can't people here just vote on the basis of what is, or at least seems to be, of philosophical interest? | 2019/05/13 | [
"https://philosophy.meta.stackexchange.com/questions/4970",
"https://philosophy.meta.stackexchange.com",
"https://philosophy.meta.stackexchange.com/users/-1/"
] | Ethics is clearly an important part of philosophy, and the [ethics](https://philosophy.stackexchange.com/questions/tagged/ethics "show questions tagged 'ethics'") tag is even the second most used tag on this site. But there are lots of schools of ethics:
* deontological
* divine command
* hedonism
* natural rights bas... | Perhaps philosophy.stackexchange is a (quite) wonderful demonstration that philosophy, art, life, is not an object in navel gazing, but about itself. |
32,350,448 | Is their a way to provision an OS(Centos/Redhat) when using a licensed VMware vSphere server (with ESX/i) using ansible? | 2015/09/02 | [
"https://Stackoverflow.com/questions/32350448",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1584390/"
] | The [vsphere\_guest](http://docs.ansible.com/ansible/vsphere_guest_module.html) module will allow you to provision a guest VM through Ansible. If you want to do everything automatically via Ansible then you probably want to have the guest launch a [kickstart](https://www.centos.org/docs/5/html/Installation_Guide-en-US/... | Official VMware python bindings <https://github.com/vmware/pyvmomi>. Ansible uses pysphere. I thought that you can develop ansible module:
>
> Ansible modules are reusable units of magic that can be used by the
> Ansible API, or by the ansible or ansible-playbook programs. The
> directory ”./library”, alongside you... |
219,747 | I'm using Word from Office XP and I want to close the "Styles and Formatting" pane using the keyboard alone. How can I do that? | 2010/12/08 | [
"https://superuser.com/questions/219747",
"https://superuser.com",
"https://superuser.com/users/94025/"
] | Genuine and iso in the same phrase are a difficult catch for windows xp on the internet.
Try for a used cheap retail copy on Ebay :) | Depending on where you work, you might check with your IT department. I ran into a similar issue with Vista a little while back, explained that I had a legitimate key (shoot, I think I even brought my laptop in to show them), and they were happy to burn a copy for me.
Each IT department will handle this in their own w... |
219,747 | I'm using Word from Office XP and I want to close the "Styles and Formatting" pane using the keyboard alone. How can I do that? | 2010/12/08 | [
"https://superuser.com/questions/219747",
"https://superuser.com",
"https://superuser.com/users/94025/"
] | For a laptop, you may have to buy a replacement disc from the manufacturer. Many laptop vendors use custom ISO's for many of their models and the original key you got will only work with their custom ISO. I would contact them first. | Depending on where you work, you might check with your IT department. I ran into a similar issue with Vista a little while back, explained that I had a legitimate key (shoot, I think I even brought my laptop in to show them), and they were happy to burn a copy for me.
Each IT department will handle this in their own w... |
9,526,773 | There are many sites claming that adobe flash and flex can be used an an alternative to ajax.
Is this true. Flash is used to display video content on a web page right?
How can it be usd to replace ajax? | 2012/03/02 | [
"https://Stackoverflow.com/questions/9526773",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1139023/"
] | >
> There are many sites claming that adobe flash and flex can be used an
> an alternative to ajax. I this true.
>
>
>
Yes, this is true. Flex is a UI Framework for Enterprise development; and it leverages the Flash runtimes to allow for easy deployment to multiple platforms--such as desktop browser based applica... | I don't think anyone can answer this question as the differences between ajax and flash/flex are huge.
BUT since you asked.
Flash is an animation suite that can do anything from show video, to 2d/3d games, to entire websites. It can communicate with javascript and basically any type of external program with the prope... |
9,526,773 | There are many sites claming that adobe flash and flex can be used an an alternative to ajax.
Is this true. Flash is used to display video content on a web page right?
How can it be usd to replace ajax? | 2012/03/02 | [
"https://Stackoverflow.com/questions/9526773",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1139023/"
] | Javacript/ajax are conceptually very similar to ActionScript/Flash. (ActionScript is the Flex programming language.)
Actionscript is a strict superset of javascript with a bunch of extra capabilties and extra features for making people who like early-binding languages comfortable. (Like declaring variable types.)
Ins... | I don't think anyone can answer this question as the differences between ajax and flash/flex are huge.
BUT since you asked.
Flash is an animation suite that can do anything from show video, to 2d/3d games, to entire websites. It can communicate with javascript and basically any type of external program with the prope... |
9,526,773 | There are many sites claming that adobe flash and flex can be used an an alternative to ajax.
Is this true. Flash is used to display video content on a web page right?
How can it be usd to replace ajax? | 2012/03/02 | [
"https://Stackoverflow.com/questions/9526773",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1139023/"
] | Javacript/ajax are conceptually very similar to ActionScript/Flash. (ActionScript is the Flex programming language.)
Actionscript is a strict superset of javascript with a bunch of extra capabilties and extra features for making people who like early-binding languages comfortable. (Like declaring variable types.)
Ins... | >
> There are many sites claming that adobe flash and flex can be used an
> an alternative to ajax. I this true.
>
>
>
Yes, this is true. Flex is a UI Framework for Enterprise development; and it leverages the Flash runtimes to allow for easy deployment to multiple platforms--such as desktop browser based applica... |
124,995 | Earlies linux distros though required lot of manual work they were quite good to use from commandline. If the X-server didn't start or you just want a shell to work they all supported. Network was configured by init; sound was up and ready; new devices inserted would be configured and their configureation was placed in... | 2010/03/28 | [
"https://superuser.com/questions/124995",
"https://superuser.com",
"https://superuser.com/users/32508/"
] | If I understand your question correctly, you are not having issues reaching the command line, but want command line access to new "fancy" GUI features without being root?
You can. It's not included by default, but you can get access to both HAL mounting and Network Manager from the command line. For HAL, there is [a ... | Ubuntu still provides a [server edition](http://www.ubuntu.com/products/whatIsubuntu/serveredition) that operates in a headless mode by default. It sounds like that's more along the lines of what you're looking for. You don't specify what Ubuntu version you're using, so some of the following may change (eg, [HAL](http:... |
29,037 | I am working with a project where the I2C pull-up resistors need to altered. Unfortunately i cannot find any documentation that can tell me: (a) if there is any pull-up resistors and (b) what size they may be.
I hope someone can shine some light on this matter. | 2015/03/26 | [
"https://raspberrypi.stackexchange.com/questions/29037",
"https://raspberrypi.stackexchange.com",
"https://raspberrypi.stackexchange.com/users/1577/"
] | The resistors are 1k8 pull-ups to 3V3.
At a guess they are the tiny devices (smd) marked R24/R23 next to J8 pins 3/5.
I'm not sure if detailed schematics have been published yet.
See the B+ schematics at [Link](https://datasheets.raspberrypi.com/rpi/raspberry-pi-b-plus-reduced-schematics.pdf)
---
The above applies... | I don't know why you think the "I2C pull-up resistors need to altered". It would not be advisable to use values much higher than the on-board 1.8k (they will draw ~1.5mA). You could use lower values, if necessary, but don't even worry where they are on the board (they are quite visible near the pins). Just use external... |
32,475,310 | The process of setting up a database server is far too complicated for my programs needs, not to mention expensive, and I wish to use local files as a stopgap measure until our webapp can be deployed.
I'd ideally like to use three files - one for the item database with the primary key, one for upcoming conditions, an... | 2015/09/09 | [
"https://Stackoverflow.com/questions/32475310",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3824902/"
] | First of all: I'm not sure why you would think XML might be a good alternative if you think a text-file would be too time- and memory-consuming (xml is text based, after all).
Anyway, another option might be to simply create your needed structure (or structures) in C# as one or more objects, and serialize these to a ... | Its better to use [SQLite](https://github.com/praeclarum/sqlite-net) or [LocalDB](https://msdn.microsoft.com/en-us/library/ms233763.aspx). |
1,586 | This question is inspired by [another question about what's new in PFDS since the publication of Okasaki's book in 1998](https://cstheory.stackexchange.com/questions/1539/whats-new-in-purely-functional-data-structures-since-okasaki).
I'll start with two questions I have:
* Is there a purely functional set data struct... | 2010/09/22 | [
"https://cstheory.stackexchange.com/questions/1586",
"https://cstheory.stackexchange.com",
"https://cstheory.stackexchange.com/users/43/"
] | I'll interpret the question somewhat liberally. For Okasaki-style data structures, memoization is a form of implicit mutation that has a side effect on running time. Thus I'll take the question to concern persistent data structures in the strict sense rather than data structures with a purely functional implementation,... | >
> What other purely functional data structure problems are open?
>
>
>
Here's one:
What is the purely functional equivalent of a weak hash table? |
2,053 | I have been informed that using the Writing Meta site as a Sandbox is allowed. If not, let me know and I'll make some structural changes. Here's the question:
>
> When writing a fictional world, is it okay to use words of a different real-world language than that of which you are already using. Example:
>
>
> Refer... | 2019/06/16 | [
"https://writers.meta.stackexchange.com/questions/2053",
"https://writers.meta.stackexchange.com",
"https://writers.meta.stackexchange.com/users/30157/"
] | Very broadly speaking:
* Worldbuilding is for questions about the setting in which your story is set, but not the story itself
* Writing is for questions on how to get your story or point across (including the later parts of that process, such as publication), but not necessarily the specifics of *your* writing (as op... | In Worldbuilding this would end up as a plot question about why there were so many [loanwords](https://en.wikipedia.org/wiki/Loanword) being used in a particular setting; that doesn't work within the Worldbuilding site guidelines.
Here its a question around style it's more on topic but I think prone to closure for bei... |
97,283 | I am currently constructing a fantasy world, where the sun and moon revolve around the planet, which itself is stationary. Because of this, it is quite difficult to imagine how the climate zones would differ from our Earth (where would it be naturally colder and warmer in the geography). I am looking for a program (app... | 2017/11/08 | [
"https://worldbuilding.stackexchange.com/questions/97283",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/29201/"
] | This is a very complicated subject
==================================
And I'm not sure anyone has written a program to do everything you asked for. Bits and pieces have been written and polished but there's no cohesive project that does everything you're asking for.
Universe Sandbox
================
If you have a PC... | Universe Sandbox might help. It's basically a solar system simulator, on steroids :)
It'd help you establish the orbits and positions of the bodies and the light patterns of the day/night cycles. It's not a *planet* simulator as such, so I don't think you can drill down into too much detail on the planetary condition... |
97,283 | I am currently constructing a fantasy world, where the sun and moon revolve around the planet, which itself is stationary. Because of this, it is quite difficult to imagine how the climate zones would differ from our Earth (where would it be naturally colder and warmer in the geography). I am looking for a program (app... | 2017/11/08 | [
"https://worldbuilding.stackexchange.com/questions/97283",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/29201/"
] | Universe Sandbox might help. It's basically a solar system simulator, on steroids :)
It'd help you establish the orbits and positions of the bodies and the light patterns of the day/night cycles. It's not a *planet* simulator as such, so I don't think you can drill down into too much detail on the planetary condition... | Adding to the already existing answers and seconding Universe Sandbox which is amazing:
PlaSim is another tool for scientific-level climate simulation at home. However it requires good meteorological knowledge, work, and patience if you want to tweak it to your desires.
<https://www.mi.uni-hamburg.de/en/arbeitsgruppe... |
97,283 | I am currently constructing a fantasy world, where the sun and moon revolve around the planet, which itself is stationary. Because of this, it is quite difficult to imagine how the climate zones would differ from our Earth (where would it be naturally colder and warmer in the geography). I am looking for a program (app... | 2017/11/08 | [
"https://worldbuilding.stackexchange.com/questions/97283",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/29201/"
] | Universe Sandbox might help. It's basically a solar system simulator, on steroids :)
It'd help you establish the orbits and positions of the bodies and the light patterns of the day/night cycles. It's not a *planet* simulator as such, so I don't think you can drill down into too much detail on the planetary condition... | Actually I think the answer is simpler than you may think. If the sun and moon revolve around the earth the effect is EXACTLY THE SAME as it is currerntly - the moon has the same tidal effects as it does now, and the sun has the same effect as it does now but at a greater distance.
Thinks about it this way. Assume th... |
97,283 | I am currently constructing a fantasy world, where the sun and moon revolve around the planet, which itself is stationary. Because of this, it is quite difficult to imagine how the climate zones would differ from our Earth (where would it be naturally colder and warmer in the geography). I am looking for a program (app... | 2017/11/08 | [
"https://worldbuilding.stackexchange.com/questions/97283",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/29201/"
] | This is a very complicated subject
==================================
And I'm not sure anyone has written a program to do everything you asked for. Bits and pieces have been written and polished but there's no cohesive project that does everything you're asking for.
Universe Sandbox
================
If you have a PC... | Adding to the already existing answers and seconding Universe Sandbox which is amazing:
PlaSim is another tool for scientific-level climate simulation at home. However it requires good meteorological knowledge, work, and patience if you want to tweak it to your desires.
<https://www.mi.uni-hamburg.de/en/arbeitsgruppe... |
97,283 | I am currently constructing a fantasy world, where the sun and moon revolve around the planet, which itself is stationary. Because of this, it is quite difficult to imagine how the climate zones would differ from our Earth (where would it be naturally colder and warmer in the geography). I am looking for a program (app... | 2017/11/08 | [
"https://worldbuilding.stackexchange.com/questions/97283",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/29201/"
] | This is a very complicated subject
==================================
And I'm not sure anyone has written a program to do everything you asked for. Bits and pieces have been written and polished but there's no cohesive project that does everything you're asking for.
Universe Sandbox
================
If you have a PC... | Actually I think the answer is simpler than you may think. If the sun and moon revolve around the earth the effect is EXACTLY THE SAME as it is currerntly - the moon has the same tidal effects as it does now, and the sun has the same effect as it does now but at a greater distance.
Thinks about it this way. Assume th... |
301,430 | I want to make a load-balanced service with (at first) 3 computers.
I want to use round robin or even better: "NAT and Feedback" (clients get send to servers which have nothing to do).
Because I don't want to have the same data multiple times, I want to let all the servers access the same hard drive, if possible.
Ho... | 2011/08/16 | [
"https://serverfault.com/questions/301430",
"https://serverfault.com",
"https://serverfault.com/users/91710/"
] | You can do all sorts of things, but as someone who has been down this road and has the scars to prove it, I'd *strongly* recommend getting over your unfounded dislike of duplicating your application code on multiple machines. Trying to centralise this aspect of your site introduces an unnecessary performance bottleneck... | >
> How can I do that and would this even be a good idea/reasonable, because a HD can only be read by one computer at a time -- or can it?
>
>
>
Yes it can. There are 2 parts to this - first an interface which allows more than host to be connected - SCSI has done this for years. SANs allow this. AFAIK SATA does no... |
42,071,512 | Hi have a middleware that i must ensure is run after the auth middleware. How can i guarantee that the auth middleware is processed before mine? Is this even possible?
Thanks in advance. | 2017/02/06 | [
"https://Stackoverflow.com/questions/42071512",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/244087/"
] | You do have centerY and centerX constraints.
In storyboard, select the imageView that you have already added to your view. Right-clic drag to the main view (full screen view) in the left panel and choose center horizontally, repeat with center vertically.
You will need to also set the width and height constraints of... | Finally I manage to solve what I Was looking for thanks to all those who helped. It was good learning period, 2 days in total ;)
Step 1: Align image to centre vertically and horizontally.
Step 2: Scale logo to fill the space. Please follow this video which is bang on point what I was looking for.
<http://roadfiresoft... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.