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 |
|---|---|---|---|---|---|
107,171 | The the title is self explanatory, I guess.
Why can two (or more) electric [field lines](http://en.wikipedia.org/wiki/Field_line) never cross? | 2014/04/06 | [
"https://physics.stackexchange.com/questions/107171",
"https://physics.stackexchange.com",
"https://physics.stackexchange.com/users/38873/"
] | Electric field lines reveal information about the direction (and the strength) of an electric field within a region of space. If the lines cross each other at a given location, then there must be two distinctly different values of electric field with their own individual direction at that given location. This could nev... | The electric field at any point is the sum of all the fields due to each individual charge in the system. The field has a magnitude and a direction. The field lines are a representation of the magnitude and direction of the field over an illustrated area. The field lines point in the direction of the field. If lines fr... |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | What about registering this as a scheduled task?
Go to Control Panel -> Scheduled tasks.
Here you can easily add your exe as a task and choose when and how often to run your task.
In Windows 7 this is changed somewhat, but you can find it in
Control Panel -> System and Security -> Administrative Tools -> Task Sched... | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | What about registering this as a scheduled task?
Go to Control Panel -> Scheduled tasks.
Here you can easily add your exe as a task and choose when and how often to run your task.
In Windows 7 this is changed somewhat, but you can find it in
Control Panel -> System and Security -> Administrative Tools -> Task Sched... | You can use "Scheduled Tasks" on windows.
You could also write your application as a "Windows Service". By this, it would run all the time on a machine, without someone creating a scheduled task. |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | What about registering this as a scheduled task?
Go to Control Panel -> Scheduled tasks.
Here you can easily add your exe as a task and choose when and how often to run your task.
In Windows 7 this is changed somewhat, but you can find it in
Control Panel -> System and Security -> Administrative Tools -> Task Sched... | Windows scheduled tasks is the right way.
Look [here](http://support.microsoft.com/kb/308569) for more information.
And [here](http://windows.microsoft.com/en-US/windows7/Schedule-a-task) for how to do it in Windows 7 |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | Have a look at Windows Scheduled Tasks, not sure if it's available only on Windows Server or also XP, Vista, 7... | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) | You can use "Scheduled Tasks" on windows.
You could also write your application as a "Windows Service". By this, it would run all the time on a machine, without someone creating a scheduled task. |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | You can schedule tasks to run at whatever interval you like. I don't know what version of Windows you are using but here's [how to it in Windows XP](http://support.microsoft.com/kb/308569) | Windows scheduled tasks is the right way.
Look [here](http://support.microsoft.com/kb/308569) for more information.
And [here](http://windows.microsoft.com/en-US/windows7/Schedule-a-task) for how to do it in Windows 7 |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | Have a look at Windows Scheduled Tasks, not sure if it's available only on Windows Server or also XP, Vista, 7... | You can use "Scheduled Tasks" on windows.
You could also write your application as a "Windows Service". By this, it would run all the time on a machine, without someone creating a scheduled task. |
4,885,640 | I have a C# program that I want to run automatically every night without me having to do this,
I believe there is a way of doing this by setting an automated task however im not sure how to do this?
P.S. not sure if this helps but it has a .exe file in its library.
Thanks in advance. | 2011/02/03 | [
"https://Stackoverflow.com/questions/4885640",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/466844/"
] | Have a look at Windows Scheduled Tasks, not sure if it's available only on Windows Server or also XP, Vista, 7... | Windows scheduled tasks is the right way.
Look [here](http://support.microsoft.com/kb/308569) for more information.
And [here](http://windows.microsoft.com/en-US/windows7/Schedule-a-task) for how to do it in Windows 7 |
286,560 | I have a central shared drive for my organization with departmental subfolders accessible by the staff based on AD. I setup SharePoint Online and uploaded files in the shared folder into the SharePoint. Staff Personal files are uploaded as well.
Do I still need to keep the Shared drive? If not please advice.
What sho... | 2020/11/05 | [
"https://sharepoint.stackexchange.com/questions/286560",
"https://sharepoint.stackexchange.com",
"https://sharepoint.stackexchange.com/users/93525/"
] | You only need to install the latest cumulative update listed [here](https://docs.microsoft.com/en-us/officeupdates/sharepoint-updates).
Because the update is "cumulative", the latest update contain all the previous update. As at the moment, 16.0.5071.1000 (October 2020) is the latest patch available to SharePoint 2016... | You just need to install October 2020 update for SharePoint 2016.
Here's an article below about description of the security update for SharePoint enterprise server 2016: October 13, 2020. You could refer steps in the article to install update.
[SharePoint Server 2016 October 2020 update.](https://support.microsoft.co... |
51,590 | About 2-3 months ago I decided to start my own batch of vinegar. I started with some Braggs apple cider vinegar which contains the mother, and I added some old wine and some fruit juice to the mix. I kept it in a dark and warm place, as per instructions online. A few layers of cheesecloth were placed on top to allow it... | 2014/12/14 | [
"https://cooking.stackexchange.com/questions/51590",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/30937/"
] | Great question.
First off, the mold. This is nothing to worry about, you should be skimming it off but as far as Vinegar creation it's normal and to be expected.
These "worms" have a name :-) Turbatrix Aceti (a.k.a Vinegar Worm) you can read more about them here -> [wiki/Turbatrix\_aceti](http://en.wikipedia.org/wiki... | I have salvaged both vinegar and kombucha from mild mold by removing what I could, increasing stirring to twice daily and watching it more carefully and removing the very first signs of opaque, white , blue green or furry. I also spray the top with straight vinegar. Once the mixture gets acidic enough the mold won't gr... |
51,590 | About 2-3 months ago I decided to start my own batch of vinegar. I started with some Braggs apple cider vinegar which contains the mother, and I added some old wine and some fruit juice to the mix. I kept it in a dark and warm place, as per instructions online. A few layers of cheesecloth were placed on top to allow it... | 2014/12/14 | [
"https://cooking.stackexchange.com/questions/51590",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/30937/"
] | Great question.
First off, the mold. This is nothing to worry about, you should be skimming it off but as far as Vinegar creation it's normal and to be expected.
These "worms" have a name :-) Turbatrix Aceti (a.k.a Vinegar Worm) you can read more about them here -> [wiki/Turbatrix\_aceti](http://en.wikipedia.org/wiki... | I have made several batches of vinegar and have also noticed mold - usually light colored - most dramatically on the raspberry vinegar that I made. If i just leave the mold alone it appears to be consumed or disappears after a little bit. It may just have been the scum that precedes the mother but it always disappears. |
51,590 | About 2-3 months ago I decided to start my own batch of vinegar. I started with some Braggs apple cider vinegar which contains the mother, and I added some old wine and some fruit juice to the mix. I kept it in a dark and warm place, as per instructions online. A few layers of cheesecloth were placed on top to allow it... | 2014/12/14 | [
"https://cooking.stackexchange.com/questions/51590",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/30937/"
] | I have salvaged both vinegar and kombucha from mild mold by removing what I could, increasing stirring to twice daily and watching it more carefully and removing the very first signs of opaque, white , blue green or furry. I also spray the top with straight vinegar. Once the mixture gets acidic enough the mold won't gr... | I have made several batches of vinegar and have also noticed mold - usually light colored - most dramatically on the raspberry vinegar that I made. If i just leave the mold alone it appears to be consumed or disappears after a little bit. It may just have been the scum that precedes the mother but it always disappears. |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are ... | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | Your answer can be found at <http://www.driverheaven.net/modtool.php> .
OK, I'll explain further. ATi typically does not release updated laptop drivers. The monthly updates are for desktops. So, you have to get your laptop video drivers from your laptop vendor, which updates them less than occasionally.
So, the folks... | In your case you would use the 3000 series drivers. For the record, when they say '3000 series', that means it pretty much covers all the models from 3000 to 3999. Not that they have a 3999 model but you get the point. It's basically like saying 3xxx series.
When you run the install the software might say that your m... |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are ... | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | Your answer can be found at <http://www.driverheaven.net/modtool.php> .
OK, I'll explain further. ATi typically does not release updated laptop drivers. The monthly updates are for desktops. So, you have to get your laptop video drivers from your laptop vendor, which updates them less than occasionally.
So, the folks... | I am aware this is a huge necropost, but I had very similar problem today, and the situation has changed in last 2 years. Maybe someone will find this useful.
Mobility Modder seems to be abandoned for long time, so in case you still use Win XP and want to update your Mobility Radeon drivers, [this thread](http://www.h... |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are ... | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | Your answer can be found at <http://www.driverheaven.net/modtool.php> .
OK, I'll explain further. ATi typically does not release updated laptop drivers. The monthly updates are for desktops. So, you have to get your laptop video drivers from your laptop vendor, which updates them less than occasionally.
So, the folks... | you can get the updated drivers for Mobility Radeon HD 3xxx series [here](http://support.amd.com/us/gpudownload/Pages/index.aspx) Mobility cards are notebook class GPU's and the update installer is called AMD Catalyst™ |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are ... | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | In your case you would use the 3000 series drivers. For the record, when they say '3000 series', that means it pretty much covers all the models from 3000 to 3999. Not that they have a 3999 model but you get the point. It's basically like saying 3xxx series.
When you run the install the software might say that your m... | I am aware this is a huge necropost, but I had very similar problem today, and the situation has changed in last 2 years. Maybe someone will find this useful.
Mobility Modder seems to be abandoned for long time, so in case you still use Win XP and want to update your Mobility Radeon drivers, [this thread](http://www.h... |
21,092 | We have some HP laptops here that comes equipped with a video card that identifies itself as "ATI Mobility Radeon HD 3650", like [this one](http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-3650.8839.0.html).
However, which drivers do we choose? As far as we can tell, HD 3650 is desktop cards, or at least there are ... | 2009/08/11 | [
"https://superuser.com/questions/21092",
"https://superuser.com",
"https://superuser.com/users/719/"
] | In your case you would use the 3000 series drivers. For the record, when they say '3000 series', that means it pretty much covers all the models from 3000 to 3999. Not that they have a 3999 model but you get the point. It's basically like saying 3xxx series.
When you run the install the software might say that your m... | you can get the updated drivers for Mobility Radeon HD 3xxx series [here](http://support.amd.com/us/gpudownload/Pages/index.aspx) Mobility cards are notebook class GPU's and the update installer is called AMD Catalyst™ |
21,084 | For some environments taking an action may not update the environment state. For example, a trading RL agent may take an action to buy shares s. The state at time t which is the time of investing is represented as the interval of 5 previous prices of s. At t+1 the share price has changed but it may not be as a result o... | 2020/05/11 | [
"https://ai.stackexchange.com/questions/21084",
"https://ai.stackexchange.com",
"https://ai.stackexchange.com/users/12964/"
] | A very vague question. What's the objective?
Reinforcement Learning (RL) typically uses the Markov Decision Process framework, which is a sequential decision making framework. In this framework, actions influence the state transitions. In other words, RL deals with controlling (via actions) a Markov chain. The objecti... | It seems to me that you are confusing two things, **State of the agent** and **State of the environment**.
Think about a robot learning to walk on a rugged terrain.
The actions of the robots don't change the terrain at all ! The robot can include in his own state, part of the environment state, the topology of the ter... |
18,452 | I'm shopping for batteries and it's easy to find a 48V lithium ion battery that has like 30A max continuous discharge rating. However, I know that the battery supply has a variable voltage from 54V - 42V depending on how much energy has been drained.
I'm using a 48V to 24V buck converter to power many of my electronic... | 2019/03/20 | [
"https://robotics.stackexchange.com/questions/18452",
"https://robotics.stackexchange.com",
"https://robotics.stackexchange.com/users/22067/"
] | The DH method is ambigous. There are multiple solutions which are correct and leat to the same TCP pose.
Try to make a minumum amount of changes in the coordinate systems with the transition. If you can choose the x axis pointing in the same direction as the previous one then do so. If not, you can try to anticipate h... | You should use right-handed coordinate system, that means if you curl your palm/fingers of your right hand from +x to +y, then your thumb direction shows the +z direction.
For DH you have to follow these rules ,  , [Fink](http://www.finkproject.org/) an... | 2010/09/07 | [
"https://serverfault.com/questions/178682",
"https://serverfault.com",
"https://serverfault.com/users/43699/"
] | I use VirtualBox only for running virtual MacOS instances and VMWare for the rest, but in general I consider at least VMWware and Parallels equally good for my use. I can't say this about Virtualbox mainly because I don't use it much (except, as said, for MacOS virtualization), but it at least has the advantage of bein... | I daily use VMware for virtualization both for testing purposes and production.
I have chosen it among the others mainly for its stability and the fact I can use the same VMware VM as is in a cross platform environment. I.e. I have some XP VM being used for customer assistance, Debian machines to have a portable cobbl... |
31,737,671 | How to generate any random number of any width in C?? Like, to generate a number of width 3 it should be between 100 to 999. So how to code this? | 2015/07/31 | [
"https://Stackoverflow.com/questions/31737671",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3923108/"
] | In the SHA-1 example you give, there is only a single input to the function, and any correct SHA-1 implementation should produce the same output as any other when provided the same input data.
For AES however things are a bit tricker, and since you don't specify what you mean exactly by "AES", this itself seems likely... | Iridium covered many of the causes for a different output between TrueCrypt and other programs using nominally the same (AES) algorithm. If you are just checking actual initialization vectors, these tend to be done using ECB. It is the only good time to use ECB -- to make sure the algorithm itself is implemented correc... |
237,460 | >
> **[sputum](https://www.oxfordlearnersdictionaries.com/definition/english/sputum?q=sputum)** (uncount): liquid from the throat or lungs, especially when it is coughed up (= forced up from the lungs, etc) because of disease
>
>
> blood in the sputum
>
>
>
---
>
> [phlegm](https://www.oxfordlearnersdictiona... | 2020/02/11 | [
"https://ell.stackexchange.com/questions/237460",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/22478/"
] | "Sputum" is a fairly uncommon word for most English speakers without medical backgrounds. "Mucus" is a commonly used catch-all, but "phlegm" will also be understood in most cases if you wish to be technically accurate (although I can tell you that the difference between the latter two is unlikely to be acknowledged in ... | "sputum", "phlegm", and "mucus" are in increasing order of commonality. I wouldn't expect most people to be familiar with "sputum", but I would expect them to be familiar with "phlegm".
>
> Should I say "My child coughed sputum / phlegm / mucus up in general everyday English"?
>
>
>
I take it you mean "Should I ... |
12,144,336 | >
> **Possible Duplicate:**
>
> [Managing large binary files with git](https://stackoverflow.com/questions/540535/managing-large-binary-files-with-git)
>
>
>
The situation is that I have a game or any project that attached to huge resource such as model files, images, and sound files. I develop the project usi... | 2012/08/27 | [
"https://Stackoverflow.com/questions/12144336",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/571227/"
] | You should certainly put your resource files under version control, too.
Since you are using git you might want to use a separate repository for the big stuff and include it as a [submodule](http://git-scm.com/book/en/Git-Tools-Submodules) in your main repository.
This has the advantage that you still have proper ver... | Basically you have two choices. Either put the resources in the git, or keep them separate. Both have advantages and disadvantages:
Advantages of **keeping them in git**:
* You can rollback changes in model files
* You can modify the resources according to the main source if anything in your file formats or directory... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a l... | I've had some users complaining about this happening.
After seeing the issue by myself, I started searching for the cause.
I opened three Explorer Windows, one with the local C: drive, one with the profile mapped homeshare and one with the commonly used data storage share drive.
The only window, which was closing occa... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | The simple fix is to set the Drive Map GPO to use the Action UPDATE.
To stop your mapped drives disappearing or automatically closing:
Launch Group Policy Managementnetwork-mapped-drives-closing-spontaneously-automatically
Find your drive mapping GPO, right click on it and select EDIT
Expand USER CONFIGURATION > PREF... | I've had some users complaining about this happening.
After seeing the issue by myself, I started searching for the cause.
I opened three Explorer Windows, one with the local C: drive, one with the profile mapped homeshare and one with the commonly used data storage share drive.
The only window, which was closing occa... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a l... | I had the same issue on a users machine, every time he opened file explorer it would just crash. He did get an Intel Optane error at first but after I uninstalled Intel Optane and rebooted that error went away, but the initial problem still persisted.
I eventually fixed it by setting explorer to open "This PC" instead... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a l... | If it is happening to mapped network drives and you have the drive set to "replace" I can confirm this is the case. Each time you modify a policy and the group policy updates it drops the map drive and remaps. If you set to update this does not happen. I hadn't had this issue and I have been working heavily on the "pri... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | The simple fix is to set the Drive Map GPO to use the Action UPDATE.
To stop your mapped drives disappearing or automatically closing:
Launch Group Policy Managementnetwork-mapped-drives-closing-spontaneously-automatically
Find your drive mapping GPO, right click on it and select EDIT
Expand USER CONFIGURATION > PREF... | I had the same issue on a users machine, every time he opened file explorer it would just crash. He did get an Intel Optane error at first but after I uninstalled Intel Optane and rebooted that error went away, but the initial problem still persisted.
I eventually fixed it by setting explorer to open "This PC" instead... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. | I had the same issue on a users machine, every time he opened file explorer it would just crash. He did get an Intel Optane error at first but after I uninstalled Intel Optane and rebooted that error went away, but the initial problem still persisted.
I eventually fixed it by setting explorer to open "This PC" instead... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a l... | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | **Possibility #1**
If the folder is deleted or moved explorer windows will close themselves. Are these folders being manipulated in anyway?
**Possibility #2**
The other possibility is explorer having too many files open at once. A good fix for this is to enable "Launch folder Windows in a separate Process". It's a l... | The simple fix is to set the Drive Map GPO to use the Action UPDATE.
To stop your mapped drives disappearing or automatically closing:
Launch Group Policy Managementnetwork-mapped-drives-closing-spontaneously-automatically
Find your drive mapping GPO, right click on it and select EDIT
Expand USER CONFIGURATION > PREF... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. | I've had some users complaining about this happening.
After seeing the issue by myself, I started searching for the cause.
I opened three Explorer Windows, one with the local C: drive, one with the profile mapped homeshare and one with the commonly used data storage share drive.
The only window, which was closing occa... |
1,109,909 | When working I will have multiple windows of file explorer open at a time. If I than start working on something else and leave those windows open in the background, they will close themselves leaving only one of them open. I have tried going into task manager and restarting file exploiter and that didn't fix it. i am r... | 2016/08/04 | [
"https://superuser.com/questions/1109909",
"https://superuser.com",
"https://superuser.com/users/626229/"
] | If there's a network glitch, where a local Windows Explorer senses that a Network Share is no longer available, the OS WILL close Windows Explorer which was previously viewing said share. No error, no warning. 100% frustrating. Most users would prefer seeing an error with a REFRESH / RETRY option. | If it is happening to mapped network drives and you have the drive set to "replace" I can confirm this is the case. Each time you modify a policy and the group policy updates it drops the map drive and remaps. If you set to update this does not happen. I hadn't had this issue and I have been working heavily on the "pri... |
1,293 | Are pilots allowed to perform FMS database updates under part 135? If so, do they need formal training entered in their pilot records before they are allowed to do it? | 2014/01/24 | [
"https://aviation.stackexchange.com/questions/1293",
"https://aviation.stackexchange.com",
"https://aviation.stackexchange.com/users/161/"
] | Updating a navigation database used to be considered *preventative maintenance* and was required to be performed by a mechanic under Part 135. However, the regulations were changed at the end of 2012 (here is the [final rule](https://www.federalregister.gov/articles/2012/11/29/2012-28845/pilot-loading-of-aeronautical-d... | I assume that by updating you mean loading a pre-compiled database into the FMS, replacing the old one.
The RNAV database inside the FMS should be updated according to the 28 day Aeronautical Information Regulation and Control (AIRAC) cycle. Typically this is a maintenance task and the pilot has no play in this. Of c... |
102,957 | I want to configure dovecot as gmail imap proxy. If any system in my network
wants to connect to imap.gmail.com,993 it has to go through the dovecot proxy.
Is it possible to setup such environment with dovecot? If yes, can you please
help me to configure my dovecot server.
Warm Regards
Supratik | 2010/01/15 | [
"https://serverfault.com/questions/102957",
"https://serverfault.com",
"https://serverfault.com/users/10303/"
] | Dovecot can act as an IMAP Proxy.
This might help
<http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy> | There is something called [imapproxy](http://www.imapproxy.org) and it may suit your purposes better. |
102,957 | I want to configure dovecot as gmail imap proxy. If any system in my network
wants to connect to imap.gmail.com,993 it has to go through the dovecot proxy.
Is it possible to setup such environment with dovecot? If yes, can you please
help me to configure my dovecot server.
Warm Regards
Supratik | 2010/01/15 | [
"https://serverfault.com/questions/102957",
"https://serverfault.com",
"https://serverfault.com/users/10303/"
] | imapproxy does not support secure IMAP, port 993; which is required by Gmail. You need Perdition for that, here is a clue:
<http://www.dataparadis.net/osp/gnu-linux-server/proxy-server/gmail-imap-proxy-imapproxy-perdition/> | There is something called [imapproxy](http://www.imapproxy.org) and it may suit your purposes better. |
153,911 | What are the differences between Carl Sagan's novel *[Contact](https://en.wikipedia.org/wiki/Contact_(novel))* and [the 1997 movie](https://en.wikipedia.org/wiki/Contact_(1997_American_film)) made by Robert Zemeckis? | 2017/03/04 | [
"https://scifi.stackexchange.com/questions/153911",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/63201/"
] | The comments on this question have most of the information that seems readily available about the differences between the movie and the film, and I myself have not read the novel, so bear that in mind.
Here's [the link to the site](http://academic.depauw.edu/aevans_web/HONR101-02/WebPages/Fall%202007/Craig/Contact%20W... | 5 people went in the book, and the conversations with the aliens were just amazing compared to movie. The conversation Ellie had with the alien alone makes the book a great read.
The endings were vastly different.
Movie: See, scientist lady! Faith CAN be good!
Book: Everything we know about the universe is wrong a... |
297,682 | I edited someone's post (<https://stackoverflow.com/review/suggested-edits/8559008>) to correct some grammar and spelling mistakes. I also removed the kinda useless phrase "Please help me!!!!".
It got approved by some user, but then the OP rejected it with "This edit defaces the post in order to promote a product or s... | 2015/06/24 | [
"https://meta.stackoverflow.com/questions/297682",
"https://meta.stackoverflow.com",
"https://meta.stackoverflow.com/users/3236102/"
] | If an author is rejecting appropriate edits, or rolling back edits that are very clear improvements to the post and edits that are appropriate as per the site's editing guidelines, then flag the post for moderator attention.
The user is vandalizing their own posts, which is not appropriate behavior.
It's not a situ... | As the author I feel I should have a final say on what I sign my name under. That's why the author's vote is binding. I think that's a good thing. People can suggest changes, but in the end it's your post. I feel that in order to be comfortable with other people changing my posts, and those changes possibly taking effe... |
131,212 | The two I can think of at the moment are Q and Nomad. Q's power is pretty much unlimited, and Nomad restored Scotty's life.
I guess maybe you could argue that Seven of Nine, or any Borg Drone, can also restore life, as Seven brought back Neelix from the dead.
Perhaps you could also include the Guardian of Forever or ... | 2016/06/07 | [
"https://scifi.stackexchange.com/questions/131212",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/56162/"
] | Looking at a [list of resuscitations](https://memory-alpha.fandom.com/wiki/Death), we have a reasonable idea:
* Augments: in *Star Trek Into Darkness*, Khan's blood is used to bring Kirk back from the dead from radiation poisoning
* Nomad: resurrected Scotty in *TOS* 'The Changeling
* The caretaker of the planet in 'S... | To add to Often Right's spectacular list: Didn't Kai Winn poison Gul Dukat as a sacrafice to the Pah Wraiths, but the Pah Wraiths were like "Nuh uh" and then Gul Dukat was like "Wazzup!" and then Kai Winn was all "Oh snap!" So Pah Wraiths, too. |
131,212 | The two I can think of at the moment are Q and Nomad. Q's power is pretty much unlimited, and Nomad restored Scotty's life.
I guess maybe you could argue that Seven of Nine, or any Borg Drone, can also restore life, as Seven brought back Neelix from the dead.
Perhaps you could also include the Guardian of Forever or ... | 2016/06/07 | [
"https://scifi.stackexchange.com/questions/131212",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/56162/"
] | Looking at a [list of resuscitations](https://memory-alpha.fandom.com/wiki/Death), we have a reasonable idea:
* Augments: in *Star Trek Into Darkness*, Khan's blood is used to bring Kirk back from the dead from radiation poisoning
* Nomad: resurrected Scotty in *TOS* 'The Changeling
* The caretaker of the planet in 'S... | Charlie x's alien adopters brought back the people he made "go away"... |
131,212 | The two I can think of at the moment are Q and Nomad. Q's power is pretty much unlimited, and Nomad restored Scotty's life.
I guess maybe you could argue that Seven of Nine, or any Borg Drone, can also restore life, as Seven brought back Neelix from the dead.
Perhaps you could also include the Guardian of Forever or ... | 2016/06/07 | [
"https://scifi.stackexchange.com/questions/131212",
"https://scifi.stackexchange.com",
"https://scifi.stackexchange.com/users/56162/"
] | Charlie x's alien adopters brought back the people he made "go away"... | To add to Often Right's spectacular list: Didn't Kai Winn poison Gul Dukat as a sacrafice to the Pah Wraiths, but the Pah Wraiths were like "Nuh uh" and then Gul Dukat was like "Wazzup!" and then Kai Winn was all "Oh snap!" So Pah Wraiths, too. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for th... | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing... |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for th... | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining.... |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for th... | A very easy one: Wait until dusk or dawn to take the photo. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | Any camera is going to struggle with the dynamic range of that sort of situation. Very hard to get the room and the outside both exposed reasonably at the same time. With enough flash power you can do it by flooding the room with light I suppose.
But the easier way is to use a tripod and take two exposures, one for th... | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other refl... |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining.... | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing... |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing... | A very easy one: Wait until dusk or dawn to take the photo. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | You've basically got three choices in such a situation:
* Use artificial light to bring the interior brightness up enough that the entire scene is within your camera's dynamic range. Anything from on-camera flash to multiple strobes.
* Take multiple images and combine them using one of several methods for compressing... | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other refl... |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining.... | A very easy one: Wait until dusk or dawn to take the photo. |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | 1. HDR
2. Flash fill such that flash deals with inside view and ambient deals with exterior.
Juggle to suit. See photo example below.
3. Long exposure with a manually moved mask between light and dark to balance exposures. There is a whole art-form based around doing this.
4. Multiple exposures and manual combining.... | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other refl... |
37,438 | I sometimes find I want to photograph a room showing the view outside the window. This is tricky — either you adjust the shutter speed so that the the window is so bright you can see no detail, or the room looks very dark and gloomy.
Are there any techniques I can use to get the best photo showing as much as possible... | 2013/04/02 | [
"https://photo.stackexchange.com/questions/37438",
"https://photo.stackexchange.com",
"https://photo.stackexchange.com/users/19102/"
] | A very easy one: Wait until dusk or dawn to take the photo. | Set camera to it's MANUAL MODE and walk over and set the exposure (shutter, aperture, and ISO) to the scene outside the window (just what you see out the window and no interior).
Set your flash to AUTO or FILL. Move to a position where the flash will not reflect (from a window, mirror, hanging photo, or any other refl... |
6,420 | I am learning so much here, but have a ways to go. What are ways that a low rep novice user like myself be of assistance? | 2017/12/21 | [
"https://electronics.meta.stackexchange.com/questions/6420",
"https://electronics.meta.stackexchange.com",
"https://electronics.meta.stackexchange.com/users/-1/"
] | * You are not a novice user. You have been around for nearly two years. On every StackExchange site on which you've posted questions, you have been told patiently how to improve them, and how to contribute more meaningfully. You simply have not listened to any of the feedback you've been given.
* Earning reputation sho... | This is getting ridiculous.
You have clearly learned nothing from your previous questions here. Attempting to answer this question would be pointless, and just repeating what was previously said anyway.
Go read the previous answers:
[Low quality question tag?](https://electronics.meta.stackexchange.com/q/6331/4512) ... |
183,191 | From [the Wikipedia page for "Battle of Melle"](http://en.wikipedia.org/wiki/Battle_of_Melle#Battle):
>
> Now Moltke broke off with the entire force and headed for Ghent
> **running a gauntlet of fire** from the various French posts along the
> roads and ways and abandoning the rest of the column, losing about one
... | 2014/07/10 | [
"https://english.stackexchange.com/questions/183191",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/83567/"
] | You are using an unrelated meaning of *gantelet* from Old French *gantelet* (“gauntlet worn by a knight in armor, a token of one's personality or person, and symbolizing a challenge”), diminutive of *gant* (“glove”).
Here it means "a simultaneous attack from two or more sides", originally *gantlope*, from Swedish *gat... | You need the other definition of gauntlet:
>
> *(in phrase run the gauntlet)*
>
>
> 1 Go through an intimidating or dangerous crowd or experience in order to reach a goal: she had to run the gauntlet of male autograph seekers
>
>
> 2 *historical*
>
>
> Undergo the military punishment of receiving blows while ru... |
183,191 | From [the Wikipedia page for "Battle of Melle"](http://en.wikipedia.org/wiki/Battle_of_Melle#Battle):
>
> Now Moltke broke off with the entire force and headed for Ghent
> **running a gauntlet of fire** from the various French posts along the
> roads and ways and abandoning the rest of the column, losing about one
... | 2014/07/10 | [
"https://english.stackexchange.com/questions/183191",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/83567/"
] | You are using an unrelated meaning of *gantelet* from Old French *gantelet* (“gauntlet worn by a knight in armor, a token of one's personality or person, and symbolizing a challenge”), diminutive of *gant* (“glove”).
Here it means "a simultaneous attack from two or more sides", originally *gantlope*, from Swedish *gat... | A gauntlet is not only glove designed for combat, but it is also a word which expresses the idea of being in danger on both your left and your right as you attempt to move forward as quickly as you can.
The danger can come not only from gunfire on your right and left, but it can also come from other weapons such as s... |
183,191 | From [the Wikipedia page for "Battle of Melle"](http://en.wikipedia.org/wiki/Battle_of_Melle#Battle):
>
> Now Moltke broke off with the entire force and headed for Ghent
> **running a gauntlet of fire** from the various French posts along the
> roads and ways and abandoning the rest of the column, losing about one
... | 2014/07/10 | [
"https://english.stackexchange.com/questions/183191",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/83567/"
] | You need the other definition of gauntlet:
>
> *(in phrase run the gauntlet)*
>
>
> 1 Go through an intimidating or dangerous crowd or experience in order to reach a goal: she had to run the gauntlet of male autograph seekers
>
>
> 2 *historical*
>
>
> Undergo the military punishment of receiving blows while ru... | A gauntlet is not only glove designed for combat, but it is also a word which expresses the idea of being in danger on both your left and your right as you attempt to move forward as quickly as you can.
The danger can come not only from gunfire on your right and left, but it can also come from other weapons such as s... |
4,035,478 | I am looking for an Arima time series models in java.
Is there any Java library implementing Arima/Arma model? | 2010/10/27 | [
"https://Stackoverflow.com/questions/4035478",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/489036/"
] | Googling should help :)
I got this from Google:
[Java ARMA model, simulation and fitting](http://www.numericalmethod.com/javadoc/suanshu/com/numericalmethod/suanshu/stats/timeseries/linear/multivariate/stationaryprocess/arma/package-summary.html)
[Java ARIMA model](http://www.numericalmethod.com/javadoc/suanshu/com/... | Hi Please refer to [Apache Math Library](http://commons.apache.org/proper/commons-math/userguide/index.html) for other forms of Regression, like Simple, OLS, GLS etc. I am looking for the same API as you are and API suggested in an Answer above [SuanShu](http://numericalmethod.com/suanshu/) is not useful because it's P... |
6,613,065 | I have looked on 100 forums looking for a simple answer for how to stream every post on a Facebook page's wall (not using the like box for just the pages posts, but everyone's posts). I am the admin of the page and I am already using the like box for my posts so I understand that, however the developer pages of Faceboo... | 2011/07/07 | [
"https://Stackoverflow.com/questions/6613065",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/833845/"
] | If the social plugins they make available aren't sufficient, you could just pull in the feed with the Facebook graph api using the javascript sdk (easiest) or there is probably an SDK for whatever programming language you know. For example, you can see a list of posts on the coca cola page using the Facebook graph expl... | Here is a [good PHP tutorial](http://ranacse05.wordpress.com/2011/02/04/show-facebook-group-wall-on-web-site/) on how to display a groups feed on a web page. It would be just as easy to display the posts from a page (since you are the admin)
Just replace the group ID with the page ID. Here is a link to the feed for th... |
143,051 | Im writing a fiction and i need some help. I need to create an eldritch abomination that would represent humanity as a collective. Think of it this way. Humanity is collectively killed and merged into a singular massive cosmic abomination ala evangelion instrumentality style just without giant naked girls and severely ... | 2019/04/02 | [
"https://worldbuilding.stackexchange.com/questions/143051",
"https://worldbuilding.stackexchange.com",
"https://worldbuilding.stackexchange.com/users/62881/"
] | **Have it be made of people**. Like those images made of smaller images, from a distance it looks like what you are describing but get closer and its made of people.
When it talks every person in it talks with one voice, when it looks all of their eyes look in that direction. And when it stands still all of the peopl... | You've spent all your time on trivia.
OK, so it looks - well, it's pretty impressive, but it's not eldritch - "weird; sinister or ghostly".
For eldritch, you're better off sticking with the traditional: icky, maybe snakelike or octopoid or insectile. And whatever you do, get rid of the bright colors. No self-respecti... |
20,667,214 | How can I create a 2 color border like this around an image?
Like this:

This is for an HTML website. What CSS should I use? Thanks in advance :) | 2013/12/18 | [
"https://Stackoverflow.com/questions/20667214",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3116636/"
] | Don't use console input with a GUI based applications. User input should be gained by using one or more of the available UI controls.
Painting in Swing can occur for any number of reasons, many of which you don't control, this means that when ever Swing wants to update your UI, it will call paint, meaning you are cons... | Because you put everything inside the paint function, it will be called again if the applet repaints. So you will notice if you don't resize the applet or do anything else that would cause it to repaint, then it will not have that double output. You can fix this by creating the applet from a main that contains the hang... |
29,263 | Like the title says i want to control around 30volts of current (multiple LEDs that will be running all at once, added up to about 30volts.) i want to use a micro-controller to control it so i can add some effect to it, the controller will control 4 LED strips which take about 4.5V ea. and a 12V light strip. any help o... | 2012/04/04 | [
"https://electronics.stackexchange.com/questions/29263",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9051/"
] | Most micro-controller boards will give you a 0 (LOW) or 5V (HIGH). 5V will turn on the gate of an N channel MOSFET. Even low cost MOSFETS should allow 50-60 Volts from the drain to the source.

IRF520PBF at a common US distributor is 96 cents. | I've done a project similar to this, I made a network-controlled power board. I used a couple of **relays** to switch circuits on/off.
If you do go with relays, be sure to have a power diode placed in reverse so that when you close the relay the electromagnetic bubble doesn't fry your Arduino.
If the Arduino doesn't ... |
29,263 | Like the title says i want to control around 30volts of current (multiple LEDs that will be running all at once, added up to about 30volts.) i want to use a micro-controller to control it so i can add some effect to it, the controller will control 4 LED strips which take about 4.5V ea. and a 12V light strip. any help o... | 2012/04/04 | [
"https://electronics.stackexchange.com/questions/29263",
"https://electronics.stackexchange.com",
"https://electronics.stackexchange.com/users/9051/"
] | Most micro-controller boards will give you a 0 (LOW) or 5V (HIGH). 5V will turn on the gate of an N channel MOSFET. Even low cost MOSFETS should allow 50-60 Volts from the drain to the source.

IRF520PBF at a common US distributor is 96 cents. | My favourite way of doing things like this is with the good old [ULN2803](http://www.ti.com/lit/ds/symlink/uln2803a.pdf). It's such a simple chip to use, and you can use it to switch high voltage and current, and even inductive loads.
It's available in DIL and SOIC packages.
 and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported contain... | Take a look at [this answer](https://stackoverflow.com/questions/6063158/public-saml-v2-service-providers-for-testing/42733310#42733310).
In a nut shell, [samling](https://capriza.github.io/samling/samling.html) is a serverless SAML IdP for the purpose if testing any SAML SP endpoint. It supports AuthnRequest and Logo... |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can configure [Auth0](https://auth0.com) as a SAML IdP. The setup [is straight-forward](https://auth0.com/docs/protocols/saml/saml-idp-generic) and there's a free tier available. | I would recommend to use OpenAm <https://backstage.forgerock.com/#!/downloads/OpenAM/OpenAM%20Enterprise#browse> to istall locally on tomcat instance. It's quite easy to setup and get it up and running during a couple of hours. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported contain... | I would recommend to use OpenAm <https://backstage.forgerock.com/#!/downloads/OpenAM/OpenAM%20Enterprise#browse> to istall locally on tomcat instance. It's quite easy to setup and get it up and running during a couple of hours. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported contain... | Instead of installing and configuring an IdP you can use a hosted test platform such as [TestShib](https://www.testshib.org/) or [OpenIdP](https://openidp.feide.no/). Both work along the same lines but OpenIdP requires you to register.
1. Generate your SAML metadata XML file.
2. Register your SP with the IdP by [uploa... |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported contain... | Online services for test IDP/SP SAML 2.0:
* <https://fujifish.github.io/samling/samling.html>
* <https://github.com/fujifish/samling>
* <https://mocksaml.com/>
* <https://samltest.id/>
* <https://sptest.iamshowcase.com/> ([docs](https://community.securid.com/t5/securid-community-blog/need-a-demo-saml-service-provider-... |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | I'm using Keycloak (<https://www.keycloak.org/>).
* Open Source
* Standalone application
* Easy to configure | For testing [Mock SAML](https://mocksaml.com) or [SAMLTest](https://samltest.id) are good options to get started. Also Okta with their free developer account. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can configure [Auth0](https://auth0.com) as a SAML IdP. The setup [is straight-forward](https://auth0.com/docs/protocols/saml/saml-idp-generic) and there's a free tier available. | For testing [Mock SAML](https://mocksaml.com) or [SAMLTest](https://samltest.id) are good options to get started. Also Okta with their free developer account. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can configure [Auth0](https://auth0.com) as a SAML IdP. The setup [is straight-forward](https://auth0.com/docs/protocols/saml/saml-idp-generic) and there's a free tier available. | Take a look at [this answer](https://stackoverflow.com/questions/6063158/public-saml-v2-service-providers-for-testing/42733310#42733310).
In a nut shell, [samling](https://capriza.github.io/samling/samling.html) is a serverless SAML IdP for the purpose if testing any SAML SP endpoint. It supports AuthnRequest and Logo... |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | What problems are you having configuring OpenSSO? I found OpenSSO to be the easiest setup!
My notes on getting the basic IDP up and running are below - hopefully they help you get up and running.
Michael
---
I've found that the best (i.e. most painless) way is...
1. Use Glassfish - this is a well supported contain... | Use [samlidp.io](https://samlidp.io), it is perfect and free for testing, you can setup your own IdP with a few clicks with adding your custom SP's metadata and that's all, it works. |
1,125,915 | I'm implementing a SAML 2.0 Service Provider and need to install a SAML 2.0 Identity Provider for testing. Given this need, the Identity Provider should ideally be free (or have a trial period) and be easy to set up and configure.
I'm looking for basic single sign on and single log out functionality.
I've tried Sun O... | 2009/07/14 | [
"https://Stackoverflow.com/questions/1125915",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/87356/"
] | You can give a try to LemonLDAP::NG (<http://lemonldap-ng.org>)
It is packaged for most Linux distributions, so easy to install and to set up. | I have been struggling with testing SAML2 integration for a long time, and used OpenSSO. Since I discovered **OKTA** for testing applications <http://okta.com/> I haven't looked back. It is perfect, easy to use, and you can also create different users and send custom attributes back to the SP.
**OpenSSO** is not nice... |
4,813,331 | Regarding "Ensuring KVO Compliance",
there are some official definition which seem like hard to understand
>
> In order to be considered
> KVO-compliant for a specific property,
> a class must ensure the following;
>
>
> 1. The class must be key-value coding
> compliant for the property as
> specified in Ensur... | 2011/01/27 | [
"https://Stackoverflow.com/questions/4813331",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/338204/"
] | Take a look at [Ensuring KVO Compliance](http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueObserving/Articles/KVOCompliance.html#//apple_ref/doc/uid/20002178-BAJEAIEE) the Automatic Versus Manual Support section of the Key-Value Observing Programming Guide. Compliance is essentially achieve... | When you use @property tags to [create getters/ setters](http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueCoding/Articles/AccessorConventions.html#//apple_ref/doc/uid/20002174-BAJEAIEE) the magic is auto wired for To-One relationships and you only need to addObserver... and implement the o... |
20,147,008 | I've started to learn about IOC and specifically Ninject.
I was wondering what kind of design pattern does Ninject falls in to? It seems to me like a Factory design pattern, because I basically define a set of rules, create a kernel in my code and as that kernel for my object - which is like having a Factory and ask i... | 2013/11/22 | [
"https://Stackoverflow.com/questions/20147008",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2652208/"
] | Not at all, Ninject follows the Dependency Injection pattern.
You can find out more about it here: <http://martinfowler.com/articles/injection.html>
This pattern encourages the Dependency Inversion principle, which states that you should depend upon abstractions, instead of concretions. These two concepts are often mi... | 1. Inversion of control
2. Dependency Injection
And, if properly used, **Composition Root**, but yes this is not only ninject is always part of the solution in order to properly set up any container. |
20,147,008 | I've started to learn about IOC and specifically Ninject.
I was wondering what kind of design pattern does Ninject falls in to? It seems to me like a Factory design pattern, because I basically define a set of rules, create a kernel in my code and as that kernel for my object - which is like having a Factory and ask i... | 2013/11/22 | [
"https://Stackoverflow.com/questions/20147008",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2652208/"
] | Not at all, Ninject follows the Dependency Injection pattern.
You can find out more about it here: <http://martinfowler.com/articles/injection.html>
This pattern encourages the Dependency Inversion principle, which states that you should depend upon abstractions, instead of concretions. These two concepts are often mi... | It follows Dependency Injection(DI) and Inversion of Control (IoC)
learn more about it on their website's wiki:
<http://www.ninject.org/wiki.html>
They give a nice and simple example with ninjas and swords! |
373,762 | I'm developing a real-time system by making use of an mbed-OS (RTOS for ARM architecture). I'm not a software engineer and I want to know whether the following solution is practical or not, and how to improve it.
As it is shown in the figure, the elements of software are as follows:
Three different classes (ClassA, .... | 2018/07/08 | [
"https://softwareengineering.stackexchange.com/questions/373762",
"https://softwareengineering.stackexchange.com",
"https://softwareengineering.stackexchange.com/users/292184/"
] | There is a level of priority that I feel like you have reversed.
Typically, the software that communicates with the peripheral is the driver level and is the lowest level of abstraction. Drivers do not need to know anything about the logic or data above their level, only how to communicate with the peripherals and wh... | Understood that the questioner is not a software engineer, but answering the question requires additional and different information that is likely only to be appreciated by a real-time engineer.
The issues that matter from a real-time architecture perspective are the inbound data rates and data sizes and related issu... |
156,225 | I have some seeds from some old worlds I want to see again, is there a mod that allows the ability to create alpha worlds with seeds or would it be possible to make a world blank but with the seed so that when the world is loaded it generates the world with seed using the generation type of that version? | 2014/02/15 | [
"https://gaming.stackexchange.com/questions/156225",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/-1/"
] | I'm nearly 6 years late, but someone made a [fabric mod](https://github.com/pack-png-mods/seed-selector) which adds a seed selector into alpha 1.2.2a. [Here](https://cdn.discordapp.com/attachments/667112382874779658/669811099612217364/fabric-alpha.zip) is a zip you can [import into MultiMC](https://github.com/MultiMC/M... | I found a mod that let's you use old alpha seeds if you're still looking for this. There's no need to do this whole world update stuff just download this mod for 1.12.2. I know it says it's a server plugin, but I can 100% guarantee that it will work like any other mod, just download forge for minecraft 1.12.2 and drag ... |
11,165 | We are arriving into Terminal 2 on the 28th December and want to go to the business lounge in Terminal 1 before getting a flight from Terminal 3 eight hours later. | 2012/12/13 | [
"https://travel.stackexchange.com/questions/11165",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/3741/"
] | From [Wikitravel](http://en.wikipedia.org/wiki/Dubai_International_Airport#Passenger_terminals):
>
> Dubai Airport currently has three passenger terminals. Terminals 1 and
> 3 are directly connected with a common transit area, with airside
> passengers being able to move freely between the terminals without
> goin... | You should not have any issues traveling between Terminal 1 and 3. As you are arriving at Terminal 2 and have a connecting flight from Terminal 3 you will be put on the transit bus to take you to Terminal 3.
I would like to add a point to @Mark's answer that unless you have a boarding pass for Terminal 3 or 1 (gates A... |
11,165 | We are arriving into Terminal 2 on the 28th December and want to go to the business lounge in Terminal 1 before getting a flight from Terminal 3 eight hours later. | 2012/12/13 | [
"https://travel.stackexchange.com/questions/11165",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/3741/"
] | From [Wikitravel](http://en.wikipedia.org/wiki/Dubai_International_Airport#Passenger_terminals):
>
> Dubai Airport currently has three passenger terminals. Terminals 1 and
> 3 are directly connected with a common transit area, with airside
> passengers being able to move freely between the terminals without
> goin... | I arrived at Terminal 2 at night and had a big surprise: there is no bus that takes you to T1 or T3, only a taxi. So be prepared with at least 50-65 AED to pay to the taxi driver that will get you to T1 or T3 metro station.
Everyone says the transfer is available only if you have a ticket to fly to another destination... |
11,165 | We are arriving into Terminal 2 on the 28th December and want to go to the business lounge in Terminal 1 before getting a flight from Terminal 3 eight hours later. | 2012/12/13 | [
"https://travel.stackexchange.com/questions/11165",
"https://travel.stackexchange.com",
"https://travel.stackexchange.com/users/3741/"
] | You should not have any issues traveling between Terminal 1 and 3. As you are arriving at Terminal 2 and have a connecting flight from Terminal 3 you will be put on the transit bus to take you to Terminal 3.
I would like to add a point to @Mark's answer that unless you have a boarding pass for Terminal 3 or 1 (gates A... | I arrived at Terminal 2 at night and had a big surprise: there is no bus that takes you to T1 or T3, only a taxi. So be prepared with at least 50-65 AED to pay to the taxi driver that will get you to T1 or T3 metro station.
Everyone says the transfer is available only if you have a ticket to fly to another destination... |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | Web Start is great if you have infrequent updates and good bandwidth.
If not, however, you need something else. I worked on a project where we had frequent updates and horrible bandwidth. We rolled our own classfile server; the startup code would talk to the server to see if updates were needed on a per-class basis. I... |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | I believe install4J now offers this functionality as part of their install builder (<http://www.ej-technologies.com/products/install4j/overview.html>) We've been wanting to check it out but haven't had a chance yet. |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Have you looked at the [Java Web Start](http://docs.oracle.com/javase/1.5.0/docs/guide/javaws/developersguide/faq.html)? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there. | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Web Start is great if you have infrequent updates and good bandwidth.
If not, however, you need something else. I worked on a project where we had frequent updates and horrible bandwidth. We rolled our own classfile server; the startup code would talk to the server to see if updates were needed on a per-class basis. I... | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Web Start is great if you have infrequent updates and good bandwidth.
If not, however, you need something else. I worked on a project where we had frequent updates and horrible bandwidth. We rolled our own classfile server; the startup code would talk to the server to see if updates were needed on a per-class basis. I... | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | I believe install4J now offers this functionality as part of their install builder (<http://www.ej-technologies.com/products/install4j/overview.html>) We've been wanting to check it out but haven't had a chance yet. | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | I believe install4J now offers this functionality as part of their install builder (<http://www.ej-technologies.com/products/install4j/overview.html>) We've been wanting to check it out but haven't had a chance yet. | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
305,461 | What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox.
I'm aware of Eclipse RCP's OSGi stuff, and also NetBeans RCP has something here. Do one have to buy wholly into their respective... | 2008/11/20 | [
"https://Stackoverflow.com/questions/305461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/39334/"
] | Take a look at [Equinox p2](http://wiki.eclipse.org/Equinox_p2), which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you *will* need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle). | It is not like plugin system. But it has updating and installing function for desktop app. You can look by link [this](https://github.com/gdevby/desktop-starter-launch-update-bootstrap) |
10,967 | How do I turn off the developer log?
I already checked the **Output and Debugging Preferences** at the **System administration** section in the CMS but there's no option for that. | 2013/06/04 | [
"https://expressionengine.stackexchange.com/questions/10967",
"https://expressionengine.stackexchange.com",
"https://expressionengine.stackexchange.com/users/171/"
] | I've created a bug report at Ellislab and Robin Sowell replied with:
"*And yep, I’ll pass along your request re: turning it off.*"
So maybe the feature will be included in 2.6.2 | I assume you mean the the notice the appears when there are notices for developers, on the control panel home screen?
AFAIK, you cannot disable the Developer Log. But these notices should only be showing to Super Admins. |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | There are some situations where *status* may be considered countable. In those cases, the plural form can be used as *statuses*. [MacMillan dictionary](http://www.macmillandictionary.com/dictionary/american/status) gives 4 definitions for *status*, and 3 of them are referred to as countable. Personally, I would use *st... | I see that I've very late to answer. I usually try to avoid the use of "status" as a plural, instead option to use the near-synonym "**state**".
Take for example these three attempts at pluralizing "status", all of which I've seen coworkers using:
>
> The product should support the following statuses: Red Green Blue... |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | There are some situations where *status* may be considered countable. In those cases, the plural form can be used as *statuses*. [MacMillan dictionary](http://www.macmillandictionary.com/dictionary/american/status) gives 4 definitions for *status*, and 3 of them are referred to as countable. Personally, I would use *st... | In Latin, the nominative plural of *[status](https://en.wiktionary.org/wiki/status#Latin)* as a 4th declension noun is *statūs*. This would be uncomfortable in English, and so the English plural is *statuses*.
The Latin adjective has a different masculine nominative plural of *statī*, but then means something more lik... |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | In Latin, the nominative plural of *[status](https://en.wiktionary.org/wiki/status#Latin)* as a 4th declension noun is *statūs*. This would be uncomfortable in English, and so the English plural is *statuses*.
The Latin adjective has a different masculine nominative plural of *statī*, but then means something more lik... | I always though that *status* should not be used as plural, but I notice that *statuses* is reported from the CoCA in sentences like:
>
> Young people across a wide range of socio-economic statuses increasingly value choosing their own spouses, and individual choice [...].
>
> [...], but those with higher threat ... |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | I see that I've very late to answer. I usually try to avoid the use of "status" as a plural, instead option to use the near-synonym "**state**".
Take for example these three attempts at pluralizing "status", all of which I've seen coworkers using:
>
> The product should support the following statuses: Red Green Blue... | I always though that *status* should not be used as plural, but I notice that *statuses* is reported from the CoCA in sentences like:
>
> Young people across a wide range of socio-economic statuses increasingly value choosing their own spouses, and individual choice [...].
>
> [...], but those with higher threat ... |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | In Latin, the nominative plural of *[status](https://en.wiktionary.org/wiki/status#Latin)* as a 4th declension noun is *statūs*. This would be uncomfortable in English, and so the English plural is *statuses*.
The Latin adjective has a different masculine nominative plural of *statī*, but then means something more lik... | I see that I've very late to answer. I usually try to avoid the use of "status" as a plural, instead option to use the near-synonym "**state**".
Take for example these three attempts at pluralizing "status", all of which I've seen coworkers using:
>
> The product should support the following statuses: Red Green Blue... |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | There are some situations where *status* may be considered countable. In those cases, the plural form can be used as *statuses*. [MacMillan dictionary](http://www.macmillandictionary.com/dictionary/american/status) gives 4 definitions for *status*, and 3 of them are referred to as countable. Personally, I would use *st... | Usually "statuses", but some people use "status"
================================================
As others have mentioned, there are several possible plural forms of *status*.
* *statuses,* regularly formed using the English plural suffix -(e)s. This is listed in various dictionaries e.g. [Collins English Dictionary... |
877 | What is the plural form of "status"? | 2010/08/14 | [
"https://english.stackexchange.com/questions/877",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/190/"
] | Usually "statuses", but some people use "status"
================================================
As others have mentioned, there are several possible plural forms of *status*.
* *statuses,* regularly formed using the English plural suffix -(e)s. This is listed in various dictionaries e.g. [Collins English Dictionary... | I see some references to status as uncountable as well, but that doesn't make much sense to me. I've always used statii, apparently incorrectly: Merriam-Webster, at least, [calls for](http://www.merriam-webster.com/dictionary/status) "statuses" |
29,757 | [Rite of Passage](https://gatherer.wizards.com/Pages/Card/Details.aspx?name=Rite%20of%20Passage) gives creatures I control a +1/+1 counter whenever they are dealt damage.
If a 1/1 creature was dealt one damage, would it be sent to the graveyard first or would the creature be saved by getting a +1/+1 counter? Is the sa... | 2016/04/17 | [
"https://boardgames.stackexchange.com/questions/29757",
"https://boardgames.stackexchange.com",
"https://boardgames.stackexchange.com/users/15950/"
] | You opponent was correct and the creature will die.
In Magic the Gathering there is virtually nothing that "triggers instantaneously". With the exception of abilities that only create mana all abilities go on the stack. There are a few [special actions](http://mtgsalvation.gamepedia.com/Special_action) that a player c... | All triggers\* use the stack. While the +1/+1 counters will be triggered, before you get a chance to put the triggers on the stack State Based Effects will be checked and your 1/1 tokens will be put in the graveyard. Once that is done you'll put your triggers on the stack but they aren't going to have much effect, it's... |
72,187 | I cannot see any difference between these two sentences. I assume both express the same but what is the difference? I thought that "used to" is used to describe an action that was happening in the past...but should "live" be considered as an action?
>
> I used to live in Prague 5 years ago.
>
> I lived in Prague ... | 2012/06/22 | [
"https://english.stackexchange.com/questions/72187",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/18701/"
] | There is **no difference** between the two. Both mean the same. | Strictly speaking, both are correct, and both mean the same thing, but I think that "I used to live in Prague 5 years ago" is slightly awkward; for a verb like "live", the "5 years ago" makes the "used to" unnecessary.
Without the "5 years ago", or other contextual indication of time, "used to" would definitely be bet... |
72,187 | I cannot see any difference between these two sentences. I assume both express the same but what is the difference? I thought that "used to" is used to describe an action that was happening in the past...but should "live" be considered as an action?
>
> I used to live in Prague 5 years ago.
>
> I lived in Prague ... | 2012/06/22 | [
"https://english.stackexchange.com/questions/72187",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/18701/"
] | *Used to* refers to a state or habit in the past, whereas the past tense describes an event at a particular time in the past. That means that the first sentence would be unlikely because a state or habit cannot normally have such a specific time reference. *I used to live in Prague* on its own is fine, but if you wante... | Strictly speaking, both are correct, and both mean the same thing, but I think that "I used to live in Prague 5 years ago" is slightly awkward; for a verb like "live", the "5 years ago" makes the "used to" unnecessary.
Without the "5 years ago", or other contextual indication of time, "used to" would definitely be bet... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.