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
2,578,944
Does anyone know any site or book that presents problems like [python challenge](http://www.pythonchallenge.com/), but for C++? When I think python challenge, I do not mean only a set of problems to be solved with C++ (for that I could probably use the same problems of python challenge), but rather problems that will ...
2010/04/05
[ "https://Stackoverflow.com/questions/2578944", "https://Stackoverflow.com", "https://Stackoverflow.com/users/309254/" ]
[Google Code Jam](http://code.google.com/codejam) problems frequently have analyses with snippets of C++ code, probably because C++ is by far the most popular language used for solving code-jam problems. The latter also allows you to see many C++ constructs cleverly employed, as code-jam allows you to download the solu...
You're going to have a difficult time finding that because C++ provides less for you than almost any other language available. If C++ provides it, it's probably provided by Python or Java or C or any other programming language. Why not try using some C++ concepts such as the STL to solve [Project Euler](http://project...
2,578,944
Does anyone know any site or book that presents problems like [python challenge](http://www.pythonchallenge.com/), but for C++? When I think python challenge, I do not mean only a set of problems to be solved with C++ (for that I could probably use the same problems of python challenge), but rather problems that will ...
2010/04/05
[ "https://Stackoverflow.com/questions/2578944", "https://Stackoverflow.com", "https://Stackoverflow.com/users/309254/" ]
There are many tasks on [Rosetta Code](http://rosettacode.org/wiki/Main_Page) that are [not implemented in C++](http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_C%2B%2B) as yet. Try your hand at those, especially if you can use advanced features (templates, external libraries, etc.) to produce a particularl...
You're going to have a difficult time finding that because C++ provides less for you than almost any other language available. If C++ provides it, it's probably provided by Python or Java or C or any other programming language. Why not try using some C++ concepts such as the STL to solve [Project Euler](http://project...
2,578,944
Does anyone know any site or book that presents problems like [python challenge](http://www.pythonchallenge.com/), but for C++? When I think python challenge, I do not mean only a set of problems to be solved with C++ (for that I could probably use the same problems of python challenge), but rather problems that will ...
2010/04/05
[ "https://Stackoverflow.com/questions/2578944", "https://Stackoverflow.com", "https://Stackoverflow.com/users/309254/" ]
[Google Code Jam](http://code.google.com/codejam) problems frequently have analyses with snippets of C++ code, probably because C++ is by far the most popular language used for solving code-jam problems. The latter also allows you to see many C++ constructs cleverly employed, as code-jam allows you to download the solu...
There are many tasks on [Rosetta Code](http://rosettacode.org/wiki/Main_Page) that are [not implemented in C++](http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_C%2B%2B) as yet. Try your hand at those, especially if you can use advanced features (templates, external libraries, etc.) to produce a particularl...
85,056
I'm new to Linux but not to app development. I come from a RealBasic on a Mac background. I've accepted that I need to learn a new language to develop for Linux (since RB won't run on 64 bit distros and is a cloed proprietary language) but I want to make sure I pick the right one. I've been looking at Python and wa...
2011/12/04
[ "https://askubuntu.com/questions/85056", "https://askubuntu.com", "https://askubuntu.com/users/35883/" ]
The short answer is no. PyGTK is being phased out and replaced with [PyGObject](http://live.gnome.org/PyGObject) as the widget set upgrades from GTK+2 to GTK+3. As of Oneiric all 'native' ubuntu applications run [using the GTK+3](http://www.omgubuntu.co.uk/2011/10/ubuntu-11-10-released/) set. On a personal note, fai...
PyGTK and pyGOBJECT are no longer the recommended method for developing apps for Ubuntu . Ubuntu developer website now recommends QML for the Ubuntu apps.
93,833
I came up with a much longer version of this but here is the skinny: As a new employee, I was tasked to create an application. I did all my core work on time but the underlying database architecture was not up to the job and causing major delays. To have something to show, I created a proof of concept using a differ...
2017/06/28
[ "https://workplace.stackexchange.com/questions/93833", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/72173/" ]
This is typical of a sick company. Update your resume, get out. They don't want a working solution, they don't want to listen to reason, they've got a dog and they know it. They want someone to blame, and you are it. Basically, you need to keep things running as best as you can while you job hunt. You are the proverb...
Definitely bail. Job hunting is slow and having a steady income relieves much of the stress. Not to mention you have more bargaining power when negotiating salaries, since you can legitimately say you do not need the job you're applying for. Turning the question around on you.. Why would you stay? Do you want to work ...
25,286
If a person discovers a vulnerability similar in scope to the recently disclosed Spectre/Meltdown (CPU design flaws that affect nearly all existing server infrastructure), could they legally explain this vulnerability to the vendor and offer non-disclosure for a fee, in the realm of $100,000 per month of delayed public...
2018/01/12
[ "https://law.stackexchange.com/questions/25286", "https://law.stackexchange.com", "https://law.stackexchange.com/users/5466/" ]
This is extortion, and thus generally illegal. Below is the California Penal code on the matter (as you did not specify a particular state). To paraphrase: "Extortion is the obtaining of property (i.e. money) from another...induced by a wrongful use of...fear, (which)...may be induced by a threat...[t]o expose any secr...
It largely depends on whether disclosure of the vulnerability would be legal, which will differ case by case and could be challenged in court either way. The key word in the California Penal code bit quoted by @sharur is "*wrongful use*". The thing is, the use of fear to do what you are legally allowed cannot be consi...
1,012,970
When I select a sentence of Normal text in Word and choose the Numbering list icon, to turn it into a list, the style of the text changes to Heading 1. Somehow heading numbering and list numbering have gotten mixed up? How to I properly set heading numbering with affecting normal list numbering? Also, if I have a bull...
2015/12/13
[ "https://superuser.com/questions/1012970", "https://superuser.com", "https://superuser.com/users/366738/" ]
Instead of selecting the "Numbering" icon, I selected the down arrow next to it, then "Define New Number Format". I pressed "Ok" on the dialog box that appeared and that allowed me to create numbering without automatically changing the style of the paragraph to "Heading 1".
Disgraceful bug - my only solution was to delete my section, create the header again, copy the previous text to a text editor, then paste back in unformatted. Was able to to what should have happened the first time. Wasted 45 minutes on this and our I.T. are still trying to resolve it as it keeps happening.
1,012,970
When I select a sentence of Normal text in Word and choose the Numbering list icon, to turn it into a list, the style of the text changes to Heading 1. Somehow heading numbering and list numbering have gotten mixed up? How to I properly set heading numbering with affecting normal list numbering? Also, if I have a bull...
2015/12/13
[ "https://superuser.com/questions/1012970", "https://superuser.com", "https://superuser.com/users/366738/" ]
Instead of selecting the "Numbering" icon, I selected the down arrow next to it, then "Define New Number Format". I pressed "Ok" on the dialog box that appeared and that allowed me to create numbering without automatically changing the style of the paragraph to "Heading 1".
**Check on issue** : right click on 'list bullet' style. If it jumps to 'heading 1' before giving you the popup then your styles box is broken. **Workaround** : highlight text that you're applying the style to. Instead of clicking the style as normal, click the little arrow bottom right of the styles box, which give...
1,012,970
When I select a sentence of Normal text in Word and choose the Numbering list icon, to turn it into a list, the style of the text changes to Heading 1. Somehow heading numbering and list numbering have gotten mixed up? How to I properly set heading numbering with affecting normal list numbering? Also, if I have a bull...
2015/12/13
[ "https://superuser.com/questions/1012970", "https://superuser.com", "https://superuser.com/users/366738/" ]
Instead of selecting the "Numbering" icon, I selected the down arrow next to it, then "Define New Number Format". I pressed "Ok" on the dialog box that appeared and that allowed me to create numbering without automatically changing the style of the paragraph to "Heading 1".
The easiest workaround I could find was selecting bullets, typing your steps and then change the steps to numbers. So first type out your steps using bullets. * Text 1 * Text 2 * Text 3 Now select all text after the bullets and click on the Numbering button in the paragraph section. It should change all steps to num...
18,481
**The use of the Death Note in the human world sometimes affects other humans' lives or shortens their original life span, even though their names are not actually written in the Death Note itself. In these cases, no matter the cause, the god of death sees only the original lifespan and not the shortened lifespan.** W...
2015/01/12
[ "https://anime.stackexchange.com/questions/18481", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/6399/" ]
Yes, to the extent of how can you manipulate a person's actions with the DN. [(1)](https://anime.stackexchange.com/questions/17280/how-long-can-you-manipulate-a-person-with-a-death-note?rq=1) [(2)](https://anime.stackexchange.com/questions/7415/can-writing-in-the-death-note-influence-others?rq=1). But care must be take...
It's not shortening B's lifespan, you had to write B's name in the death note to make that happen. The way you can accidentally shorten someone's lifespan is, for example, killing the police officer that stopped B from getting shot, thus B's lifespan is implicitly shortened to the time where he gets shot.
3,075
Since winter is near, can someone suggest some practical ways to get warm at home without spending too much in gas or electricity? Also for every solution, please add if it can be done homemade and what the approximate costs are? More information: the problem of my home now is that it is using gas-water heating system...
2014/10/08
[ "https://sustainability.stackexchange.com/questions/3075", "https://sustainability.stackexchange.com", "https://sustainability.stackexchange.com/users/1746/" ]
There are two main categories to consider here. The first is to improve the efficiency of how your home is kept warm - either by increasing the efficiency of the heating system, or by reducing the rate at which warmth is lost to the outside. If your home is quite "leaky" then major gains can be made this way quite che...
A: Insulate your attic. This can be done in an afternoon. Put 12-16" total in that space. B: Seal the leaks: Weatherstrip the doors and openable windows. All electrical outlets are punctures in the outside wall. You can buy gaskets for them, or you can make them out of the styrofoam meat trays you get from the grocery...
3,075
Since winter is near, can someone suggest some practical ways to get warm at home without spending too much in gas or electricity? Also for every solution, please add if it can be done homemade and what the approximate costs are? More information: the problem of my home now is that it is using gas-water heating system...
2014/10/08
[ "https://sustainability.stackexchange.com/questions/3075", "https://sustainability.stackexchange.com", "https://sustainability.stackexchange.com/users/1746/" ]
A: Insulate your attic. This can be done in an afternoon. Put 12-16" total in that space. B: Seal the leaks: Weatherstrip the doors and openable windows. All electrical outlets are punctures in the outside wall. You can buy gaskets for them, or you can make them out of the styrofoam meat trays you get from the grocery...
To give you an idea of costs: If you're in the UK, you can often get grants for insulating your loft and walls, so each should cost about £100. You will make that back in savings pretty quickly. I didn't do this, and paid for loft insulation, which cost about £250, which still gives you savings in heating quite rapidl...
3,075
Since winter is near, can someone suggest some practical ways to get warm at home without spending too much in gas or electricity? Also for every solution, please add if it can be done homemade and what the approximate costs are? More information: the problem of my home now is that it is using gas-water heating system...
2014/10/08
[ "https://sustainability.stackexchange.com/questions/3075", "https://sustainability.stackexchange.com", "https://sustainability.stackexchange.com/users/1746/" ]
A: Insulate your attic. This can be done in an afternoon. Put 12-16" total in that space. B: Seal the leaks: Weatherstrip the doors and openable windows. All electrical outlets are punctures in the outside wall. You can buy gaskets for them, or you can make them out of the styrofoam meat trays you get from the grocery...
Some perhaps unusual ideas that I use myself, the principle being that it's not your home that wants to be warm, it's your human body that wants to be. * Drink lots of hot water (I drink tea myself, but probably hot water or any other hot drink is just as good). * Exercise frenetically for 5-10 minutes every time you ...
3,075
Since winter is near, can someone suggest some practical ways to get warm at home without spending too much in gas or electricity? Also for every solution, please add if it can be done homemade and what the approximate costs are? More information: the problem of my home now is that it is using gas-water heating system...
2014/10/08
[ "https://sustainability.stackexchange.com/questions/3075", "https://sustainability.stackexchange.com", "https://sustainability.stackexchange.com/users/1746/" ]
There are two main categories to consider here. The first is to improve the efficiency of how your home is kept warm - either by increasing the efficiency of the heating system, or by reducing the rate at which warmth is lost to the outside. If your home is quite "leaky" then major gains can be made this way quite che...
To give you an idea of costs: If you're in the UK, you can often get grants for insulating your loft and walls, so each should cost about £100. You will make that back in savings pretty quickly. I didn't do this, and paid for loft insulation, which cost about £250, which still gives you savings in heating quite rapidl...
3,075
Since winter is near, can someone suggest some practical ways to get warm at home without spending too much in gas or electricity? Also for every solution, please add if it can be done homemade and what the approximate costs are? More information: the problem of my home now is that it is using gas-water heating system...
2014/10/08
[ "https://sustainability.stackexchange.com/questions/3075", "https://sustainability.stackexchange.com", "https://sustainability.stackexchange.com/users/1746/" ]
There are two main categories to consider here. The first is to improve the efficiency of how your home is kept warm - either by increasing the efficiency of the heating system, or by reducing the rate at which warmth is lost to the outside. If your home is quite "leaky" then major gains can be made this way quite che...
Some perhaps unusual ideas that I use myself, the principle being that it's not your home that wants to be warm, it's your human body that wants to be. * Drink lots of hot water (I drink tea myself, but probably hot water or any other hot drink is just as good). * Exercise frenetically for 5-10 minutes every time you ...
41,601
As I was visiting a gadget shop I noticed these dice that had this images from top, front, and side - presented in the picture. Than I noticed another feature and knew it. Who plays with these dice? The intended players use the dice as regular dice. [![enter image description here](https://i.stack.imgur.com/Rr7fK.png)]...
2016/08/28
[ "https://puzzling.stackexchange.com/questions/41601", "https://puzzling.stackexchange.com", "https://puzzling.stackexchange.com/users/9531/" ]
Partial answer: > > The dice are transparent. I'm not sure *why* someone would specifically need transparent dice, but with a standard layout, that's what a transparent die would look like. The front and back are 6 and 1, the sides are 5 and 2, and the top and bottom are 3 and 4. > > > It could be > > a neste...
Well, > > one of the dice in a set of "[Efron dice](https://plus.maths.org/content/let-em-roll)" would have three faces with 5,5,7 spots on them. > > > I don't see why the question would have the "geometry" tag if that were what Moti has in mind, but assuming this isn't the intended answer perhaps Moti would lik...
41,601
As I was visiting a gadget shop I noticed these dice that had this images from top, front, and side - presented in the picture. Than I noticed another feature and knew it. Who plays with these dice? The intended players use the dice as regular dice. [![enter image description here](https://i.stack.imgur.com/Rr7fK.png)]...
2016/08/28
[ "https://puzzling.stackexchange.com/questions/41601", "https://puzzling.stackexchange.com", "https://puzzling.stackexchange.com/users/9531/" ]
Well, > > one of the dice in a set of "[Efron dice](https://plus.maths.org/content/let-em-roll)" would have three faces with 5,5,7 spots on them. > > > I don't see why the question would have the "geometry" tag if that were what Moti has in mind, but assuming this isn't the intended answer perhaps Moti would lik...
The people who use these dice are: > > Scam Artists > > > These are called called: > > ["Non-Transitive Dice"](https://en.wikipedia.org/wiki/Nontransitive_dice). A dice of one layout will have a winning probability over another, and that one will lose to the third, sort of like "Rock, Paper, Scissors". > >...
41,601
As I was visiting a gadget shop I noticed these dice that had this images from top, front, and side - presented in the picture. Than I noticed another feature and knew it. Who plays with these dice? The intended players use the dice as regular dice. [![enter image description here](https://i.stack.imgur.com/Rr7fK.png)]...
2016/08/28
[ "https://puzzling.stackexchange.com/questions/41601", "https://puzzling.stackexchange.com", "https://puzzling.stackexchange.com/users/9531/" ]
Partial answer: > > The dice are transparent. I'm not sure *why* someone would specifically need transparent dice, but with a standard layout, that's what a transparent die would look like. The front and back are 6 and 1, the sides are 5 and 2, and the top and bottom are 3 and 4. > > > It could be > > a neste...
The people who use these dice are: > > Scam Artists > > > These are called called: > > ["Non-Transitive Dice"](https://en.wikipedia.org/wiki/Nontransitive_dice). A dice of one layout will have a winning probability over another, and that one will lose to the third, sort of like "Rock, Paper, Scissors". > >...
71,583
I would like to know whether these free SMS alert sites such as My Today SMS, Alertix pay for the sites such as religate, oneindia.in e.t.c, Or they just mention in their website that this service powered by Oneindia. What I would like to know is whether these people pay any royalty/monthly/annual fee for these religa...
2009/11/17
[ "https://superuser.com/questions/71583", "https://superuser.com", "https://superuser.com/users/-1/" ]
There is no one answer fits all. The main reason for content owners offering RSS feeds is simply because they want to syndicate the content to people in a quick and easy way. Generally people offer this service for end users to see the content and there should be no harm in building an application or using a feed for...
If you didn't want your content syndicated, you wouldn't publish an RSS feed. I'd say that allowing this syndication is one of the reasons for having an RSS feed, and to pursue legal action for someone using it would be stupid.
71,583
I would like to know whether these free SMS alert sites such as My Today SMS, Alertix pay for the sites such as religate, oneindia.in e.t.c, Or they just mention in their website that this service powered by Oneindia. What I would like to know is whether these people pay any royalty/monthly/annual fee for these religa...
2009/11/17
[ "https://superuser.com/questions/71583", "https://superuser.com", "https://superuser.com/users/-1/" ]
There is no one answer fits all. The main reason for content owners offering RSS feeds is simply because they want to syndicate the content to people in a quick and easy way. Generally people offer this service for end users to see the content and there should be no harm in building an application or using a feed for...
Their is no Such Legal issue. Feel Free to extract them and use them Where ever you want to use or do whatever you want to do with them. Giving RSS means the Publisher wishes RSS as frequently updated data. Just to get the incoming links / Repearing visitors. And there are tons of tools that fetch data.Safari/Fire...
7,736
I was watching a [video](http://www.youtube.com/watch?v=eWtPA8v-xeQ) of the first A350 flight. At [0:35](http://www.youtube.com/watch?v=eWtPA8v-xeQ#t=35) one of the pilots appears to be wearing a helmet and what looks like a parachute. Is that true? Do pilots on maiden flights wear such a kit, so that in case of an eme...
2014/07/16
[ "https://aviation.stackexchange.com/questions/7736", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/1534/" ]
To the best of my knowledge, all commercial aircraft being tested have their pilots take on parachutes and hi-vis clothing in addition to creating a possible means of egress on all important flights, such as the first flight and high-speed tests. Since getting the cabin doors open is practically difficult, the soluti...
> > Since getting the cabin doors open is practically difficult > > > No, that's not the (main) reason. There's something called a wing ... which has engines mounted to it ! Not a very good idea to jump out of a door if you're likely to be sucked into an engine on your way out !
262
This site's structure is very good at getting specific answers to specific questions. I'm currently doing some troubleshooting at home to work out why I'm running into a particular fault and would like to ask a question that will likely involve lots of 'question -> answer -> more data -> repeat' loops. The challenge is...
2012/03/21
[ "https://homebrew.meta.stackexchange.com/questions/262", "https://homebrew.meta.stackexchange.com", "https://homebrew.meta.stackexchange.com/users/898/" ]
I'd go with option 2. Ask one specific question at a time, as it helps you to diagnose your problem. The site's main value to others is specific answers to specific questions, so this kind of activity is helpful.
They could go to a traditional forum and ask for advice there.
193,038
If all my data is in UTM NAD83 Zone 10 and I get new data in GCS WGS 1984 do I have to reproject the WGS data to UTM NAD83 Zone 10 for it to align correctly or can I just bring it into an mxd that is already in UTM NAD83 Zone 10. If I need to reproject it using ArcCatalog how do I do this?
2016/05/10
[ "https://gis.stackexchange.com/questions/193038", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/72939/" ]
If you are planning to perform spatial analysis using your data, I suggest you to reproject all your data into one projection, either using ArcGIS or FME. Sometimes the reprojections does not work perfectly on the first try, you may need to try a couple times to get it right.
I know it is dated in May but if you don't reproject it to UTM NAD 83, then your ArcMap will run very slowly !! so if you reproject then it will run smoothly and I agree with Christina as well.
3,221,394
I am looking to build a web app that implements background audio and fast app switching. These features work out of the box, when run as regular Safari web pages, but as soon as you add the web-app-capable tag, and try to run in full screen mode, this functionality breaks. I did some testing and even the most basic we...
2010/07/11
[ "https://Stackoverflow.com/questions/3221394", "https://Stackoverflow.com", "https://Stackoverflow.com/users/388657/" ]
For future reference, this does not seem to be possible. My theory is that when you enable full screen mode on an iPhone app, it creates a very simple native app that consists of a single Web UI view. Unfortunately, this simple native app does not have any complex functionality (multitasking, background audio), nor i...
I'm seeing the same thing and found very few others complaining about this, which I find surprising. I put some additional details [in a blog post](http://www.willcodeforequity.com/blog/2011/1/10/apple-webapp-short-comings.html). Like you, I'm disabling full-screen for now. I'll probably package my app up using PhoneG...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
I wear sunblock all the time, because I burn easily, as much as cancer concerns. Alas, one to watch for, as you get older and lose hair, is to remember sunblock under the helmet, else you get burn lines.
I use long sleeves to shield myself from the sun during long exposures. I found a [lightweight trekking shirt](http://www.rei.com/product/794446/rei-sahara-tech-long-sleeve-shirt-mens) from REI to be a good fit, it dries quickly and is rather vented and the arms are made to be rolled up and buttoned to stay in place ...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
I ride with a bunch of old guys. They are all white guys who grew up in the midwest, working on farms, and spending a lot of time in the sun when the weather permitted it. It is interesting to me that all of them are fastidious when it comes to sun protection. They wear sunscreen and long sleeves when it can be done c...
I use long sleeves to shield myself from the sun during long exposures. I found a [lightweight trekking shirt](http://www.rei.com/product/794446/rei-sahara-tech-long-sleeve-shirt-mens) from REI to be a good fit, it dries quickly and is rather vented and the arms are made to be rolled up and buttoned to stay in place ...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
We've spent our entire evolutionary history under the sun, but also aging quickly and dying at young ages. The evolutionary history argument just isn't very compelling. The current consensus is that sunscreen helps prevent skin cancer, and skin cancer is indeed common. On the other hand, I have seen references to theo...
I would suggest that you always wear a sun block of a minimum of a 50 SPF. If you don't like putting a sunscreen on, then a long sleeved shirt such as a hiker would wear that has a built in SPF. One thing we all seem to forget, is the fact that sun exposure is more than the 2 to 4 hour ride on your bike. You may alread...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
I offer an "informed decision" answer, partly based on a (slightly skeptical) medical knowledge, and from my experience as a biker. This should NOT be considered some truth emited by a potential authority-figure, neither an advice to act this or that way. On one hand, there is a very positive association between skin ...
At the very least you need to be aware of the potential for burning, since, if nothing else, it's unpleasant. (We'll let others preach about skin cancer, et al.) I don't burn easily, but, when cycling (with a helmet), and the sun is at all bright, I find it advisable to put sun block on the back of my neck, my lower a...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
I ride with a bunch of old guys. They are all white guys who grew up in the midwest, working on farms, and spending a lot of time in the sun when the weather permitted it. It is interesting to me that all of them are fastidious when it comes to sun protection. They wear sunscreen and long sleeves when it can be done c...
I wear sunblock all the time, because I burn easily, as much as cancer concerns. Alas, one to watch for, as you get older and lose hair, is to remember sunblock under the helmet, else you get burn lines.
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
We've spent our entire evolutionary history under the sun, but also aging quickly and dying at young ages. The evolutionary history argument just isn't very compelling. The current consensus is that sunscreen helps prevent skin cancer, and skin cancer is indeed common. On the other hand, I have seen references to theo...
I always wear a full-arm length high vis cycling top, with full gloves and full leg pants. The only parts of me that are exposed are face and neck. Sunblock just makes sense - there's no fun in a ride where you're getting damaged and have a week of bad sleep afterwards. If its expected to be hot, rub sunblock on the ...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
At the very least you need to be aware of the potential for burning, since, if nothing else, it's unpleasant. (We'll let others preach about skin cancer, et al.) I don't burn easily, but, when cycling (with a helmet), and the sun is at all bright, I find it advisable to put sun block on the back of my neck, my lower a...
I use long sleeves to shield myself from the sun during long exposures. I found a [lightweight trekking shirt](http://www.rei.com/product/794446/rei-sahara-tech-long-sleeve-shirt-mens) from REI to be a good fit, it dries quickly and is rather vented and the arms are made to be rolled up and buttoned to stay in place ...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
I ride with a bunch of old guys. They are all white guys who grew up in the midwest, working on farms, and spending a lot of time in the sun when the weather permitted it. It is interesting to me that all of them are fastidious when it comes to sun protection. They wear sunscreen and long sleeves when it can be done c...
At the very least you need to be aware of the potential for burning, since, if nothing else, it's unpleasant. (We'll let others preach about skin cancer, et al.) I don't burn easily, but, when cycling (with a helmet), and the sun is at all bright, I find it advisable to put sun block on the back of my neck, my lower a...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
I wear sunblock all the time, because I burn easily, as much as cancer concerns. Alas, one to watch for, as you get older and lose hair, is to remember sunblock under the helmet, else you get burn lines.
I would suggest that you always wear a sun block of a minimum of a 50 SPF. If you don't like putting a sunscreen on, then a long sleeved shirt such as a hiker would wear that has a built in SPF. One thing we all seem to forget, is the fact that sun exposure is more than the 2 to 4 hour ride on your bike. You may alread...
9,641
I spend the vast majority of my time inside, so I would like to start getting into cycling. I rode up to the beach a couple days ago and got some slight sunburn. I personally don't mind sunburn all too much, but the news has successfully instilled a fear of skin cancer into me. My initial reaction to articles like: <...
2012/05/30
[ "https://bicycles.stackexchange.com/questions/9641", "https://bicycles.stackexchange.com", "https://bicycles.stackexchange.com/users/4186/" ]
We've spent our entire evolutionary history under the sun, but also aging quickly and dying at young ages. The evolutionary history argument just isn't very compelling. The current consensus is that sunscreen helps prevent skin cancer, and skin cancer is indeed common. On the other hand, I have seen references to theo...
I ride with a bunch of old guys. They are all white guys who grew up in the midwest, working on farms, and spending a lot of time in the sun when the weather permitted it. It is interesting to me that all of them are fastidious when it comes to sun protection. They wear sunscreen and long sleeves when it can be done c...
10,734
Currently, my organization is using [Splunk](http://www.splunk.com/) to store logs from various places (DBs, Apache, systems we write, etc.). We don't really use most of its abilities (pull logs automatically, etc.), but we do require the search it provides - showing the event and some of its surroundings. Recently th...
2009/05/21
[ "https://serverfault.com/questions/10734", "https://serverfault.com", "https://serverfault.com/users/1068/" ]
Syslog-ng is a one of the traditional ways to centralize your logs. [This](http://www.linux.com/archive/articles/57220) older Linux.com article explains how to set this up. The article doesn't include indexing exactly, but shows you how to set up Log check to filter the logs using regex and get notified of non-trivial ...
[Rsyslog](http://www.rsyslog.com/) as a log collector (you can run nearly any syslog on each client) and [phplogcon](http://www.phplogcon.org/) as a UI for viewing the log data will do the job. Be warned, I found the documentation for rsyslog to be seriously lacking and majorly frustrating at times. I was able to make ...
10,734
Currently, my organization is using [Splunk](http://www.splunk.com/) to store logs from various places (DBs, Apache, systems we write, etc.). We don't really use most of its abilities (pull logs automatically, etc.), but we do require the search it provides - showing the event and some of its surroundings. Recently th...
2009/05/21
[ "https://serverfault.com/questions/10734", "https://serverfault.com", "https://serverfault.com/users/1068/" ]
Syslog-ng is a one of the traditional ways to centralize your logs. [This](http://www.linux.com/archive/articles/57220) older Linux.com article explains how to set this up. The article doesn't include indexing exactly, but shows you how to set up Log check to filter the logs using regex and get notified of non-trivial ...
As a log system I will recommend rsyslog, as its features and license has made the default in some Linux distributions. If you want a tool to search in those logs you may look at Octopusy ( <http://www.8pussy.org/> ) You can also get more feedback on another question: Alternatives to Splunk? [Alternatives to Splunk?](...
10,734
Currently, my organization is using [Splunk](http://www.splunk.com/) to store logs from various places (DBs, Apache, systems we write, etc.). We don't really use most of its abilities (pull logs automatically, etc.), but we do require the search it provides - showing the event and some of its surroundings. Recently th...
2009/05/21
[ "https://serverfault.com/questions/10734", "https://serverfault.com", "https://serverfault.com/users/1068/" ]
In the past, I had centralized logging enabled via syslog-ng, but more recently, at a new site, I've switched to rsyslog. Here's a good comparison: <http://www.rsyslog.com/doc-rsyslog_ng_comparison.html>
[Rsyslog](http://www.rsyslog.com/) as a log collector (you can run nearly any syslog on each client) and [phplogcon](http://www.phplogcon.org/) as a UI for viewing the log data will do the job. Be warned, I found the documentation for rsyslog to be seriously lacking and majorly frustrating at times. I was able to make ...
10,734
Currently, my organization is using [Splunk](http://www.splunk.com/) to store logs from various places (DBs, Apache, systems we write, etc.). We don't really use most of its abilities (pull logs automatically, etc.), but we do require the search it provides - showing the event and some of its surroundings. Recently th...
2009/05/21
[ "https://serverfault.com/questions/10734", "https://serverfault.com", "https://serverfault.com/users/1068/" ]
In the past, I had centralized logging enabled via syslog-ng, but more recently, at a new site, I've switched to rsyslog. Here's a good comparison: <http://www.rsyslog.com/doc-rsyslog_ng_comparison.html>
As a log system I will recommend rsyslog, as its features and license has made the default in some Linux distributions. If you want a tool to search in those logs you may look at Octopusy ( <http://www.8pussy.org/> ) You can also get more feedback on another question: Alternatives to Splunk? [Alternatives to Splunk?](...
40,955,855
I just moved my site to a new url. Here's what I did: 1. Copied everything from old FTP account to new account 2. Changed the site url and home from phpMyAdmin 3. Exported the old database 4. Imported the database into the new site 5. edited wp-config.php Now when I click on the author's name in the author's bio, it ...
2016/12/04
[ "https://Stackoverflow.com/questions/40955855", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6950437/" ]
Change site url and home url is not enough. There are still some old url store in database. When replacing the url, don't edit the SQL directly, because there some value stored in db in [serialized format](https://deliciousbrains.com/wp-migrate-db-pro/doc/serialized-data/). Try to use tool like [Search and Replace fo...
> > You have to replace all the old URL with new URL. > > > After exporting the database from phpMyAdmin open the SQL file in any text editor and use find and replace method to replace all the old URL. Reference: [How to Move WordPress From Local Server to Live Site](http://www.webhat.in/how-to-move-wordpress-fro...
40,955,855
I just moved my site to a new url. Here's what I did: 1. Copied everything from old FTP account to new account 2. Changed the site url and home from phpMyAdmin 3. Exported the old database 4. Imported the database into the new site 5. edited wp-config.php Now when I click on the author's name in the author's bio, it ...
2016/12/04
[ "https://Stackoverflow.com/questions/40955855", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6950437/" ]
You also need to flush the new rewrite rules to overwrite some options value from the sql. To do so, just save the permalink structure in the permalink setting page.
> > You have to replace all the old URL with new URL. > > > After exporting the database from phpMyAdmin open the SQL file in any text editor and use find and replace method to replace all the old URL. Reference: [How to Move WordPress From Local Server to Live Site](http://www.webhat.in/how-to-move-wordpress-fro...
67,127,295
Maybe someone had the same problem? I'm using Wordpress sites and getting this following error in my metrics. I've already deactivated Auto Updates on Softacolous so now I get less errors, but those ones still couldn't understand: [Fri Apr 16 11:57:30.115119 2021] [:error] [pid 4189499:tid 47071174346496] [client 193....
2021/04/16
[ "https://Stackoverflow.com/questions/67127295", "https://Stackoverflow.com", "https://Stackoverflow.com/users/15661407/" ]
OWASP ModSecurity Core Rule Set project here. This is an alert or a false positive alert from your commercial Imunify360 web application firewall. You should get in touch with the Imunify support to solve this for you. It's a paid service after all.
Like dune73 allready mentioned this is a message generated by immunify360. It might well be legitimate so first you need to check if it was you who triggered it or some unauthorized source. Check if your ip-address is the same as the ip-address mentioned in the error message. If this is the case it might be a false po...
69,529
So I know that providing a Pi with too little power can potentially cause physical damage to the circuitry (brownout). I don't 100% understand how or why this happens. I know that it seems a lot of people are able to run the Pi on portable batteries, but I'm wondering what happens when the battery dies. Will it start ...
2017/07/08
[ "https://raspberrypi.stackexchange.com/questions/69529", "https://raspberrypi.stackexchange.com", "https://raspberrypi.stackexchange.com/users/69939/" ]
What happens during a brownout is not "physical damage" in itself, rather, digital devices start to behave erratically when underpowered. This can indeed result in physical damage too: if the SoC accidentally reconfigures an input pin as output, it can create an internal short circuit and fry the pin, the SoC itself, o...
There are a lot of old-wives tales about the Pi and power supplies. You **definitely** will **NOT** damage the Pi if it runs out of power, whether gradually or suddenly. There is a possibility that the data on the SD Card can be damaged by uncontrolled power down, principally if it is writing at the time, although no...
69,529
So I know that providing a Pi with too little power can potentially cause physical damage to the circuitry (brownout). I don't 100% understand how or why this happens. I know that it seems a lot of people are able to run the Pi on portable batteries, but I'm wondering what happens when the battery dies. Will it start ...
2017/07/08
[ "https://raspberrypi.stackexchange.com/questions/69529", "https://raspberrypi.stackexchange.com", "https://raspberrypi.stackexchange.com/users/69939/" ]
There are a lot of old-wives tales about the Pi and power supplies. You **definitely** will **NOT** damage the Pi if it runs out of power, whether gradually or suddenly. There is a possibility that the data on the SD Card can be damaged by uncontrolled power down, principally if it is writing at the time, although no...
First of all I have to say about battery. Battery store energy as voltage. The term of current comes when we are trying to put a load across it. The voltage reduces in a rechargeable battery after using it for a while. A dead battery has no voltage,neither it can provide any flow of electricity. If a battery dies, and...
69,529
So I know that providing a Pi with too little power can potentially cause physical damage to the circuitry (brownout). I don't 100% understand how or why this happens. I know that it seems a lot of people are able to run the Pi on portable batteries, but I'm wondering what happens when the battery dies. Will it start ...
2017/07/08
[ "https://raspberrypi.stackexchange.com/questions/69529", "https://raspberrypi.stackexchange.com", "https://raspberrypi.stackexchange.com/users/69939/" ]
What happens during a brownout is not "physical damage" in itself, rather, digital devices start to behave erratically when underpowered. This can indeed result in physical damage too: if the SoC accidentally reconfigures an input pin as output, it can create an internal short circuit and fry the pin, the SoC itself, o...
First of all I have to say about battery. Battery store energy as voltage. The term of current comes when we are trying to put a load across it. The voltage reduces in a rechargeable battery after using it for a while. A dead battery has no voltage,neither it can provide any flow of electricity. If a battery dies, and...
51,621,593
I got a fresh installation of Python 3.6.6 and PyCharm 2018.2 Commmunity Edition. Unfortunately PyCharm (and also a installed with Python IDLE) does not see packages installed with pip. I’ve installed with pip some pakages: Pillow, Pyglet, Pygame, Arcade. I can see them using pip list command, but they are inviosible...
2018/07/31
[ "https://Stackoverflow.com/questions/51621593", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7671956/" ]
I have currently no access to my dev pc, but i encountered that specific problem multiple times before. PyCharm provides the funtionality to use multiple python interpreters (virtual interpreters provided by pycharm and the python interpreter installed on your system). Have a look at your projects python interpreter in...
It is possible that you are working on an env(may be venv) that pycharm is not able to see. In Pycharm you will have to go to Preferences->Project: -> and then install the package there. It will then see the packages.
8,897,395
Recently, i was allotted for a project on online photo processing of images. I am a newbie to web designing , so any suggestion or links on how to deploy image editing scripts on web and and use them to edit images.?
2012/01/17
[ "https://Stackoverflow.com/questions/8897395", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1102092/" ]
you should have a look at this: <http://www.ajax-image-editor.com/> I used it a few times and it's pretty powerful and open source.
<http://code.google.com/p/ajaximageeditor/downloads/list> you can use this php script. here is the demo : <http://pjf-imageeditor.appspot.com/>
277,587
I'm looking for a way that the ESP8266 (or alternative, like an Attiny85 with an RF module) is only turned on once a reed switch (or similar sensor) has been triggered. The problem is that the ESP8266 should have just enough time to power on and send a message over the Wi-fi network. The reed switch could close too fa...
2016/12/30
[ "https://electronics.stackexchange.com/questions/277587", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/73255/" ]
[Dampmaskin has the right idea](https://electronics.stackexchange.com/a/277597/11683), but his design is overly simplistic, for the reasons I outlined in my comments. A more robust circuit would look like this: ![schematic](https://i.stack.imgur.com/FncWh.png) [simulate this circuit](/plugins/schematics?image=http%3...
One possible approach: Let the reed switch power the Attiny in parallel with an NPN transistor (or perhaps an N-channel MOSFET) as a low side switch. When the Attiny turns on, it can output a HIGH to the base of the transistor, turning the transistor on, keeping the Attiny powered for as long as it needs to. When the A...
277,587
I'm looking for a way that the ESP8266 (or alternative, like an Attiny85 with an RF module) is only turned on once a reed switch (or similar sensor) has been triggered. The problem is that the ESP8266 should have just enough time to power on and send a message over the Wi-fi network. The reed switch could close too fa...
2016/12/30
[ "https://electronics.stackexchange.com/questions/277587", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/73255/" ]
One possible approach: Let the reed switch power the Attiny in parallel with an NPN transistor (or perhaps an N-channel MOSFET) as a low side switch. When the Attiny turns on, it can output a HIGH to the base of the transistor, turning the transistor on, keeping the Attiny powered for as long as it needs to. When the A...
You functionality should have nothing to do with how long the reed switch is activated. Identification of reed switch activity should put your system into a state where it does what it needs to do, complete the job, then turn off. This is how sleep modes work.
277,587
I'm looking for a way that the ESP8266 (or alternative, like an Attiny85 with an RF module) is only turned on once a reed switch (or similar sensor) has been triggered. The problem is that the ESP8266 should have just enough time to power on and send a message over the Wi-fi network. The reed switch could close too fa...
2016/12/30
[ "https://electronics.stackexchange.com/questions/277587", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/73255/" ]
[Dampmaskin has the right idea](https://electronics.stackexchange.com/a/277597/11683), but his design is overly simplistic, for the reasons I outlined in my comments. A more robust circuit would look like this: ![schematic](https://i.stack.imgur.com/FncWh.png) [simulate this circuit](/plugins/schematics?image=http%3...
You functionality should have nothing to do with how long the reed switch is activated. Identification of reed switch activity should put your system into a state where it does what it needs to do, complete the job, then turn off. This is how sleep modes work.
65,907,270
I have been wondering about building Windows executables targeting Cygwin on a Linux host. I have not been able to find anything related to a prebuilt crosscompiler and I am lost about how to build one myself with a Cygwin target. How would I proceed? Thanks in advance.
2021/01/26
[ "https://Stackoverflow.com/questions/65907270", "https://Stackoverflow.com", "https://Stackoverflow.com/users/8350000/" ]
A cross-tool is available at: <https://sourceforge.net/projects/fedora-cygwin/> A repository for Fedora is at: <https://copr.fedorainfracloud.org/coprs/yselkowitz/cygwin/> as mentioned on the Cygwin mailing list not so long ago <https://cygwin.com/pipermail/cygwin/2020-July/245695.html>
Is there an actual reason you want to target Cygwin instead of native Windows? Cygwin introduces a POSIX compatibility layer, while MinGW-w64 targets native Windows. MinGW-w64 can be installed under most Linux distributions using their respective package managers.
35,967
Continuing from [this](https://worldbuilding.stackexchange.com/questions/35929/from-mice-to-men-series) question: The rodents on the synthetic planet ( which I am now calling Ark ) can now walk/run erect when desired. The scientists continue with biological forging and work on there social behave , and the realize in ...
2016/02/15
[ "https://worldbuilding.stackexchange.com/questions/35967", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/-1/" ]
There are already social Rodents -------------------------------- **The Degu** [![enter image description here](https://i.stack.imgur.com/6kV1n.jpg)](https://i.stack.imgur.com/6kV1n.jpg) They dig communal burrows, nurse each others young, have paternal involvement in child rearing, cooperatively forage and "have an e...
If a random mutation/variation makes an organism fitter and able to breed more prolifically, that trait will be passed on; if that trait allows individuals which have it to out-compete the others that do not, then eventually they will dominate and the others will die out. With this in mind, there are some significant a...
37,889
> > [Rom 16:3-4 KJV] 3 Greet Priscilla and Aquila my helpers in Christ Jesus: 4 Who have for my life laid down their own necks: **unto whom** not only I give thanks, but also all the churches of the Gentiles. > > > I have recently been struck with the absence in the scriptures of gratitude TO people. It appears to...
2018/12/27
[ "https://hermeneutics.stackexchange.com/questions/37889", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/20832/" ]
The Greek says, > > οἵτινες ὑπὲρ τῆς ψυχῆς μου τὸν ἑαυτῶν τράχηλον ὑπέθηκαν, **οἷς** οὐκ ἐγὼ μόνος εὐχαριστῶ ἀλλὰ καὶ πᾶσαι αἱ ἐκκλησίαι τῶν ἐθνῶν, > > > Holmes, M. W. (2011–2013). The Greek New Testament: SBL Edition (Ro 16:4). Lexham Press; Society of Biblical Literature. οἷς means "who" or "which", but it's ...
Interesting detail. > > “But *thanks be to G-d* who puts the same earnest care for you into the heart of Titus.” > ‭‭II Corinthians‬ ‭8:16‬ ‭NKJV‬‬ > > > Titus doesn’t get the credit G-d does. > > “And whatever you do in word or deed, do all in the name of the Lord Jesus, **giving thanks to G-d** the Father ...
37,889
> > [Rom 16:3-4 KJV] 3 Greet Priscilla and Aquila my helpers in Christ Jesus: 4 Who have for my life laid down their own necks: **unto whom** not only I give thanks, but also all the churches of the Gentiles. > > > I have recently been struck with the absence in the scriptures of gratitude TO people. It appears to...
2018/12/27
[ "https://hermeneutics.stackexchange.com/questions/37889", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/20832/" ]
The person to whom thanks is given is indicated by the dative (no preceding preposition is necessary). The person(s) for whom thanks is given is most often indicated by the preposition περί followed by the object of the preposition declined in the genitive (i.e., περί τίνος). For example: * 1 Thes. 1:2 «Εὐχαριστοῦμε...
Interesting detail. > > “But *thanks be to G-d* who puts the same earnest care for you into the heart of Titus.” > ‭‭II Corinthians‬ ‭8:16‬ ‭NKJV‬‬ > > > Titus doesn’t get the credit G-d does. > > “And whatever you do in word or deed, do all in the name of the Lord Jesus, **giving thanks to G-d** the Father ...
37,889
> > [Rom 16:3-4 KJV] 3 Greet Priscilla and Aquila my helpers in Christ Jesus: 4 Who have for my life laid down their own necks: **unto whom** not only I give thanks, but also all the churches of the Gentiles. > > > I have recently been struck with the absence in the scriptures of gratitude TO people. It appears to...
2018/12/27
[ "https://hermeneutics.stackexchange.com/questions/37889", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/20832/" ]
I think the reason for the exception in the case of Priscilla and Aquila is that they went above and beyond that which was required of them: > > [Luk 17:7-10 NKJV] (7) "And which of you, having a servant plowing or tending sheep, will say to him when he has come in from the field, 'Come at once and sit down to eat'? ...
Interesting detail. > > “But *thanks be to G-d* who puts the same earnest care for you into the heart of Titus.” > ‭‭II Corinthians‬ ‭8:16‬ ‭NKJV‬‬ > > > Titus doesn’t get the credit G-d does. > > “And whatever you do in word or deed, do all in the name of the Lord Jesus, **giving thanks to G-d** the Father ...
37,889
> > [Rom 16:3-4 KJV] 3 Greet Priscilla and Aquila my helpers in Christ Jesus: 4 Who have for my life laid down their own necks: **unto whom** not only I give thanks, but also all the churches of the Gentiles. > > > I have recently been struck with the absence in the scriptures of gratitude TO people. It appears to...
2018/12/27
[ "https://hermeneutics.stackexchange.com/questions/37889", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/20832/" ]
The person to whom thanks is given is indicated by the dative (no preceding preposition is necessary). The person(s) for whom thanks is given is most often indicated by the preposition περί followed by the object of the preposition declined in the genitive (i.e., περί τίνος). For example: * 1 Thes. 1:2 «Εὐχαριστοῦμε...
The Greek says, > > οἵτινες ὑπὲρ τῆς ψυχῆς μου τὸν ἑαυτῶν τράχηλον ὑπέθηκαν, **οἷς** οὐκ ἐγὼ μόνος εὐχαριστῶ ἀλλὰ καὶ πᾶσαι αἱ ἐκκλησίαι τῶν ἐθνῶν, > > > Holmes, M. W. (2011–2013). The Greek New Testament: SBL Edition (Ro 16:4). Lexham Press; Society of Biblical Literature. οἷς means "who" or "which", but it's ...
37,889
> > [Rom 16:3-4 KJV] 3 Greet Priscilla and Aquila my helpers in Christ Jesus: 4 Who have for my life laid down their own necks: **unto whom** not only I give thanks, but also all the churches of the Gentiles. > > > I have recently been struck with the absence in the scriptures of gratitude TO people. It appears to...
2018/12/27
[ "https://hermeneutics.stackexchange.com/questions/37889", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/20832/" ]
The person to whom thanks is given is indicated by the dative (no preceding preposition is necessary). The person(s) for whom thanks is given is most often indicated by the preposition περί followed by the object of the preposition declined in the genitive (i.e., περί τίνος). For example: * 1 Thes. 1:2 «Εὐχαριστοῦμε...
I think the reason for the exception in the case of Priscilla and Aquila is that they went above and beyond that which was required of them: > > [Luk 17:7-10 NKJV] (7) "And which of you, having a servant plowing or tending sheep, will say to him when he has come in from the field, 'Come at once and sit down to eat'? ...
63,421
Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a shell which I use to type in compile or make commands, and the top is often some sort of documentation or README file that I ...
2008/09/15
[ "https://Stackoverflow.com/questions/63421", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7545/" ]
A starting point (which may be non-obvious) for exploring the VC features of Emacs is **M-x vc-next-action**. It does the "next logical version control operation" on the current file, depending on the state of the file and the VC backend. So if the file is not under version control, it registers it, if the file has b...
In the Unix or X windows style, I don't know that there is an integrated IDE that works for everything. For interacting with debuggers, just one component of an IDE, consider [realgud](https://github.com/realgud). The other thing it has that I find useful are parsers for location messages, so that if you have a call ...
63,421
Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a shell which I use to type in compile or make commands, and the top is often some sort of documentation or README file that I ...
2008/09/15
[ "https://Stackoverflow.com/questions/63421", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7545/" ]
I have to recommend [Emacs Code Browser](http://ecb.sourceforge.net/ "Emacs Code Browser Homepage") as a more "traditional" IDE style environment for emacs. **EDIT**: I also now recommend [Magit](http://www.emacswiki.org/emacs/Magit) highly over the standard VCS interface in emacs.
I agree that you should learn about M-x compile (bind that and M-x next-error to a short key sequence). Learn about the bindings for version control (e.g. vc-diff, vc-next-action, etc.) Look into registers. You not only can remember locations in buffers but whole window configurations (C-x r w -- window-configuration...
63,421
Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a shell which I use to type in compile or make commands, and the top is often some sort of documentation or README file that I ...
2008/09/15
[ "https://Stackoverflow.com/questions/63421", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7545/" ]
I have to recommend [Emacs Code Browser](http://ecb.sourceforge.net/ "Emacs Code Browser Homepage") as a more "traditional" IDE style environment for emacs. **EDIT**: I also now recommend [Magit](http://www.emacswiki.org/emacs/Magit) highly over the standard VCS interface in emacs.
compile, next-error, and previous-error are all pretty important commands for C++ development in Emacs (works great on grep output too). Etags, visit-tags-table, and find-tag are important as well. completion.el is one of the great unsung hacks of the 20th century, and can speed up your C++ hacking by an order of magni...
63,421
Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a shell which I use to type in compile or make commands, and the top is often some sort of documentation or README file that I ...
2008/09/15
[ "https://Stackoverflow.com/questions/63421", "https://Stackoverflow.com", "https://Stackoverflow.com/users/7545/" ]
I have to recommend [Emacs Code Browser](http://ecb.sourceforge.net/ "Emacs Code Browser Homepage") as a more "traditional" IDE style environment for emacs. **EDIT**: I also now recommend [Magit](http://www.emacswiki.org/emacs/Magit) highly over the standard VCS interface in emacs.
For version control, there are several things that you can use, depending on what version control system you use. But some of the functionality is common to all of them. **vc.el** is the built-in way to handle version control at a file level. It has backends for most version control systems. For instance, the Subversi...
85,097
From what I understood, if I want to do some approach procedure, **I need to get to the waypoints marked at the STAR chart, and then I go to the IAF marked at the IAP chart through the feeder route.** After reaches to IAF, I can make the approach as published. Is the relationship between STAR, IAP, and feeder route co...
2021/03/24
[ "https://aviation.stackexchange.com/questions/85097", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/55585/" ]
Definitions ----------- From the FAA's Pilot/Controller Glossary, an [instrument approach procedure](https://123atc.com/term/instrument-approach-procedure) (IAP) is: > > A series of predetermined maneuvers for the orderly transfer of an aircraft under instrument flight conditions from the beginning of the initial ap...
To answer your question in a couple of sentences, you do not have to follow or fly a STAR or feeder route in order to fly an IAP. There is no relationship between STARs and feeder routes other than they have similar functions. The shortest route to an IAP is to vector to the intermediate leg/segment of the approach. T...
49,580
I have read about the [Iran-Saudi Arabia proxy conflict](https://en.wikipedia.org/wiki/Iran%E2%80%93Saudi_Arabia_proxy_conflict) and I would like to know who has more regional influence in the Middle East in terms of political and cultural influence, Iran or Saudi Arabia?
2020/01/20
[ "https://politics.stackexchange.com/questions/49580", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/29927/" ]
Saudis have the power of the purse, but Iran commands more respect ------------------------------------------------------------------ Theoretically speaking, Saudi Arabia should have much more influence. They have much better economy and living standard, they are custodians of Muslim [holy sites](https://en.wikipedia....
In the Middle East, there is a saying, Saudi buys its allies, but Iran allies are brothers in arms. Saudi, being an absolute monarchy, their at most goals is to stay as such. by allying with the west and doing their bidding in the area. you do not have a dogmatic reason to ally with Saudi, Iran, on the other hand, ha...
66,314
The term "drink offering" seems to have first appeared in Numbers 28: > > **Numbers 28:8**: "The other lamb you shall offer at twilight; as the grain offering of the morning and as its drink offering, you shall offer it, an offering by fire, a soothing aroma to the LORD." > > > In the Letter to the Philippians, P...
2021/08/08
[ "https://hermeneutics.stackexchange.com/questions/66314", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/42506/" ]
In Greek the concept of glory has to do with light or attention by visibility. In Acts 22:11 ἀπὸ τῆς δόξης τοῦ φωτὸς ἐκείνου (NA28) means Paul was blinded "from the brightness of that light." Brightness translates the Greek word for glory. The Hebrew word for glory כָּבֵד means *heavy*, the idea of being taken serious...
NASB John 13: > > 31Therefore when he had left, Jesus \*said, “Now is the Son of Man **glorified**, and God is **glorified** in Him; 32 if God is **glorified** in Him, God will also **glorify** Him in Himself, and will **glorify** Him immediately. > > > The word *glorify* is repeated 5 times here. The repetitions...
66,314
The term "drink offering" seems to have first appeared in Numbers 28: > > **Numbers 28:8**: "The other lamb you shall offer at twilight; as the grain offering of the morning and as its drink offering, you shall offer it, an offering by fire, a soothing aroma to the LORD." > > > In the Letter to the Philippians, P...
2021/08/08
[ "https://hermeneutics.stackexchange.com/questions/66314", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/42506/" ]
In Greek the concept of glory has to do with light or attention by visibility. In Acts 22:11 ἀπὸ τῆς δόξης τοῦ φωτὸς ἐκείνου (NA28) means Paul was blinded "from the brightness of that light." Brightness translates the Greek word for glory. The Hebrew word for glory כָּבֵד means *heavy*, the idea of being taken serious...
I put the verse before it so it gives it more context of the verse you're speaking about. > >   31Therefore when he had gone out, Jesus said, “Now is the Son of Man glorified, and God is glorified in Him; > > > 32if God is glorified in Him, God will also glorify Him in Himself, and will glorify Him immediately. > ...
66,314
The term "drink offering" seems to have first appeared in Numbers 28: > > **Numbers 28:8**: "The other lamb you shall offer at twilight; as the grain offering of the morning and as its drink offering, you shall offer it, an offering by fire, a soothing aroma to the LORD." > > > In the Letter to the Philippians, P...
2021/08/08
[ "https://hermeneutics.stackexchange.com/questions/66314", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/42506/" ]
I put the verse before it so it gives it more context of the verse you're speaking about. > >   31Therefore when he had gone out, Jesus said, “Now is the Son of Man glorified, and God is glorified in Him; > > > 32if God is glorified in Him, God will also glorify Him in Himself, and will glorify Him immediately. > ...
NASB John 13: > > 31Therefore when he had left, Jesus \*said, “Now is the Son of Man **glorified**, and God is **glorified** in Him; 32 if God is **glorified** in Him, God will also **glorify** Him in Himself, and will **glorify** Him immediately. > > > The word *glorify* is repeated 5 times here. The repetitions...
213,515
Welcome, I will tell how i'm doing this now (backup). I have my local computer, and server. I log into server, and mount my local computer (folder) via sshfs. Create .rar backup archive direct to sshfs remote folder. After copy, close my ssh sessions. And use my streamer to backup files stored by server. I'm won...
2010/11/21
[ "https://superuser.com/questions/213515", "https://superuser.com", "https://superuser.com/users/51833/" ]
It should not, excluding the 'offline tests' smart operations. Even with those I'd be surprised if you saw anything more significant than a small performance difference. Most SMART operations only involve the drive firmware and not the platters where your data is stored.
When you say "running SMART tests" some clarification needs to be made. **From this [wiki](http://en.wikipedia.org/wiki/S.M.A.R.T.):** > > The purpose of S.M.A.R.T. is to warn a user or a system administrator of impending drive failure while there is still time to take action, such as copying the data to a replaceme...
336,132
Whenever I try to walk to Kellogg he gets hostile without me even talking to him. is it Nick or something else? I tried telling Nick to wait outside and I even dismissed him. Please help.
2018/07/17
[ "https://gaming.stackexchange.com/questions/336132", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/215563/" ]
It's happening because if Kellogg doesn't die, you can't finish the game. \* > > (1) equipped power armor, > > > (2) companion is hostile, > > > (3) weapons is not holstered, > > > (4) bug or glitch happening while you walk to him. > > > (5) There's probably a script that keeps checking if he isn't hostile,...
Whenever I did the quest I just walke in with my power armor and gun holstered. I had Preston graves as my companion. When I talked to him though, eventually he has to become hostile because of what you’re saying. Try to pick a different companion or holster your gun.
1,448,465
Recently I've run across something odd. An exact copy of a folder full of files has a different Size on Disk than the original. I could understand how this could happen between drives with different structures, except that these files are on the same exact drives. I have run multiple tests to ensure that every file i...
2019/06/13
[ "https://superuser.com/questions/1448465", "https://superuser.com", "https://superuser.com/users/1025486/" ]
So, this took a lot of digging but I did eventually figure this out. I learned a lot about our servers through this issue. Background of the folders ------------------------- To begin, we have two folders in question. These folders are 100% identical in terms of their data, down to the binary. These folders live on o...
Windows automatically compresses files that do not get used frequently. If It has been compressed by Windows, You can check it : > > Right click on folder > Properties > Advanced attributes > > > Check if compress contents to save disk space is enabled.
1,448,465
Recently I've run across something odd. An exact copy of a folder full of files has a different Size on Disk than the original. I could understand how this could happen between drives with different structures, except that these files are on the same exact drives. I have run multiple tests to ensure that every file i...
2019/06/13
[ "https://superuser.com/questions/1448465", "https://superuser.com", "https://superuser.com/users/1025486/" ]
So, this took a lot of digging but I did eventually figure this out. I learned a lot about our servers through this issue. Background of the folders ------------------------- To begin, we have two folders in question. These folders are 100% identical in terms of their data, down to the binary. These folders live on o...
Compare **Size** vs **Size on Disk**: The contents of the files in your picture above are the same size, but the space taken to store them differs. Files are stored in chunks ('clusters'), and those chunks vary according to the formatting system used to prepare the drive, and the cluster size chosen (if you do not le...
1,448,465
Recently I've run across something odd. An exact copy of a folder full of files has a different Size on Disk than the original. I could understand how this could happen between drives with different structures, except that these files are on the same exact drives. I have run multiple tests to ensure that every file i...
2019/06/13
[ "https://superuser.com/questions/1448465", "https://superuser.com", "https://superuser.com/users/1025486/" ]
So, this took a lot of digging but I did eventually figure this out. I learned a lot about our servers through this issue. Background of the folders ------------------------- To begin, we have two folders in question. These folders are 100% identical in terms of their data, down to the binary. These folders live on o...
The extra 1MB of space is likely due to added metadata in the [inode](https://en.wikipedia.org/wiki/Inode) or index node... > > The inode (index node) is a data structure in a Unix-style file system > that describes a file-system object such as a file or a directory. > Each inode stores the attributes and disk bloc...
43,171
I want to encrypt my apps and personal data, such as passwords to email etc. If I have factory reset my phone (GS2sprint) and it is fully charged (over 90%) and plugged in. So I went to *Settings→Apps→Security*, and from there to *Encrypt* or *Encrypt SDCard* -- but it won't let me encrypt: The buttons are grayed out....
2013/04/06
[ "https://android.stackexchange.com/questions/43171", "https://android.stackexchange.com", "https://android.stackexchange.com/users/31775/" ]
I know I am late to this discussion, but, for others out there that may have not gotten an answer to this yet, device encryption on some devices may only work with a strong password. A (medium security) PIN may not be enough.
You already have to have a strong password selected and installed and then the encryption button will be available for you to press.
43,171
I want to encrypt my apps and personal data, such as passwords to email etc. If I have factory reset my phone (GS2sprint) and it is fully charged (over 90%) and plugged in. So I went to *Settings→Apps→Security*, and from there to *Encrypt* or *Encrypt SDCard* -- but it won't let me encrypt: The buttons are grayed out....
2013/04/06
[ "https://android.stackexchange.com/questions/43171", "https://android.stackexchange.com", "https://android.stackexchange.com/users/31775/" ]
I know I am late to this discussion, but, for others out there that may have not gotten an answer to this yet, device encryption on some devices may only work with a strong password. A (medium security) PIN may not be enough.
The Android phone must be fully charged (100%) and charging in order to encrypt your phone. The button will change dark when your phone is fully charged and charging. There is now a notification text about the thing in the Android 6.x. It also says that the encryption may take one hour and more.
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
In general, yes both are correct. There is no implicit minimum amount of time or instances implied by using a perfect progressive verb form (‘has/have/had been Xing’). However, context can have interesting implications here. Depending on the context, a perfect progressive verb form implies either of: * A single cont...
By saying "Someone has been smoking here", you are stressing the duration of the action. You noticed a cloud of smoke, and, apparently, it wasn't just one puff. You can say "Some has smoked here" when the duration doesn't matter to you. "Smoking is strictly prohibited here, you shouldn't have done that!" You can use ...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
The second example is a little different. "Your cat has been peeing in my garden" does suggest that you think the cat has been doing it as a habit. This is different from "someone has been smoking here," which I would just take to mean that someone has been in there with a lit cigarette. I am not sure, but I think the...
Another major difference between the sentences is the use of the pronoun "someone" in the first case vs the very definite (and somewhat *accusatory*) "your cat" in the second. You could also change the first to someone's name and get much the same effect. > > **Your kid** has been smoking here. > > > or > > **J...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
Yes. There's nothing about the activity of smoking that implies only one cigarette, or about the number at all. Just that there has been *some*. Likewise, if you see crumbs, you could say "someone has been eating here" — there's no comment on the *amount* that was eaten.
The second example is a little different. "Your cat has been peeing in my garden" does suggest that you think the cat has been doing it as a habit. This is different from "someone has been smoking here," which I would just take to mean that someone has been in there with a lit cigarette. I am not sure, but I think the...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
Yes. There's nothing about the activity of smoking that implies only one cigarette, or about the number at all. Just that there has been *some*. Likewise, if you see crumbs, you could say "someone has been eating here" — there's no comment on the *amount* that was eaten.
By saying "Someone has been smoking here", you are stressing the duration of the action. You noticed a cloud of smoke, and, apparently, it wasn't just one puff. You can say "Some has smoked here" when the duration doesn't matter to you. "Smoking is strictly prohibited here, you shouldn't have done that!" You can use ...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
Yes, this is correct. "Smoking" is an action that does not have a minimum number of cigarettes. Even if it was only part of one it would still be "smoking."
The second example is a little different. "Your cat has been peeing in my garden" does suggest that you think the cat has been doing it as a habit. This is different from "someone has been smoking here," which I would just take to mean that someone has been in there with a lit cigarette. I am not sure, but I think the...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
Yes, this is correct. "Smoking" is an action that does not have a minimum number of cigarettes. Even if it was only part of one it would still be "smoking."
Another major difference between the sentences is the use of the pronoun "someone" in the first case vs the very definite (and somewhat *accusatory*) "your cat" in the second. You could also change the first to someone's name and get much the same effect. > > **Your kid** has been smoking here. > > > or > > **J...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
In general, yes both are correct. There is no implicit minimum amount of time or instances implied by using a perfect progressive verb form (‘has/have/had been Xing’). However, context can have interesting implications here. Depending on the context, a perfect progressive verb form implies either of: * A single cont...
Yes. There's nothing about the activity of smoking that implies only one cigarette, or about the number at all. Just that there has been *some*. Likewise, if you see crumbs, you could say "someone has been eating here" — there's no comment on the *amount* that was eaten.
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
Yes. There's nothing about the activity of smoking that implies only one cigarette, or about the number at all. Just that there has been *some*. Likewise, if you see crumbs, you could say "someone has been eating here" — there's no comment on the *amount* that was eaten.
Another major difference between the sentences is the use of the pronoun "someone" in the first case vs the very definite (and somewhat *accusatory*) "your cat" in the second. You could also change the first to someone's name and get much the same effect. > > **Your kid** has been smoking here. > > > or > > **J...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
By saying "Someone has been smoking here", you are stressing the duration of the action. You noticed a cloud of smoke, and, apparently, it wasn't just one puff. You can say "Some has smoked here" when the duration doesn't matter to you. "Smoking is strictly prohibited here, you shouldn't have done that!" You can use ...
Another major difference between the sentences is the use of the pronoun "someone" in the first case vs the very definite (and somewhat *accusatory*) "your cat" in the second. You could also change the first to someone's name and get much the same effect. > > **Your kid** has been smoking here. > > > or > > **J...
272,222
At work, I have an office with private kitchen. (the kitchen is a room for itself and the only entrance is from the office) Questions: What is such a kitchen called? Would you say "an office with private kitchen"? Or maybe "an office with personal kitchen"?
2021/01/15
[ "https://ell.stackexchange.com/questions/272222", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/128243/" ]
Yes, this is correct. "Smoking" is an action that does not have a minimum number of cigarettes. Even if it was only part of one it would still be "smoking."
By saying "Someone has been smoking here", you are stressing the duration of the action. You noticed a cloud of smoke, and, apparently, it wasn't just one puff. You can say "Some has smoked here" when the duration doesn't matter to you. "Smoking is strictly prohibited here, you shouldn't have done that!" You can use ...
216,601
I want to know what is the relation between (100v, 10A) and 100W in darlington transistor or actually any power device like mosfet or bjt transistor does that means I can use this transistor to drive say 60 volts motor rated 10A ? would that means that I am consuming 600 w in the motor circuit how would the transisto...
2016/02/11
[ "https://electronics.stackexchange.com/questions/216601", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/90194/" ]
> > What does it means 100v, 10A ,100W darlington transistor? > > > * The maximum voltage that the transistor can withstand between collector and emitter is 100V. Sometimes this spec is between base and collector. * The maximum current that the transistor can withstand that flows between collector and emitter is 1...
If you read this in the datasheet that means the transistor absolute maximum rating. Take example for this [N Channel](http://coecsl.ece.illinois.edu/ge423/spring05/group9/IRF520.pdf), if you drive the motor with 10A then you risk to damage the transistor. For the 100W is the maximum power dissipation of the transistor...
216,601
I want to know what is the relation between (100v, 10A) and 100W in darlington transistor or actually any power device like mosfet or bjt transistor does that means I can use this transistor to drive say 60 volts motor rated 10A ? would that means that I am consuming 600 w in the motor circuit how would the transisto...
2016/02/11
[ "https://electronics.stackexchange.com/questions/216601", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/90194/" ]
If you read this in the datasheet that means the transistor absolute maximum rating. Take example for this [N Channel](http://coecsl.ece.illinois.edu/ge423/spring05/group9/IRF520.pdf), if you drive the motor with 10A then you risk to damage the transistor. For the 100W is the maximum power dissipation of the transistor...
For Muhammad, or anyone else learning EE, Might I suggest ["The Art Of Electronics 3rd edition"](http://rads.stackoverflow.com/amzn/click/0521809266) Prices vary, but it is THE best reference when learning electronics theory. Also, your question is vague. A Darlington is a BJT, just internally configured with two BJ...
216,601
I want to know what is the relation between (100v, 10A) and 100W in darlington transistor or actually any power device like mosfet or bjt transistor does that means I can use this transistor to drive say 60 volts motor rated 10A ? would that means that I am consuming 600 w in the motor circuit how would the transisto...
2016/02/11
[ "https://electronics.stackexchange.com/questions/216601", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/90194/" ]
> > What does it means 100v, 10A ,100W darlington transistor? > > > * The maximum voltage that the transistor can withstand between collector and emitter is 100V. Sometimes this spec is between base and collector. * The maximum current that the transistor can withstand that flows between collector and emitter is 1...
For Muhammad, or anyone else learning EE, Might I suggest ["The Art Of Electronics 3rd edition"](http://rads.stackoverflow.com/amzn/click/0521809266) Prices vary, but it is THE best reference when learning electronics theory. Also, your question is vague. A Darlington is a BJT, just internally configured with two BJ...
321,439
I'm playing Assassin's Creed Origins on PS4 and every time I aim with the bow my character starts moving forward. I don't push the analog forward and to counter act this I need to run backwards against the forward movement. Am I doing something wrong or is it a setting that I'm missing?
2017/11/14
[ "https://gaming.stackexchange.com/questions/321439", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/49036/" ]
The problem is the controller's left stick is slightly worn, and due to the sensitivity while aiming the slight forward position of the controller's left stick results in you moving forward. I verified this by switching controllers. Try cleaning your controller, or you may need to replace it.
It's on the defaults aim (free aim) so that's why it's not making your Character. It's happend to me it's nothing to to with controllers it's the settings i have 2 of them and both brand new so its not worn out
27,067
If Jack was a Lord, or a King, or a Knight, he would be called Lord Jack, King Jack or Sir Jack, respectively. So let's say Jack is a Warlord, would you call him "Warlord Jack"? or just Lord? or just Jack?
2014/06/27
[ "https://ell.stackexchange.com/questions/27067", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/8391/" ]
He's a ***warlord***. That's the kind of person who's used to getting his way. If you know what's good for you, you'll call him whatever he wants! That said, "[warlord](http://en.wikipedia.org/wiki/Warlord)" is not a standard title of nobility in any system I know of. The word suggests that he's a military commander w...
"Warlord" is a position or role, not an honorific. "Warlord Bob" is like calling someone "Bowling Instructor Fred" or "Nail Manicurist Maxine". It's not necessarily *incorrect*, but it isn't how a native speaker would formulate the sentence. To speak ABOUT Bob the Warlord, one would phrase it thusly: "Bob the Warlord....
14,636
Does anyone know if Pacific Southwest Airlines (PSA) ever flew certain routes under VFR? I've read [this question](https://aviation.stackexchange.com/q/1743/62) and I understand that Part 121 does allow for VFR flight, but my question is specific to PSA. I've heard they routinely flew low altitude VFR flights on short...
2015/05/09
[ "https://aviation.stackexchange.com/questions/14636", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/8438/" ]
Well, there is nothing to indicate in 14 CFR 121 or 135 that an aircraft cannot operate under VFR for a revenue flight. For very short hops at low altitudes in good weather, a VFR flight can make a lot of sense since it is simpler to conduct, adds less congestion to ATC and may allow the flight to reach its destinatio...
It's important to understand the difference between visual procedures, visual flight rules, and visual meterological conditions. Airliners always operate under instrument rules because it guarantees them ATC services, and because it's a requirement for proceeding into instrument meterological conditions (IMC). Also, h...
14,636
Does anyone know if Pacific Southwest Airlines (PSA) ever flew certain routes under VFR? I've read [this question](https://aviation.stackexchange.com/q/1743/62) and I understand that Part 121 does allow for VFR flight, but my question is specific to PSA. I've heard they routinely flew low altitude VFR flights on short...
2015/05/09
[ "https://aviation.stackexchange.com/questions/14636", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/8438/" ]
I was a controller at L.A. Center around that time, and it was extremely common for airlines on the short-haul routes to go VFR-on-top, which is VFR but on an IFR flight plan. There would have been a lot of downsides to flying VFR but every advantage to them to fly VFR on top: with on-top they didn't need clearance int...
It's important to understand the difference between visual procedures, visual flight rules, and visual meterological conditions. Airliners always operate under instrument rules because it guarantees them ATC services, and because it's a requirement for proceeding into instrument meterological conditions (IMC). Also, h...
14,636
Does anyone know if Pacific Southwest Airlines (PSA) ever flew certain routes under VFR? I've read [this question](https://aviation.stackexchange.com/q/1743/62) and I understand that Part 121 does allow for VFR flight, but my question is specific to PSA. I've heard they routinely flew low altitude VFR flights on short...
2015/05/09
[ "https://aviation.stackexchange.com/questions/14636", "https://aviation.stackexchange.com", "https://aviation.stackexchange.com/users/8438/" ]
I was a controller at L.A. Center around that time, and it was extremely common for airlines on the short-haul routes to go VFR-on-top, which is VFR but on an IFR flight plan. There would have been a lot of downsides to flying VFR but every advantage to them to fly VFR on top: with on-top they didn't need clearance int...
Well, there is nothing to indicate in 14 CFR 121 or 135 that an aircraft cannot operate under VFR for a revenue flight. For very short hops at low altitudes in good weather, a VFR flight can make a lot of sense since it is simpler to conduct, adds less congestion to ATC and may allow the flight to reach its destinatio...
75,538
I have a step in which 5 actions run in parallel. It's a Collect data from... task. If at any time I need to go into the workflow to make changes to this step (add action somewhere in the middle, move up or down) SPD wont oblige. It adds actions to the bottom. Can't move them at all (up/down). I tried switching back t...
2013/08/22
[ "https://sharepoint.stackexchange.com/questions/75538", "https://sharepoint.stackexchange.com", "https://sharepoint.stackexchange.com/users/15225/" ]
You cant move action, only delete and recreate it in enother place.
First select Run All actions in parallel, Add parameter / whatever you want to do.. and then switch back again to Run All actions in SEQUENCE.
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
Well, both Naruto and Hashirama Senju are reincarnations of Asura. Apart from that, Hashirama could not be Naruto's direct descendant as marrying to Mito Uzumaki does not mean Mito Uzumaki is directly related to Kushina. There might be a slight chance, but the possibilities are endless, assuming the Uzumaki clan is a b...
Is Naruto related to Hashirama? Technically everyone is related, how closely related they are depends on how interbred the Uzumaki and Senju Clans were. Is Hashirama Naruto's grandfather (I think any farther back the timeline goes out of whack)? No, Kushina would have to be his daughter and the flashbacks make this ve...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
Well, both Naruto and Hashirama Senju are reincarnations of Asura. Apart from that, Hashirama could not be Naruto's direct descendant as marrying to Mito Uzumaki does not mean Mito Uzumaki is directly related to Kushina. There might be a slight chance, but the possibilities are endless, assuming the Uzumaki clan is a b...
Well, the Sage of Six Paths had two sons, one was Uchiha and the other was Senju. However, the Senju son was also an ancestor to the Uzumaki clan, so if you think hard and research deep, you'll find out that the two clans are related. So the Uzumaki and Senju clans are closely related. So, yes, Naruto is related to Has...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
I don't know anything when it comes to user20385's answer since absolutely nothing is known on Minato ' s ancestry as to where his blonde hair came from, but in relation to the actual question, yes Naruto is technically - if distantly - related to Hashirama. No, he's not Naruto ' s great great grandfather (Which would ...
Naruto is the reincarnation of Hashirama, and Hashirama is the reincarnation of Asura Ōtsutsuki, the creator of the Senju and Uzumaki clans. Basically, Naruto is the reincarnation of Asura Ōtsutsuki who created the Uzumaki clan and the Senju clan, making Hashirama and Naruto Uzumaki from the same clan. Also, its trait...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
I don't know anything when it comes to user20385's answer since absolutely nothing is known on Minato ' s ancestry as to where his blonde hair came from, but in relation to the actual question, yes Naruto is technically - if distantly - related to Hashirama. No, he's not Naruto ' s great great grandfather (Which would ...
Perhaps, since they belong to same clan, Naruto could have some resemblance with Mito Uzumaki because of blood line. Considering a scientific fact that DNA structure does contain some memory from its predecessors. You can generally call someone who is old, grand mother or grand father, but it does not mean that they ar...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
Perhaps, since they belong to same clan, Naruto could have some resemblance with Mito Uzumaki because of blood line. Considering a scientific fact that DNA structure does contain some memory from its predecessors. You can generally call someone who is old, grand mother or grand father, but it does not mean that they ar...
Naruto is the reincarnation of Hashirama, and Hashirama is the reincarnation of Asura Ōtsutsuki, the creator of the Senju and Uzumaki clans. Basically, Naruto is the reincarnation of Asura Ōtsutsuki who created the Uzumaki clan and the Senju clan, making Hashirama and Naruto Uzumaki from the same clan. Also, its trait...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
Well, both Naruto and Hashirama Senju are reincarnations of Asura. Apart from that, Hashirama could not be Naruto's direct descendant as marrying to Mito Uzumaki does not mean Mito Uzumaki is directly related to Kushina. There might be a slight chance, but the possibilities are endless, assuming the Uzumaki clan is a b...
Perhaps, since they belong to same clan, Naruto could have some resemblance with Mito Uzumaki because of blood line. Considering a scientific fact that DNA structure does contain some memory from its predecessors. You can generally call someone who is old, grand mother or grand father, but it does not mean that they ar...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
Perhaps, since they belong to same clan, Naruto could have some resemblance with Mito Uzumaki because of blood line. Considering a scientific fact that DNA structure does contain some memory from its predecessors. You can generally call someone who is old, grand mother or grand father, but it does not mean that they ar...
Is Naruto related to Hashirama? Technically everyone is related, how closely related they are depends on how interbred the Uzumaki and Senju Clans were. Is Hashirama Naruto's grandfather (I think any farther back the timeline goes out of whack)? No, Kushina would have to be his daughter and the flashbacks make this ve...
15,498
Hashirama Senju, the 1st Hokage, married Mito Uzumaki right? So does that make him Naruto's great, great, great grandfather?
2014/12/05
[ "https://anime.stackexchange.com/questions/15498", "https://anime.stackexchange.com", "https://anime.stackexchange.com/users/9380/" ]
Naruto is the reincarnation of Hashirama, and Hashirama is the reincarnation of Asura Ōtsutsuki, the creator of the Senju and Uzumaki clans. Basically, Naruto is the reincarnation of Asura Ōtsutsuki who created the Uzumaki clan and the Senju clan, making Hashirama and Naruto Uzumaki from the same clan. Also, its trait...
Well, the Sage of Six Paths had two sons, one was Uchiha and the other was Senju. However, the Senju son was also an ancestor to the Uzumaki clan, so if you think hard and research deep, you'll find out that the two clans are related. So the Uzumaki and Senju clans are closely related. So, yes, Naruto is related to Has...
107,722
In a similar vein as [this question](https://rpg.stackexchange.com/questions/87401/is-your-own-soulless-clone-a-valid-target-for-mind-swapping), can an elemental bound item, such as would be created by the **Bind Elemental** Feat or other related concept, such as a **Nimblewright** (a construct possessed by an elementa...
2017/10/01
[ "https://rpg.stackexchange.com/questions/107722", "https://rpg.stackexchange.com", "https://rpg.stackexchange.com/users/30200/" ]
The *Monster Manual* description of the golem says > > The animating force for a golem is a spirit from the Elemental Plane of Earth. The process of creating the golem binds the unwilling spirit to the artificial body and subjects it to the will of the golem’s creator. (134) > > > Similarly, the *Monster Manual I...
**Mind Seed, no. Mind Switch, sort of** Mind Switch targets "a nearby living creature". True Mind Switch inherits that without modification. Mind Seed must target "One touched Medium or smaller humanoid". Elementals qualify as living but not humanoid, and nothing about being bound into an object changes that. Now, as ...