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
316,542
Some novices, unfortunately, write C++ in C-style, using C-style strings and IO, just to name a few things. Unfortunately, users attack them with phrases like "*This isn't C++*" all the time, which is incorrect. Nevertheless, these comments are heavily upvoted. While most of them just use sloppy and misleading wording...
2016/02/09
[ "https://meta.stackoverflow.com/questions/316542", "https://meta.stackoverflow.com", "https://meta.stackoverflow.com/users/650405/" ]
I would suggest that you kindly remind them that although the [minimal, complete, and verifiable example](https://stackoverflow.com/help/mcve) that the OP *hopefully* provided may not include any C++ features, there is a good chance that the rest of their code might. That suggests that the OP is open to C++ features in...
I think such retagging is not appropriate since it's conflicting with author's intent. If the code presented in the question is only valid in C, while C++ tag is used (or vice versa), the OP should be told that their code doesn't compile, and asked whether they want to fix the code or the tags. If the code compiles in...
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
might want to check out <http://processing.org/>
Prefuse is a pretty nice library for Java, and even lets you publish animations in Flash using a layer called Flare: * [prefuse visualization toolkit](http://prefuse.org/) * [prefuse visualization gallery](http://prefuse.org/gallery/) On the R side, you only need to browse the gallery to see what it's capable of: * ...
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
might want to check out <http://processing.org/>
There's a library for Clojure (not quite Java but still on the JVM) called [Incanter](http://incanter.org/). It is built on Colt and JFreeChart. It may be possible that you can just use [Colt](http://sites.google.com/site/piotrwendykier/software/parallelcolt) directly, but I wouldn't know.
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
I've had success with visualizing graphs with a commercial tool called [yFiles](http://www.yworks.com/en/products_yfiles_about.html). For more general purpose statistical data visualization, you could try [Mondrian](http://rosuda.org/mondrian/), which is GPL licensed. These both are Java libraries.
There's a library for Clojure (not quite Java but still on the JVM) called [Incanter](http://incanter.org/). It is built on Colt and JFreeChart. It may be possible that you can just use [Colt](http://sites.google.com/site/piotrwendykier/software/parallelcolt) directly, but I wouldn't know.
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
Prefuse is a pretty nice library for Java, and even lets you publish animations in Flash using a layer called Flare: * [prefuse visualization toolkit](http://prefuse.org/) * [prefuse visualization gallery](http://prefuse.org/gallery/) On the R side, you only need to browse the gallery to see what it's capable of: * ...
The Weka project might be able to help you. It's an open source library of data mining algorithms written in Java. If they don't have the visualization themselves, it might be in their "related projects" section. <http://www.cs.waikato.ac.nz/ml/weka/>
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
JFreeChart is a good Option. I have tried it, and is easy to set up with Eclipse too. BIRT is also nice, but if you are using it for reporting that is.
There's a library for Clojure (not quite Java but still on the JVM) called [Incanter](http://incanter.org/). It is built on Colt and JFreeChart. It may be possible that you can just use [Colt](http://sites.google.com/site/piotrwendykier/software/parallelcolt) directly, but I wouldn't know.
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
might want to check out <http://processing.org/>
The Weka project might be able to help you. It's an open source library of data mining algorithms written in Java. If they don't have the visualization themselves, it might be in their "related projects" section. <http://www.cs.waikato.ac.nz/ml/weka/>
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
I've had success with visualizing graphs with a commercial tool called [yFiles](http://www.yworks.com/en/products_yfiles_about.html). For more general purpose statistical data visualization, you could try [Mondrian](http://rosuda.org/mondrian/), which is GPL licensed. These both are Java libraries.
The Weka project might be able to help you. It's an open source library of data mining algorithms written in Java. If they don't have the visualization themselves, it might be in their "related projects" section. <http://www.cs.waikato.ac.nz/ml/weka/>
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
might want to check out <http://processing.org/>
JFreeChart is a good Option. I have tried it, and is easy to set up with Eclipse too. BIRT is also nice, but if you are using it for reporting that is.
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
Have to mention [Piccolo2D](http://www.piccolo2d.org/) -- using it very frequently. It does not provide the ready to use data structures as Prefuse does, but it surely scales and provides a great degree of freedom in how one would want to visualise the data.
The Weka project might be able to help you. It's an open source library of data mining algorithms written in Java. If they don't have the visualization themselves, it might be in their "related projects" section. <http://www.cs.waikato.ac.nz/ml/weka/>
1,208,627
Is there a good library on the web to visualize big data in Java? Perhaps a library for statistical outputs? I know the programming language R is used to visualize statistical data in R, and I have seen a solution to connect Java and R, but it would be better if I can have a pure Java solution.
2009/07/30
[ "https://Stackoverflow.com/questions/1208627", "https://Stackoverflow.com", "https://Stackoverflow.com/users/142405/" ]
I've had success with visualizing graphs with a commercial tool called [yFiles](http://www.yworks.com/en/products_yfiles_about.html). For more general purpose statistical data visualization, you could try [Mondrian](http://rosuda.org/mondrian/), which is GPL licensed. These both are Java libraries.
Prefuse is a pretty nice library for Java, and even lets you publish animations in Flash using a layer called Flare: * [prefuse visualization toolkit](http://prefuse.org/) * [prefuse visualization gallery](http://prefuse.org/gallery/) On the R side, you only need to browse the gallery to see what it's capable of: * ...
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
It’s hard to say without further context, but I believe the word you are looking for is ***qualified*** . . . > > **qualify**, *v.* > > **II.** To modify or moderate in some respect. > > **8. a.** *transitive*. To modify (a statement, opinion, etc.) by the addition of some limitation or reservation; to make les...
What is, sharpen? 2. improve brush up polish up better enhance hone refine fine-tune Oxford Languages
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
> > He then **elaborated** on his statement: 'There will be no water involved. It's a rocketship that I paid exorbitant amounts of money to ride.' > > > [Dictionary.com 7](https://www.dictionary.com/browse/elaborated) > > to add details in writing, speaking, etc.; give additional or fuller treatment (usually fol...
Explain: > > To give the reason for or cause of. > > > --[Merriam-Webster.com](https://www.merriam-webster.com/dictionary/explain) > > "That ship cost me my entire net worth to ride." He later ***explained*** "There was no water involved. It was a rocketship that I paid exorbitant amounts of money to ride." > ...
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
"Clarify" works in the example sentence. > > ...so he clarified his statement: > > > The definition of "clarify" closest to the intended purpose is, ["To free of confusion".](https://www.merriam-webster.com/dictionary/clarify) But the title asked for a word that meant to reduce ambiguity. "Ambiguity" is like a s...
I think that "elaborated" or "clarified" works best for this specific example, since you're *increasing precision* more than *reducing ambiguity*. (There is a fair amount of overlap between the two, but "ambiguity" seems to suggest that there are multiple incompatible interpretations of the statement, rather than just ...
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
How about 'illuminate'? It can be a precise synonym of 'clarify, or 'elucidate'.
In French the verb ***préciser*** would be right, I think. ***Clarify*** is the verb most often used in politics reporting in English. ***Disambiguate*** is better where ambiguity exists but it is seldom used in education (apart from IT education) or in the media and this might make its meaning less well understood.
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
"Clarify" works in the example sentence. > > ...so he clarified his statement: > > > The definition of "clarify" closest to the intended purpose is, ["To free of confusion".](https://www.merriam-webster.com/dictionary/clarify) But the title asked for a word that meant to reduce ambiguity. "Ambiguity" is like a s...
In French the verb ***préciser*** would be right, I think. ***Clarify*** is the verb most often used in politics reporting in English. ***Disambiguate*** is better where ambiguity exists but it is seldom used in education (apart from IT education) or in the media and this might make its meaning less well understood.
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
"Clarify" works in the example sentence. > > ...so he clarified his statement: > > > The definition of "clarify" closest to the intended purpose is, ["To free of confusion".](https://www.merriam-webster.com/dictionary/clarify) But the title asked for a word that meant to reduce ambiguity. "Ambiguity" is like a s...
What is, sharpen? 2. improve brush up polish up better enhance hone refine fine-tune Oxford Languages
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
**Disambiguate** I would think the best fit would be Disambiguate. Literally, > > “to remove the ambiguity from; make unambiguous:” > > > [Dictionary.com](https://www.dictionary.com/browse/disambiguate) I don’t think that the fact that the word is not widely used is of any relevance. In the worst case your audi...
It’s hard to say without further context, but I believe the word you are looking for is ***qualified*** . . . > > **qualify**, *v.* > > **II.** To modify or moderate in some respect. > > **8. a.** *transitive*. To modify (a statement, opinion, etc.) by the addition of some limitation or reservation; to make les...
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
"Clarify" works in the example sentence. > > ...so he clarified his statement: > > > The definition of "clarify" closest to the intended purpose is, ["To free of confusion".](https://www.merriam-webster.com/dictionary/clarify) But the title asked for a word that meant to reduce ambiguity. "Ambiguity" is like a s...
Explain: > > To give the reason for or cause of. > > > --[Merriam-Webster.com](https://www.merriam-webster.com/dictionary/explain) > > "That ship cost me my entire net worth to ride." He later ***explained*** "There was no water involved. It was a rocketship that I paid exorbitant amounts of money to ride." > ...
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
**Disambiguate** I would think the best fit would be Disambiguate. Literally, > > “to remove the ambiguity from; make unambiguous:” > > > [Dictionary.com](https://www.dictionary.com/browse/disambiguate) I don’t think that the fact that the word is not widely used is of any relevance. In the worst case your audi...
In French the verb ***préciser*** would be right, I think. ***Clarify*** is the verb most often used in politics reporting in English. ***Disambiguate*** is better where ambiguity exists but it is seldom used in education (apart from IT education) or in the media and this might make its meaning less well understood.
582,037
*Specify* is the best I can think of, but it doesn’t by itself capture the change from ambiguity to less ambiguity. For example: > > "I spent my entire net worth to ride a ship", said Blake. > > > "Since when did boats become so expensive?" > > > Blake realized that he had been misunderstood, so he specified his...
2021/12/30
[ "https://english.stackexchange.com/questions/582037", "https://english.stackexchange.com", "https://english.stackexchange.com/users/220775/" ]
> > He then **elaborated** on his statement: 'There will be no water involved. It's a rocketship that I paid exorbitant amounts of money to ride.' > > > [Dictionary.com 7](https://www.dictionary.com/browse/elaborated) > > to add details in writing, speaking, etc.; give additional or fuller treatment (usually fol...
Another possibility is **particularise**. > > *particularise* [verb] [formal] [and -*ize*] > > > If you particularise something that you have been talking about in a > general way, you give details or specific examples of it. [formal] > > > * *Mr Johnson particularizes the general points he wants to make.* > > ...
1,601,815
I want to change linux distro my Development(Host) Machine which I use for embedded development. I cross-compile applications for many different processors. It is required for me to download different different libraries to evaluate their functionality/Performance/Stability on different devices , as well as on PC. So...
2009/10/21
[ "https://Stackoverflow.com/questions/1601815", "https://Stackoverflow.com", "https://Stackoverflow.com/users/148869/" ]
If you are using gcc or other source based compiler that runs on linux then I would say yes, you want a linux distro, and ubuntu is currently the most popular/best. I would try to avoid distro specific things, drive down the middle of the road and you should be able to use any distro equally well.
That will largely depend on your needs. For an embedded system, I'd go with [any distribution](http://www.linuxlinks.com/Embedded/Distributions/) that sports a very small footprint and supports the necessary hardware. Depending on your hardware, [Debian](http://www.debian.org/) might work fine. You could create your i...
1,601,815
I want to change linux distro my Development(Host) Machine which I use for embedded development. I cross-compile applications for many different processors. It is required for me to download different different libraries to evaluate their functionality/Performance/Stability on different devices , as well as on PC. So...
2009/10/21
[ "https://Stackoverflow.com/questions/1601815", "https://Stackoverflow.com", "https://Stackoverflow.com/users/148869/" ]
If you are using gcc or other source based compiler that runs on linux then I would say yes, you want a linux distro, and ubuntu is currently the most popular/best. I would try to avoid distro specific things, drive down the middle of the road and you should be able to use any distro equally well.
i use ubuntu for my host system and a chrooted gentoo install for building apps for an embedded target. I found gentoo was a good choice as it is source distributed and easy to select what version of a particular library is installed.
1,601,815
I want to change linux distro my Development(Host) Machine which I use for embedded development. I cross-compile applications for many different processors. It is required for me to download different different libraries to evaluate their functionality/Performance/Stability on different devices , as well as on PC. So...
2009/10/21
[ "https://Stackoverflow.com/questions/1601815", "https://Stackoverflow.com", "https://Stackoverflow.com/users/148869/" ]
If you are using gcc or other source based compiler that runs on linux then I would say yes, you want a linux distro, and ubuntu is currently the most popular/best. I would try to avoid distro specific things, drive down the middle of the road and you should be able to use any distro equally well.
One thing that is good to know is that ubuntu and derivatives uses dash and not bash as /bin/sh. This confuses crosstools and can give you severe headaches.
36,999,536
I am making iOS view using storyboard and autolayout. I placed image in centre of screen. On all devices (iPhone 4, iPhone 5, iPhone 6 and iPhone 6 Plus) size is the same. It looks too big on iPhone 4 and too small on 6 Plus. How to make image's size relative to screen size. I'd like to use constraints and auto layout ...
2016/05/03
[ "https://Stackoverflow.com/questions/36999536", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2938258/" ]
Use these constraints for your UIImageView: [![Constraints](https://i.stack.imgur.com/DU4Tu.png)](https://i.stack.imgur.com/DU4Tu.png) It will create 50 trailing space to left, right, top and bottom and will resize according to the screen size. The point is, don't set fixed width and height. Instead set Leading, Trai...
You need to surround image view with constraints (Top, Trailing, Bottom, Leading) and don't give height and width constraints to image view as it fix the image view. The image view will set according to screen size doesn't matter what device it is (iPhone 4, iPhone 5, iPhone 6, iPhone 6 Plus, iPod, iPad, iPad Pro, etc...
36,999,536
I am making iOS view using storyboard and autolayout. I placed image in centre of screen. On all devices (iPhone 4, iPhone 5, iPhone 6 and iPhone 6 Plus) size is the same. It looks too big on iPhone 4 and too small on 6 Plus. How to make image's size relative to screen size. I'd like to use constraints and auto layout ...
2016/05/03
[ "https://Stackoverflow.com/questions/36999536", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2938258/" ]
Use these constraints for your UIImageView: [![Constraints](https://i.stack.imgur.com/DU4Tu.png)](https://i.stack.imgur.com/DU4Tu.png) It will create 50 trailing space to left, right, top and bottom and will resize according to the screen size. The point is, don't set fixed width and height. Instead set Leading, Trai...
Below are the constraints for image view: [![enter image description here](https://i.stack.imgur.com/A9Dyr.png)](https://i.stack.imgur.com/A9Dyr.png)
36,999,536
I am making iOS view using storyboard and autolayout. I placed image in centre of screen. On all devices (iPhone 4, iPhone 5, iPhone 6 and iPhone 6 Plus) size is the same. It looks too big on iPhone 4 and too small on 6 Plus. How to make image's size relative to screen size. I'd like to use constraints and auto layout ...
2016/05/03
[ "https://Stackoverflow.com/questions/36999536", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2938258/" ]
There are two options. 1) Give constraints like top, bottom, leading and trailing. and 2) Give constraints like leading, trailing, top (or bottom which is apropriate) and aspect ratio. (This will keep your imageview's shape same in all size) Hope this will help :)
Use these constraints for your UIImageView: [![Constraints](https://i.stack.imgur.com/DU4Tu.png)](https://i.stack.imgur.com/DU4Tu.png) It will create 50 trailing space to left, right, top and bottom and will resize according to the screen size. The point is, don't set fixed width and height. Instead set Leading, Trai...
36,999,536
I am making iOS view using storyboard and autolayout. I placed image in centre of screen. On all devices (iPhone 4, iPhone 5, iPhone 6 and iPhone 6 Plus) size is the same. It looks too big on iPhone 4 and too small on 6 Plus. How to make image's size relative to screen size. I'd like to use constraints and auto layout ...
2016/05/03
[ "https://Stackoverflow.com/questions/36999536", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2938258/" ]
There are two options. 1) Give constraints like top, bottom, leading and trailing. and 2) Give constraints like leading, trailing, top (or bottom which is apropriate) and aspect ratio. (This will keep your imageview's shape same in all size) Hope this will help :)
You need to surround image view with constraints (Top, Trailing, Bottom, Leading) and don't give height and width constraints to image view as it fix the image view. The image view will set according to screen size doesn't matter what device it is (iPhone 4, iPhone 5, iPhone 6, iPhone 6 Plus, iPod, iPad, iPad Pro, etc...
36,999,536
I am making iOS view using storyboard and autolayout. I placed image in centre of screen. On all devices (iPhone 4, iPhone 5, iPhone 6 and iPhone 6 Plus) size is the same. It looks too big on iPhone 4 and too small on 6 Plus. How to make image's size relative to screen size. I'd like to use constraints and auto layout ...
2016/05/03
[ "https://Stackoverflow.com/questions/36999536", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2938258/" ]
There are two options. 1) Give constraints like top, bottom, leading and trailing. and 2) Give constraints like leading, trailing, top (or bottom which is apropriate) and aspect ratio. (This will keep your imageview's shape same in all size) Hope this will help :)
Below are the constraints for image view: [![enter image description here](https://i.stack.imgur.com/A9Dyr.png)](https://i.stack.imgur.com/A9Dyr.png)
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
Some Android phones don't support such advanced features as "setting own phone number". In this case try **set it on a different phone**, preferable a dumb phone.
First off, what phone company are you with because it would help greatly to at least know that much more than just the name of the phone? If it were an integrated phone such network providers Sprint, Verizon etc companies with 3G phones because 3G with such providers worked without SIM cards. If so that would mean the ...
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
This is just showing whether your phone number is saved to the phone number description property on your SIM card. Some networks always program this in for you, many don't. Some phones let you write to this property, some don't, some read it, some don't. It has nothing to do with what actual phone number is attached t...
There was no above suggested path on my phone either. Instead following worked for me: Go into call settings (call button then settings) Scroll down and find Additional Settings. Then there is set My Phone Number where you can set your number.
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
Some Android phones don't support such advanced features as "setting own phone number". In this case try **set it on a different phone**, preferable a dumb phone.
There was no above suggested path on my phone either. Instead following worked for me: Go into call settings (call button then settings) Scroll down and find Additional Settings. Then there is set My Phone Number where you can set your number.
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
This is just showing whether your phone number is saved to the phone number description property on your SIM card. Some networks always program this in for you, many don't. Some phones let you write to this property, some don't, some read it, some don't. It has nothing to do with what actual phone number is attached t...
First off, what phone company are you with because it would help greatly to at least know that much more than just the name of the phone? If it were an integrated phone such network providers Sprint, Verizon etc companies with 3G phones because 3G with such providers worked without SIM cards. If so that would mean the ...
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
Some Android phones don't support such advanced features as "setting own phone number". In this case try **set it on a different phone**, preferable a dumb phone.
There is also a problem with some 2.2-Froyo code for the Galaxy S that can cause this to happen, even if your number was shown under 2.1. (This is the case for me).
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
This is just showing whether your phone number is saved to the phone number description property on your SIM card. Some networks always program this in for you, many don't. Some phones let you write to this property, some don't, some read it, some don't. It has nothing to do with what actual phone number is attached t...
There is also a problem with some 2.2-Froyo code for the Galaxy S that can cause this to happen, even if your number was shown under 2.1. (This is the case for me).
3,072
Title says it all ( I think ), if I look under the '**Settings - Status - Phone number**' on my Samsung Galaxy S mobile phone, it says '*unknown*'. What does that mean ? Do I have to enter the number some where ? And if so, do I need it, or why should I do that ?
2010/11/23
[ "https://android.stackexchange.com/questions/3072", "https://android.stackexchange.com", "https://android.stackexchange.com/users/594/" ]
This is just showing whether your phone number is saved to the phone number description property on your SIM card. Some networks always program this in for you, many don't. Some phones let you write to this property, some don't, some read it, some don't. It has nothing to do with what actual phone number is attached t...
Some Android phones don't support such advanced features as "setting own phone number". In this case try **set it on a different phone**, preferable a dumb phone.
43,394,204
I am doing some studies on eye vascularization - my project contains a machine which can detect the different blood vessels in the retinal membrane at the back of the eye. What I am looking for is a possibility to segment the picture and analyze each segmentation on it`s own. The Segmentation consist of six squares wic...
2017/04/13
[ "https://Stackoverflow.com/questions/43394204", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7862519/" ]
ng2-bootstrap and ngx-bootstrap are one and the same: ng2-bootstrap was the old name, ngx-bootstrap is the new name. It's a project that's attempting to create an Angular-specific version of the Twitter Bootstrap components (i.e. no dependency on jQuery). The project is run by Valor Software. I don't have inside knowle...
ngx-bootstrap is Native Angular directives for Bootstrap 3 and Bootstrap 4. Contains all core and not only Bootstrap components powered by Angular. Basically, it's the same thing, but ng2 is the old name for the ngx.
43,394,204
I am doing some studies on eye vascularization - my project contains a machine which can detect the different blood vessels in the retinal membrane at the back of the eye. What I am looking for is a possibility to segment the picture and analyze each segmentation on it`s own. The Segmentation consist of six squares wic...
2017/04/13
[ "https://Stackoverflow.com/questions/43394204", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7862519/" ]
ng2-bootstrap and ngx-bootstrap are one and the same: ng2-bootstrap was the old name, ngx-bootstrap is the new name. It's a project that's attempting to create an Angular-specific version of the Twitter Bootstrap components (i.e. no dependency on jQuery). The project is run by Valor Software. I don't have inside knowle...
Since **Angular2** is released, many components are published as npm modules and most them have prefix - **ng2-** or **angular2-** like **ng2-bootstrap**, **angular2-tags-input**. After releasing **Angular4**, all those node modules were faced with serious problem - **"Do we have to be renamed to ng4 or angular4???"**...
43,394,204
I am doing some studies on eye vascularization - my project contains a machine which can detect the different blood vessels in the retinal membrane at the back of the eye. What I am looking for is a possibility to segment the picture and analyze each segmentation on it`s own. The Segmentation consist of six squares wic...
2017/04/13
[ "https://Stackoverflow.com/questions/43394204", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7862519/" ]
Since **Angular2** is released, many components are published as npm modules and most them have prefix - **ng2-** or **angular2-** like **ng2-bootstrap**, **angular2-tags-input**. After releasing **Angular4**, all those node modules were faced with serious problem - **"Do we have to be renamed to ng4 or angular4???"**...
ngx-bootstrap is Native Angular directives for Bootstrap 3 and Bootstrap 4. Contains all core and not only Bootstrap components powered by Angular. Basically, it's the same thing, but ng2 is the old name for the ngx.
212,091
I´m looking for a PC car driving simulator, **not a game**, but a software focused in good driving practices. Not browser based, I prefer a standalone application. (If there is a real simulation **game**, I could use it, but if it is **just fun**, it´s not what I'm looking for.)
2010/11/17
[ "https://superuser.com/questions/212091", "https://superuser.com", "https://superuser.com/users/54928/" ]
<http://www.youtube.com/watch?v=7wogpRazlu8> <http://www.autotrader.co.uk/CARS/buying/simulator.jsp>
[TORCS](http://torcs.sourceforge.net/) is a Open Racing Car Simulator, which although a game, seems very realistic: > > ... simulation features a simple damage model, collisions, tire and wheel properties (springs, dampers, stiffness, ...), aerodynamics (ground effect, spoilers, ...) and much more. > > > Because ...
212,091
I´m looking for a PC car driving simulator, **not a game**, but a software focused in good driving practices. Not browser based, I prefer a standalone application. (If there is a real simulation **game**, I could use it, but if it is **just fun**, it´s not what I'm looking for.)
2010/11/17
[ "https://superuser.com/questions/212091", "https://superuser.com", "https://superuser.com/users/54928/" ]
<http://www.youtube.com/watch?v=7wogpRazlu8> <http://www.autotrader.co.uk/CARS/buying/simulator.jsp>
After looking for a while, and posting this same question in the SE gaming site, I found this software: [3D Driving School](http://www.3dfahrschule.de/uk_index.htm). Demo available. > > Get driving experience step by > step:Training ground, right before > left, grant right of way, stop, > driving over traffic lig...
212,091
I´m looking for a PC car driving simulator, **not a game**, but a software focused in good driving practices. Not browser based, I prefer a standalone application. (If there is a real simulation **game**, I could use it, but if it is **just fun**, it´s not what I'm looking for.)
2010/11/17
[ "https://superuser.com/questions/212091", "https://superuser.com", "https://superuser.com/users/54928/" ]
After looking for a while, and posting this same question in the SE gaming site, I found this software: [3D Driving School](http://www.3dfahrschule.de/uk_index.htm). Demo available. > > Get driving experience step by > step:Training ground, right before > left, grant right of way, stop, > driving over traffic lig...
[TORCS](http://torcs.sourceforge.net/) is a Open Racing Car Simulator, which although a game, seems very realistic: > > ... simulation features a simple damage model, collisions, tire and wheel properties (springs, dampers, stiffness, ...), aerodynamics (ground effect, spoilers, ...) and much more. > > > Because ...
255,326
We have a server that needs to work with SSL. We're having some problems with the SSL certificates. Does anybody know a good certificate analyzer that can tell me what is wrong? It is an internal server, so I can't use an online test site.
2011/04/04
[ "https://serverfault.com/questions/255326", "https://serverfault.com", "https://serverfault.com/users/65887/" ]
We recently got some certificates from GeoTrust and used their checker [here](https://knowledge.geotrust.com/support/knowledge-base/index?page=content&id=SO9557&actp=LIST) to make sure everything was working - unsure if it will work with certificates from other authorities.
There are some free online test tools out there. E.g. <http://www.ssltest.net/>
255,326
We have a server that needs to work with SSL. We're having some problems with the SSL certificates. Does anybody know a good certificate analyzer that can tell me what is wrong? It is an internal server, so I can't use an online test site.
2011/04/04
[ "https://serverfault.com/questions/255326", "https://serverfault.com", "https://serverfault.com/users/65887/" ]
Openssl commands will help you to find out details of SSL certs. Check this link. <http://techtrunch.com/commands/checking-ssl-certs-validity-details>
There are some free online test tools out there. E.g. <http://www.ssltest.net/>
10,465
I have two sentences: > > 1. data suffers from some artefacts. > 2. this step is needed to reduce effect due to artefacts. > > > I'm struggling to choose the proper clause. In this case, would *from which* be suitable or not? > > this step is needed to reduce effect due to artefacts *from which* the > data suf...
2013/09/18
[ "https://ell.stackexchange.com/questions/10465", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/1138/" ]
You *could* clean up the original sentence with "for which" in the question to make it perfectly grammatical, but I think I'd recommend the sentence below for clarity. Jim and David's suggestions are also possible. > > This step is needed to reduce the effect of the artifacts the data suffers from. > > >
I agree that the simpler it is, the better. To answer your question, your guess is correct, but awkward. The less correct, more natural way would be "which the data suffers from." You can also take out "which" and simplify further, as per MonkeyPushButton's example.
50,798,602
I am deploying a signed ClickOnce app on our company network. The app is a desktop application which is built by a build server and deployed to a shared drive location. It is signed with a Symantec Code signing certificate that we bought for our organization. Each developer has installed the certificate into their Pers...
2018/06/11
[ "https://Stackoverflow.com/questions/50798602", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1919998/" ]
The timestamp URL was not needed to achieve silent installation. The solution was to install the 3 certificates (one at a time) in the correct folders in the certificate store on the target machine. The root certificate should go under "Trusted Root Certification Authorities" and the intermediate certificate should g...
I solved this problem by these action.I create key file for certification.You follow these steps. Go to project properties then above window will be open.Then click on signing.Then you click on new.By clicking new you would be able to create key file. Like this. [![enter image description here](https://i.stack.im...
60,628
Orb effect items in Dota 2 do not indicate that they have an Orb effect. Does this mean that I can stack them? If so, can I stack the same item with exactly the same Orb effect?
2012/04/02
[ "https://gaming.stackexchange.com/questions/60628", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/15626/" ]
Orb effects in Dota 2 are called **Unique Attack Modifiers** - items that have attack modifiers are noted in the individual item descriptions, and they do not stack. That being said, you can still make use of multiple orb effects if you wish (although it is not recommended since they don't stack). For example, if two ...
Good explanation UAM working present here <http://www.dota2wiki.com/wiki/Unique_Attack_Modifier> > > Unique Attack Modifiers (formerly known as Orb Effects) are special modifiers that alter a Hero's basic attack to provide an additional effect. > > Multiple modifiers do not stack; ***for each attack one modifier ...
562,863
I don't understand this semantic extension (cf. [Etymonline](https://www.etymonline.com/search?q=poll)) because it hasn't happened to "head" or "horn"! Unquestionably, "head" isn't the same thing as "cut someone's hair". [Poll Definition and Meaning - Bible Dictionary](https://www.biblestudytools.com/dictionary/poll/)...
2021/03/17
[ "https://english.stackexchange.com/questions/562863", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
A couple of slide decks: [![enter image description here](https://i.stack.imgur.com/JWiO6.jpg)](https://i.stack.imgur.com/JWiO6.jpg) A card deck: [![enter image description here](https://i.stack.imgur.com/y1Z6y.jpg)](https://i.stack.imgur.com/y1Z6y.jpg)
Apparently the term was derived from the expression “a deck of playing cards” as suggested in the following extract: > > ***[A slide deck](https://slidebean.com/blog/startups-what-is-a-slide-deck)*** is just another way to refer to a presentation deck or pitch deck. The term was perhaps first used in Silicon Valley. ...
562,863
I don't understand this semantic extension (cf. [Etymonline](https://www.etymonline.com/search?q=poll)) because it hasn't happened to "head" or "horn"! Unquestionably, "head" isn't the same thing as "cut someone's hair". [Poll Definition and Meaning - Bible Dictionary](https://www.biblestudytools.com/dictionary/poll/)...
2021/03/17
[ "https://english.stackexchange.com/questions/562863", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
The definition as a deck of cards is older (1593 Shakespeare King Henry IV is the earliest citation found): > > Alas, that Warwicke had no more fore‑cast, > But whiles he thought to steale the single Ten, > The King was slyly finger'd from the Deck: > You left poore Henry at the Bishops Pallace, > And tenne to one yo...
Apparently the term was derived from the expression “a deck of playing cards” as suggested in the following extract: > > ***[A slide deck](https://slidebean.com/blog/startups-what-is-a-slide-deck)*** is just another way to refer to a presentation deck or pitch deck. The term was perhaps first used in Silicon Valley. ...
562,863
I don't understand this semantic extension (cf. [Etymonline](https://www.etymonline.com/search?q=poll)) because it hasn't happened to "head" or "horn"! Unquestionably, "head" isn't the same thing as "cut someone's hair". [Poll Definition and Meaning - Bible Dictionary](https://www.biblestudytools.com/dictionary/poll/)...
2021/03/17
[ "https://english.stackexchange.com/questions/562863", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
A couple of slide decks: [![enter image description here](https://i.stack.imgur.com/JWiO6.jpg)](https://i.stack.imgur.com/JWiO6.jpg) A card deck: [![enter image description here](https://i.stack.imgur.com/y1Z6y.jpg)](https://i.stack.imgur.com/y1Z6y.jpg)
The definition as a deck of cards is older (1593 Shakespeare King Henry IV is the earliest citation found): > > Alas, that Warwicke had no more fore‑cast, > But whiles he thought to steale the single Ten, > The King was slyly finger'd from the Deck: > You left poore Henry at the Bishops Pallace, > And tenne to one yo...
562,863
I don't understand this semantic extension (cf. [Etymonline](https://www.etymonline.com/search?q=poll)) because it hasn't happened to "head" or "horn"! Unquestionably, "head" isn't the same thing as "cut someone's hair". [Poll Definition and Meaning - Bible Dictionary](https://www.biblestudytools.com/dictionary/poll/)...
2021/03/17
[ "https://english.stackexchange.com/questions/562863", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
A couple of slide decks: [![enter image description here](https://i.stack.imgur.com/JWiO6.jpg)](https://i.stack.imgur.com/JWiO6.jpg) A card deck: [![enter image description here](https://i.stack.imgur.com/y1Z6y.jpg)](https://i.stack.imgur.com/y1Z6y.jpg)
Been doing powerpoints for years as an analyst. First time I ever heard them called "slide decks" was when I started hanging out with marketers. Then in college (went back to college in my late 30's to get bach/masters), I took grad-level marketing analytics classes. Again, prof called them "slide decks". No other prof...
562,863
I don't understand this semantic extension (cf. [Etymonline](https://www.etymonline.com/search?q=poll)) because it hasn't happened to "head" or "horn"! Unquestionably, "head" isn't the same thing as "cut someone's hair". [Poll Definition and Meaning - Bible Dictionary](https://www.biblestudytools.com/dictionary/poll/)...
2021/03/17
[ "https://english.stackexchange.com/questions/562863", "https://english.stackexchange.com", "https://english.stackexchange.com/users/-1/" ]
The definition as a deck of cards is older (1593 Shakespeare King Henry IV is the earliest citation found): > > Alas, that Warwicke had no more fore‑cast, > But whiles he thought to steale the single Ten, > The King was slyly finger'd from the Deck: > You left poore Henry at the Bishops Pallace, > And tenne to one yo...
Been doing powerpoints for years as an analyst. First time I ever heard them called "slide decks" was when I started hanging out with marketers. Then in college (went back to college in my late 30's to get bach/masters), I took grad-level marketing analytics classes. Again, prof called them "slide decks". No other prof...
9,668,948
I am creating a quiz style app for iOS using phonegap. The app allows users to create then take the quizzes. Currently I am using a HTML 5 database using phonegap APIs to store the test and results data. I am concerned though that the database can now be deleted by iOS 5.1 when the device storage gets full. Is there ...
2012/03/12
[ "https://Stackoverflow.com/questions/9668948", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1203868/" ]
Yes, it's a pity that Apple did that in iOS5.1 It's possible to change the location of WebKit data calling a private API. You should be able to set the location to a secure folder like Documents. I did not test this solution yet, but look at this post : [How do I enable Local Storage in my WebKit-based application?](h...
Instead of using an html5 database, I would send/receive the data via ajax (on a remote server, with php and mysql), preferably encrypted (and base64\_encoded).
9,668,948
I am creating a quiz style app for iOS using phonegap. The app allows users to create then take the quizzes. Currently I am using a HTML 5 database using phonegap APIs to store the test and results data. I am concerned though that the database can now be deleted by iOS 5.1 when the device storage gets full. Is there ...
2012/03/12
[ "https://Stackoverflow.com/questions/9668948", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1203868/" ]
There is a fix for both issues with Webkit storage and iOS 5.1 1. Storage moved from /Webkit to /Cache 2. Storage is not adjusted to updated folder structure on an App update under iOS 5.1 (WebKit Bug) <https://issues.apache.org/jira/browse/CB-330> This solution seems to be more safe than just changing the location ...
Instead of using an html5 database, I would send/receive the data via ajax (on a remote server, with php and mysql), preferably encrypted (and base64\_encoded).
9,668,948
I am creating a quiz style app for iOS using phonegap. The app allows users to create then take the quizzes. Currently I am using a HTML 5 database using phonegap APIs to store the test and results data. I am concerned though that the database can now be deleted by iOS 5.1 when the device storage gets full. Is there ...
2012/03/12
[ "https://Stackoverflow.com/questions/9668948", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1203868/" ]
Yes, it's a pity that Apple did that in iOS5.1 It's possible to change the location of WebKit data calling a private API. You should be able to set the location to a secure folder like Documents. I did not test this solution yet, but look at this post : [How do I enable Local Storage in my WebKit-based application?](h...
There is a fix for both issues with Webkit storage and iOS 5.1 1. Storage moved from /Webkit to /Cache 2. Storage is not adjusted to updated folder structure on an App update under iOS 5.1 (WebKit Bug) <https://issues.apache.org/jira/browse/CB-330> This solution seems to be more safe than just changing the location ...
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
You need to click Log Navigator icon (far right in left sidebar). Then choose your Debug/Run session in left sidebar, and you will have console in editor area. ![enter image description here](https://i.stack.imgur.com/RHoHb.png)
You can always see the console in a different window by opening the Organiser, clicking on the Devices tab, choosing your device and selecting it's console. Of course, this doesn't work for the simulator :(
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
If you just want to have the log output display when you run your app then you can go into XCode4 preferences -> Alerts and click on 'Run starts' on the left hand column. Then select 'Show Debugger' and when you run the app the NSLog output will be displayed below the editor pane. This way you don't have to select on...
Here' an alternative In **Xcode 4** short cut to display and hide console is **(command-shift-Y)** , this will show the console and debugger below ur text edior in the same window.
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
Here' an alternative In **Xcode 4** short cut to display and hide console is **(command-shift-Y)** , this will show the console and debugger below ur text edior in the same window.
You can always see the console in a different window by opening the Organiser, clicking on the Devices tab, choosing your device and selecting it's console. Of course, this doesn't work for the simulator :(
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
You need to click Log Navigator icon (far right in left sidebar). Then choose your Debug/Run session in left sidebar, and you will have console in editor area. ![enter image description here](https://i.stack.imgur.com/RHoHb.png)
for Xcode 5: View->Debug Area->Activate Console shift + cmd + c
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
for Xcode 5: View->Debug Area->Activate Console shift + cmd + c
If you just want to have the log output display when you run your app then you can go into XCode4 preferences -> Alerts and click on 'Run starts' on the left hand column. Then select 'Show Debugger' and when you run the app the NSLog output will be displayed below the editor pane. This way you don't have to select on...
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
You need to click Log Navigator icon (far right in left sidebar). Then choose your Debug/Run session in left sidebar, and you will have console in editor area. ![enter image description here](https://i.stack.imgur.com/RHoHb.png)
If you just want to have the log output display when you run your app then you can go into XCode4 preferences -> Alerts and click on 'Run starts' on the left hand column. Then select 'Show Debugger' and when you run the app the NSLog output will be displayed below the editor pane. This way you don't have to select on...
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
Here' an alternative In **Xcode 4** short cut to display and hide console is **(command-shift-Y)** , this will show the console and debugger below ur text edior in the same window.
There's two options: 1. Log Navigator (command-7 or view|navigators|log) and select your debug session. 2. "View | Show Debug Area" to view the NSLog output and interact with the debugger. Here's a pic with both on. You wouldn't normally have both on, but I can only link one image per post! [http://i.stack.imgur.com/...
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
If you just want to have the log output display when you run your app then you can go into XCode4 preferences -> Alerts and click on 'Run starts' on the left hand column. Then select 'Show Debugger' and when you run the app the NSLog output will be displayed below the editor pane. This way you don't have to select on...
You can always see the console in a different window by opening the Organiser, clicking on the Devices tab, choosing your device and selecting it's console. Of course, this doesn't work for the simulator :(
3,377,309
I can't seem to find a way to have the console run (to show NSLog comments) in XCode 4. The normal method for the previous version of XCode does not work. Does anyone have an idea of how to accomplish this?
2010/07/31
[ "https://Stackoverflow.com/questions/3377309", "https://Stackoverflow.com", "https://Stackoverflow.com/users/400057/" ]
You need to click Log Navigator icon (far right in left sidebar). Then choose your Debug/Run session in left sidebar, and you will have console in editor area. ![enter image description here](https://i.stack.imgur.com/RHoHb.png)
Here' an alternative In **Xcode 4** short cut to display and hide console is **(command-shift-Y)** , this will show the console and debugger below ur text edior in the same window.
6,992,574
I have a server-side API which provides paged data in JSON format based on various query parameters. I would like to provide a UI that allows the user to paged through the results of a query. I am aware of the various component parts that permit this sort of interface, IPagedCollectionView and ICollectionView at the m...
2011/08/09
[ "https://Stackoverflow.com/questions/6992574", "https://Stackoverflow.com", "https://Stackoverflow.com/users/249933/" ]
We had the same question and we settled with the new DomainCollectionView which is part of the WCF RIA Services SP1. Which of couse means you have to use RIA Services, don't know if that's an option. The DomainCollectionView (which already implements the desired IPagedCollectionView interface) comes in combination wi...
You could try WCF data services, which can feed json i believe. it has an api for 'continuations' which are effectively paged queries. It might feel a bit strange for you to use this as a wrapper, but I'm sure you could make it work. <http://blogs.msdn.com/b/writingdata_services/archive/2011/02/25/getting-json-out-of-...
477,245
Let's say you have a 10 solar mass BH and dump 10 solar masses of antimatter into the BH... What would happen? Would I have a 20 solar mass BH? Would the BH explode Do we even understand what would happen to antimatter in the BH?
2019/05/01
[ "https://physics.stackexchange.com/questions/477245", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/189760/" ]
We have experimental evidence that antiparticles have positive inertial mass. We have no experimental evidence regarding the gravitational mass of antiparticles, because we can’t find or create enough antimatter to measure its gravity. However, I believe most physicists would be *extremely* surprised if antimatter had ...
> > Let's say you have a 10 solar mass BH and dump 10 solar masses of antimatter into the BH... What would happen? > > > This depends, like most things in relativity, on where the observer is. First note that it makes no difference whether it's energy or matter (just a form of energy) inside the event horizon - i...
477,245
Let's say you have a 10 solar mass BH and dump 10 solar masses of antimatter into the BH... What would happen? Would I have a 20 solar mass BH? Would the BH explode Do we even understand what would happen to antimatter in the BH?
2019/05/01
[ "https://physics.stackexchange.com/questions/477245", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/189760/" ]
We have experimental evidence that antiparticles have positive inertial mass. We have no experimental evidence regarding the gravitational mass of antiparticles, because we can’t find or create enough antimatter to measure its gravity. However, I believe most physicists would be *extremely* surprised if antimatter had ...
As the others have answered, our present theories say that you would end up with a double sized black hole. One way of looking at it is the following: Suppose the original matter still exists in the singularity. It probably doesn't, but just *suppose* that it does. And you drop anti-matter on it and it annihilates....
477,245
Let's say you have a 10 solar mass BH and dump 10 solar masses of antimatter into the BH... What would happen? Would I have a 20 solar mass BH? Would the BH explode Do we even understand what would happen to antimatter in the BH?
2019/05/01
[ "https://physics.stackexchange.com/questions/477245", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/189760/" ]
> > Let's say you have a 10 solar mass BH and dump 10 solar masses of antimatter into the BH... What would happen? > > > This depends, like most things in relativity, on where the observer is. First note that it makes no difference whether it's energy or matter (just a form of energy) inside the event horizon - i...
As the others have answered, our present theories say that you would end up with a double sized black hole. One way of looking at it is the following: Suppose the original matter still exists in the singularity. It probably doesn't, but just *suppose* that it does. And you drop anti-matter on it and it annihilates....
295,927
I was [reviewing](https://stackoverflow.com/review/triage/8306292) [this question](https://stackoverflow.com/questions/30618663/how-can-i-add-or-subtract-each-time-when-it-sums-up) and found it OK. To me it was quite clear what the user was asking and there was already a fitting answer. When looking back at the review ...
2015/06/03
[ "https://meta.stackoverflow.com/questions/295927", "https://meta.stackoverflow.com", "https://meta.stackoverflow.com/users/552420/" ]
I understood the question the first time that I read it, which is an indicator I like to use to determine if something is worth tasking editors to improve. I would have indicated that the question needs improvement which is essentially saying: *There's enough here to work with, but it needs polishing* If you take ano...
I think, this question is a little bit unclear. The OP is probably using excel, but he doesn't clarify that. I had voted for "needs improvement" in this case. I don't think you had done any wrong, it is essentially a vote. Nothing can guarantee that your opinion will always match the collectives, and I think it would ...
362,528
How to handle the stream of new-user questions (Caveat: the **subset of beginner questions [on the topic of Python classes] that are good, as in \*\*"a practical, answerable problem that is unique to software development"**, per the [SO FAQ: what's on-topic](https://stackoverflow.com/help/on-topic). Rants about bad que...
2018/01/25
[ "https://meta.stackoverflow.com/questions/362528", "https://meta.stackoverflow.com", "https://meta.stackoverflow.com/users/202229/" ]
> > are they on-topic for CodeReview.SE? > > > No, it's not a code review. > > SoftwareEngineering.SE? > > > Not what you've described, no. It'd be Too Broad, for starters. > > if not, then where in SE universe to migrate to? > > > Nowhere. Don't migrate crap. Only migrate *good* questions. > > if n...
Well, at the risk of having you edit out from under me again, let me quote you just one more time: > > (Caveat: the **subset of beginner questions [on the topic of Python classes] that are good, albeit offtopic on SO** ... > > > This is an empty set. It is precisely our standards -- taken in light of our purpose...
1,058,517
I got a question regarding installing Windows on a SSD drive. Currently I am running Windows 7 (installed on the C drive) and I bought Windows 8.1 and a new SSD drive. I was wondering if I install Windows 8.1 on my SSD drive would that conflict bad with my installed windows 7 on my C drive? Installing windows 8.1 o...
2016/03/29
[ "https://superuser.com/questions/1058517", "https://superuser.com", "https://superuser.com/users/482783/" ]
Put the New SSD and unplug the Old SSD then Restart the computer Install Windows **8.1** on the **New SSD**. When you boot 8.1 up plug the old SSD in. Move your files from Windows 7 Into 8.1 and Format the Drive when you are done. After this it will may still show windows 7 in the boot menu with [Easy BCD](http://n...
You didn't provide disk sizes, so this might not be an option: * Mirror your Windows 7 partition (and possibly everything else on the HDD) to the new SSD. * Disconnect the old drive and boot up Windows. * Once everything works, flag the old drive's main partition as non-active and/it format it. There are several guid...
1,058,517
I got a question regarding installing Windows on a SSD drive. Currently I am running Windows 7 (installed on the C drive) and I bought Windows 8.1 and a new SSD drive. I was wondering if I install Windows 8.1 on my SSD drive would that conflict bad with my installed windows 7 on my C drive? Installing windows 8.1 o...
2016/03/29
[ "https://superuser.com/questions/1058517", "https://superuser.com", "https://superuser.com/users/482783/" ]
Just keep it simple, physically disconnect your windows 7 disk, connect the SSD and install windows 8 on that. Once windows 8 is up and running turn off your computer, connect the old disk on another sata port, set bios to boot from Windows 8 disk, and just copy your files off the old disk. You can also boot from the o...
Put the New SSD and unplug the Old SSD then Restart the computer Install Windows **8.1** on the **New SSD**. When you boot 8.1 up plug the old SSD in. Move your files from Windows 7 Into 8.1 and Format the Drive when you are done. After this it will may still show windows 7 in the boot menu with [Easy BCD](http://n...
1,058,517
I got a question regarding installing Windows on a SSD drive. Currently I am running Windows 7 (installed on the C drive) and I bought Windows 8.1 and a new SSD drive. I was wondering if I install Windows 8.1 on my SSD drive would that conflict bad with my installed windows 7 on my C drive? Installing windows 8.1 o...
2016/03/29
[ "https://superuser.com/questions/1058517", "https://superuser.com", "https://superuser.com/users/482783/" ]
Just keep it simple, physically disconnect your windows 7 disk, connect the SSD and install windows 8 on that. Once windows 8 is up and running turn off your computer, connect the old disk on another sata port, set bios to boot from Windows 8 disk, and just copy your files off the old disk. You can also boot from the o...
You didn't provide disk sizes, so this might not be an option: * Mirror your Windows 7 partition (and possibly everything else on the HDD) to the new SSD. * Disconnect the old drive and boot up Windows. * Once everything works, flag the old drive's main partition as non-active and/it format it. There are several guid...
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
I use some of the D-Link N adapters. If I remember correctly, the DWA-130 works out-of-the box, while the DWA-160 would require a simple install of this ndiswrapper software to use the Windows driver. But they both seem to work well.
That is the only way around. Currently I am using the same method on Windows drivers with Linksys PCI N Adapter and I am just fine.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
It's a good question, and the wiki page most people mention ( <https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported>) is outdated and user-submitted information that is sometimes incorrect, it seems. These pages are a good place to start, although they are probably more helpful if you have the lspci info ...
I use some of the D-Link N adapters. If I remember correctly, the DWA-130 works out-of-the box, while the DWA-160 would require a simple install of this ndiswrapper software to use the Windows driver. But they both seem to work well.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
Intel's Wireless-N is good and out-of-the box (at least my Mini PCI-express one) Intel also have a good reputation for drivers (mostly) in Linux.
I use an ASUS USB N-13 dongle.It does not work right out the box but you can Google instructions on how to make it work.I takes less than 5 minutes.Mine has working flawlessly for years now!Here's a link with the instructions on how to make the dongle work with Lucid.<http://ubuntuforums.org/showthread.php?t=1499153> ...
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
Intel's Wireless-N is good and out-of-the box (at least my Mini PCI-express one) Intel also have a good reputation for drivers (mostly) in Linux.
That is the only way around. Currently I am using the same method on Windows drivers with Linksys PCI N Adapter and I am just fine.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
Intel's Wireless-N is good and out-of-the box (at least my Mini PCI-express one) Intel also have a good reputation for drivers (mostly) in Linux.
[This article](http://linuxplained.com/linux-compatible-usb-wireless-adapters-2012/) identifies 5 which are said to work in Linux. I haven't tested any, but may report back when I do.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
It's a good question, and the wiki page most people mention ( <https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported>) is outdated and user-submitted information that is sometimes incorrect, it seems. These pages are a good place to start, although they are probably more helpful if you have the lspci info ...
Intel's Wireless-N is good and out-of-the box (at least my Mini PCI-express one) Intel also have a good reputation for drivers (mostly) in Linux.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
It's a good question, and the wiki page most people mention ( <https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported>) is outdated and user-submitted information that is sometimes incorrect, it seems. These pages are a good place to start, although they are probably more helpful if you have the lspci info ...
I use an ASUS USB N-13 dongle.It does not work right out the box but you can Google instructions on how to make it work.I takes less than 5 minutes.Mine has working flawlessly for years now!Here's a link with the instructions on how to make the dongle work with Lucid.<http://ubuntuforums.org/showthread.php?t=1499153> ...
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
I use some of the D-Link N adapters. If I remember correctly, the DWA-130 works out-of-the box, while the DWA-160 would require a simple install of this ndiswrapper software to use the Windows driver. But they both seem to work well.
[This article](http://linuxplained.com/linux-compatible-usb-wireless-adapters-2012/) identifies 5 which are said to work in Linux. I haven't tested any, but may report back when I do.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
It's a good question, and the wiki page most people mention ( <https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported>) is outdated and user-submitted information that is sometimes incorrect, it seems. These pages are a good place to start, although they are probably more helpful if you have the lspci info ...
[This article](http://linuxplained.com/linux-compatible-usb-wireless-adapters-2012/) identifies 5 which are said to work in Linux. I haven't tested any, but may report back when I do.
24,569
Please advise which wireless-N usb adapters should work seamlessly with Ubuntu 10.04. I have tried SMC and Linksys, but they all need to have drivers compiled for them.
2011/02/01
[ "https://askubuntu.com/questions/24569", "https://askubuntu.com", "https://askubuntu.com/users/-1/" ]
It's a good question, and the wiki page most people mention ( <https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported>) is outdated and user-submitted information that is sometimes incorrect, it seems. These pages are a good place to start, although they are probably more helpful if you have the lspci info ...
That is the only way around. Currently I am using the same method on Windows drivers with Linksys PCI N Adapter and I am just fine.
68,566,477
For the Online Java Installation, Should I need to connect to the internet all the time while working on IDE? and also After Installation of Java Windows Online, the files required for IDE get stored in local? If it get stored in the local why prefer Java Windows Online over Java Windows Offline?
2021/07/28
[ "https://Stackoverflow.com/questions/68566477", "https://Stackoverflow.com", "https://Stackoverflow.com/users/8893783/" ]
* Offline version is a huge installation file that includes everything needed for installation. It means that the computer doesn't need to be connected to the web during installation of Java. This version is ideal for installation on multiple machines, because it only downloads the data once. * Online version is a sm...
Online installation expects you to be connected all the time till the installation process is finished, i.e. it needs constant internet connectivity. Offline installation assumes you're not going to be connected throughout the installation process, so it's a stand-alone installer, simply, once you download the offline...
4,061,511
Sometimes I wonder when something gets autoreleased. I added an NSLog in the dealloc of various objects, but I couldn't find anything useful. When does something release when autorelease is used? Is it unpredictable, or is there some extra thread running? Thanks.
2010/10/31
[ "https://Stackoverflow.com/questions/4061511", "https://Stackoverflow.com", "https://Stackoverflow.com/users/-1/" ]
When the "autorelease pool expires". What this typically means, is when the stack is unwound. So think of it this way - your app is event driven. You get events sent to it - and they are processed through a series of functions. When each of the functions returns, and the event is done being processed, autorelease wil...
[From the iOS documentation](http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmAutoreleasePools.html#//apple_ref/doc/uid/20000047-CJBFBEDI) Each thread in a Cocoa application maintains its own stack of NSAutoreleasePool objects. When a thread terminates, it automatically rele...
30,139
For example: > > Is (A ∨ B ∨ C) ∧ (D ∨ E ∨ F) the same as > > (A ∧ D) ∨ (A ∧ E) ∨ (A ∧ F) ∨ (B ∧ D) ∨ (B ∧ E) ∨ ( B ∧ F) ∨ (C ∧ D) ∨ (C ∧ E) ∨ (C ∧ F)? > > > How would I check equivalence in general?
2015/12/01
[ "https://philosophy.stackexchange.com/questions/30139", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/18181/" ]
One can also proceed as follows: to show two formulas P and Q are equivalent, show that they each entail the other. To check whether P entails Q, check whether (P ∧ ¬Q) is satisfiable -- if so, then P does **not** entail Q. Similarly check whether (¬P ∧ Q) is satisfiable. If neither is satisfiable, then the formulas ar...
The question is how one can check in general whether two propositional logic formulas are equivalent. There are multiple ways to do this. I will outline four methods: truth table, tree proof, natural deduction and equivalence relations. 1. **Truth Table** To use a [truth table generator](https://mrieppel.net/prog/tr...
30,139
For example: > > Is (A ∨ B ∨ C) ∧ (D ∨ E ∨ F) the same as > > (A ∧ D) ∨ (A ∧ E) ∨ (A ∧ F) ∨ (B ∧ D) ∨ (B ∧ E) ∨ ( B ∧ F) ∨ (C ∧ D) ∨ (C ∧ E) ∨ (C ∧ F)? > > > How would I check equivalence in general?
2015/12/01
[ "https://philosophy.stackexchange.com/questions/30139", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/18181/" ]
One can also proceed as follows: to show two formulas P and Q are equivalent, show that they each entail the other. To check whether P entails Q, check whether (P ∧ ¬Q) is satisfiable -- if so, then P does **not** entail Q. Similarly check whether (¬P ∧ Q) is satisfiable. If neither is satisfiable, then the formulas ar...
Would you be able to do it if I rewrote the problem in arithmetic language? De Morgan's Laws are just the distributive property. 1. (a+b+c)(d+e+f) 2. a(d+e+f)+b(d+e+f)+c(d+e+f) 3. ad+ae+af+bd+be+bf+cd+ce+cf ∎
87,411
I usually use 1.5 cups of water for every cup of 'white basmati' rice. Today I used 4 cups of water for 1 cup of 'brown basmati' rice and it came out a bit watery. however i did add more of the water after one round of cooking so maybe that had something to do with the visible water in the rice cooker?
2018/01/30
[ "https://cooking.stackexchange.com/questions/87411", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/7945/" ]
After *Deglaze the pan with the red wine and cook on high heat for 1 minute, scraping the bottom of the pan.* but prior to adding the beef stock, reduce the wine to almost a syrup. Most of the alcohol will be driven off, along with most of the water. When the, relatively large volume of beef stock is added, the concent...
By reducing the liquid contents you should boil off virtually all of the alcohol. The phase diagram for water-ethanol is shown below which I copied from [here](https://www.chemguide.co.uk/physical/phaseeqia/nonideal.html). The ethanol-water ratio is on the X-axis and the temperature of the liquid and vapor is shown on...
87,411
I usually use 1.5 cups of water for every cup of 'white basmati' rice. Today I used 4 cups of water for 1 cup of 'brown basmati' rice and it came out a bit watery. however i did add more of the water after one round of cooking so maybe that had something to do with the visible water in the rice cooker?
2018/01/30
[ "https://cooking.stackexchange.com/questions/87411", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/7945/" ]
After *Deglaze the pan with the red wine and cook on high heat for 1 minute, scraping the bottom of the pan.* but prior to adding the beef stock, reduce the wine to almost a syrup. Most of the alcohol will be driven off, along with most of the water. When the, relatively large volume of beef stock is added, the concent...
First, this recipe is anything but authentic. One big single piece of beef? Olive oil?? Tomato paste?!?? This might make a good stew, but it sure won't make boeuf bourguigon. The recipe I like that's closest to my mother's is in Mireille Johnston's 'Cuisine of the Rose'. But back to the point. The amount of wine is no...
87,411
I usually use 1.5 cups of water for every cup of 'white basmati' rice. Today I used 4 cups of water for 1 cup of 'brown basmati' rice and it came out a bit watery. however i did add more of the water after one round of cooking so maybe that had something to do with the visible water in the rice cooker?
2018/01/30
[ "https://cooking.stackexchange.com/questions/87411", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/7945/" ]
After *Deglaze the pan with the red wine and cook on high heat for 1 minute, scraping the bottom of the pan.* but prior to adding the beef stock, reduce the wine to almost a syrup. Most of the alcohol will be driven off, along with most of the water. When the, relatively large volume of beef stock is added, the concent...
Temperature and cooking time affect alcohol levels ================================================== When cooking with wine or other alcohols, no matter the recipe, the important thing to look at is the temperature when applying the alcohol, and/or the temperature at which it cooks for a long period of time. **When ...
87,411
I usually use 1.5 cups of water for every cup of 'white basmati' rice. Today I used 4 cups of water for 1 cup of 'brown basmati' rice and it came out a bit watery. however i did add more of the water after one round of cooking so maybe that had something to do with the visible water in the rice cooker?
2018/01/30
[ "https://cooking.stackexchange.com/questions/87411", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/7945/" ]
First, this recipe is anything but authentic. One big single piece of beef? Olive oil?? Tomato paste?!?? This might make a good stew, but it sure won't make boeuf bourguigon. The recipe I like that's closest to my mother's is in Mireille Johnston's 'Cuisine of the Rose'. But back to the point. The amount of wine is no...
By reducing the liquid contents you should boil off virtually all of the alcohol. The phase diagram for water-ethanol is shown below which I copied from [here](https://www.chemguide.co.uk/physical/phaseeqia/nonideal.html). The ethanol-water ratio is on the X-axis and the temperature of the liquid and vapor is shown on...
87,411
I usually use 1.5 cups of water for every cup of 'white basmati' rice. Today I used 4 cups of water for 1 cup of 'brown basmati' rice and it came out a bit watery. however i did add more of the water after one round of cooking so maybe that had something to do with the visible water in the rice cooker?
2018/01/30
[ "https://cooking.stackexchange.com/questions/87411", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/7945/" ]
Temperature and cooking time affect alcohol levels ================================================== When cooking with wine or other alcohols, no matter the recipe, the important thing to look at is the temperature when applying the alcohol, and/or the temperature at which it cooks for a long period of time. **When ...
By reducing the liquid contents you should boil off virtually all of the alcohol. The phase diagram for water-ethanol is shown below which I copied from [here](https://www.chemguide.co.uk/physical/phaseeqia/nonideal.html). The ethanol-water ratio is on the X-axis and the temperature of the liquid and vapor is shown on...
1,954,614
I have solution A which defines public class Foo, and solution B which references A and uses Foo. I rename Foo to Bar in A and use the "Update References" feature, but that only updates the references in the current solution. How do I go about updating them in solution B as well (automatically)? (note that search&repl...
2009/12/23
[ "https://Stackoverflow.com/questions/1954614", "https://Stackoverflow.com", "https://Stackoverflow.com/users/122687/" ]
I have had this same problem, and what I did was to create a "master" solution including all of the affected projects; and doing my refactoring in that (using ReSharper). It worked very well. I think you need to take the same approach - after all, how could a tool guess that you have other solutions lying around that ...
You could use ReSharper for that job.
1,954,614
I have solution A which defines public class Foo, and solution B which references A and uses Foo. I rename Foo to Bar in A and use the "Update References" feature, but that only updates the references in the current solution. How do I go about updating them in solution B as well (automatically)? (note that search&repl...
2009/12/23
[ "https://Stackoverflow.com/questions/1954614", "https://Stackoverflow.com", "https://Stackoverflow.com/users/122687/" ]
I have had this same problem, and what I did was to create a "master" solution including all of the affected projects; and doing my refactoring in that (using ReSharper). It worked very well. I think you need to take the same approach - after all, how could a tool guess that you have other solutions lying around that ...
I don't think there's any way to do this in VS, there might be something in an add-on like Resharper though (I've never used it). Could you temporarily add all of the projects to a single solution, and link them using Project References? That would allow all of the references to Foo to be renamed.
326,836
I have a problem with MySQL, I have a table with many text fields. When I try to store some data I obtain this error. > > Row size too large. The maximum row size for the used table type, not > counting BLOBs, is 8126. You have to change some columns to TEXT or > BLOBs > > > The text that I store in each field ...
2011/11/01
[ "https://serverfault.com/questions/326836", "https://serverfault.com", "https://serverfault.com/users/89906/" ]
You may want to take a look at [this article](http://www.mysqlperformanceblog.com/2011/04/07/innodb-row-size-limitation/) which explains a lot about MySQL row sizes. It's important to note that even if you use TEXT or BLOB fields, your row size could still be over 8K (limit for InnoDB) because it stores the first 768 b...
Well, do as mysql says: convert big fields from varchar to text or blob (ALTER TABLE). text fields behave much like varchar (indices needs prefix length, but nevertheless work), but are stored separately. This reference tells you the exact limits of every stock mysql table engine: <http://dev.mysql.com/doc/refman/5.0...
818,940
so I've had this setup for like, half a year now, and it just now started doing this ![enter image description here](https://i.stack.imgur.com/Wb9tt.jpg) as you can see, my second monitor is pretty old but after i reformatted my computer, it started having this black box on the side, and i have tried all the resolut...
2014/09/30
[ "https://superuser.com/questions/818940", "https://superuser.com", "https://superuser.com/users/373911/" ]
I believe you might have figured it out since the question was asked 6 years ago, but adding the solution so that it can help others with same problem. I had to restart thunderbird(68.7.0) to let it know the messages were already downloaded. Application menu(three stacked horizontal bars in top right corner) -> Help ...
In Thunderbird (depending on your version), look for an icon with three stacked horizontal bars (Application Menu). Click on it, then go to the following: Options... (click the dropmarker) > Account Settings... > Synchronization & Storage > Message Synchronizing > checkmark the "Keep messages for this account on this c...
51,362
Hi there. Long time listener, first time caller. :) I've set up my own OpenId server and I've been able to use my credentials to log into stackoverflow.com and associated sites, using Firefox. Using Chrome though, I am unable to submit my credentials using the Log In button. It's like it doesn't have the submit code ...
2010/05/27
[ "https://meta.stackexchange.com/questions/51362", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/147463/" ]
Do you seriously expect everyone who wants to dedicate a few minutes of their free time to first read the **519** already existing answers? It seems a rather unreasonable request. If you see duplicates then flag them, but don't be surprised if there are!
Probably enough people flagged [the top book question from this thread](https://meta.stackexchange.com/questions/51097/the-great-question-deletion-audit-of-2010) for merging until some moderator actually did merge it. Since, obviously, most top voted answers on the old question were the same books that are the top vot...
47,563
I got an email and was told something "Not positive but pretty sure" about something. What does it mean? Should I expect a negative/bad news or I should assume that it will be a certain thing? Thanks
2015/01/22
[ "https://ell.stackexchange.com/questions/47563", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/15818/" ]
No, the positive here is not in reference to how good or bad the news is. "Positive", in this context, means "certain". So what this means is that they believe something is likely but are not 100% certain. E.g. "When was Pluto downgraded to a dwarf planet?" "I'm not positive but I'm pretty sure it was in 2006."
You would be justified to hope for the best. * If someone is "[positive](http://www.collinsdictionary.com/dictionary/english/positive?showCookiePolicy=true)", he is certain of a fact - think of medical or chemical tests: if something is tested positive, it's *there*. * "[pretty](http://www.collinsdictionary.com/dictio...
184,170
Let's say we know how to enter hyperspace. Someone decides it's a good idea to open a "portal" into hyperspace on the planet surface. (I'm assuming this would take a fair amount of energy?) Question: What would be the effects on land of the opening? Would the portal itself release energy? How would it react with a hum...
2020/08/21
[ "https://worldbuilding.stackexchange.com/questions/184170", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/41781/" ]
However You Want ================ As far as we're aware, hyperspace isn't a real thing. It's a handy evasion of the [cosmic speed limit](https://www.amnh.org/exhibitions/einstein/light/cosmic-speed-limit) for narrative purposes. So its properties are whatever the author (in this case, you) want them to be. Do you wan...
**It's Stargate, Maybe** As far as "energy release" or "reaction with atmosphere", that's all on you. It could be anything from Stargate's harmless "bubble" over the entrance to 40k-esque "the entire planet is instantaneously sucked into literal hell." If you'll permit me, the question you should be asking is "why ar...
184,170
Let's say we know how to enter hyperspace. Someone decides it's a good idea to open a "portal" into hyperspace on the planet surface. (I'm assuming this would take a fair amount of energy?) Question: What would be the effects on land of the opening? Would the portal itself release energy? How would it react with a hum...
2020/08/21
[ "https://worldbuilding.stackexchange.com/questions/184170", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/41781/" ]
However You Want ================ As far as we're aware, hyperspace isn't a real thing. It's a handy evasion of the [cosmic speed limit](https://www.amnh.org/exhibitions/einstein/light/cosmic-speed-limit) for narrative purposes. So its properties are whatever the author (in this case, you) want them to be. Do you wan...
Maybe it starts sucking in the atmosphere (and any nearby objects) for the duration that it's open. That would seem to be the minimum likely effect. Although one could technobabble their way to an explanation where the portal repels normal matter in some way unless it's enhanced in some way by some property that the hy...