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
5,494,279
I am using my HTC Desire to send NMEA - $GPRMC data to my Laptop(server)! A file named gpsdata.nmea gets created in the server and is getting updated every second with new data. I can view my path if I open the file in Google Earth! However I want to view my path dynamically as it changes.....in Google Earth!!! Is thi...
2011/03/31
[ "https://Stackoverflow.com/questions/5494279", "https://Stackoverflow.com", "https://Stackoverflow.com/users/651068/" ]
A table should have at least one key but there's no reason to create another one if you aren't going to need it.
To understand the motivation we'd need to understand the application. Reasons not to have one: Guid is all you'll need to access, serach, retrieve, blah the record Reasons to have one: Information is virtualized within the data. Meaning that guid while sufficient for a DB point of view, might not be for a user point ...
5,494,279
I am using my HTC Desire to send NMEA - $GPRMC data to my Laptop(server)! A file named gpsdata.nmea gets created in the server and is getting updated every second with new data. I can view my path if I open the file in Google Earth! However I want to view my path dynamically as it changes.....in Google Earth!!! Is thi...
2011/03/31
[ "https://Stackoverflow.com/questions/5494279", "https://Stackoverflow.com", "https://Stackoverflow.com/users/651068/" ]
Whether you also need a surrogate key depends on your particular needs. GUIDS can be slower for joining, but only you can know if they will affect the performance of your system enough to warrant adding an int key. There are also issues with GUIDS and how the data is physically stored on the disk and the performance is...
To understand the motivation we'd need to understand the application. Reasons not to have one: Guid is all you'll need to access, serach, retrieve, blah the record Reasons to have one: Information is virtualized within the data. Meaning that guid while sufficient for a DB point of view, might not be for a user point ...
5,494,279
I am using my HTC Desire to send NMEA - $GPRMC data to my Laptop(server)! A file named gpsdata.nmea gets created in the server and is getting updated every second with new data. I can view my path if I open the file in Google Earth! However I want to view my path dynamically as it changes.....in Google Earth!!! Is thi...
2011/03/31
[ "https://Stackoverflow.com/questions/5494279", "https://Stackoverflow.com", "https://Stackoverflow.com/users/651068/" ]
A table should have at least one key but there's no reason to create another one if you aren't going to need it.
It's difficult to answer authoritatively without knowing more about your business requirements. It certainly might be legitimate to use a natural primary key. Expand on your requirements here, or do some reading on [natural and synthetic primary keys](http://www.google.com.au/search?q=synthetic%20primary%20key).
5,494,279
I am using my HTC Desire to send NMEA - $GPRMC data to my Laptop(server)! A file named gpsdata.nmea gets created in the server and is getting updated every second with new data. I can view my path if I open the file in Google Earth! However I want to view my path dynamically as it changes.....in Google Earth!!! Is thi...
2011/03/31
[ "https://Stackoverflow.com/questions/5494279", "https://Stackoverflow.com", "https://Stackoverflow.com/users/651068/" ]
Whether you also need a surrogate key depends on your particular needs. GUIDS can be slower for joining, but only you can know if they will affect the performance of your system enough to warrant adding an int key. There are also issues with GUIDS and how the data is physically stored on the disk and the performance is...
It's difficult to answer authoritatively without knowing more about your business requirements. It certainly might be legitimate to use a natural primary key. Expand on your requirements here, or do some reading on [natural and synthetic primary keys](http://www.google.com.au/search?q=synthetic%20primary%20key).
5,494,279
I am using my HTC Desire to send NMEA - $GPRMC data to my Laptop(server)! A file named gpsdata.nmea gets created in the server and is getting updated every second with new data. I can view my path if I open the file in Google Earth! However I want to view my path dynamically as it changes.....in Google Earth!!! Is thi...
2011/03/31
[ "https://Stackoverflow.com/questions/5494279", "https://Stackoverflow.com", "https://Stackoverflow.com/users/651068/" ]
Whether you also need a surrogate key depends on your particular needs. GUIDS can be slower for joining, but only you can know if they will affect the performance of your system enough to warrant adding an int key. There are also issues with GUIDS and how the data is physically stored on the disk and the performance is...
A table should have at least one key but there's no reason to create another one if you aren't going to need it.
25,050
For some reason when I like something on some webpage and click "post to Facebook", this is posted to my profile with a lock icon, meaning that only I can see it. I then need to manually go to Facebook, find this like on my profile page and share it. Where can I set the default visibility of Facebook likes so that my ...
2012/03/26
[ "https://webapps.stackexchange.com/questions/25050", "https://webapps.stackexchange.com", "https://webapps.stackexchange.com/users/6479/" ]
The privacy of pages you Like is set on your timeline or profile. If you have timeline, go to your timeline and click on Likes, and then Edit in the upper right corner (Edit does not show up until you hover over it): ![Timeline - Edit Likes](https://i.stack.imgur.com/JBwQh.png) Then you can set the privacy of each ca...
The privacy of Like's is dependent on the default setting on your [privacy settings](https://www.facebook.com/settings/?tab=privacy) page. Change it to something that isn't locked. I tested this and verified it's this setting by liking a page somewhere else. In order to see the change take effect you'll need to clear ...
15,432,837
Since I've read [this](http://www.curious-creature.org/docs/android-performance-case-study-1.html) I've been trying to create an emulator where I can use the "Show GPU Overdraw". I followed the tips [here](https://twitter.com/SmoleyPoleyOley/status/275377396985765889) and [there](http://developer.android.com/tools/de...
2013/03/15
[ "https://Stackoverflow.com/questions/15432837", "https://Stackoverflow.com", "https://Stackoverflow.com/users/752781/" ]
It's working just fine with the emulator as well. Make sure you've got "Use host GPU" enabled when setting up the AVD, and you *need* to be running Android 4.2. Previous versions of Android don't include the feature. Other than that, it's just a matter of enabling the "Show GPU Overdraw" setting in Developer options,...
You have to compile to have at least a minVersion=4 on the AndroidManifest and compile to target=14
2,922
I'm leaning towards atom but I'm not sure.
2010/10/15
[ "https://wordpress.stackexchange.com/questions/2922", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/675/" ]
RSS2 is the modernized version of the legacy format, atom is a more recent competing format. Both are read by all commonly used feed parsers. You'll run into a fanboy here and there that will try to convince you that one is better than the other. In reality it makes no difference whatsoever. Use the default. Or toss a...
Yes. The fact of the matter is that people will want to use both for different reasons. Google, for example, converts all RSS feeds to Atom before using them in Google Reader. WordPress, for example, can only read RSS feeds in its built-in feed readers (try importing a Google-ified feed into WordPress and everything b...
2,922
I'm leaning towards atom but I'm not sure.
2010/10/15
[ "https://wordpress.stackexchange.com/questions/2922", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/675/" ]
RSS2 is the modernized version of the legacy format, atom is a more recent competing format. Both are read by all commonly used feed parsers. You'll run into a fanboy here and there that will try to convince you that one is better than the other. In reality it makes no difference whatsoever. Use the default. Or toss a...
If you are using feedburner you can use [SmartFeed](http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=78971) which can 'translate' your feed from Atom to Rss so you will not need to provide both formats yourself.
2,922
I'm leaning towards atom but I'm not sure.
2010/10/15
[ "https://wordpress.stackexchange.com/questions/2922", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/675/" ]
RSS2 is the modernized version of the legacy format, atom is a more recent competing format. Both are read by all commonly used feed parsers. You'll run into a fanboy here and there that will try to convince you that one is better than the other. In reality it makes no difference whatsoever. Use the default. Or toss a...
If your question is more like "which format is most widely used and supported?", then I got a pretty good answer for you: I analyzed the world's [50 most read blogs according to Technorati](http://technorati.com/blogs/top100), and found that 9 (18%) offered Atom feeds while 48 (96%) offered RSS feeds. I've also never...
2,922
I'm leaning towards atom but I'm not sure.
2010/10/15
[ "https://wordpress.stackexchange.com/questions/2922", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/675/" ]
Yes. The fact of the matter is that people will want to use both for different reasons. Google, for example, converts all RSS feeds to Atom before using them in Google Reader. WordPress, for example, can only read RSS feeds in its built-in feed readers (try importing a Google-ified feed into WordPress and everything b...
If you are using feedburner you can use [SmartFeed](http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=78971) which can 'translate' your feed from Atom to Rss so you will not need to provide both formats yourself.
2,922
I'm leaning towards atom but I'm not sure.
2010/10/15
[ "https://wordpress.stackexchange.com/questions/2922", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/675/" ]
If your question is more like "which format is most widely used and supported?", then I got a pretty good answer for you: I analyzed the world's [50 most read blogs according to Technorati](http://technorati.com/blogs/top100), and found that 9 (18%) offered Atom feeds while 48 (96%) offered RSS feeds. I've also never...
If you are using feedburner you can use [SmartFeed](http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=78971) which can 'translate' your feed from Atom to Rss so you will not need to provide both formats yourself.
93,565
Can I correct 2 wire supply by adding a bare copper wire buried to sub-panels? I have two out-buildings with sub-panels fed by 6/2 wire w/ground. The main is 100 amp The sub-panels each has a 50 amp breaker in the main panel and uses two hots and the copper attached to the bonded ground bar in the sub-panels. Both p...
2016/06/30
[ "https://diy.stackexchange.com/questions/93565", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/55849/" ]
You'll need to replace the cable in the conduit with 3 6AWG THHN/THWN dual rated wires + a 10AWG *bare* copper ground. Using the tables from chapter 9 and assuming concentric stranded conductors and a Schedule 80 conduit, this yields 32\*3 + 5 = 101mm^2 of conduit area used out of a maximum of 105mm^2 for a 3/4" condui...
I can only say this a 6' ground rod is not legal and has not been in my years. A ground rod is 8-10' and if more than one is needed they must be more than 6' apart. 200' from the main I am sure the buildings are not connected and with a new rod at the sub it would be leagal if the ground and neutral are isolated.
217,539
I always thought they were dead in battle. The Borg didn't believe in assimilating lifeforms until "Best of Both Worlds." Yet others argue they were assimilated, and hence they were into assimilation the whole time.
2019/08/15
[ "https://scifi.stackexchange.com/questions/217539", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/-1/" ]
It was revealed in the EU novel *[Greater than the Sum](https://memory-alpha.fandom.com/wiki/Greater_than_the_Sum)* that the eighteen crew members were in fact ***assimilated by the Borg***, rather than killed by exposure to space (or sliced in half by the Borg cutting beam), as the episode would seem to suggest. > >...
[Memory Alpha](https://memory-alpha.fandom.com/wiki/Q_Who_(episode)#Act_Three) says they were "vaporized" in the episode summary. The ["Apocrypha"](https://memory-alpha.fandom.com/wiki/Q_Who_(episode)#Apocrypha) section, however, says that in one of the novels, the eighteen *Enterprise* crew members were indeed assimil...
217,539
I always thought they were dead in battle. The Borg didn't believe in assimilating lifeforms until "Best of Both Worlds." Yet others argue they were assimilated, and hence they were into assimilation the whole time.
2019/08/15
[ "https://scifi.stackexchange.com/questions/217539", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/-1/" ]
The concept of assimilation was introduced in Best of Both Worlds, but later works develop the concept and even retcon it as the modus operandi of the Borg. The Voyager episode Raven, in particular, shows how 7 of 9 was assimilated years before the events of Q Who. As for Guinan not mentioning it - we see multiple ti...
[Memory Alpha](https://memory-alpha.fandom.com/wiki/Q_Who_(episode)#Act_Three) says they were "vaporized" in the episode summary. The ["Apocrypha"](https://memory-alpha.fandom.com/wiki/Q_Who_(episode)#Apocrypha) section, however, says that in one of the novels, the eighteen *Enterprise* crew members were indeed assimil...
217,539
I always thought they were dead in battle. The Borg didn't believe in assimilating lifeforms until "Best of Both Worlds." Yet others argue they were assimilated, and hence they were into assimilation the whole time.
2019/08/15
[ "https://scifi.stackexchange.com/questions/217539", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/-1/" ]
It was revealed in the EU novel *[Greater than the Sum](https://memory-alpha.fandom.com/wiki/Greater_than_the_Sum)* that the eighteen crew members were in fact ***assimilated by the Borg***, rather than killed by exposure to space (or sliced in half by the Borg cutting beam), as the episode would seem to suggest. > >...
**SHORT ANSWER:** Nobody knows. **LONG ANSWER:** The evidence is inconclusive. In "Q Who" there was no evidence that the Borg assimilated any biological beings into their collective. So presumably the Borg would probably have killed any Enterprise crew or passengers that survived the decompression when a section of...
217,539
I always thought they were dead in battle. The Borg didn't believe in assimilating lifeforms until "Best of Both Worlds." Yet others argue they were assimilated, and hence they were into assimilation the whole time.
2019/08/15
[ "https://scifi.stackexchange.com/questions/217539", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/-1/" ]
The concept of assimilation was introduced in Best of Both Worlds, but later works develop the concept and even retcon it as the modus operandi of the Borg. The Voyager episode Raven, in particular, shows how 7 of 9 was assimilated years before the events of Q Who. As for Guinan not mentioning it - we see multiple ti...
It was revealed in the EU novel *[Greater than the Sum](https://memory-alpha.fandom.com/wiki/Greater_than_the_Sum)* that the eighteen crew members were in fact ***assimilated by the Borg***, rather than killed by exposure to space (or sliced in half by the Borg cutting beam), as the episode would seem to suggest. > >...
217,539
I always thought they were dead in battle. The Borg didn't believe in assimilating lifeforms until "Best of Both Worlds." Yet others argue they were assimilated, and hence they were into assimilation the whole time.
2019/08/15
[ "https://scifi.stackexchange.com/questions/217539", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/-1/" ]
The concept of assimilation was introduced in Best of Both Worlds, but later works develop the concept and even retcon it as the modus operandi of the Borg. The Voyager episode Raven, in particular, shows how 7 of 9 was assimilated years before the events of Q Who. As for Guinan not mentioning it - we see multiple ti...
**SHORT ANSWER:** Nobody knows. **LONG ANSWER:** The evidence is inconclusive. In "Q Who" there was no evidence that the Borg assimilated any biological beings into their collective. So presumably the Borg would probably have killed any Enterprise crew or passengers that survived the decompression when a section of...
29,970,439
I can view files on my embedded Windows CE device via Windows CE Remote File Viewer, but would prefer to do it through the command line. Is this possible?
2015/04/30
[ "https://Stackoverflow.com/questions/29970439", "https://Stackoverflow.com", "https://Stackoverflow.com/users/366786/" ]
Yes, since SO is for programmers the answer is following api's: [CeFindFirstFile](https://msdn.microsoft.com/en-us/library/aa917424.aspx) [CeFindNextFile](https://msdn.microsoft.com/en-us/library/aa918923.aspx)
Somebody's done the hard work for you already. The xda project has a set of command line utilities that communicate over RAPI including: pdir - list wince directory <http://itsme.home.xs4all.nl/projects/xda/tools.html>
6,408,771
Is there a way to directly use HTML tags in iPhone SDK? I was wondering how could I display the following text using HTML in a UILabel : > > My *name* is **Nitish** and I am **24** years *old*. > > >
2011/06/20
[ "https://Stackoverflow.com/questions/6408771", "https://Stackoverflow.com", "https://Stackoverflow.com/users/541786/" ]
It does not seem to be allowed. Look at following post as well: * [iPhone - UILabel containing text with multiple fonts at the same time](https://stackoverflow.com/questions/1417346/iphone-uilabel-containing-text-with-multiple-fonts-at-the-same-time/1417365#1417365) Look at this alternative as well: * [iPhone - UILa...
You can't use UILabel to display richtext, you will have to move to CoreText. <https://github.com/Cocoanetics/NSAttributedString-Additions-for-HTML> will allow you to create NASttributeString from HTML source.
6,408,771
Is there a way to directly use HTML tags in iPhone SDK? I was wondering how could I display the following text using HTML in a UILabel : > > My *name* is **Nitish** and I am **24** years *old*. > > >
2011/06/20
[ "https://Stackoverflow.com/questions/6408771", "https://Stackoverflow.com", "https://Stackoverflow.com/users/541786/" ]
You can't use UILabel to display richtext, you will have to move to CoreText. <https://github.com/Cocoanetics/NSAttributedString-Additions-for-HTML> will allow you to create NASttributeString from HTML source.
This library might help. <https://github.com/elijahdou/RTLabel> Simple rich text display for iOS using html-like markups
6,408,771
Is there a way to directly use HTML tags in iPhone SDK? I was wondering how could I display the following text using HTML in a UILabel : > > My *name* is **Nitish** and I am **24** years *old*. > > >
2011/06/20
[ "https://Stackoverflow.com/questions/6408771", "https://Stackoverflow.com", "https://Stackoverflow.com/users/541786/" ]
It does not seem to be allowed. Look at following post as well: * [iPhone - UILabel containing text with multiple fonts at the same time](https://stackoverflow.com/questions/1417346/iphone-uilabel-containing-text-with-multiple-fonts-at-the-same-time/1417365#1417365) Look at this alternative as well: * [iPhone - UILa...
This library might help. <https://github.com/elijahdou/RTLabel> Simple rich text display for iOS using html-like markups
411,201
There was a term I read years ago, probably in my college course on childhood development, and for the life of me I cannot remember the actual term. It describes a trip or experience where a pre-adult leaves their home for a period and experiences life away from their parents and household rules and such. After the tr...
2017/09/22
[ "https://english.stackexchange.com/questions/411201", "https://english.stackexchange.com", "https://english.stackexchange.com/users/101837/" ]
Aussies (I think) use "walkabout," tho not exclusively for that age group. Maybe 'visionquest,' for the meditatively inclined. The only 'ex' word that comes to mind is "expedition."
The word ***extrafamilial*** exists and both Merriam Webster and the OED have entries for it. (MW spells it as a single word, OED hyphenates it) The OED entry, with the sole example given is: > > extra-faˈmilial adj. outside the family. > > > 1952 C. P. Blacker Eugenics: Galton & After xi. 312 Their > nutrition is...
411,201
There was a term I read years ago, probably in my college course on childhood development, and for the life of me I cannot remember the actual term. It describes a trip or experience where a pre-adult leaves their home for a period and experiences life away from their parents and household rules and such. After the tr...
2017/09/22
[ "https://english.stackexchange.com/questions/411201", "https://english.stackexchange.com", "https://english.stackexchange.com/users/101837/" ]
For some Amish and some other Mennonites, it's [rumspringa](https://en.wikipedia.org/wiki/Rumspringa). It's a Pennsylvania German noun meaning "*running around*". It serves as an adolescent rite of passage, before deciding whether to commit to the community.
The word ***extrafamilial*** exists and both Merriam Webster and the OED have entries for it. (MW spells it as a single word, OED hyphenates it) The OED entry, with the sole example given is: > > extra-faˈmilial adj. outside the family. > > > 1952 C. P. Blacker Eugenics: Galton & After xi. 312 Their > nutrition is...
299,880
> > What's he doing? > > > Is this "what's" contraction the same as: > > What's his last name? > > > What's the last time he showered? > > > Why or why not? I ask because the first sentence sounds a little unnatural to me (but I'm not a native English speaker). And the other two sound natural.
2021/10/12
[ "https://ell.stackexchange.com/questions/299880", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/1806/" ]
In the initial example sentence > > Dr Iannis had enjoyed a satisfactory day in which none of his patients had died or got any worse. > > > Neither a patient dying nor a patient getting worse would be things that Dr Iannis did. But in the proposed parallel sentence > > (1) I had enjoyed a satisfactory day in wh...
Yes, it is the past perfect and *had* is intended to apply to both verbs. Your first sentence works, except that *procrastinate* isn't normally used with a direct object. You could say 'none of my tasks had been put off'.
276,104
I have some LDO regulators but I cannot dissipate enough heat. Is it possible to reduce voltage on each branch before going through the regulator ? I was thinking about some resistors. [![Diagram](https://i.stack.imgur.com/dSdxV.jpg)](https://i.stack.imgur.com/dSdxV.jpg)
2016/12/21
[ "https://electronics.stackexchange.com/questions/276104", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/126774/" ]
Since you're using a linear regulator, not a buck converter (as @AliChen pointed out), the total power you dissipate will be (Vout - Vin) \* current. Adding resistors won't change this equation; it will just move heat from the regulator chip to the resistor. If you want to avoid the heat dissipation, you should use a ...
I am reasonably confident that a modern 3.5A internal power switch buck running at 1MHz or so will be of the same order of size as your 5 linear regs + 5 tants (Especially once you beef the voltage rating on those 6.3V tants up to something that might actually make them reliable!), and will be FAR more efficient . LM...
3,854,167
I now have 2 users whose names are not correctly displayed in the 'welcome' menu at the top right of the page. The first user married and her surname changed. The new name was entered in ActiveDirectory but her maiden name is still displayed. In the second case, a LAN id was reallocated to a new department member. T...
2010/10/04
[ "https://Stackoverflow.com/questions/3854167", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11249/" ]
I have experenced this before, on the Microsoft blogs there is this helpful post <http://blogs.msdn.com/b/krichie/archive/2006/02/18/534767.aspx> I hope it helps you
This kind of information is stored in the content database's [UserInfo table](http://msdn.microsoft.com/en-us/library/dd588089%28office.11%29.aspx). [This article](http://blogs.msdn.com/b/spfargo/archive/2009/02/13/guidance-user-info-synch-in-moss-2007.aspx) may be useful to you. Keep in mind that changing the data in...
3,854,167
I now have 2 users whose names are not correctly displayed in the 'welcome' menu at the top right of the page. The first user married and her surname changed. The new name was entered in ActiveDirectory but her maiden name is still displayed. In the second case, a LAN id was reallocated to a new department member. T...
2010/10/04
[ "https://Stackoverflow.com/questions/3854167", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11249/" ]
This kind of information is stored in the content database's [UserInfo table](http://msdn.microsoft.com/en-us/library/dd588089%28office.11%29.aspx). [This article](http://blogs.msdn.com/b/spfargo/archive/2009/02/13/guidance-user-info-synch-in-moss-2007.aspx) may be useful to you. Keep in mind that changing the data in...
1. check the effective permission of user/group by accessing the portal URL link, click on site actions --> site settings -->check effective permissions 2. make sure to note down the effective permission for user/group without fail 3. click on all people link above site permissions and search for the user/group name wh...
3,854,167
I now have 2 users whose names are not correctly displayed in the 'welcome' menu at the top right of the page. The first user married and her surname changed. The new name was entered in ActiveDirectory but her maiden name is still displayed. In the second case, a LAN id was reallocated to a new department member. T...
2010/10/04
[ "https://Stackoverflow.com/questions/3854167", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11249/" ]
I have experenced this before, on the Microsoft blogs there is this helpful post <http://blogs.msdn.com/b/krichie/archive/2006/02/18/534767.aspx> I hope it helps you
1. check the effective permission of user/group by accessing the portal URL link, click on site actions --> site settings -->check effective permissions 2. make sure to note down the effective permission for user/group without fail 3. click on all people link above site permissions and search for the user/group name wh...
3,854,167
I now have 2 users whose names are not correctly displayed in the 'welcome' menu at the top right of the page. The first user married and her surname changed. The new name was entered in ActiveDirectory but her maiden name is still displayed. In the second case, a LAN id was reallocated to a new department member. T...
2010/10/04
[ "https://Stackoverflow.com/questions/3854167", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11249/" ]
I have experenced this before, on the Microsoft blogs there is this helpful post <http://blogs.msdn.com/b/krichie/archive/2006/02/18/534767.aspx> I hope it helps you
No need to change data directly OR manually update the SQL table. When you remove the user from any group, this also removes the user from the userInfo table in the Microsoft SQL Server database. When you re-add the user, the user's information is automatically updated in this table.
3,854,167
I now have 2 users whose names are not correctly displayed in the 'welcome' menu at the top right of the page. The first user married and her surname changed. The new name was entered in ActiveDirectory but her maiden name is still displayed. In the second case, a LAN id was reallocated to a new department member. T...
2010/10/04
[ "https://Stackoverflow.com/questions/3854167", "https://Stackoverflow.com", "https://Stackoverflow.com/users/11249/" ]
No need to change data directly OR manually update the SQL table. When you remove the user from any group, this also removes the user from the userInfo table in the Microsoft SQL Server database. When you re-add the user, the user's information is automatically updated in this table.
1. check the effective permission of user/group by accessing the portal URL link, click on site actions --> site settings -->check effective permissions 2. make sure to note down the effective permission for user/group without fail 3. click on all people link above site permissions and search for the user/group name wh...
31,571,931
Is it possible to make FF Reader View default for normal browsing? I've looked in about:config and only see 1 line regarding.
2015/07/22
[ "https://Stackoverflow.com/questions/31571931", "https://Stackoverflow.com", "https://Stackoverflow.com/users/5145079/" ]
I also understand why they do it. But I disagree. If the pages don't load well, then it is (or should be) an option for the user to load the full page. That is, consider it to be a toggle, where each page can be "reader view" or "standard view" and the user can easily switch between then. Then the question is just whic...
There are times I wish the same. However, I understand why they don't do it: If you click on a link - for example on the news.google.com page, when you click on the reader view, you get a message, "Automatic content extraction failed" due to the layout and multiple pictures/headings in columns. If you're on the main Go...
25,479,775
How to make a wizard style like: <http://www.codecademy.com/courses/web-beginner-en-HZA3b/0/1?curriculum_id=50579fb998b470000202dc8b> (when open page then it shows a tooltip with "NEXT" button on it which explains how to use the application) I have searched for JQuery Wizard or Steps on Google but nothing similar foun...
2014/08/25
[ "https://Stackoverflow.com/questions/25479775", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2571001/" ]
Also you can use <http://linkedin.github.io/hopscotch/> for normal or <http://bootstraptour.com/> if you using bootstrap
Try "Website Tour Plugin": <http://tympanus.net/codrops/2010/12/21/website-tour/> It is similar to your recommended link.
67,305
I know that you can integrate Google calendar with evolution, but it doesn't seems to work for me. Once I add something to my Google calendar, it never updates in Evolution. Please don't send me to [the Ubuntu help wiki page](https://help.ubuntu.com/community/GoogleCalendarWithEvolution) because I already tried follo...
2011/10/16
[ "https://askubuntu.com/questions/67305", "https://askubuntu.com", "https://askubuntu.com/users/24345/" ]
**Calendar Extension for Thunderbird** Install this plug-in: [xul-ext-lightning](http://packages.ubuntu.com/xul-ext-lightning) [![Install xul-ext-lightning](https://hostmar.co/software-small)](http://apt.ubuntu.com/p/xul-ext-lightning) --- **Google calendar and Evolution....** Currently there is a bug in evolution....
I'm using Thunderbird with the addon Lightning to integrate my GCal with Ubuntu and I'm happy with that.
274,489
I want to ask if magnetic field lines are always circular and If YES , Then WHY ??? Or on What basis we can say that magnetic field lines are always circular ?? I am confused with the topic . It is my humble request to help me out if you can . I am waiting for your answer . I shall be highly obliged to you if you clear...
2016/08/15
[ "https://physics.stackexchange.com/questions/274489", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/121512/" ]
Magnetic field lines always follow a closed path. That is, they are always loops. If you see a diagram showing 'ends' of field lines, it is only showing part of the lines--in that case we can assume that one 'end' of a line shown in the diagram actually loops back to the other 'end' of that same line. The loops certain...
Magnetic field lines aren't always circular it's just that the most simple magnetic fields (those around wires or solenoids) are circular or elliptical. Really though, magnetic field shapes are just dependent on the movement and distribution of charge. You can see here how field lines in the middle of a loop with curre...
274,489
I want to ask if magnetic field lines are always circular and If YES , Then WHY ??? Or on What basis we can say that magnetic field lines are always circular ?? I am confused with the topic . It is my humble request to help me out if you can . I am waiting for your answer . I shall be highly obliged to you if you clear...
2016/08/15
[ "https://physics.stackexchange.com/questions/274489", "https://physics.stackexchange.com", "https://physics.stackexchange.com/users/121512/" ]
Magnetic field lines always follow a closed path. That is, they are always loops. If you see a diagram showing 'ends' of field lines, it is only showing part of the lines--in that case we can assume that one 'end' of a line shown in the diagram actually loops back to the other 'end' of that same line. The loops certain...
Many magnetic fields are circular. Think about how currents in electro-magnets and generators flow. They flow in circular patterns so the magnetic field sometimes copies patterns of electron movement.
37,315
Noodles are tasty. I like them, but why are they also used as an exclamation of dismay in the following? > > Oh Noodles! > > >
2011/08/09
[ "https://english.stackexchange.com/questions/37315", "https://english.stackexchange.com", "https://english.stackexchange.com/users/1696/" ]
It has no real origin, just something one could say any other day. My friend says "Oh, fish!", and that doesn't have an etymology or an origin either, just an expression that someone might use idiosyncratically.
I would imagine that someone using such an expression indeed does NOT like noodles. It's a euphemism. Instead of saying some sort of expletive he's cleaned his diction up and used something he thinks that would be humorous. I approve =) I also LOVE noodles.
37,315
Noodles are tasty. I like them, but why are they also used as an exclamation of dismay in the following? > > Oh Noodles! > > >
2011/08/09
[ "https://english.stackexchange.com/questions/37315", "https://english.stackexchange.com", "https://english.stackexchange.com/users/1696/" ]
It has no real origin, just something one could say any other day. My friend says "Oh, fish!", and that doesn't have an etymology or an origin either, just an expression that someone might use idiosyncratically.
In "[Two Towers](https://books.google.com/books?id=2jf8Tna_MxMC&pg=PA240&dq=%22Noodles!%20My%20beautiful%20rope!%22&hl=en&newbks=1&newbks_redir=0&source=gb_mobile_search&sa=X&ved=2ahUKEwi3l_W-gq75AhWAEFkFHVNOBnoQ6AF6BAgGEAM#v=onepage&q=%22Noodles!%20My%20beautiful%20rope!%22&f=false)" by J.R.R. Tolkien (1954), Sam Gamj...
37,315
Noodles are tasty. I like them, but why are they also used as an exclamation of dismay in the following? > > Oh Noodles! > > >
2011/08/09
[ "https://english.stackexchange.com/questions/37315", "https://english.stackexchange.com", "https://english.stackexchange.com/users/1696/" ]
In "[Two Towers](https://books.google.com/books?id=2jf8Tna_MxMC&pg=PA240&dq=%22Noodles!%20My%20beautiful%20rope!%22&hl=en&newbks=1&newbks_redir=0&source=gb_mobile_search&sa=X&ved=2ahUKEwi3l_W-gq75AhWAEFkFHVNOBnoQ6AF6BAgGEAM#v=onepage&q=%22Noodles!%20My%20beautiful%20rope!%22&f=false)" by J.R.R. Tolkien (1954), Sam Gamj...
I would imagine that someone using such an expression indeed does NOT like noodles. It's a euphemism. Instead of saying some sort of expletive he's cleaned his diction up and used something he thinks that would be humorous. I approve =) I also LOVE noodles.
5,321,789
Has anyone here done any benchmarking of Chameleon versus Jinja2, in respect to performance? I'm more used to the Jinja syntax, since I come from Django, but as Pyramid suggests to use Chameleon, I'm thinking if it would be nice to give it a try - despite having an awkward syntax, IMO.
2011/03/16
[ "https://Stackoverflow.com/questions/5321789", "https://Stackoverflow.com", "https://Stackoverflow.com/users/420539/" ]
I think they are pretty close, and each would probably win depending on the benchmark. I think it's better to pick a templating engine based on how much you like the syntax (I prefer [pyTenjin](http://www.kuwata-lab.com/tenjin/)) and how easy it is to integrate it into your own project/framework. Jinja2 is similar to ...
Keep in mind that jinja2 also has an "official" set of pyramid bindings via [pyramid\_jinja2](http://pypi.python.org/pypi/pyramid_jinja2) The fact that Chamelon is anymore "core" than Jinja2 is mostly an artifact of pyramid's history of repoze.bfg
5,321,789
Has anyone here done any benchmarking of Chameleon versus Jinja2, in respect to performance? I'm more used to the Jinja syntax, since I come from Django, but as Pyramid suggests to use Chameleon, I'm thinking if it would be nice to give it a try - despite having an awkward syntax, IMO.
2011/03/16
[ "https://Stackoverflow.com/questions/5321789", "https://Stackoverflow.com", "https://Stackoverflow.com/users/420539/" ]
Template engines are rarely the cause of performance problems, even if chameleon is slightly faster than Jinja2 I doubt the effort of learning a new template language etc. is worth it. Optimization of database queries and caching will probably result in more performance than you could gain by switching the template e...
I think they are pretty close, and each would probably win depending on the benchmark. I think it's better to pick a templating engine based on how much you like the syntax (I prefer [pyTenjin](http://www.kuwata-lab.com/tenjin/)) and how easy it is to integrate it into your own project/framework. Jinja2 is similar to ...
5,321,789
Has anyone here done any benchmarking of Chameleon versus Jinja2, in respect to performance? I'm more used to the Jinja syntax, since I come from Django, but as Pyramid suggests to use Chameleon, I'm thinking if it would be nice to give it a try - despite having an awkward syntax, IMO.
2011/03/16
[ "https://Stackoverflow.com/questions/5321789", "https://Stackoverflow.com", "https://Stackoverflow.com/users/420539/" ]
Template engines are rarely the cause of performance problems, even if chameleon is slightly faster than Jinja2 I doubt the effort of learning a new template language etc. is worth it. Optimization of database queries and caching will probably result in more performance than you could gain by switching the template e...
Keep in mind that jinja2 also has an "official" set of pyramid bindings via [pyramid\_jinja2](http://pypi.python.org/pypi/pyramid_jinja2) The fact that Chamelon is anymore "core" than Jinja2 is mostly an artifact of pyramid's history of repoze.bfg
4,547,952
How do we check there are any memory leaks in a web site? Are there any tools available for free to check memory leakage in the web portal. I am using the php and Mysql technologies for the site.
2010/12/28
[ "https://Stackoverflow.com/questions/4547952", "https://Stackoverflow.com", "https://Stackoverflow.com/users/238052/" ]
Is the time an essential part of the problem you're solving? Or is it an implementation detail? If the problem you're solving is one of memory use, two other possibilities spring to mind: * An LRU Map. There are a number of these on the web. * A Map backed by WeakReference or SoftReference objects, which allow the GC ...
If you are doing this because of some memory issue (the map is a temporal cache), you should probably consider using soft references ([documentation](http://download.oracle.com/javase/1.4.2/docs/api/java/lang/ref/SoftReference.html)).
4,547,952
How do we check there are any memory leaks in a web site? Are there any tools available for free to check memory leakage in the web portal. I am using the php and Mysql technologies for the site.
2010/12/28
[ "https://Stackoverflow.com/questions/4547952", "https://Stackoverflow.com", "https://Stackoverflow.com/users/238052/" ]
Is the time an essential part of the problem you're solving? Or is it an implementation detail? If the problem you're solving is one of memory use, two other possibilities spring to mind: * An LRU Map. There are a number of these on the web. * A Map backed by WeakReference or SoftReference objects, which allow the GC ...
Take a look at [Guava](http://guava-libraries.googlecode.com/svn/trunk/javadoc/com/google/common/collect/MapMaker.html) - it's a collection library from Google. In particular, you want to look at CacheBuilder and its computing maps. One of its features is "time-based expiration of entries, measured since last access or...
67,895
Is it common to switch between natural, harmonic, and melodic minor scales when playing the same piece or is it best to stick with one?
2018/03/13
[ "https://music.stackexchange.com/questions/67895", "https://music.stackexchange.com", "https://music.stackexchange.com/users/46644/" ]
It depends to a degree on what genre of music it is, but it's not uncommon to use the notes from the different minor scales. In early music, the melodic was favoured, going up in melody one way, and using slightly different notes if the melody descended. Some pieces use solely the harmonic minor notes, and some only t...
Well, it depends on whether you are playing melody or harmony, obviously. It's also pretty common for melodic instrument to play melodic minor on ascending scales and natural minor on descending scales. Whether it's "best to stick with one" very much depends on the character of the piece and the intent of the interpre...
67,895
Is it common to switch between natural, harmonic, and melodic minor scales when playing the same piece or is it best to stick with one?
2018/03/13
[ "https://music.stackexchange.com/questions/67895", "https://music.stackexchange.com", "https://music.stackexchange.com/users/46644/" ]
From a "Common Practice" point of view, there is only the minor mode; there is also only a single minor scale but two of the notes are mutable. The sixth and seventh notes of the minor scale can be either the normal (agrees with the key signature) or raised. Which note is used depends mostly on local harmonic or melodi...
Well, it depends on whether you are playing melody or harmony, obviously. It's also pretty common for melodic instrument to play melodic minor on ascending scales and natural minor on descending scales. Whether it's "best to stick with one" very much depends on the character of the piece and the intent of the interpre...
67,895
Is it common to switch between natural, harmonic, and melodic minor scales when playing the same piece or is it best to stick with one?
2018/03/13
[ "https://music.stackexchange.com/questions/67895", "https://music.stackexchange.com", "https://music.stackexchange.com/users/46644/" ]
From a "Common Practice" point of view, there is only the minor mode; there is also only a single minor scale but two of the notes are mutable. The sixth and seventh notes of the minor scale can be either the normal (agrees with the key signature) or raised. Which note is used depends mostly on local harmonic or melodi...
It depends to a degree on what genre of music it is, but it's not uncommon to use the notes from the different minor scales. In early music, the melodic was favoured, going up in melody one way, and using slightly different notes if the melody descended. Some pieces use solely the harmonic minor notes, and some only t...
185,914
I have an outdoor light that is run by a regular wall switch. I want to change this to a mechanical timer switch. The mechanical timer switch has two ports for wires. When I opened the wall switch I found three black wires: one in each of the push in ports and one under a side screw. How do I wire in the mechanical swi...
2020/03/04
[ "https://diy.stackexchange.com/questions/185914", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/113031/" ]
Sometimes receptacles and switches are used to join two wires together out of convenience. What you have is a regular switch with two terminals, but the electrician has used a push terminal and a screw terminal to join two hot (black) wires. The push terminal and screw terminal next to it are the same electrical connec...
OK, you've got a hot,black, wire coming from a breaker into the switch. From there another black wire is connected to almost the same location of the switch, probably using a backstab, making that wire hot to go to another location. Those two wires should be wire nutted together with a 6" piece of appropriately sized w...
11,823,628
> > **Possible Duplicate:** > > [upload picture to emulator gallery](https://stackoverflow.com/questions/5151744/upload-picture-to-emulator-gallery) > > > I m using Android 4.1 (API 16). I want add images on android emulator. How can I implement this step by step? I have seen so many ways for that in stackov...
2012/08/06
[ "https://Stackoverflow.com/questions/11823628", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1554297/" ]
You can also use the DDMS tool in eclipse to push or pull a file onto the emulator. On a 2.2 emulator I was able to push some .jpg images into the /mnt/sdcard/DCIM/100ANDRO folder using DDMS. I then had to go into the running emulator itself, select "Dev Tools" from the Apps screen, the select "Media Scanner" to get th...
Check it out from tutorials of SDK docs is a good option. As I am not sure what you want to get here. Just assume that, you want show images in your application. The basic way like this, 1. put a "ImageView" item in layout file, 2. put image file in res/drawable/ directory, 3. change the android:src item in layout file...
11,823,628
> > **Possible Duplicate:** > > [upload picture to emulator gallery](https://stackoverflow.com/questions/5151744/upload-picture-to-emulator-gallery) > > > I m using Android 4.1 (API 16). I want add images on android emulator. How can I implement this step by step? I have seen so many ways for that in stackov...
2012/08/06
[ "https://Stackoverflow.com/questions/11823628", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1554297/" ]
You can also use the DDMS tool in eclipse to push or pull a file onto the emulator. On a 2.2 emulator I was able to push some .jpg images into the /mnt/sdcard/DCIM/100ANDRO folder using DDMS. I then had to go into the running emulator itself, select "Dev Tools" from the Apps screen, the select "Media Scanner" to get th...
You can do by opening "File Explorer". ![enter image description here](https://i.stack.imgur.com/EygiN.png)
11,823,628
> > **Possible Duplicate:** > > [upload picture to emulator gallery](https://stackoverflow.com/questions/5151744/upload-picture-to-emulator-gallery) > > > I m using Android 4.1 (API 16). I want add images on android emulator. How can I implement this step by step? I have seen so many ways for that in stackov...
2012/08/06
[ "https://Stackoverflow.com/questions/11823628", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1554297/" ]
You can use ADB to add images or any files to emulator. For example, adb -s emulator-5554 push c:/myfoto.jpg mnt/sdcard/myfolder There is software is also available to push file to emulator called Quick ADB pusher
Check it out from tutorials of SDK docs is a good option. As I am not sure what you want to get here. Just assume that, you want show images in your application. The basic way like this, 1. put a "ImageView" item in layout file, 2. put image file in res/drawable/ directory, 3. change the android:src item in layout file...
11,823,628
> > **Possible Duplicate:** > > [upload picture to emulator gallery](https://stackoverflow.com/questions/5151744/upload-picture-to-emulator-gallery) > > > I m using Android 4.1 (API 16). I want add images on android emulator. How can I implement this step by step? I have seen so many ways for that in stackov...
2012/08/06
[ "https://Stackoverflow.com/questions/11823628", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1554297/" ]
the easiest way if you are using eclipse is to: 1. start your emulator (ensure you have an sdcard.img set up when you set up the AVD) 2. go to DDMS at the top right-hand corner ![DDMS view](https://i.stack.imgur.com/Fv9Xv.png) 3. Simply select the "Push a file onto the device" logo at the top righthand corner ![Push f...
Check it out from tutorials of SDK docs is a good option. As I am not sure what you want to get here. Just assume that, you want show images in your application. The basic way like this, 1. put a "ImageView" item in layout file, 2. put image file in res/drawable/ directory, 3. change the android:src item in layout file...
11,823,628
> > **Possible Duplicate:** > > [upload picture to emulator gallery](https://stackoverflow.com/questions/5151744/upload-picture-to-emulator-gallery) > > > I m using Android 4.1 (API 16). I want add images on android emulator. How can I implement this step by step? I have seen so many ways for that in stackov...
2012/08/06
[ "https://Stackoverflow.com/questions/11823628", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1554297/" ]
You can use ADB to add images or any files to emulator. For example, adb -s emulator-5554 push c:/myfoto.jpg mnt/sdcard/myfolder There is software is also available to push file to emulator called Quick ADB pusher
You can do by opening "File Explorer". ![enter image description here](https://i.stack.imgur.com/EygiN.png)
11,823,628
> > **Possible Duplicate:** > > [upload picture to emulator gallery](https://stackoverflow.com/questions/5151744/upload-picture-to-emulator-gallery) > > > I m using Android 4.1 (API 16). I want add images on android emulator. How can I implement this step by step? I have seen so many ways for that in stackov...
2012/08/06
[ "https://Stackoverflow.com/questions/11823628", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1554297/" ]
the easiest way if you are using eclipse is to: 1. start your emulator (ensure you have an sdcard.img set up when you set up the AVD) 2. go to DDMS at the top right-hand corner ![DDMS view](https://i.stack.imgur.com/Fv9Xv.png) 3. Simply select the "Push a file onto the device" logo at the top righthand corner ![Push f...
You can do by opening "File Explorer". ![enter image description here](https://i.stack.imgur.com/EygiN.png)
35,360,081
I'm working on a problem that involves classifying a large database of texts. The texts are very short (think 3-8 words each) and there are 10-12 categories into which I wish to sort them. For the features, I'm simply using the tf–idf frequency of each word. Thus, the number of features is roughly equal to the number o...
2016/02/12
[ "https://Stackoverflow.com/questions/35360081", "https://Stackoverflow.com", "https://Stackoverflow.com/users/3334595/" ]
The biggest difference between the models you're building from a "features" point of view is that Naive Bayes treats them as independent, whereas SVM looks at the interactions between them to a certain degree, as long as you're using a non-linear kernel (Gaussian, rbf, poly etc.). So if you have interactions, and, give...
* Support Vector Machine (SVM) is better at full-length content. * Multinomial Naive Bayes (MNB) is better at snippets. MNB is stronger for snippets than for longer documents. While (Ng and Jordan, 2002) showed that NB is better than SVM/logistic regression (LR) with few training cases, MNB is also better with short d...
81,289
I have a set of Avid Juicy 3 calipers that I have sucessfully replaced the pistons and seals on. Getting the pistons out of one of the calipers was not so easy though, and I ended up drilling the middle of the piston, putting in a self tapping screw and pulling out the piston with a mole wrench, like the cork from a bo...
2021/10/20
[ "https://bicycles.stackexchange.com/questions/81289", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/53287/" ]
Not sure if it's helpful but here is a generic plan for popping pistons with a compressor. Use this kind of blower attachment, with a conical rubber or plastic nozzle. [![enter image description here](https://i.stack.imgur.com/mKzb2.png)](https://i.stack.imgur.com/mKzb2.png) Split the caliper in its two halves and d...
I actually finally just managed to solve this puzzle on my old juicy 7 brakes which I'm renovating. There is a simple trick which I employed to get better access to the pistons and force them out hydraulicly. Separate the caliper halves and then re-attach them, but only with the banjo bolt and bleed screw, and with hal...
483,209
In the comments section of this [question](https://law.stackexchange.com/questions/29543/isnt-upskirting-illegal-in-the-uk-why?noredirect=1#comment65966_29543) the subject derailed slightly: is the word *upskirting* dependent on today's technology or is it older?
2019/01/28
[ "https://english.stackexchange.com/questions/483209", "https://english.stackexchange.com", "https://english.stackexchange.com/users/74225/" ]
The first example of ***upskirting*** quoted by the OED is from 1998. And it would appear that it does not predate digital photography. > > The habit or practice of taking upskirt photographs or videos. See > upskirt adj. and n. > > > 1998 Re: Lets start Interesting Post in alt.native (Usenet > newsgroup) 12 Sep...
The term ***[upskirt](https://nancyfriedman.typepad.com/away_with_words/2016/06/word-of-the-week-upskirt.html)*** appears to have been used as early as in June 1998: > > “A video, usually taken in a crowded location such as a shopping mall, that is shot up a woman’s skirt” without the woman’s permission or even knowl...
483,209
In the comments section of this [question](https://law.stackexchange.com/questions/29543/isnt-upskirting-illegal-in-the-uk-why?noredirect=1#comment65966_29543) the subject derailed slightly: is the word *upskirting* dependent on today's technology or is it older?
2019/01/28
[ "https://english.stackexchange.com/questions/483209", "https://english.stackexchange.com", "https://english.stackexchange.com/users/74225/" ]
The first example of ***upskirting*** quoted by the OED is from 1998. And it would appear that it does not predate digital photography. > > The habit or practice of taking upskirt photographs or videos. See > upskirt adj. and n. > > > 1998 Re: Lets start Interesting Post in alt.native (Usenet > newsgroup) 12 Sep...
**upskirt** (adj.) [Etymonine.com](https://www.etymonline.com/word/upskirt#etymonline_v_49958) by 1997, from up (adv.) + skirt (n.). As a verb by 2008. > > "Upskirt" videos, usually taken using low-hanging bags, feature > up-close-and-personal crotch shots of leggy, panty-clad young women. > ["Weekly World News," ...
483,209
In the comments section of this [question](https://law.stackexchange.com/questions/29543/isnt-upskirting-illegal-in-the-uk-why?noredirect=1#comment65966_29543) the subject derailed slightly: is the word *upskirting* dependent on today's technology or is it older?
2019/01/28
[ "https://english.stackexchange.com/questions/483209", "https://english.stackexchange.com", "https://english.stackexchange.com/users/74225/" ]
The first example of ***upskirting*** quoted by the OED is from 1998. And it would appear that it does not predate digital photography. > > The habit or practice of taking upskirt photographs or videos. See > upskirt adj. and n. > > > 1998 Re: Lets start Interesting Post in alt.native (Usenet > newsgroup) 12 Sep...
The earliest use I can find of *upskirt* in a related sense is in Jack van Niftrik's 1980 novel *Where Rumour Never Reaches*: > > He experienced the contrasting sensations of sorrow at the plight of the Nongamas, the Bikos and the Molefes of the world and a flash of sexual desire by a breathtaking upskirt glimpse of ...
483,209
In the comments section of this [question](https://law.stackexchange.com/questions/29543/isnt-upskirting-illegal-in-the-uk-why?noredirect=1#comment65966_29543) the subject derailed slightly: is the word *upskirting* dependent on today's technology or is it older?
2019/01/28
[ "https://english.stackexchange.com/questions/483209", "https://english.stackexchange.com", "https://english.stackexchange.com/users/74225/" ]
The word **upskirt** to refer to photographs taken up women's skirts was coined no later than 1995. The Internet domain upskirts.com was registered on 1995-10-13, and upskirt.com followed shortly after on 1996-06-10. The term **upskirt** predates smart phones or other cell phones with cameras. A *Washington Post* art...
The term ***[upskirt](https://nancyfriedman.typepad.com/away_with_words/2016/06/word-of-the-week-upskirt.html)*** appears to have been used as early as in June 1998: > > “A video, usually taken in a crowded location such as a shopping mall, that is shot up a woman’s skirt” without the woman’s permission or even knowl...
483,209
In the comments section of this [question](https://law.stackexchange.com/questions/29543/isnt-upskirting-illegal-in-the-uk-why?noredirect=1#comment65966_29543) the subject derailed slightly: is the word *upskirting* dependent on today's technology or is it older?
2019/01/28
[ "https://english.stackexchange.com/questions/483209", "https://english.stackexchange.com", "https://english.stackexchange.com/users/74225/" ]
The word **upskirt** to refer to photographs taken up women's skirts was coined no later than 1995. The Internet domain upskirts.com was registered on 1995-10-13, and upskirt.com followed shortly after on 1996-06-10. The term **upskirt** predates smart phones or other cell phones with cameras. A *Washington Post* art...
**upskirt** (adj.) [Etymonine.com](https://www.etymonline.com/word/upskirt#etymonline_v_49958) by 1997, from up (adv.) + skirt (n.). As a verb by 2008. > > "Upskirt" videos, usually taken using low-hanging bags, feature > up-close-and-personal crotch shots of leggy, panty-clad young women. > ["Weekly World News," ...
483,209
In the comments section of this [question](https://law.stackexchange.com/questions/29543/isnt-upskirting-illegal-in-the-uk-why?noredirect=1#comment65966_29543) the subject derailed slightly: is the word *upskirting* dependent on today's technology or is it older?
2019/01/28
[ "https://english.stackexchange.com/questions/483209", "https://english.stackexchange.com", "https://english.stackexchange.com/users/74225/" ]
The word **upskirt** to refer to photographs taken up women's skirts was coined no later than 1995. The Internet domain upskirts.com was registered on 1995-10-13, and upskirt.com followed shortly after on 1996-06-10. The term **upskirt** predates smart phones or other cell phones with cameras. A *Washington Post* art...
The earliest use I can find of *upskirt* in a related sense is in Jack van Niftrik's 1980 novel *Where Rumour Never Reaches*: > > He experienced the contrasting sensations of sorrow at the plight of the Nongamas, the Bikos and the Molefes of the world and a flash of sexual desire by a breathtaking upskirt glimpse of ...
4,861,392
if u have any kind of link or example about this please send me...
2011/02/01
[ "https://Stackoverflow.com/questions/4861392", "https://Stackoverflow.com", "https://Stackoverflow.com/users/554830/" ]
Use the built-in HTTP API. Start here: <http://developer.android.com/reference/org/apache/http/client/HttpClient.html>
Kindly check the following url for reference <http://www.josecgomez.com/2010/04/30/android-accessing-restfull-web-services-using-json/>
11,694
[Cherenkov Radiation](http://en.wikipedia.org/wiki/Cherenkov_radiation) (in my layman's understanding) is a blue light that appears when particles with an electric charge go through a medium faster than the speed of light in that medium. ![enter image description here](https://i.stack.imgur.com/vlfEW.jpg) I regularly...
2013/01/13
[ "https://travel.stackexchange.com/questions/11694", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/101/" ]
The main campus of Penn State University has an educational nuclear reactor facility, the [Breazeale reactor](http://www.rsec.psu.edu/?l=6&p=2), that offers tours to the public. As part of the tour, they take you through the reactor room where you can see the Cerenkov radiation from the uranium. The reactor itself is s...
The Technical University of Munich operates the research reactor [FRM II](https://en.wikipedia.org/wiki/Forschungsreaktor_M%C3%BCnchen_II) ([official website](https://www.frm2.tum.de/en/home/)). It is a very small reactor with only a single fuel rod ([fotos](https://mlz-garching.de/neutronenforschung/neutronenquelle.ht...
11,694
[Cherenkov Radiation](http://en.wikipedia.org/wiki/Cherenkov_radiation) (in my layman's understanding) is a blue light that appears when particles with an electric charge go through a medium faster than the speed of light in that medium. ![enter image description here](https://i.stack.imgur.com/vlfEW.jpg) I regularly...
2013/01/13
[ "https://travel.stackexchange.com/questions/11694", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/101/" ]
The main campus of Penn State University has an educational nuclear reactor facility, the [Breazeale reactor](http://www.rsec.psu.edu/?l=6&p=2), that offers tours to the public. As part of the tour, they take you through the reactor room where you can see the Cerenkov radiation from the uranium. The reactor itself is s...
Reed College, an undergraduate institution in Portland, Oregon, maintains a [research reactor](https://reactor.reed.edu). The FAQ says that tours can be arranged for groups; the page does not say if an individual may join. My son attended Reed 2000-2004, and I took a tour during that time. Cherenkov Radiation was inde...
28,386,446
I'm new to liferay. And I've some basic question that what is liferay all about. What is a liferay plugin project or service builder project? Is liferay any framework,GUI tool, a content manager or WHAT? I know that you guys are not engaged with this tool in this BLOG but still somehow it is related to java. So please...
2015/02/07
[ "https://Stackoverflow.com/questions/28386446", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1257846/" ]
Have you tried reading the [liferay](/questions/tagged/liferay "show questions tagged 'liferay'") tag-wiki on stackoverflow? Just hover your mouse over it and you will have answers to all your questions. And if you want more just click on the pop-up and you would also find details about how to learn more about Liferay....
***plugins are features which developers add them to portals like liferay. for example: liferay hooks are defined to do some tasks, like user's authentication, adding users, etc .. and we want change (override) that hooks, so we need develop ext plugins to do this for us.***
8,281,843
I have an object which is already exists in the database and I want to modify it's ID, Nhibernate is considering it as a new object and save it instead of update. I have many silly solutions in mind but I want the efficient one.
2011/11/26
[ "https://Stackoverflow.com/questions/8281843", "https://Stackoverflow.com", "https://Stackoverflow.com/users/822588/" ]
I think it is because you are dismissing it right away
It's a problem related with your workflow. Since you're doing additional tasks on the UI thread, the ProgressDialog doesn't get to be shown. You should either spawn a thread for doing the extra work, then dismiss your dialog and launch your new Intent with runOnUiThread() or with a Handler. Although, the best option ...
212,358
I'm curious - is there a term for a character that is used to denote a highlighted option in text-based navigation? For example, say we have this menu when navigating a text-only menu: > > One > > > > Two > > > Three > > > In the example, we can see that option "Two" is highlighted. But is there a name for t...
2014/12/07
[ "https://english.stackexchange.com/questions/212358", "https://english.stackexchange.com", "https://english.stackexchange.com/users/100296/" ]
I would call it a **selector**, since it is used to select an option in the menu. [Google](https://www.google.com/webhp?tab=ww&ei=RvODVLOzJdD_sATimQI&ved=0CAQQ1S4#q=define:selector) defines *selector* as: > > a person or thing that selects something, in particular. > > > Also, "highlight character" limits you to...
The name is the name of the particular character used (if a character is used). There is no general term that I am aware of. In some lists on a computer form, one or more options may be selected by default (e.g. by a background colour, by bolding, or by an adjacent symbol such as an asterix to indicate this to the user...
212,358
I'm curious - is there a term for a character that is used to denote a highlighted option in text-based navigation? For example, say we have this menu when navigating a text-only menu: > > One > > > > Two > > > Three > > > In the example, we can see that option "Two" is highlighted. But is there a name for t...
2014/12/07
[ "https://english.stackexchange.com/questions/212358", "https://english.stackexchange.com", "https://english.stackexchange.com/users/100296/" ]
I would call it a **selector**, since it is used to select an option in the menu. [Google](https://www.google.com/webhp?tab=ww&ei=RvODVLOzJdD_sATimQI&ved=0CAQQ1S4#q=define:selector) defines *selector* as: > > a person or thing that selects something, in particular. > > > Also, "highlight character" limits you to...
In this context, I would call it an *arrow,* *pointer* or *highlight symbol*. I should stress, however, that these are my own personal usages. I suggest you try soliciting an industry-specific answer from one of the StackExchange computer-related Q&A sites, such as the [User Experience site](https://ux.stackexchange....
212,358
I'm curious - is there a term for a character that is used to denote a highlighted option in text-based navigation? For example, say we have this menu when navigating a text-only menu: > > One > > > > Two > > > Three > > > In the example, we can see that option "Two" is highlighted. But is there a name for t...
2014/12/07
[ "https://english.stackexchange.com/questions/212358", "https://english.stackexchange.com", "https://english.stackexchange.com/users/100296/" ]
"Highlight character" doesn't make much sense to me. Presumably, if you press `Enter`, that is the menu item that responds. By definition, that's a [cursor](http://en.wikipedia.org/wiki/Cursor_(computing)). > > In computing, a **cursor** is an indicator used to show the position on a computer monitor or other displ...
The name is the name of the particular character used (if a character is used). There is no general term that I am aware of. In some lists on a computer form, one or more options may be selected by default (e.g. by a background colour, by bolding, or by an adjacent symbol such as an asterix to indicate this to the user...
212,358
I'm curious - is there a term for a character that is used to denote a highlighted option in text-based navigation? For example, say we have this menu when navigating a text-only menu: > > One > > > > Two > > > Three > > > In the example, we can see that option "Two" is highlighted. But is there a name for t...
2014/12/07
[ "https://english.stackexchange.com/questions/212358", "https://english.stackexchange.com", "https://english.stackexchange.com/users/100296/" ]
"Highlight character" doesn't make much sense to me. Presumably, if you press `Enter`, that is the menu item that responds. By definition, that's a [cursor](http://en.wikipedia.org/wiki/Cursor_(computing)). > > In computing, a **cursor** is an indicator used to show the position on a computer monitor or other displ...
In this context, I would call it an *arrow,* *pointer* or *highlight symbol*. I should stress, however, that these are my own personal usages. I suggest you try soliciting an industry-specific answer from one of the StackExchange computer-related Q&A sites, such as the [User Experience site](https://ux.stackexchange....
895,213
I am connecting to my home Hamachi-powered VPN with my Android (v4.4.x) mobile device using IPSec. The VPN connection is working fine, except that I am unable to configure the connection as "always-on" within Android's VPN settings. As a result the connection frequently drops and requires me to go back into my mobile d...
2015/03/28
[ "https://superuser.com/questions/895213", "https://superuser.com", "https://superuser.com/users/352447/" ]
It's quite a long time since this has been asked, but I am trying to answer it anyway. Based on the answer in this [thread](https://code.google.com/p/android/issues/detail?id=67151), the issue is DNS spoofing: Always-on vpn is there to protect you from a network you can't control. If you have a DNS name in place inst...
You can't rely on any communication before establishing VPN tunnel. VPN tunnel establishment should begin with setting up certificate-based encrypted connection, so ARP Poisoning mentioned by Aron can't affect it (since attacking computer would have no way of actually establishing a connection, it can only prevent comm...
318,616
Can anyone tell me if I can use an standard 1 TB SATA HDD on a Dell Poweredge SC1420? Let's say this one: <http://www.compusa.com/applications/SearchTools/item-details.asp?EdpNo=61389&CatId=2459> or can you point me where to get a SATA HDD for this kind of server?
2011/10/05
[ "https://serverfault.com/questions/318616", "https://serverfault.com", "https://serverfault.com/users/88776/" ]
Dell's documentation for the model (check their web site, I've not used Dell but I know HP have a good repository of documentation of even old servers so Dell may have too) - server specs usually list recommended upgrade parts and if a 1TB SATA model is listed for this machine then chances are that any 1TB model will w...
1. Dell's [PowerEdge SC1420 spec sheet](http://www.dell.com/downloads/global/products/pedge/en/sc1420_specs.pdf) indicates that this model shipped with either a SCSI controller or a SATA controller. Which controller do you have? 2. Given that you are obviously working on a very low-budget project, I would recommend [Av...
480,729
I'm trying to start a website that shows jobs in the more "shunned" industries like smoking or alcohol but I'm having a hard time thinking of a word that sums up all of them. Is there a word for these industries?
2019/01/10
[ "https://english.stackexchange.com/questions/480729", "https://english.stackexchange.com", "https://english.stackexchange.com/users/331480/" ]
**Vice** industries might fit. A good example of this usage is an article from *Fortune* magazine entitled: > > [The 5 Biggest Vice Industries in the World](http://fortune.com/2016/03/24/vice-industries/) > > > The five industries the article discusses are: 1. Alcohol 2. Tobacco 3. The Military-Industrial Comp...
I agree with Jason, they are definitely all recreational drugs. I suppose if you want a word with a less negative connotation than ‘drugs’ (considering the angle you are coming from), maybe something like ‘recreational substances’ could be appropriate. Other than that, hard to think of anything the would concisely capt...
480,729
I'm trying to start a website that shows jobs in the more "shunned" industries like smoking or alcohol but I'm having a hard time thinking of a word that sums up all of them. Is there a word for these industries?
2019/01/10
[ "https://english.stackexchange.com/questions/480729", "https://english.stackexchange.com", "https://english.stackexchange.com/users/331480/" ]
**Vice** industries might fit. A good example of this usage is an article from *Fortune* magazine entitled: > > [The 5 Biggest Vice Industries in the World](http://fortune.com/2016/03/24/vice-industries/) > > > The five industries the article discusses are: 1. Alcohol 2. Tobacco 3. The Military-Industrial Comp...
All of these substances are [**intoxicants**](https://www.merriam-webster.com/dictionary/intoxicant) (which by definition means something that intoxicates). [Intoxicate](https://www.merriam-webster.com/dictionary/intoxicates), as a verb, means: "to excite or stupefy by alcohol or a drug especially to the point where p...
480,729
I'm trying to start a website that shows jobs in the more "shunned" industries like smoking or alcohol but I'm having a hard time thinking of a word that sums up all of them. Is there a word for these industries?
2019/01/10
[ "https://english.stackexchange.com/questions/480729", "https://english.stackexchange.com", "https://english.stackexchange.com/users/331480/" ]
I agree with Jason, they are definitely all recreational drugs. I suppose if you want a word with a less negative connotation than ‘drugs’ (considering the angle you are coming from), maybe something like ‘recreational substances’ could be appropriate. Other than that, hard to think of anything the would concisely capt...
All of these substances are [**intoxicants**](https://www.merriam-webster.com/dictionary/intoxicant) (which by definition means something that intoxicates). [Intoxicate](https://www.merriam-webster.com/dictionary/intoxicates), as a verb, means: "to excite or stupefy by alcohol or a drug especially to the point where p...
17,264
I'm looking for a **free/gratis** (online or offline) CSS 3 Editor. I found this one <http://www.cssportal.com/online-css-editor> but it is way too basic. Plataforms: **online / windows.**
2015/02/17
[ "https://softwarerecs.stackexchange.com/questions/17264", "https://softwarerecs.stackexchange.com", "https://softwarerecs.stackexchange.com/users/3408/" ]
[Backets](http://brackets.io/) is an open source HTML, JS and CSS editor sponsored by Adobe. It's clean and comfortable to use if you already know CSS. It includes a "live preview" option and can extract design information from PSD files. There are also extensions for you to add extra features.
I would suggest you: * **Liveweave** (<http://liveweave.com>) is a HTML5, CSS3 & JavaScript editor with real-time (live) preview
438,454
For some reason I'm unable to share a window or full screen on Chrome with Google Meet on Mac. Versions: * Chrome: Version 99.0.4844.74 (Official Build) (x86\_64) * Mac: Monterey 12.3 In the Mac settings under security, screen recording is enabled for Chrome. I've tried restarting Chrome, restarting the computer, dis...
2022/03/17
[ "https://apple.stackexchange.com/questions/438454", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/192220/" ]
Had the same issue but updated to the latest version of Chrome (99.0.4844.83 (Official Build) (arm64)) and issue gone
Login to google accout in **Safari browser** and then try to share screen on Google meet. It will work. It has an issue with Google Chrome in Mac.
438,454
For some reason I'm unable to share a window or full screen on Chrome with Google Meet on Mac. Versions: * Chrome: Version 99.0.4844.74 (Official Build) (x86\_64) * Mac: Monterey 12.3 In the Mac settings under security, screen recording is enabled for Chrome. I've tried restarting Chrome, restarting the computer, dis...
2022/03/17
[ "https://apple.stackexchange.com/questions/438454", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/192220/" ]
Had the same issue but updated to the latest version of Chrome (99.0.4844.83 (Official Build) (arm64)) and issue gone
I can confirm this behavior. It Version 99.0.4844.74 (Official Build) (arm64) and it still there. Unfortunately, from Safari you cannot share a "window" from another application. So, I have to go to Firefox to get this option. It doesn't work in Chrome. The problem became consistant after the last OS update. Prior thi...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes. Disk encryption protects against access to the disk when it is not in use, for instance if someone steals your computer. VPN protects against anyone sniffing the wire. Meltdown and Spectre can give attackers local access to the data, before it is encrypted. For the system to use any kind of information, it more...
Yes, in fact this is one of the hypothetical situations where these vulnerabilities might be attacked: when using encryption and trying to access the in-memory encryption key normally unavailable to other processes.
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes. Disk encryption protects against access to the disk when it is not in use, for instance if someone steals your computer. VPN protects against anyone sniffing the wire. Meltdown and Spectre can give attackers local access to the data, before it is encrypted. For the system to use any kind of information, it more...
Yes. It might allow an attacker, say, by you visiting his website, to read memory of apps you have currently running. The memory content could be cookies to website you're currently logged in, saved passwords in your password manager, configuration of your VPN connection or even an encryption key you use for home direc...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes. Disk encryption protects against access to the disk when it is not in use, for instance if someone steals your computer. VPN protects against anyone sniffing the wire. Meltdown and Spectre can give attackers local access to the data, before it is encrypted. For the system to use any kind of information, it more...
The vulnerabilities allow reading data from other programs, so if any other program has the unencrypted data, a malicious program can read it. So if you type your password into another program, your password can be stolen. Moreover, if you access any encrypted data, then it has to be unencrypted for you to see it, so i...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes. Disk encryption protects against access to the disk when it is not in use, for instance if someone steals your computer. VPN protects against anyone sniffing the wire. Meltdown and Spectre can give attackers local access to the data, before it is encrypted. For the system to use any kind of information, it more...
Yes. Encrypting your disks and network connections still leaves your entire random access memory readable by a malicious process running on the same computer. Local storage, network traffic, and RAM are 3 completely different things. To exploit the meltdown and spectre flaws, the malicious process needs to be running ...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes, in fact this is one of the hypothetical situations where these vulnerabilities might be attacked: when using encryption and trying to access the in-memory encryption key normally unavailable to other processes.
Yes. It might allow an attacker, say, by you visiting his website, to read memory of apps you have currently running. The memory content could be cookies to website you're currently logged in, saved passwords in your password manager, configuration of your VPN connection or even an encryption key you use for home direc...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes, in fact this is one of the hypothetical situations where these vulnerabilities might be attacked: when using encryption and trying to access the in-memory encryption key normally unavailable to other processes.
The vulnerabilities allow reading data from other programs, so if any other program has the unencrypted data, a malicious program can read it. So if you type your password into another program, your password can be stolen. Moreover, if you access any encrypted data, then it has to be unencrypted for you to see it, so i...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes, in fact this is one of the hypothetical situations where these vulnerabilities might be attacked: when using encryption and trying to access the in-memory encryption key normally unavailable to other processes.
Yes. Encrypting your disks and network connections still leaves your entire random access memory readable by a malicious process running on the same computer. Local storage, network traffic, and RAM are 3 completely different things. To exploit the meltdown and spectre flaws, the malicious process needs to be running ...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes. It might allow an attacker, say, by you visiting his website, to read memory of apps you have currently running. The memory content could be cookies to website you're currently logged in, saved passwords in your password manager, configuration of your VPN connection or even an encryption key you use for home direc...
The vulnerabilities allow reading data from other programs, so if any other program has the unencrypted data, a malicious program can read it. So if you type your password into another program, your password can be stolen. Moreover, if you access any encrypted data, then it has to be unencrypted for you to see it, so i...
996,764
Can the Meltdown and Spectre vulnerabilities affect also computers with encrypted home directory and usage of a VPN service? In Other words, would hackers still be able to steal passwords when encrypted transmissions and VPN services are implemented?
2018/01/16
[ "https://askubuntu.com/questions/996764", "https://askubuntu.com", "https://askubuntu.com/users/781058/" ]
Yes. Encrypting your disks and network connections still leaves your entire random access memory readable by a malicious process running on the same computer. Local storage, network traffic, and RAM are 3 completely different things. To exploit the meltdown and spectre flaws, the malicious process needs to be running ...
The vulnerabilities allow reading data from other programs, so if any other program has the unencrypted data, a malicious program can read it. So if you type your password into another program, your password can be stolen. Moreover, if you access any encrypted data, then it has to be unencrypted for you to see it, so i...
359,198
I'm using QGIS 3.4.12 and wanted to make a map with the [Craig Retro-azimuthal projection](https://en.wikipedia.org/wiki/Craig_retroazimuthal_projection). The projection is not implemented in Proj4 and I couldn't find information about implementing new projections in the QGIS documentation. Is there anyway to "Install...
2020/04/22
[ "https://gis.stackexchange.com/questions/359198", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/127541/" ]
[QGIS uses](https://qgis.org/api/classQgsCoordinateReferenceSystem.html#details) the [PROJ](https://proj.org/) library for coordinate transformations and projections. Unfortunately, the Craig Retro-azimuthal projection is [not implemented in the PROJ library](https://github.com/OSGeo/PROJ/blob/master/src/pj_list.h). I...
You should first check the web site epsg.io to see if you can find the projection you want. If you can, it is a fair chance that QGIS can load it. If it is not a recognized projection, you can create a custom projection and save it for re-use but only if you know the parameters of the projection you require, or you ca...
1,341
My main job for the last 4 years has been as a "developer" maintaining an install of a large enterprise Classic ASP web application provided by a third party. This was my first web developer job. Any tips on positioning this job on my resume? Obviously the technologies are not going to be what anyone is looking for, b...
2012/05/16
[ "https://workplace.stackexchange.com/questions/1341", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/816/" ]
If the technology is not "sexy" enough, try to explore other aspects of the application you maintained. * Was it business critical? * What type of value did it, and by extension you, deliver to the company? * Did you do anything beyond "developer" (like effort estimations, requirements analysis, technical project man...
You may have trouble getting through resume screens and picky HR drones, but fortunately this only seems to be an issue with large employers who are more concerned with filtering out resumes than looking for the perfect developer. Small employers and software shops simply tend to be more open to people with varying bak...
1,341
My main job for the last 4 years has been as a "developer" maintaining an install of a large enterprise Classic ASP web application provided by a third party. This was my first web developer job. Any tips on positioning this job on my resume? Obviously the technologies are not going to be what anyone is looking for, b...
2012/05/16
[ "https://workplace.stackexchange.com/questions/1341", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/816/" ]
If the technology is not "sexy" enough, try to explore other aspects of the application you maintained. * Was it business critical? * What type of value did it, and by extension you, deliver to the company? * Did you do anything beyond "developer" (like effort estimations, requirements analysis, technical project man...
Let's look at this from another angle: * What skills did you use or gain in maintaining this application? Did you troubleshoot issues, develop customer service skills, prioritize what to fix, communicate with the vendor regularly, or something else? What were common tasks that you gained proficiency in as a result of ...
1,341
My main job for the last 4 years has been as a "developer" maintaining an install of a large enterprise Classic ASP web application provided by a third party. This was my first web developer job. Any tips on positioning this job on my resume? Obviously the technologies are not going to be what anyone is looking for, b...
2012/05/16
[ "https://workplace.stackexchange.com/questions/1341", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/816/" ]
You may have trouble getting through resume screens and picky HR drones, but fortunately this only seems to be an issue with large employers who are more concerned with filtering out resumes than looking for the perfect developer. Small employers and software shops simply tend to be more open to people with varying bak...
Let's look at this from another angle: * What skills did you use or gain in maintaining this application? Did you troubleshoot issues, develop customer service skills, prioritize what to fix, communicate with the vendor regularly, or something else? What were common tasks that you gained proficiency in as a result of ...
22,707,447
after searching about it i found some info (yet confusing for me) > > Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. > > > i found the above line in wikipedia but what does that mean? i'm not getting a clear idea about MinGW and cygwin and msys, please help
2014/03/28
[ "https://Stackoverflow.com/questions/22707447", "https://Stackoverflow.com", "https://Stackoverflow.com/users/3255739/" ]
Because it keeps confusing people: 1. Cygwin: think of it as an OS. It provides a POSIX C runtime built on top of Windows so you can compile most Unix software to run on top of it. It comes with GCC, and to some extent, you can call the Win32 API from within Cygwin, although I'm not sure that is meant to happen or wor...
More or less from its [web page](http://cygwin.org) cygwin is 1. a POSIX compatibility layer on top of windows API. This is mainly encapsulated in a cygwin1.dll 2. a distribution system and repository of open source software compiled with this dll. In a nutshell, if you have a linux source, you can try to recompile...
1,267,412
I have a user base that is forced to use IE 7. I have created a web site that will be getting a new URL. Is there a way to force a bookmark to update to point to the new URL when a user hits the old site via a bookmark in IE?
2009/08/12
[ "https://Stackoverflow.com/questions/1267412", "https://Stackoverflow.com", "https://Stackoverflow.com/users/30850/" ]
No - there's no way to forcibly update people's bookmarks, and that is a Good Thing™. However it looks like it's possible to provide people the option to do so, by giving them a Javascript popup as described [here](http://www.hypergurl.com/bookmark.html). This might be what you're after, though it might not supersede ...
Nope. Your best bet is to include a message on the old site that says, "We've moved, and here's the new site. Remember to update your bookmarks." You can also add a Javascript button that will make it simple for unsophisticated users (<http://labnol.blogspot.com/2006/01/add-to-favorites-ie-bookmark-firefox.html>).
1,267,412
I have a user base that is forced to use IE 7. I have created a web site that will be getting a new URL. Is there a way to force a bookmark to update to point to the new URL when a user hits the old site via a bookmark in IE?
2009/08/12
[ "https://Stackoverflow.com/questions/1267412", "https://Stackoverflow.com", "https://Stackoverflow.com/users/30850/" ]
No - there's no way to forcibly update people's bookmarks, and that is a Good Thing™. However it looks like it's possible to provide people the option to do so, by giving them a Javascript popup as described [here](http://www.hypergurl.com/bookmark.html). This might be what you're after, though it might not supersede ...
If you are working within an organization, you may also want to have your desktop support team push out, as part of the software updates, links to your new site. This is especially useful if the site is the default home page of most of the users.
1,267,412
I have a user base that is forced to use IE 7. I have created a web site that will be getting a new URL. Is there a way to force a bookmark to update to point to the new URL when a user hits the old site via a bookmark in IE?
2009/08/12
[ "https://Stackoverflow.com/questions/1267412", "https://Stackoverflow.com", "https://Stackoverflow.com/users/30850/" ]
Nope. Your best bet is to include a message on the old site that says, "We've moved, and here's the new site. Remember to update your bookmarks." You can also add a Javascript button that will make it simple for unsophisticated users (<http://labnol.blogspot.com/2006/01/add-to-favorites-ie-bookmark-firefox.html>).
If you are working within an organization, you may also want to have your desktop support team push out, as part of the software updates, links to your new site. This is especially useful if the site is the default home page of most of the users.
833,245
Window of any program is black or white after maximizing it and the computer is very slow until the actuall view of program is drawn (it takes at least 5 seconds). This occurs after working for a long time in some RAM consuming software or after resuming Windows from sleep. This is how it looks like: ![This is how it l...
2014/10/29
[ "https://superuser.com/questions/833245", "https://superuser.com", "https://superuser.com/users/384848/" ]
If you Cmd/Shift/drag from either side of the window, it will resize equally from all sides & allow you to reach the part you can't see. Alternatively, switching to & from fullscreen should resize it too.
When you try to save look to the right of the where you would name your document, there is an up arrow, press that twice and the save option will appear by highlighting the full document.
307,668
### Preface *Skip this if you just want the question, just some background* We've been using Google Apps for Domains for years with out any (major) issues. But yesterday I removed an alias domain and added it new (secondary) domain. Then I changed my primary email address form richard@old-company.co.uk to richard@new...
2011/09/02
[ "https://serverfault.com/questions/307668", "https://serverfault.com", "https://serverfault.com/users/1786/" ]
What about something like MXLogic? (which was sold to mcafee) It's a SaaS spam filter, but most provide outage protection, where they are storing the email for the length of the outage. "McAfee intelligently synchronizes and delivers an accurate record of up to 60 rolling days of outage-period message activity"
Might be just as quick to get a VPS from somewhere, install Exim and deliver all the mail to a single local user (after changing your MX to point to that server obviously).
307,668
### Preface *Skip this if you just want the question, just some background* We've been using Google Apps for Domains for years with out any (major) issues. But yesterday I removed an alias domain and added it new (secondary) domain. Then I changed my primary email address form richard@old-company.co.uk to richard@new...
2011/09/02
[ "https://serverfault.com/questions/307668", "https://serverfault.com", "https://serverfault.com/users/1786/" ]
Might be just as quick to get a VPS from somewhere, install Exim and deliver all the mail to a single local user (after changing your MX to point to that server obviously).
We use [www.dnsmadeeasy.com](http://www.dnsmadeeasy.com) to provide backup Mail servers for us. Costs about $13/year. We simply add their mail servers to our MX records (just a lower priority than our primary server which is located elsewhere) and it works great. When our primary server comes back online we get the que...
307,668
### Preface *Skip this if you just want the question, just some background* We've been using Google Apps for Domains for years with out any (major) issues. But yesterday I removed an alias domain and added it new (secondary) domain. Then I changed my primary email address form richard@old-company.co.uk to richard@new...
2011/09/02
[ "https://serverfault.com/questions/307668", "https://serverfault.com", "https://serverfault.com/users/1786/" ]
What about something like MXLogic? (which was sold to mcafee) It's a SaaS spam filter, but most provide outage protection, where they are storing the email for the length of the outage. "McAfee intelligently synchronizes and delivers an accurate record of up to 60 rolling days of outage-period message activity"
Why not a [hosted Exchange account at Rackspace](http://www.rackspace.com/apps/email_hosting/exchange_hosting/)? 10 bucks a mailbox; setup your recipient policy, mailboxes, (remove mailbox size limits), accepted domain, change over your MX. Done. Pull everyone's mail down as a PST when you're done; re-import into Goog...