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 |
|---|---|---|---|---|---|
282,637 | I am a native British English speaker. I know how and when to use the following expressions. However I am finding it difficult to explain the difference.
1. *John's quite a hero.*
2. *John's quite the hero.*
On the face of it, the second means that John is somehow the only hero or that some hero has previously been m... | 2015/10/25 | [
"https://english.stackexchange.com/questions/282637",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/127726/"
] | My understanding is that "quite a hero" is the more neutral of the two phrases, whereas "quite the hero" expresses more novelty/unexpectedness, or a higher degree of heroism.
For an example that feels clearer to me:
"John is quite a pianist" says merely that John is solidly accomplished in the field.
"John is qu... | Perhaps an illustration would help.
In American English, you can pronounce the word ***the*** in two ways: *thē* before a vowel, and *thə* before a consonant. If, however, you want to single out something or someone that/who is perhaps the epitome, you use the *thē* pronunciation even before a consonant. For example, ... |
282,637 | I am a native British English speaker. I know how and when to use the following expressions. However I am finding it difficult to explain the difference.
1. *John's quite a hero.*
2. *John's quite the hero.*
On the face of it, the second means that John is somehow the only hero or that some hero has previously been m... | 2015/10/25 | [
"https://english.stackexchange.com/questions/282637",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/127726/"
] | I think the second form combines a [common idiomatic expression](http://www.oxfordlearnersdictionaries.com/definition/english/quite) with the rhetorical device of synecdoche. See [this answer](https://english.stackexchange.com/a/282339/129262) from a related question. The way that I read and understand "John's quite th... | I suspect the answer is lurking in the question, but the addition of the word 'quite' is clouding the issue.
Try *'John's a hero'* alongside *'John's the hero'*. The first, *'a hero'* carries an implication that the quality of heroism in John is an assessment or judgement made and held by the person speaking. Whereas,... |
282,637 | I am a native British English speaker. I know how and when to use the following expressions. However I am finding it difficult to explain the difference.
1. *John's quite a hero.*
2. *John's quite the hero.*
On the face of it, the second means that John is somehow the only hero or that some hero has previously been m... | 2015/10/25 | [
"https://english.stackexchange.com/questions/282637",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/127726/"
] | I suspect the answer is lurking in the question, but the addition of the word 'quite' is clouding the issue.
Try *'John's a hero'* alongside *'John's the hero'*. The first, *'a hero'* carries an implication that the quality of heroism in John is an assessment or judgement made and held by the person speaking. Whereas,... | Perhaps an illustration would help.
In American English, you can pronounce the word ***the*** in two ways: *thē* before a vowel, and *thə* before a consonant. If, however, you want to single out something or someone that/who is perhaps the epitome, you use the *thē* pronunciation even before a consonant. For example, ... |
282,637 | I am a native British English speaker. I know how and when to use the following expressions. However I am finding it difficult to explain the difference.
1. *John's quite a hero.*
2. *John's quite the hero.*
On the face of it, the second means that John is somehow the only hero or that some hero has previously been m... | 2015/10/25 | [
"https://english.stackexchange.com/questions/282637",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/127726/"
] | I think the second form combines a [common idiomatic expression](http://www.oxfordlearnersdictionaries.com/definition/english/quite) with the rhetorical device of synecdoche. See [this answer](https://english.stackexchange.com/a/282339/129262) from a related question. The way that I read and understand "John's quite th... | 'John is quite heroic' is a rather subdued statement, implying he could be (and perhaps should be) more so. But the use of an adjective only *refers* John to *the quality of heroism.*
'John is quite a hero' is stronger, but still does not suggest that John is altogether heroic. But a progression is seen in that the no... |
282,637 | I am a native British English speaker. I know how and when to use the following expressions. However I am finding it difficult to explain the difference.
1. *John's quite a hero.*
2. *John's quite the hero.*
On the face of it, the second means that John is somehow the only hero or that some hero has previously been m... | 2015/10/25 | [
"https://english.stackexchange.com/questions/282637",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/127726/"
] | I think that *quite the hero* is nearly obsolete, and tends to have a somewhat ironic, or patronising, tone, absent from *quite a hero*.
(I took it that you did not mean "quite THE hero" that some others have assumed). | I suspect the answer is lurking in the question, but the addition of the word 'quite' is clouding the issue.
Try *'John's a hero'* alongside *'John's the hero'*. The first, *'a hero'* carries an implication that the quality of heroism in John is an assessment or judgement made and held by the person speaking. Whereas,... |
282,637 | I am a native British English speaker. I know how and when to use the following expressions. However I am finding it difficult to explain the difference.
1. *John's quite a hero.*
2. *John's quite the hero.*
On the face of it, the second means that John is somehow the only hero or that some hero has previously been m... | 2015/10/25 | [
"https://english.stackexchange.com/questions/282637",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/127726/"
] | I think that *quite the hero* is nearly obsolete, and tends to have a somewhat ironic, or patronising, tone, absent from *quite a hero*.
(I took it that you did not mean "quite THE hero" that some others have assumed). | 'John is quite heroic' is a rather subdued statement, implying he could be (and perhaps should be) more so. But the use of an adjective only *refers* John to *the quality of heroism.*
'John is quite a hero' is stronger, but still does not suggest that John is altogether heroic. But a progression is seen in that the no... |
18,924,892 | How can I consume a graphic and then generate objective-c code that can draw it? The code generation doesn't need to be written in objective-c, but must generate objective-c code.
Input: A.png
Output: Core Graphics code to generate a file A.png that would match the image of the original file, A.png.
For example, sin... | 2013/09/20 | [
"https://Stackoverflow.com/questions/18924892",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/869936/"
] | >
> Why inflate the bundle size with images or why wait to pull down images from a web service when the app itself could generate those images with the right instructions
>
>
>
Because your code will still need to contain all the information contained in the image, plus all those drawing instructions, so you're go... | Use [PaintCode](http://www.paintcodeapp.com/) to create your graphics.
You are done. |
212,282 | I would like to use hardware security keys in an environment where it is additionally needed to lock down any ways in which a user could download data to a device like a usb key. Is it possible to lock down a usb slot in a way, that file transfer is not possible but hardware security keys still work?
In my case the s... | 2019/06/22 | [
"https://security.stackexchange.com/questions/212282",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/187799/"
] | Yes, it is possible. It will reduce security, but may still be good enough.
U2F devices appear as a [HID device](https://fidoalliance.org/specs/fido-u2f-v1.0-ps-20141009/fido-u2f-hid-protocol-ps-20141009.html). That's a USB class for keyboards and mice. USB storage devices appear as USB storage devices.
You can disa... | One option would be to attach the security key permanently. This still keeps most of the benefits of the security key defending against phishing or credential stuffing.
* Gluing the key into an external USB slot will allow using keys which require the user to press a button on the key, but will make the key impossible... |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | Adding oil or butter **makes scrambled eggs more creamy** by giving the egg protein something to hold onto and not curl as tight.
>
> The ideal formula for scrambled eggs is **one extra yolk** for every 4
> eggs plus a little fat.
>
>
>
I didn't like scrambled eggs until I tried this formula and it's awesome.
... | To me, it just makes it tastier. |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | I always add butter, as much for the flavor as to keep the eggs from sticking. In scrambled eggs, butter is as necessary for me as salt and pepper. | You can certainly try your pan without oil, and see how it goes. If the nonstick coating is still in good shape, you'll be able to cook your eggs just fine. You might still miss the flavor of butter, and if you try fried eggs, you may find that they don't brown the way you want. But once your pan ages a bit, the coatin... |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | Oil is not just about keeping things from sticking, it also helps with heat transfer. With eggs it is not such a big issue although it does help some, however with something like a piece of chicken or stir frying vegetables adding oil is necessary. | Non-stick is not the only reason for using oil. The oil ensures good heat transfer, especially after the egg is no longer liquid, has an uneven surface and may not contact the pan evenly when you have flipped it. Some oils do have flavors as well. If you cook with spices, sometimes these are placed in the pan prior to ... |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | I always add butter, as much for the flavor as to keep the eggs from sticking. In scrambled eggs, butter is as necessary for me as salt and pepper. | Oil is not just about keeping things from sticking, it also helps with heat transfer. With eggs it is not such a big issue although it does help some, however with something like a piece of chicken or stir frying vegetables adding oil is necessary. |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | I always add butter, as much for the flavor as to keep the eggs from sticking. In scrambled eggs, butter is as necessary for me as salt and pepper. | To me, it just makes it tastier. |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | You can certainly try your pan without oil, and see how it goes. If the nonstick coating is still in good shape, you'll be able to cook your eggs just fine. You might still miss the flavor of butter, and if you try fried eggs, you may find that they don't brown the way you want. But once your pan ages a bit, the coatin... | Non-stick is not the only reason for using oil. The oil ensures good heat transfer, especially after the egg is no longer liquid, has an uneven surface and may not contact the pan evenly when you have flipped it. Some oils do have flavors as well. If you cook with spices, sometimes these are placed in the pan prior to ... |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | Adding oil or butter **makes scrambled eggs more creamy** by giving the egg protein something to hold onto and not curl as tight.
>
> The ideal formula for scrambled eggs is **one extra yolk** for every 4
> eggs plus a little fat.
>
>
>
I didn't like scrambled eggs until I tried this formula and it's awesome.
... | Oil is not just about keeping things from sticking, it also helps with heat transfer. With eggs it is not such a big issue although it does help some, however with something like a piece of chicken or stir frying vegetables adding oil is necessary. |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | I always add butter, as much for the flavor as to keep the eggs from sticking. In scrambled eggs, butter is as necessary for me as salt and pepper. | Non-stick is not the only reason for using oil. The oil ensures good heat transfer, especially after the egg is no longer liquid, has an uneven surface and may not contact the pan evenly when you have flipped it. Some oils do have flavors as well. If you cook with spices, sometimes these are placed in the pan prior to ... |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | Oil is not just about keeping things from sticking, it also helps with heat transfer. With eggs it is not such a big issue although it does help some, however with something like a piece of chicken or stir frying vegetables adding oil is necessary. | To me, it just makes it tastier. |
36,980 | Today I had… hard conversation with my girlfriend whether to use or not oil (semi refined sunflower) when cooking scrambled eggs on a non-stick pan.
My point is that there is no reason for oil, because coating of the pan will prevent eggs to stick. Was I right or adding oil is essential for some other reason than prev... | 2013/09/21 | [
"https://cooking.stackexchange.com/questions/36980",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/20334/"
] | You can certainly try your pan without oil, and see how it goes. If the nonstick coating is still in good shape, you'll be able to cook your eggs just fine. You might still miss the flavor of butter, and if you try fried eggs, you may find that they don't brown the way you want. But once your pan ages a bit, the coatin... | To me, it just makes it tastier. |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | We've been using it in production since version 1.8+, using mainly the distributed locking feature. It works great, we've found a couple of workarounds/bugs, but those were fixed relatively fast.
With 1.8M locks per day we found no problems so far.
I recommend start using version 1.9.4.4. | If you have alternatives to hazelcast maybe look at these first. We have it in running production mode and it is still quite buggy, just check out the open issues.
However, the integration with Spring, Hibernate etc. is quite nice and the setup is really easy :) |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | There are still some issues still with its development,
<http://code.google.com/p/hazelcast/issues/list>
Generally, you can choose to either let it use its own multicast algorithm or specify your own ip's. We've tried it in a LAN environment and it works pretty well. Performance wise it's not bad but the monitori... | If my own company and projects count as real world, here's my experience. I wanted to get as close to eliminating external (disk) storage in favor of limitless and persistent "RAM". For starters that eliminates CRUD plumbing which sometimes makes up to 90% of the so-called "middle tier". There are other benefits. Since... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | If my own company and projects count as real world, here's my experience. I wanted to get as close to eliminating external (disk) storage in favor of limitless and persistent "RAM". For starters that eliminates CRUD plumbing which sometimes makes up to 90% of the so-called "middle tier". There are other benefits. Since... | We use Hazelcast in our e-commerce application to make sure that our inventory is consistent.
We use extensive use of distributed locking to make sure SKU Items of inventory are modified in atomic way because there are hundred of nodes in our web application cluster that operates concurrently on these items.
Also, w... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | There are still some issues still with its development,
<http://code.google.com/p/hazelcast/issues/list>
Generally, you can choose to either let it use its own multicast algorithm or specify your own ip's. We've tried it in a LAN environment and it works pretty well. Performance wise it's not bad but the monitori... | We are using Hazelcast from last 3 years in our e-commerce application to make sure availability (supply & demand) is consistent, atomic, available & scalable.
We are using IMap (distributed map) to cache the data and Entry Processor for read & write operations to do fast in-memory operations on IMap without you havin... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | We've been using it in production since version 1.8+, using mainly the distributed locking feature. It works great, we've found a couple of workarounds/bugs, but those were fixed relatively fast.
With 1.8M locks per day we found no problems so far.
I recommend start using version 1.9.4.4. | There are still some issues still with its development,
<http://code.google.com/p/hazelcast/issues/list>
Generally, you can choose to either let it use its own multicast algorithm or specify your own ip's. We've tried it in a LAN environment and it works pretty well. Performance wise it's not bad but the monitori... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | If my own company and projects count as real world, here's my experience. I wanted to get as close to eliminating external (disk) storage in favor of limitless and persistent "RAM". For starters that eliminates CRUD plumbing which sometimes makes up to 90% of the so-called "middle tier". There are other benefits. Since... | We are using Hazelcast from last 3 years in our e-commerce application to make sure availability (supply & demand) is consistent, atomic, available & scalable.
We are using IMap (distributed map) to cache the data and Entry Processor for read & write operations to do fast in-memory operations on IMap without you havin... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | There are still some issues still with its development,
<http://code.google.com/p/hazelcast/issues/list>
Generally, you can choose to either let it use its own multicast algorithm or specify your own ip's. We've tried it in a LAN environment and it works pretty well. Performance wise it's not bad but the monitori... | If you have alternatives to hazelcast maybe look at these first. We have it in running production mode and it is still quite buggy, just check out the open issues.
However, the integration with Spring, Hibernate etc. is quite nice and the setup is really easy :) |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | We are using Hazelcast (1.9.4.6 now) in production integrated with a complicated transactional service. It was added to alleviate immediate database throughput issues. We have discovered that we frequently have to stop it bringing down all transaction services for at least an hour. We are running clients in superclient... | We use Hazelcast in our e-commerce application to make sure that our inventory is consistent.
We use extensive use of distributed locking to make sure SKU Items of inventory are modified in atomic way because there are hundred of nodes in our web application cluster that operates concurrently on these items.
Also, w... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | There are still some issues still with its development,
<http://code.google.com/p/hazelcast/issues/list>
Generally, you can choose to either let it use its own multicast algorithm or specify your own ip's. We've tried it in a LAN environment and it works pretty well. Performance wise it's not bad but the monitori... | We use Hazelcast in our e-commerce application to make sure that our inventory is consistent.
We use extensive use of distributed locking to make sure SKU Items of inventory are modified in atomic way because there are hundred of nodes in our web application cluster that operates concurrently on these items.
Also, w... |
4,250,786 | Does anyone have any real world experience with [Hazelcast](http://www.hazelcast.com) distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that seems almost to good to be true for such a simple to use tool. I have done some very simple apps and it ... | 2010/11/22 | [
"https://Stackoverflow.com/questions/4250786",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/474816/"
] | We are using Hazelcast (1.9.4.6 now) in production integrated with a complicated transactional service. It was added to alleviate immediate database throughput issues. We have discovered that we frequently have to stop it bringing down all transaction services for at least an hour. We are running clients in superclient... | We are using Hazelcast from last 3 years in our e-commerce application to make sure availability (supply & demand) is consistent, atomic, available & scalable.
We are using IMap (distributed map) to cache the data and Entry Processor for read & write operations to do fast in-memory operations on IMap without you havin... |
505,367 | My doubt is which of the two is grammatically correct. I'm not sure whether 'were' should be used because it is a subjunctive phrase, or if 'were' should only be used if 'cases' was plural. Thank you!
Hi, thanks for your answers. For example: "The value x would be established to be the retail value of the lowest-value... | 2019/07/17 | [
"https://english.stackexchange.com/questions/505367",
"https://english.stackexchange.com",
"https://english.stackexchange.com/users/354948/"
] | I think [grammarly](https://www.grammarly.com/blog/was-vs-were/) explains it well.
According to this site, from my understanding, using *were* would be the right choice, given that the part "provided that there was no clear case of a non-piece of clothing that had an equal or greater value" is meant as in a theoretica... | Answer found in Grammarly: it says that it is "were" when the situation is doubtful, so in my case the correct word is "were". |
23,207 | I am building an interactive map project, that should draw a *political* map for any given year. Are there any open resources, that give access to such information? Maybe, as an array of points marking the borders, or the pictures, someway sorted year-by-year. Or, at least, the text list of the world's map changes over... | 2015/06/23 | [
"https://history.stackexchange.com/questions/23207",
"https://history.stackexchange.com",
"https://history.stackexchange.com/users/12709/"
] | Harvard possesses one of the [United State's largest collection of maps](http://hcl.harvard.edu/libraries/maps/digitalmaps/). Recently, they have been working on digitizing the collection. People who know how to use this kind of stuff can probably do a lot with the online [Geospatial Library](http://calvert.hul.harvard... | The kind of software you are trying to make exists:
<http://www.clockwk.com/>
It is quite convenient and detailed, and covers the period for which
sufficient data are available. But it is not free.
EDIT. To address some concerns expressed in comments. This is the web page of
the person who made this software. I know... |
23,207 | I am building an interactive map project, that should draw a *political* map for any given year. Are there any open resources, that give access to such information? Maybe, as an array of points marking the borders, or the pictures, someway sorted year-by-year. Or, at least, the text list of the world's map changes over... | 2015/06/23 | [
"https://history.stackexchange.com/questions/23207",
"https://history.stackexchange.com",
"https://history.stackexchange.com/users/12709/"
] | Actually, I've found one already answered question, that gives some info on what I'm trying to find.
[Good online sources for historical maps](https://history.stackexchange.com/questions/1633/good-online-sources-for-historical-maps?rq=1)
Useful links from there are (sorted by usefulness):
* <http://www.oldmapsonline... | The kind of software you are trying to make exists:
<http://www.clockwk.com/>
It is quite convenient and detailed, and covers the period for which
sufficient data are available. But it is not free.
EDIT. To address some concerns expressed in comments. This is the web page of
the person who made this software. I know... |
48,343 | it's two questions:
a) Can a piece in one key borrow from its relative minor?
b) Can a piece in one key borrow from its parallel minor?
for example,
a) key of E major piece (progression): I V i/vi
last chord plays in C#m?
b) key of E major piece (progression): I V i
last chord plays in Em? | 2016/08/27 | [
"https://music.stackexchange.com/questions/48343",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/32929/"
] | Short answer: yes.
Long answer: not at all uncommon. Your first example is a deceptive cadence, which is a standard progression. The second is a fairly standard move to the parallel minor; a similar move from minor to parallel major is a tierce de Picardie. Both are as common as dirt. There is, in all cases, no real n... | Yes. But I find the whole "borrowing" concept rather suspect. Chromatic chords are acceptable without special justification. So they're diatonic in some OTHER key. So what?
Do remember that 'Theory describes, it does not command'. 'Borrowing' can be a description of an 'outside' chord. It may even be a useful descript... |
48,343 | it's two questions:
a) Can a piece in one key borrow from its relative minor?
b) Can a piece in one key borrow from its parallel minor?
for example,
a) key of E major piece (progression): I V i/vi
last chord plays in C#m?
b) key of E major piece (progression): I V i
last chord plays in Em? | 2016/08/27 | [
"https://music.stackexchange.com/questions/48343",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/32929/"
] | Short answer: yes.
Long answer: not at all uncommon. Your first example is a deceptive cadence, which is a standard progression. The second is a fairly standard move to the parallel minor; a similar move from minor to parallel major is a tierce de Picardie. Both are as common as dirt. There is, in all cases, no real n... | Yes, it happens. There are plenty of examples out there, in serious and pop music. The finish on relative minor is, as Patrx2 stated, the deceptive, or interrupted cadence, leaving the listener with a feeling of being left hanging on for the end, which has actually just happened.
The 'tierce de Picardie' where the las... |
48,343 | it's two questions:
a) Can a piece in one key borrow from its relative minor?
b) Can a piece in one key borrow from its parallel minor?
for example,
a) key of E major piece (progression): I V i/vi
last chord plays in C#m?
b) key of E major piece (progression): I V i
last chord plays in Em? | 2016/08/27 | [
"https://music.stackexchange.com/questions/48343",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/32929/"
] | Short answer: yes.
Long answer: not at all uncommon. Your first example is a deceptive cadence, which is a standard progression. The second is a fairly standard move to the parallel minor; a similar move from minor to parallel major is a tierce de Picardie. Both are as common as dirt. There is, in all cases, no real n... | I'm going to argue, contrary to others, that the concept of "Borrowed Chords" is actually very useful, not just for learning, but to help understand music from a programmer's perspective. It helps us understand where the familiarity stems from and where the "flow" tends to want to lead (knowing from where the borrowing... |
48,343 | it's two questions:
a) Can a piece in one key borrow from its relative minor?
b) Can a piece in one key borrow from its parallel minor?
for example,
a) key of E major piece (progression): I V i/vi
last chord plays in C#m?
b) key of E major piece (progression): I V i
last chord plays in Em? | 2016/08/27 | [
"https://music.stackexchange.com/questions/48343",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/32929/"
] | Yes, it happens. There are plenty of examples out there, in serious and pop music. The finish on relative minor is, as Patrx2 stated, the deceptive, or interrupted cadence, leaving the listener with a feeling of being left hanging on for the end, which has actually just happened.
The 'tierce de Picardie' where the las... | Yes. But I find the whole "borrowing" concept rather suspect. Chromatic chords are acceptable without special justification. So they're diatonic in some OTHER key. So what?
Do remember that 'Theory describes, it does not command'. 'Borrowing' can be a description of an 'outside' chord. It may even be a useful descript... |
48,343 | it's two questions:
a) Can a piece in one key borrow from its relative minor?
b) Can a piece in one key borrow from its parallel minor?
for example,
a) key of E major piece (progression): I V i/vi
last chord plays in C#m?
b) key of E major piece (progression): I V i
last chord plays in Em? | 2016/08/27 | [
"https://music.stackexchange.com/questions/48343",
"https://music.stackexchange.com",
"https://music.stackexchange.com/users/32929/"
] | Yes, it happens. There are plenty of examples out there, in serious and pop music. The finish on relative minor is, as Patrx2 stated, the deceptive, or interrupted cadence, leaving the listener with a feeling of being left hanging on for the end, which has actually just happened.
The 'tierce de Picardie' where the las... | I'm going to argue, contrary to others, that the concept of "Borrowed Chords" is actually very useful, not just for learning, but to help understand music from a programmer's perspective. It helps us understand where the familiarity stems from and where the "flow" tends to want to lead (knowing from where the borrowing... |
25,926,551 | My knowledge of interpreter based languages is that for every time we change the code we don't need to compile it. Compilation will be done at the time of actual execution only. Then why does most of the scripting languages use interpreter's when we usually write script to automate something which we usually doesn't mo... | 2014/09/19 | [
"https://Stackoverflow.com/questions/25926551",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3436096/"
] | Do not confuse unrelated things together. Firstly, distinguish between a language and its implememntation. A language is given by its syntax + its semantics. A "computer" language (actually, a formally defined language) can be used to express things, such as algorithms, even if there is no known implementation of the i... | In a compiled language the program, once compiled, is expressed in the instructions of the target machine.
In a interpreted language the program instructions are not directly executed by the the target machine, but instead read and executed by some other program (in java its called the JVM). This enables interpreted la... |
25,926,551 | My knowledge of interpreter based languages is that for every time we change the code we don't need to compile it. Compilation will be done at the time of actual execution only. Then why does most of the scripting languages use interpreter's when we usually write script to automate something which we usually doesn't mo... | 2014/09/19 | [
"https://Stackoverflow.com/questions/25926551",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3436096/"
] | Do not confuse unrelated things together. Firstly, distinguish between a language and its implememntation. A language is given by its syntax + its semantics. A "computer" language (actually, a formally defined language) can be used to express things, such as algorithms, even if there is no known implementation of the i... | I think your question is based on a false premise. Most scripting-language interpreters of which I am aware *will* do some amount of "compilation" to an internal form to avoid having to re-parse the source for repeated code (function-calls or loops).
The strings that represent identifiers will usually be *interned* s... |
22,318 | I am about to finish a semester internship and looking for the right way to highlight the results of a software that I wrote.
In a nutshell, I automated a task that would take around 6.5 hours for an average employee to complete. It now runs in 20 minutes by using Java. I've been thinking of various ways to highlight ... | 2014/04/08 | [
"https://workplace.stackexchange.com/questions/22318",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/18557/"
] | I have added savings like this in terms of `FTE`s (Full Time Equivalents). When you talk about saving 1/5 of an FTE on a process, that means that 1 day of 1 person's time has been shifted to some other task. That's a *very serious savings* on personnel costs.
I would highlight any time that I had **in excess** of 1 FT... | You're asking about what to put on your resume, not what to put in a term paper about your internship. The point of a resume is to get an interview for a job. You can talk about efficiency metrics in your interview.
Keep it simple and tell the story. Try something like this:
>
> I created a Java Servlet web applicat... |
22,318 | I am about to finish a semester internship and looking for the right way to highlight the results of a software that I wrote.
In a nutshell, I automated a task that would take around 6.5 hours for an average employee to complete. It now runs in 20 minutes by using Java. I've been thinking of various ways to highlight ... | 2014/04/08 | [
"https://workplace.stackexchange.com/questions/22318",
"https://workplace.stackexchange.com",
"https://workplace.stackexchange.com/users/18557/"
] | I know this is an old post but for future jobseekers...
I disagree with the story from O.Jones. It's weaker than the simple line:
"I automated a task that would take around 6.5 hours for an average employee to complete. It now runs in 20 minutes by using Java."
You won't even need the rest of the numbers (95% efficie... | You're asking about what to put on your resume, not what to put in a term paper about your internship. The point of a resume is to get an interview for a job. You can talk about efficiency metrics in your interview.
Keep it simple and tell the story. Try something like this:
>
> I created a Java Servlet web applicat... |
130,854 | I made of trees of different species with the sapling tree generator. I put them into a particle system to populate a forest with trees. The particle system wants to animate the trees being emitted and dying. This is an animated project so I can't just pick a frame to keep. I want the trees to belong to a location and ... | 2019/02/05 | [
"https://blender.stackexchange.com/questions/130854",
"https://blender.stackexchange.com",
"https://blender.stackexchange.com/users/65825/"
] | Set the Frame start and End frame to 1, and the lifetime to the length of frames for the whole the animation. | You can convert the particle system Modifier. This will create linked copies of them all. (The particle system will still be there so you will probably need to move that out of the way)
The other alternative is to let all trees spawn at frame 1 to 1 and then give them a live time that works for your project.
[![enter... |
230,686 | I want to get the Showroom platinum award in GTA Online. I'm wondering what is the cheapest way to do so. Which cars, buildings, and mods do I need to buy and how much is the minimum price of this award?
Edit: I'm specifically playing on Xbox 360. But I'd be willing to try answers for any system. | 2015/08/04 | [
"https://gaming.stackexchange.com/questions/230686",
"https://gaming.stackexchange.com",
"https://gaming.stackexchange.com/users/25289/"
] | Hidetaka Miyazaki has stated several times that Bloodborne is a new game and has no link to either the Dark Souls series or the Demon's Souls series. Series which are not connected either (see [this question](https://gaming.stackexchange.com/questions/32236/what-is-the-relationship-between-dark-souls-and-demons-souls))... | Yes, absolutely. You even face enemies from Bloodborne in Dark Souls 3 (flaming versions of sulyvahn's beast are encountered frequently in the chalice dungeons and even the main game for example), and you can find armor sets from Dark Souls in Bloodborne (on dead knights in the dungeons). You can also see the cultural ... |
15,036,291 | I have a new iPad application that is data driven (read, delete, create, update) and requires data persistence on iPad devices that are installed the application. There are about 10 tables for that application; those 10 tables are relational in some ways (one to many; many to many; and stand alone). I am new to data dr... | 2013/02/23 | [
"https://Stackoverflow.com/questions/15036291",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2022437/"
] | My advice is try both; sketch out two simple versions of your app, one with each implementation. Of course Core Data uses SQLite as storage behind the scenes, but it is much more than that. In my view it's a very complex, clunky beast to wrangle, but it is about modeling and persisting objects that have attributes, it ... | You are on the right track with Core Data in my opinion, what you need to ask yourself is how your data is being used against the benefits of each approach. Core data lets you update and write data using data types like NSDictionaries which do not require any outside of the box techniques to handle and write data like ... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I suggest that you ignore the issue and move on. The professor is the authority figure here. There may be reasons, even stupid ones, that the professor has.
But, once the decision is made, rightly or not, changing it will cause problems that will reflect badly on you.
Not everything is right in academia, but this see... | I concur with @Buffy .
Your post suggests that this occurred just once, for one student on the last assignment, and that there were many times when it might have but didn't. That suggests that on the whole the division of labor worked pretty well in a situation you both knew in advance might often be difficult.
If yo... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I suggest that you ignore the issue and move on. The professor is the authority figure here. There may be reasons, even stupid ones, that the professor has.
But, once the decision is made, rightly or not, changing it will cause problems that will reflect badly on you.
Not everything is right in academia, but this see... | I recommend you just resolve not to work for this professor again. That is poor educational practice and it obviously incentivises "grade-grubbing", which is highly undesirable. If you particularly want to give feedback to this professor you should feel free to do so; just make sure it is calm, clear and constructive. ... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I suggest that you ignore the issue and move on. The professor is the authority figure here. There may be reasons, even stupid ones, that the professor has.
But, once the decision is made, rightly or not, changing it will cause problems that will reflect badly on you.
Not everything is right in academia, but this see... | Don't do anything till you have all the facts, which in this case means ask the professor why she changed the grade. Be diplomatic; it could be a mistake. You could also say it surprised you, since you were expecting to be cc'ed. After she tells you the reason, then you can decide what you want to do next.
If the prof... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I suggest that you ignore the issue and move on. The professor is the authority figure here. There may be reasons, even stupid ones, that the professor has.
But, once the decision is made, rightly or not, changing it will cause problems that will reflect badly on you.
Not everything is right in academia, but this see... | I mostly agree with @Buffy, but would add:
>
> I would review the requests for regrading and unless an egregious
> error occurred I wouldn’t change the grade.
>
>
>
Personally I would fix non-egregious errors if they would justify *any* change in the grade/mark. The most important thing is that the student gets g... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I concur with @Buffy .
Your post suggests that this occurred just once, for one student on the last assignment, and that there were many times when it might have but didn't. That suggests that on the whole the division of labor worked pretty well in a situation you both knew in advance might often be difficult.
If yo... | I recommend you just resolve not to work for this professor again. That is poor educational practice and it obviously incentivises "grade-grubbing", which is highly undesirable. If you particularly want to give feedback to this professor you should feel free to do so; just make sure it is calm, clear and constructive. ... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I concur with @Buffy .
Your post suggests that this occurred just once, for one student on the last assignment, and that there were many times when it might have but didn't. That suggests that on the whole the division of labor worked pretty well in a situation you both knew in advance might often be difficult.
If yo... | Don't do anything till you have all the facts, which in this case means ask the professor why she changed the grade. Be diplomatic; it could be a mistake. You could also say it surprised you, since you were expecting to be cc'ed. After she tells you the reason, then you can decide what you want to do next.
If the prof... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I concur with @Buffy .
Your post suggests that this occurred just once, for one student on the last assignment, and that there were many times when it might have but didn't. That suggests that on the whole the division of labor worked pretty well in a situation you both knew in advance might often be difficult.
If yo... | I mostly agree with @Buffy, but would add:
>
> I would review the requests for regrading and unless an egregious
> error occurred I wouldn’t change the grade.
>
>
>
Personally I would fix non-egregious errors if they would justify *any* change in the grade/mark. The most important thing is that the student gets g... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | Don't do anything till you have all the facts, which in this case means ask the professor why she changed the grade. Be diplomatic; it could be a mistake. You could also say it surprised you, since you were expecting to be cc'ed. After she tells you the reason, then you can decide what you want to do next.
If the prof... | I recommend you just resolve not to work for this professor again. That is poor educational practice and it obviously incentivises "grade-grubbing", which is highly undesirable. If you particularly want to give feedback to this professor you should feel free to do so; just make sure it is calm, clear and constructive. ... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | I mostly agree with @Buffy, but would add:
>
> I would review the requests for regrading and unless an egregious
> error occurred I wouldn’t change the grade.
>
>
>
Personally I would fix non-egregious errors if they would justify *any* change in the grade/mark. The most important thing is that the student gets g... | I recommend you just resolve not to work for this professor again. That is poor educational practice and it obviously incentivises "grade-grubbing", which is highly undesirable. If you particularly want to give feedback to this professor you should feel free to do so; just make sure it is calm, clear and constructive. ... |
184,539 | I have marked several writing assignments for this course and the grade grubbing from this cohort was unlike anything I’ve ever experienced as a TA.
The primary instructor and I were given a heads up from the previous semesters instructors and therefore we established some ground rules between us.
1. students wishing... | 2022/04/23 | [
"https://academia.stackexchange.com/questions/184539",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/155763/"
] | Don't do anything till you have all the facts, which in this case means ask the professor why she changed the grade. Be diplomatic; it could be a mistake. You could also say it surprised you, since you were expecting to be cc'ed. After she tells you the reason, then you can decide what you want to do next.
If the prof... | I mostly agree with @Buffy, but would add:
>
> I would review the requests for regrading and unless an egregious
> error occurred I wouldn’t change the grade.
>
>
>
Personally I would fix non-egregious errors if they would justify *any* change in the grade/mark. The most important thing is that the student gets g... |
117,751 | How long does polenta take to cook? I never made one before. Chefs on YouTube always make it in like 10 minute tops. But people online have written that it takes like 40 minutes with constant stirring. Which one is correct? Also, once the polenta has gotten cold, how can I heat it again? | 2021/11/06 | [
"https://cooking.stackexchange.com/questions/117751",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/96340/"
] | Instant polenta is partly cooked and can be cooked completely in a few minutes. It's possible to buy it without even realising that there is another version. | Polenta is just a pretentious version of mielie pap. A staple food in much of sub-Saharan Africa. Polenta is made with geelmielies or as it is known in the West yellow corn. South African pap as it is made is made from witmielies or white maize meal.
Polenta as the Italians make is made to an porridge-like consistency... |
117,751 | How long does polenta take to cook? I never made one before. Chefs on YouTube always make it in like 10 minute tops. But people online have written that it takes like 40 minutes with constant stirring. Which one is correct? Also, once the polenta has gotten cold, how can I heat it again? | 2021/11/06 | [
"https://cooking.stackexchange.com/questions/117751",
"https://cooking.stackexchange.com",
"https://cooking.stackexchange.com/users/96340/"
] | The time for cooking polenta is in the range between 2 minutes and 2.5 hours. It depends on the technique you have chosen, the starting material, and to some degree also on batch size and a few environmental variables, although those will rarely make a noticeable difference.
Since the range is too wide for planning, m... | Polenta is just a pretentious version of mielie pap. A staple food in much of sub-Saharan Africa. Polenta is made with geelmielies or as it is known in the West yellow corn. South African pap as it is made is made from witmielies or white maize meal.
Polenta as the Italians make is made to an porridge-like consistency... |
486,067 | I need to replace a crystal component (16.257 MHz, one of its legs broke off and cannot solder it back on) from an old video card that is wired up like the schematic below (the resistor / capacitor / frequency values differ, it's just for reference on how it is connected) :
[ because it is more tolerant of overdriving. If you can't get it, you can use the smaller HC-49/U or HC-49/US, but pick the one with the lowest ESR. The allowable drive level is about half.
For a video card, probably any of them will work. I would pick something with a 15... | Electrically, a crystal looks like this:-

[simulate this circuit](/plugins/schematics?image=http%3a%2f%2fi.stack.imgur.com%2fbEjPB.png) – Schematic created using [CircuitLab](https://www.circuitlab.com/)
C1 and L1 produce a series resonance, while C2 and L1+C1 produc... |
486,067 | I need to replace a crystal component (16.257 MHz, one of its legs broke off and cannot solder it back on) from an old video card that is wired up like the schematic below (the resistor / capacitor / frequency values differ, it's just for reference on how it is connected) :
[ because it is more tolerant of overdriving. If you can't get it, you can use the smaller HC-49/U or HC-49/US, but pick the one with the lowest ESR. The allowable drive level is about half.
For a video card, probably any of them will work. I would pick something with a 15... | That is a series resonant oscillator circuit, so you need a series type crystal which runs at the given frequency in series operation. Using incorrect crystal will still work but at slightly wrong frequency, since those crystals run at their rated frequency in a parallel circuit with the rated load capacitance. |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | if its for fun please go ahead and require javascript. | I don't think it's unreasonable to require Javascript for a web based backend/CMS, where your target users are likely to be a fairly small and pretty specific group.
All the CMS systems that I've worked on so far have required it. |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | considering the 3 points :
1. backend means only a few people will be accessing them (and all of them probably have knowledge about web too, eg. know what javascript is and how to get it enabled)
2. SEO isn't important
3. it's for fun
I'd say that it's alright. :)
[annakata](https://stackoverflow.com/questions/37376... | As long as the function that your application will be serving is general, I'd say it is safe to rely on Javascript. One of the sites that I manage receives ~35,000 UV's on a good day. I think it is fair to say we come in contact with quite a variety of browser and operating system combinations. According to our stats, ... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | Personally I would expect the failover, but there are circumstances (particularly low profile sites, intranets, e-learning content) where you can assume JS.
Mostly you can even go with a simple "You require JS / This works better with JS" and I would consider that good enough, but there's a couple of instances where I... | if its for fun please go ahead and require javascript. |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | Personally I would expect the failover, but there are circumstances (particularly low profile sites, intranets, e-learning content) where you can assume JS.
Mostly you can even go with a simple "You require JS / This works better with JS" and I would consider that good enough, but there's a couple of instances where I... | considering the 3 points :
1. backend means only a few people will be accessing them (and all of them probably have knowledge about web too, eg. know what javascript is and how to get it enabled)
2. SEO isn't important
3. it's for fun
I'd say that it's alright. :)
[annakata](https://stackoverflow.com/questions/37376... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | if its for fun please go ahead and require javascript. | I refer you to this [post](https://blog.codinghorror.com/secrets-of-the-javascript-ninjas/) by Jeff Atwood. The important assertion in it is that you can expect that javascript will work as expected among browsers. The security risks are also lower today. So I would say that is now safe to ignore clients that do not en... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | if its for fun please go ahead and require javascript. | As long as the function that your application will be serving is general, I'd say it is safe to rely on Javascript. One of the sites that I manage receives ~35,000 UV's on a good day. I think it is fair to say we come in contact with quite a variety of browser and operating system combinations. According to our stats, ... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | Personally I would expect the failover, but there are circumstances (particularly low profile sites, intranets, e-learning content) where you can assume JS.
Mostly you can even go with a simple "You require JS / This works better with JS" and I would consider that good enough, but there's a couple of instances where I... | Yes, It mostly depends on your target user.
Whatever the front end is, the back end must be bulletproof.
At least, it should make ensure that, nobody can hack or make a mess by disabling javascript.
server-side filtering/validations is important for security, while client-side validation and interactivity is important ... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | if its for fun please go ahead and require javascript. | Yes, It mostly depends on your target user.
Whatever the front end is, the back end must be bulletproof.
At least, it should make ensure that, nobody can hack or make a mess by disabling javascript.
server-side filtering/validations is important for security, while client-side validation and interactivity is important ... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | Personally I would expect the failover, but there are circumstances (particularly low profile sites, intranets, e-learning content) where you can assume JS.
Mostly you can even go with a simple "You require JS / This works better with JS" and I would consider that good enough, but there's a couple of instances where I... | As long as the function that your application will be serving is general, I'd say it is safe to rely on Javascript. One of the sites that I manage receives ~35,000 UV's on a good day. I think it is fair to say we come in contact with quite a variety of browser and operating system combinations. According to our stats, ... |
373,768 | Is it alright to expect that the user using the back end will have Javascript enabled?
I guess the answer I'll get is 'it depends on your target users'. I am developing a system for fun that will hopefully be used by other people. I would like to hear from other people developing back end systems, and what did they de... | 2008/12/17 | [
"https://Stackoverflow.com/questions/373768",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/31671/"
] | Yes, It mostly depends on your target user.
Whatever the front end is, the back end must be bulletproof.
At least, it should make ensure that, nobody can hack or make a mess by disabling javascript.
server-side filtering/validations is important for security, while client-side validation and interactivity is important ... | As long as the function that your application will be serving is general, I'd say it is safe to rely on Javascript. One of the sites that I manage receives ~35,000 UV's on a good day. I think it is fair to say we come in contact with quite a variety of browser and operating system combinations. According to our stats, ... |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | I don't know the precise problem you're having, but would suggest you read [The Absolute Minimum Every Programmer Should Know About Unicode](http://www.joelonsoftware.com/articles/Unicode.html) to give yourself a solid grounding in this often confusing topic. | C#/.NET will display Arabic characters without a problem, as it represents string internally as UTF-16.
The issue is with how you *display* the characters.
If you are on the web, you need to ensure that your are including the correct charset encoding header or meta tag for the output.
Please provide more informatio... |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | C#/.NET will display Arabic characters without a problem, as it represents string internally as UTF-16.
The issue is with how you *display* the characters.
If you are on the web, you need to ensure that your are including the correct charset encoding header or meta tag for the output.
Please provide more informatio... | maybe it is a problem with your system language, go to Control Panel then to Language options and try to change you System Local Language to Arabic and ensure that the language for non-Unicode programs is arabic. |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | C#/.NET will display Arabic characters without a problem, as it represents string internally as UTF-16.
The issue is with how you *display* the characters.
If you are on the web, you need to ensure that your are including the correct charset encoding header or meta tag for the output.
Please provide more informatio... | Please make sure that you have correct fonts installed. If you have them on your system, it could be a fallback mechanism problem.
For web pages (Asp.Net), please make sure that:
1. You are using (and declaring) correct encoding.
2. You have correct fonts declared in your style definition.
I know that it sounds stra... |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | Arabic Console Output/Input is not possible on Windows Platforms, according to Microsoft:
<http://www.microsoft.com/middleeast/msdn/arabicsupp.aspx#12> | C#/.NET will display Arabic characters without a problem, as it represents string internally as UTF-16.
The issue is with how you *display* the characters.
If you are on the web, you need to ensure that your are including the correct charset encoding header or meta tag for the output.
Please provide more informatio... |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | I don't know the precise problem you're having, but would suggest you read [The Absolute Minimum Every Programmer Should Know About Unicode](http://www.joelonsoftware.com/articles/Unicode.html) to give yourself a solid grounding in this often confusing topic. | maybe it is a problem with your system language, go to Control Panel then to Language options and try to change you System Local Language to Arabic and ensure that the language for non-Unicode programs is arabic. |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | I don't know the precise problem you're having, but would suggest you read [The Absolute Minimum Every Programmer Should Know About Unicode](http://www.joelonsoftware.com/articles/Unicode.html) to give yourself a solid grounding in this often confusing topic. | Please make sure that you have correct fonts installed. If you have them on your system, it could be a fallback mechanism problem.
For web pages (Asp.Net), please make sure that:
1. You are using (and declaring) correct encoding.
2. You have correct fonts declared in your style definition.
I know that it sounds stra... |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | I don't know the precise problem you're having, but would suggest you read [The Absolute Minimum Every Programmer Should Know About Unicode](http://www.joelonsoftware.com/articles/Unicode.html) to give yourself a solid grounding in this often confusing topic. | Arabic Console Output/Input is not possible on Windows Platforms, according to Microsoft:
<http://www.microsoft.com/middleeast/msdn/arabicsupp.aspx#12> |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | Arabic Console Output/Input is not possible on Windows Platforms, according to Microsoft:
<http://www.microsoft.com/middleeast/msdn/arabicsupp.aspx#12> | maybe it is a problem with your system language, go to Control Panel then to Language options and try to change you System Local Language to Arabic and ensure that the language for non-Unicode programs is arabic. |
4,177,616 | I have a problem that while writing a C# code the output sometimes is words arabic language,and it appears as a strange symbols,how to make C# read and show arabic?? | 2010/11/14 | [
"https://Stackoverflow.com/questions/4177616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/458999/"
] | Arabic Console Output/Input is not possible on Windows Platforms, according to Microsoft:
<http://www.microsoft.com/middleeast/msdn/arabicsupp.aspx#12> | Please make sure that you have correct fonts installed. If you have them on your system, it could be a fallback mechanism problem.
For web pages (Asp.Net), please make sure that:
1. You are using (and declaring) correct encoding.
2. You have correct fonts declared in your style definition.
I know that it sounds stra... |
45,047 | It is possible to craft an argument so that it appears to be a straw man in that there is no evidence to back up claims being made and it appears that the reasoning for the argument is being made simply to make someone look bad.
But it may be that the reasons given are the actual reasons for the actions in question. I... | 2017/07/31 | [
"https://philosophy.stackexchange.com/questions/45047",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/127/"
] | Logical fallacies get too much attention, in my mind. They only apply to purely logical arguments, which are pretty much the unicorns of the debate world. But people do like to cling to them.
A straw-man argument is a straw man argument. It is logically flawed. That does not mean the argument is wrong, it merely means... | An argument addresses an intended position, not necessarily a real situation.
A straw-man argument is a purposeful misunderstanding of the position, usually an oversimplification, but not necessarily. (Some straw-man arguments against complex systems like Catholicism or Post-Modernism often exaggerate the complexity o... |
45,047 | It is possible to craft an argument so that it appears to be a straw man in that there is no evidence to back up claims being made and it appears that the reasoning for the argument is being made simply to make someone look bad.
But it may be that the reasons given are the actual reasons for the actions in question. I... | 2017/07/31 | [
"https://philosophy.stackexchange.com/questions/45047",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/127/"
] | Logical fallacies get too much attention, in my mind. They only apply to purely logical arguments, which are pretty much the unicorns of the debate world. But people do like to cling to them.
A straw-man argument is a straw man argument. It is logically flawed. That does not mean the argument is wrong, it merely means... | An informal fallacy, by definition, is something that convinces because it superficially resembles a good argument, but that provides little or no actual support for its conclusions (upon deeper analysis). A "strawman" is arguably what we might describe as a "meta-fallacy," an argument that superficially resembles an a... |
45,047 | It is possible to craft an argument so that it appears to be a straw man in that there is no evidence to back up claims being made and it appears that the reasoning for the argument is being made simply to make someone look bad.
But it may be that the reasons given are the actual reasons for the actions in question. I... | 2017/07/31 | [
"https://philosophy.stackexchange.com/questions/45047",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/127/"
] | Logical fallacies get too much attention, in my mind. They only apply to purely logical arguments, which are pretty much the unicorns of the debate world. But people do like to cling to them.
A straw-man argument is a straw man argument. It is logically flawed. That does not mean the argument is wrong, it merely means... | Here is Wikipedia's description of a straw man argument:
>
> A straw man is a common form of argument and is an informal fallacy
> based on giving the impression of refuting an opponent's argument,
> while actually refuting an argument that was not presented by that
> opponent.
>
>
>
The article notes that th... |
45,047 | It is possible to craft an argument so that it appears to be a straw man in that there is no evidence to back up claims being made and it appears that the reasoning for the argument is being made simply to make someone look bad.
But it may be that the reasons given are the actual reasons for the actions in question. I... | 2017/07/31 | [
"https://philosophy.stackexchange.com/questions/45047",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/127/"
] | An argument addresses an intended position, not necessarily a real situation.
A straw-man argument is a purposeful misunderstanding of the position, usually an oversimplification, but not necessarily. (Some straw-man arguments against complex systems like Catholicism or Post-Modernism often exaggerate the complexity o... | An informal fallacy, by definition, is something that convinces because it superficially resembles a good argument, but that provides little or no actual support for its conclusions (upon deeper analysis). A "strawman" is arguably what we might describe as a "meta-fallacy," an argument that superficially resembles an a... |
45,047 | It is possible to craft an argument so that it appears to be a straw man in that there is no evidence to back up claims being made and it appears that the reasoning for the argument is being made simply to make someone look bad.
But it may be that the reasons given are the actual reasons for the actions in question. I... | 2017/07/31 | [
"https://philosophy.stackexchange.com/questions/45047",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/127/"
] | An argument addresses an intended position, not necessarily a real situation.
A straw-man argument is a purposeful misunderstanding of the position, usually an oversimplification, but not necessarily. (Some straw-man arguments against complex systems like Catholicism or Post-Modernism often exaggerate the complexity o... | Here is Wikipedia's description of a straw man argument:
>
> A straw man is a common form of argument and is an informal fallacy
> based on giving the impression of refuting an opponent's argument,
> while actually refuting an argument that was not presented by that
> opponent.
>
>
>
The article notes that th... |
45,047 | It is possible to craft an argument so that it appears to be a straw man in that there is no evidence to back up claims being made and it appears that the reasoning for the argument is being made simply to make someone look bad.
But it may be that the reasons given are the actual reasons for the actions in question. I... | 2017/07/31 | [
"https://philosophy.stackexchange.com/questions/45047",
"https://philosophy.stackexchange.com",
"https://philosophy.stackexchange.com/users/127/"
] | An informal fallacy, by definition, is something that convinces because it superficially resembles a good argument, but that provides little or no actual support for its conclusions (upon deeper analysis). A "strawman" is arguably what we might describe as a "meta-fallacy," an argument that superficially resembles an a... | Here is Wikipedia's description of a straw man argument:
>
> A straw man is a common form of argument and is an informal fallacy
> based on giving the impression of refuting an opponent's argument,
> while actually refuting an argument that was not presented by that
> opponent.
>
>
>
The article notes that th... |
22,730,626 | I'm creating an app where i would like to display video result from the YouTube site.
However, i do not want the user to register for this.
After i registered my app, and allowed "YouTube Data Api", Still when i'm calling from my app:
<https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=3&order=relev... | 2014/03/29 | [
"https://Stackoverflow.com/questions/22730626",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3238178/"
] | You can use below URL for searching of youtube videos using version3
[https://www.googleapis.com/youtube/v3/search?part=snippet&q=nokialumia&key=@"API \_KEY"&maxResults=20&pageToken=0](https://www.googleapis.com/youtube/v3/search?part=snippet&q=nokialumia&key=@%22API%20_KEY%22&maxResults=20&pageToken=0)
For suggestio... | What kind of results do you want to see? Views, comments, share, likes? I think that you are not able to see any results by Youtube Data Api or Youtube Analytics API V3 without a valid key. You can find all error codes and their meanings from [this link.](https://developers.google.com/youtube/v3/docs/errors)
I hope it... |
130,740 | >
> Given: They looked for him in the forest.
>
>
> Question: Where did they go in search of him?
>
>
> Possible Answers:
>
>
> 1.They went to the forest in search of him.
>
>
> 2.They went into the forest in search of him.
>
>
>
**If both are correct, what will be the difference between "to" and "into" in... | 2017/05/28 | [
"https://ell.stackexchange.com/questions/130740",
"https://ell.stackexchange.com",
"https://ell.stackexchange.com/users/49026/"
] | You can use the subjective form because it (he) is not an object; rather, it's a [predicative complement](https://en.m.wikipedia.org/wiki/Subject_complement)1 of the copular (was).
However, the objective form (him) is the most natural way of using it in daily conversations. The subjective form (he) is just too formal... | >
> it was **he**
>
>
>
is actually correct. The subjective is used after a *be-ing* verb.
Most people will understand
>
> it was **him**
>
>
>
Just as most people will use
>
> It is **me**
>
>
>
instead of the correct
>
> It is **I**.
>
>
> |
140,933 | Sorry if this isn't the right place to ask this, but I can't find anywhere better.
I've set my users up with Google G-Suite so that they can use Chromebooks and Chrome Remote Desktop to work remotely while dealing with Corona.
I can access the marketplace on the Chromebooks logged in as the users, but I can not find ... | 2020/03/30 | [
"https://webapps.stackexchange.com/questions/140933",
"https://webapps.stackexchange.com",
"https://webapps.stackexchange.com/users/242860/"
] | As a complement to [oaeide](https://webapps.stackexchange.com/users/50331/oaeide)'s [answer](https://webapps.stackexchange.com/a/140930/18147), one can use oaeide's code with [Adblock Plus](https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb) Chrome extension:
[![enter ... | Very easy way. I did it on Firefox and Brave. The banner has several parts.
For Brave: Right click on Covid 19 banner.
On pop-up point to Brave (or your adblocker installed) - Block element via selector - on new pop-up click OK. Repeat it for each part.
For Firefox you need uBlock Origin installed. Right click on Covi... |
26,658 | I would be grateful to anyone who takes some time to answer. Is there any up-to-date list of all psychological conditions, disorders and illnesses, in the strict neuro-psychiatric scientific definition?
Would a list of such conditions, disorders and illnesses be different under the context of contemporary psychoanalys... | 2021/02/17 | [
"https://cogsci.stackexchange.com/questions/26658",
"https://cogsci.stackexchange.com",
"https://cogsci.stackexchange.com/users/27873/"
] | The [DSM-5](https://en.wikipedia.org/wiki/DSM-5) is the current version of the diagnostic manual of the APA.
It's hard to say there is any such thing as a "strict neuro-psychiatric" definition; these definitions are by their nature not strict at all, but the DSM is probably the closest thing to some level of unified u... | Apart from the DSM-5, the World Health Organisation maintains the International Classification of Diseases, currently on it's 11th revision ([ICD-11](https://icd.who.int/en)). It contains far more than just psychological disorders, but these are included. |
22,023,879 | Is there any current, relatively simple way to compile and upload full .c/.cpp files for the Arduino DUE on Linux?
I'm beginning to regularly run into issues using the boilerplate code they provide around the sketches and so far, there is very little in the way of documentation or alternative IDE support for the ardui... | 2014/02/25 | [
"https://Stackoverflow.com/questions/22023879",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/618768/"
] | There is a great example [here](http://www.atwillys.de/content/cc/using-custom-ide-and-system-library-on-arduino-due-sam3x8e/?lang=en).
He explains what you need and how to use it to be able to upload to the due from the terminal of a linux box.
He has done a great job in helping you set up an environment to compile ... | Even though you can program in c/c++ for the arduio, the arduino does not "use" c/c++ code alone per se. When you use the IDE for arduino, a few libraries are linked when compiled to give you the "arduino" functions like setup(), and loop() as well as constants such as HIGH and LOW. The arduino language is based off a ... |
22,023,879 | Is there any current, relatively simple way to compile and upload full .c/.cpp files for the Arduino DUE on Linux?
I'm beginning to regularly run into issues using the boilerplate code they provide around the sketches and so far, there is very little in the way of documentation or alternative IDE support for the ardui... | 2014/02/25 | [
"https://Stackoverflow.com/questions/22023879",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/618768/"
] | There is a great example [here](http://www.atwillys.de/content/cc/using-custom-ide-and-system-library-on-arduino-due-sam3x8e/?lang=en).
He explains what you need and how to use it to be able to upload to the due from the terminal of a linux box.
He has done a great job in helping you set up an environment to compile ... | I wanted to do the same thing as I really don't like IDE like Eclipse. And I didn't want to rely on Arduino environment. Just something minimalist under ubuntu.
For libraries, I downloaded the ASF (Atmel Software Framework) here <http://www.atmel.com/tools/avrsoftwareframework.aspx>
For compiling, I installed gcc-arm... |
44,354 | I was surprised to read NASA's statement that
>
> This (27 May 2020) mission marks the first time since the retirement of the space shuttle in 2011 that humans will fly to the space station from U.S. soil.
>
>
>
I was a little surprised - I was under the impression that this happened much more frequently. E.g. ~... | 2020/05/27 | [
"https://space.stackexchange.com/questions/44354",
"https://space.stackexchange.com",
"https://space.stackexchange.com/users/36040/"
] | Since the retirement of the [US Space Transportation System](https://en.wikipedia.org/wiki/Space_Shuttle_program) (aka space shuttle) in 2011, the only crewed transportation to ISS has been in Russian-operated Soyuz spacecraft -- even for American astronauts.
Since then, **uncrewed** resupply ships to ISS of several ... | The Space Station has two distinct halves, the Russian Operating Segment (ROS), and the US Operating Segement (USOS).
Here is a picture I love of when the ISS had 6 vehicles attached all at once.
[](https://i.stack.imgur.com/ZBnjd.jpg)
T... |
44,354 | I was surprised to read NASA's statement that
>
> This (27 May 2020) mission marks the first time since the retirement of the space shuttle in 2011 that humans will fly to the space station from U.S. soil.
>
>
>
I was a little surprised - I was under the impression that this happened much more frequently. E.g. ~... | 2020/05/27 | [
"https://space.stackexchange.com/questions/44354",
"https://space.stackexchange.com",
"https://space.stackexchange.com/users/36040/"
] | The Space Station has two distinct halves, the Russian Operating Segment (ROS), and the US Operating Segement (USOS).
Here is a picture I love of when the ISS had 6 vehicles attached all at once.
[](https://i.stack.imgur.com/ZBnjd.jpg)
T... | Semi answer because I think you misread a critical part of that quote:
>
> I was a little surprised - I was under the impression that this happened much more frequently. E.g. ~ quarterly.
>
>
>
What exactly is your "this" here? Is it Spacecraft docking to the ISS (which I got the first read as well)? That happen... |
44,354 | I was surprised to read NASA's statement that
>
> This (27 May 2020) mission marks the first time since the retirement of the space shuttle in 2011 that humans will fly to the space station from U.S. soil.
>
>
>
I was a little surprised - I was under the impression that this happened much more frequently. E.g. ~... | 2020/05/27 | [
"https://space.stackexchange.com/questions/44354",
"https://space.stackexchange.com",
"https://space.stackexchange.com/users/36040/"
] | Since the retirement of the [US Space Transportation System](https://en.wikipedia.org/wiki/Space_Shuttle_program) (aka space shuttle) in 2011, the only crewed transportation to ISS has been in Russian-operated Soyuz spacecraft -- even for American astronauts.
Since then, **uncrewed** resupply ships to ISS of several ... | Semi answer because I think you misread a critical part of that quote:
>
> I was a little surprised - I was under the impression that this happened much more frequently. E.g. ~ quarterly.
>
>
>
What exactly is your "this" here? Is it Spacecraft docking to the ISS (which I got the first read as well)? That happen... |
13,401 | I want to try Ubuntu Natty with the Unity Desktop and the Compiz Support from the PPA in qemu. But I can't get the Graphic Support to run Unity.
Is it possible to get compositing running with qemu? | 2010/11/15 | [
"https://askubuntu.com/questions/13401",
"https://askubuntu.com",
"https://askubuntu.com/users/4871/"
] | The short answer is: you can't. Unity requires 3D support, and while it would be technically possible¹ to do this with the software 3D rasteriser, it'll be slow.
As far as I'm aware, qemu doesn't (yet) support virtualised 3D acceleration. [Virtualbox](http://www.virtualbox.org/manual/ch04.html#guestadd-3d) does, as do... | Great news for those who want to try out the latest Ubuntu 11.04 Natty Narwhal with the Unity interface without booting a CD or Live USB - Unity now works in the latest VirtualBox 4.0
[How To Test Ubuntu 11.04 With Unity In VirtualBox 4.0](http://www.webupd8.org/2010/12/how-to-test-ubuntu-1104-with-unity-in.html) |
133,433 | I wondered how a virus infects our computer just by visiting a website, without user's assistance at all. I know that a malicious website can exploit some browsers' vulnerable features, such as JavaScript, Flash, HTML5, etc., and cause some error like buffer overflow and be able to deliver a virus into our machine.
Bu... | 2016/08/10 | [
"https://security.stackexchange.com/questions/133433",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/121038/"
] | Even if you disable all plugins or ActiveX like Flash and also disable JavaScript the browser and OS together are still a complex beast and the attack surface does not get zero. With all these reduced features you could for example still do attacks by using [bugs in image and video decoders](https://en.wikipedia.org/wi... | I'd say that the merely HTML page fetching involves browser execution through memory and therefore cache. The sole process of opening a browser requires storage of cookies, cookies means files and files open the possibility of a virus. Now you say that you have disabled (what it seems to be) all possible holes from whi... |
133,433 | I wondered how a virus infects our computer just by visiting a website, without user's assistance at all. I know that a malicious website can exploit some browsers' vulnerable features, such as JavaScript, Flash, HTML5, etc., and cause some error like buffer overflow and be able to deliver a virus into our machine.
Bu... | 2016/08/10 | [
"https://security.stackexchange.com/questions/133433",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/121038/"
] | It is not possible to achieve the condition of disabling all vulnerable features.
Features that may be disabled through a browser's user interface do not comprise anywhere near the complete set of potential vulnerabilities.
Consider text handling. There is no switch to disable processing of multi-byte unicode chara... | Even if you disable all plugins or ActiveX like Flash and also disable JavaScript the browser and OS together are still a complex beast and the attack surface does not get zero. With all these reduced features you could for example still do attacks by using [bugs in image and video decoders](https://en.wikipedia.org/wi... |
133,433 | I wondered how a virus infects our computer just by visiting a website, without user's assistance at all. I know that a malicious website can exploit some browsers' vulnerable features, such as JavaScript, Flash, HTML5, etc., and cause some error like buffer overflow and be able to deliver a virus into our machine.
Bu... | 2016/08/10 | [
"https://security.stackexchange.com/questions/133433",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/121038/"
] | Even if you disable all plugins or ActiveX like Flash and also disable JavaScript the browser and OS together are still a complex beast and the attack surface does not get zero. With all these reduced features you could for example still do attacks by using [bugs in image and video decoders](https://en.wikipedia.org/wi... | There have been bugs in the html parsing code of popular browsers (e.g. [this one](https://www.rapid7.com/db/modules/exploit/windows/browser/ms12_037_ie_colspan)). Running a vulnerable version of IE would mean you just need to browse a prepared site and your browser would execute malware that is placed on the site (eve... |
133,433 | I wondered how a virus infects our computer just by visiting a website, without user's assistance at all. I know that a malicious website can exploit some browsers' vulnerable features, such as JavaScript, Flash, HTML5, etc., and cause some error like buffer overflow and be able to deliver a virus into our machine.
Bu... | 2016/08/10 | [
"https://security.stackexchange.com/questions/133433",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/121038/"
] | It is not possible to achieve the condition of disabling all vulnerable features.
Features that may be disabled through a browser's user interface do not comprise anywhere near the complete set of potential vulnerabilities.
Consider text handling. There is no switch to disable processing of multi-byte unicode chara... | I'd say that the merely HTML page fetching involves browser execution through memory and therefore cache. The sole process of opening a browser requires storage of cookies, cookies means files and files open the possibility of a virus. Now you say that you have disabled (what it seems to be) all possible holes from whi... |
133,433 | I wondered how a virus infects our computer just by visiting a website, without user's assistance at all. I know that a malicious website can exploit some browsers' vulnerable features, such as JavaScript, Flash, HTML5, etc., and cause some error like buffer overflow and be able to deliver a virus into our machine.
Bu... | 2016/08/10 | [
"https://security.stackexchange.com/questions/133433",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/121038/"
] | There have been bugs in the html parsing code of popular browsers (e.g. [this one](https://www.rapid7.com/db/modules/exploit/windows/browser/ms12_037_ie_colspan)). Running a vulnerable version of IE would mean you just need to browse a prepared site and your browser would execute malware that is placed on the site (eve... | I'd say that the merely HTML page fetching involves browser execution through memory and therefore cache. The sole process of opening a browser requires storage of cookies, cookies means files and files open the possibility of a virus. Now you say that you have disabled (what it seems to be) all possible holes from whi... |
133,433 | I wondered how a virus infects our computer just by visiting a website, without user's assistance at all. I know that a malicious website can exploit some browsers' vulnerable features, such as JavaScript, Flash, HTML5, etc., and cause some error like buffer overflow and be able to deliver a virus into our machine.
Bu... | 2016/08/10 | [
"https://security.stackexchange.com/questions/133433",
"https://security.stackexchange.com",
"https://security.stackexchange.com/users/121038/"
] | It is not possible to achieve the condition of disabling all vulnerable features.
Features that may be disabled through a browser's user interface do not comprise anywhere near the complete set of potential vulnerabilities.
Consider text handling. There is no switch to disable processing of multi-byte unicode chara... | There have been bugs in the html parsing code of popular browsers (e.g. [this one](https://www.rapid7.com/db/modules/exploit/windows/browser/ms12_037_ie_colspan)). Running a vulnerable version of IE would mean you just need to browse a prepared site and your browser would execute malware that is placed on the site (eve... |
55,531 | I had a paper accepted by an Elsevier journal about two weeks ago. I’ve already gone through the process of submitting the publishing agreement form and manuscript proofs online.
Then, a few days ago I received a rejection notice. No new reviewer comments were included. I thought this might be in error, so I wrote to... | 2015/10/05 | [
"https://academia.stackexchange.com/questions/55531",
"https://academia.stackexchange.com",
"https://academia.stackexchange.com/users/42113/"
] | For a respectable journal (which I would assume an Elsevier journal to be), this behavior seems so weird and unacceptable that I am tempted to assume that you are only telling us parts of the story here.
Specifically, the part about "but they gave no real explanation for what happened" is curious - what *was* the reas... | I cannot speak from experience here (fortunately), but my next steps would probably be (skip steps, you already performed):
1. Read carefully through all your correspondence for any hints regarding the reason of rejection.
2. Elsevier sometimes publishes preliminary versions online. If that happened, check the respect... |
12,895 | I have a trouble. Consider a task 'developing software'. This task has 1000hrs of work.
A single developer might work for 1000hrs, or two for 500hrs.
Duration, in a standard 5d with 8hr/day, is 125 day with one developer, or 62.5 with 2 developer.
However, there's a third resource, the team leader, that need to spend 5... | 2014/12/30 | [
"https://pm.stackexchange.com/questions/12895",
"https://pm.stackexchange.com",
"https://pm.stackexchange.com/users/14912/"
] | >
> However, there's a third resource, the team leader, that need to spend 5% of total work on the task, but should not affect the duration.
>
>
>
If the work is intrinsic to the task, it should increase its duration, otherwise what are those 5% your team leader is working on? It's 5% of the 100%, not of the 105%.... | You are making this far too complex than it needs to be. If you want duration to be fixed, then choose that option and distribute the 1,000 hours among the developers and add an additional x number of hours for the team lead. If x is 50, then the work planning value becomes 1,050.
You need to remember you are creatin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.