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
853
When a post is flagged for moderator attention, does the flag expire, or is it visible to the moderators whenever they check the list of the flagged posts? I know that comment flags age away after 4 days, but is that valid also for "moderator attention" flags?
2011/03/22
[ "https://english.meta.stackexchange.com/questions/853", "https://english.meta.stackexchange.com", "https://english.meta.stackexchange.com/users/252/" ]
According to the [blog post](http://blog.stackoverflow.com/2009/04/raising-a-red-flag/), they expire after two days. Of course, that was two years ago, and a lot has changed since then, so this may now be significantly different. In any case, moderator flags should not be ignored for so long that they expire—they shou...
Moderator flags do not expire. In fact, even if they are dismissed, they will reappear if someone else flags the same post.
245,181
The GFI in our bathroom was tripping somewhat frequently when my wife used the blow dryer. Other than the vanity light there were not other things operating on this circuit. If the GFI did not trip, the plug to the hair dryer would be quite hot to the touch. To my limited knowledge, a danger sign. After a ridiculous q...
2022/02/22
[ "https://diy.stackexchange.com/questions/245181", "https://diy.stackexchange.com", "https://diy.stackexchange.com/users/35156/" ]
My understanding is that you can have multiple 15 amp outlets on a 20 Amp circuit but not just one. GFCI's trip on a fault, not an overload so the existing GFCI was probably going bad. Hair dryers can easily use 15 amps and that would heat up the plug a bit. If the GFCI outlet was old and had been used a lot, the plug ...
> > However, I noticed that the circuit had a 20a breaker, but the GFI was 15a. So first step, I replaced it with a new 20a GFI. > > How bad is it to have a 15a GFI on a 20a circuit? > > > It's not bad at all and is totally legal. There was never a problem here; you reacted to this over nothing. > > Do you th...
24,034,659
HI I am building a php page, where I can upload some csv files from Credit card terminal, to show the owner of the shop, today sales, and make some statistics. I am using MYISAM in my database. This is just one line, from the csv file, to show what info I got to work with. Transaction Date: 22-05-2014 00:00:12; Stor...
2014/06/04
[ "https://Stackoverflow.com/questions/24034659", "https://Stackoverflow.com", "https://Stackoverflow.com/users/3291960/" ]
First thing. Do you do this like that: Until lines Read line - save data to DB; Read next line If so... first do this "one time". Gather all lines, split it to affordable chunks of Update statements and run them massively. This will save you much time. Duplicates - If I'd hit big performance issues - i would be ...
I found a solution, to the speed issue, i'm indexing all the columns, where I got "WHERE" clause on, and I did not change any sql commands in my php script, it took down, the execution time, down from 15 minutes to 10 sec. ![run indexing on column](https://i.stack.imgur.com/h78nM.png)
10,384
I often come across answers flagged for LQ in the corresponding review queue which don't really fit into the categories of a LQ post - not spam, not better as a comment, not better as a question, etc. Using a broader definition, the post *is* of low quality; perhaps it's not very clear, or the physics is incorrect, but...
2018/01/25
[ "https://physics.meta.stackexchange.com/questions/10384", "https://physics.meta.stackexchange.com", "https://physics.meta.stackexchange.com/users/11053/" ]
This issue has been discussed repeatedly on mother meta. Some examples: * [Add downvote option to Low Quality Review Queue list of potential actions](https://meta.stackexchange.com/q/228738/346882), * [Why is voting removed from new review system?](https://meta.stackexchange.com/q/140405/346882), * [(Up)Voting on Low-...
There's a few things going on here that I can see, and I previously ranted about that subject [here](https://physics.meta.stackexchange.com/questions/9027), about a year and a half ago. At the time I proposed trying out a change in the mods' response to VLQ flags, which I think is still in place, but we didn't really h...
376,064
Can a new USB C dock like this for example: [USB C dock with Power Delivery](https://rads.stackoverflow.com/amzn/click/com/B07DC25FHC) be connected and work with an old Macbook (or other USB A gen 2.0 or 3.0 computer) using an adapter like in the picture for example? [![enter image description here](https://i.stack.im...
2019/11/25
[ "https://apple.stackexchange.com/questions/376064", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/177232/" ]
The new dock will not damage your old USB A port. USB is backwards compatible, so connecting an USB 3 dock to a USB 2 (or older) system is not going to damage anything. The old USB A plug does not support what is known as "Alternate Mode" in USB Type-C. Therefore you'll not be able to get the HDMI port on the dock wor...
Please do not use the adapters pictured for anything, they violate the USB specification and run the risk of shorting out your power supply. This could be quite dangerous and expensive. Since your computer has a USB-A port then find a dock with an attached USB-A cable. If you need HDMI output from your dock then there...
14,150,845
I got 4 jobs: 1, 2, 3, 4. 2's condition: s(1); 3's condition: s(2); 4's condition: s(1) & s(2) & s(3) all these jobs are **daily jobs** the first day is ok. the second day, the 4th job triggered **mutilple times**: I think when 1 success, and the status of 2 and 3 are still 'success'(the last days status), so the ...
2013/01/04
[ "https://Stackoverflow.com/questions/14150845", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1583460/" ]
This is already answered on stackoverflow.com The solution depends on the version of Autosys you are using. If it is R11, the newest version, you can set look back dependencies on job\_a to only run if job\_c has ran to S within X hours. Full answer here: [Autosys dependency on mainframe job](https://stackoverflow.com...
One solution is to include all the 4 jobs in a Box job, and whenever the Box jobs starts all the job will become active and will run only in the completion of all the dependencies.
14,150,845
I got 4 jobs: 1, 2, 3, 4. 2's condition: s(1); 3's condition: s(2); 4's condition: s(1) & s(2) & s(3) all these jobs are **daily jobs** the first day is ok. the second day, the 4th job triggered **mutilple times**: I think when 1 success, and the status of 2 and 3 are still 'success'(the last days status), so the ...
2013/01/04
[ "https://Stackoverflow.com/questions/14150845", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1583460/" ]
This is already answered on stackoverflow.com The solution depends on the version of Autosys you are using. If it is R11, the newest version, you can set look back dependencies on job\_a to only run if job\_c has ran to S within X hours. Full answer here: [Autosys dependency on mainframe job](https://stackoverflow.com...
Put all 4 jobs in a box. Then, you can change the run condition of job4 to just the success of job3.
14,150,845
I got 4 jobs: 1, 2, 3, 4. 2's condition: s(1); 3's condition: s(2); 4's condition: s(1) & s(2) & s(3) all these jobs are **daily jobs** the first day is ok. the second day, the 4th job triggered **mutilple times**: I think when 1 success, and the status of 2 and 3 are still 'success'(the last days status), so the ...
2013/01/04
[ "https://Stackoverflow.com/questions/14150845", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1583460/" ]
Yes if you are running latest version of Autosys you can set the success condition depending on time. In your case you can set as: 4's condition: s(1, 23.00) & s(2, 23.00) & s(3, 23.00) This condition checks if the jobs 1,2,3 were successful within last 23 hours. Format is: S(*jobname*, *hh*.*mm*)
One solution is to include all the 4 jobs in a Box job, and whenever the Box jobs starts all the job will become active and will run only in the completion of all the dependencies.
14,150,845
I got 4 jobs: 1, 2, 3, 4. 2's condition: s(1); 3's condition: s(2); 4's condition: s(1) & s(2) & s(3) all these jobs are **daily jobs** the first day is ok. the second day, the 4th job triggered **mutilple times**: I think when 1 success, and the status of 2 and 3 are still 'success'(the last days status), so the ...
2013/01/04
[ "https://Stackoverflow.com/questions/14150845", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1583460/" ]
Yes if you are running latest version of Autosys you can set the success condition depending on time. In your case you can set as: 4's condition: s(1, 23.00) & s(2, 23.00) & s(3, 23.00) This condition checks if the jobs 1,2,3 were successful within last 23 hours. Format is: S(*jobname*, *hh*.*mm*)
Put all 4 jobs in a box. Then, you can change the run condition of job4 to just the success of job3.
1,276,174
I have the need from an asp.net web site to send out many SMS messages at once, and also poll a POP3 account for an incoming mail, and then SMS that out to many recipients, one at a time. The way I am thinking of doing this is a windows service that would connect to my sql back-end to see if there are SMS messages to ...
2009/08/14
[ "https://Stackoverflow.com/questions/1276174", "https://Stackoverflow.com", "https://Stackoverflow.com/users/43754/" ]
We have implemented similar scenarios using SQL Server service broker's Queueing mechanism. The idea is that every inserted SMS record is caught by a trigger which inserts a message containing the SmsID into the service broker Queue. You then need a stored procedure which receives messages from the Queue. If there ar...
Instead of using an Sql Server for the queuing you could use MSMQ (Microsoft Message Queuing) for this. MSMQ is quite easy to set up and once it is up and running it is more scalable than Sql Server. So what you could do was to setup a new queue in MSMQ that would receive the messages you wanted to send. The message...
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
I have heard great things about [Spiceworks](http://www.spiceworks.com/). Its big features are: * creating an inventory of PCs and their installed software - Windows, Mac, Linux * creating an inventory of routers, printers, and anything IP based. * help desk ticketing * network monitoring * nice reporting
Check with your PC manufacturer. Most of the business ones have their own free inventory software that you can use. Even if you just have one of these computers, grab the software to see if it meets your needs, and it might discover other PC brands too. (Hint, hint.) * Dell has [OpenManage](http://www1.us.dell.com/con...
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
I have heard great things about [Spiceworks](http://www.spiceworks.com/). Its big features are: * creating an inventory of PCs and their installed software - Windows, Mac, Linux * creating an inventory of routers, printers, and anything IP based. * help desk ticketing * network monitoring * nice reporting
Assuming you are on an Active Directory domain you can very quickly develop a Windows PowerShell script to do it all remotely via WMI queries. If I could post a link, I would link you to a copy of the script I wrote. Apart from writing a script there is the Microsoft Server Center stuff
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
[CPU-z](http://www.cpuid.com/cpuz.php) has a command line function that will write thing about the computer to a html file. That will give you memory and CPU type/speed. I believe the software [Everest](http://www.lavalys.com/news.php?article=57&selcat=PN&lang=en) can do the same for most of the other things you're loo...
Assuming you are on an Active Directory domain you can very quickly develop a Windows PowerShell script to do it all remotely via WMI queries. If I could post a link, I would link you to a copy of the script I wrote. Apart from writing a script there is the Microsoft Server Center stuff
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
There are lots of solutions (just [google "computer inventory"](http://www.google.com/search?q=computer%20inventory)), but the one I know of is [OCS Inventory NG](http://www.ocsinventory-ng.org/), although depending on your needs you may want to look for something a bit more friendly, as this open source project is som...
Assuming you are on an Active Directory domain you can very quickly develop a Windows PowerShell script to do it all remotely via WMI queries. If I could post a link, I would link you to a copy of the script I wrote. Apart from writing a script there is the Microsoft Server Center stuff
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
Check with your PC manufacturer. Most of the business ones have their own free inventory software that you can use. Even if you just have one of these computers, grab the software to see if it meets your needs, and it might discover other PC brands too. (Hint, hint.) * Dell has [OpenManage](http://www1.us.dell.com/con...
Our tool is Admin Arsenal. It does require your environment to be managed via Active Directory. www.AdminArsenal.com
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
I have heard great things about [Spiceworks](http://www.spiceworks.com/). Its big features are: * creating an inventory of PCs and their installed software - Windows, Mac, Linux * creating an inventory of routers, printers, and anything IP based. * help desk ticketing * network monitoring * nice reporting
Our tool is Admin Arsenal. It does require your environment to be managed via Active Directory. www.AdminArsenal.com
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
There are lots of solutions (just [google "computer inventory"](http://www.google.com/search?q=computer%20inventory)), but the one I know of is [OCS Inventory NG](http://www.ocsinventory-ng.org/), although depending on your needs you may want to look for something a bit more friendly, as this open source project is som...
Check with your PC manufacturer. Most of the business ones have their own free inventory software that you can use. Even if you just have one of these computers, grab the software to see if it meets your needs, and it might discover other PC brands too. (Hint, hint.) * Dell has [OpenManage](http://www1.us.dell.com/con...
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
I have heard great things about [Spiceworks](http://www.spiceworks.com/). Its big features are: * creating an inventory of PCs and their installed software - Windows, Mac, Linux * creating an inventory of routers, printers, and anything IP based. * help desk ticketing * network monitoring * nice reporting
[CPU-z](http://www.cpuid.com/cpuz.php) has a command line function that will write thing about the computer to a html file. That will give you memory and CPU type/speed. I believe the software [Everest](http://www.lavalys.com/news.php?article=57&selcat=PN&lang=en) can do the same for most of the other things you're loo...
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
There are lots of solutions (just [google "computer inventory"](http://www.google.com/search?q=computer%20inventory)), but the one I know of is [OCS Inventory NG](http://www.ocsinventory-ng.org/), although depending on your needs you may want to look for something a bit more friendly, as this open source project is som...
[CPU-z](http://www.cpuid.com/cpuz.php) has a command line function that will write thing about the computer to a html file. That will give you memory and CPU type/speed. I believe the software [Everest](http://www.lavalys.com/news.php?article=57&selcat=PN&lang=en) can do the same for most of the other things you're loo...
1,760
For someone looking after a small 50 Windows PC network (Mainly XP - some Vista), are there any tools that can do an automatic inventory of the network e.g. * OS * Memory size * Hard drive type and size * Serial numbers * Monitor type etc. At the moment, someone has to go from PC to PC writing all this stuff down.
2009/04/30
[ "https://serverfault.com/questions/1760", "https://serverfault.com", "https://serverfault.com/users/1072/" ]
Assuming you are on an Active Directory domain you can very quickly develop a Windows PowerShell script to do it all remotely via WMI queries. If I could post a link, I would link you to a copy of the script I wrote. Apart from writing a script there is the Microsoft Server Center stuff
Our tool is Admin Arsenal. It does require your environment to be managed via Active Directory. www.AdminArsenal.com
58,632
I was wondering how many official "*Republics*" there are in the *Star Wars* universe? One, two, three? I know about the **Old Republic** and the **New Republic** but I was wondering if there are any more. Can the answerer please use the Star Wars movies or *Thrawn trilogy* (I am reading the first book now) as refere...
2014/06/04
[ "https://scifi.stackexchange.com/questions/58632", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/24140/" ]
If you only use movies or Thrawn Trilogy, there were only two: * Old [Galactic Republic](http://starwars.wikia.com/wiki/Old_Republic) (~25,000 years BBY - 19BBY) * [The New Republic](http://starwars.wikia.com/wiki/New_Republic) (post-Palpatine) (4ABY-27 ABY, though one may quibble that post-28ABY Alliance should be co...
Generally speaking, DVK's separation into the New and Old Republic are correct. However, one could also argue that there were *three* Republics. Ruusan Reformations carried out after the New Sith Wars (Darth Bane era) ushered in a new "phase" to what we call the Old Republic. In fact, Palpatine refers to it in Attack o...
58,632
I was wondering how many official "*Republics*" there are in the *Star Wars* universe? One, two, three? I know about the **Old Republic** and the **New Republic** but I was wondering if there are any more. Can the answerer please use the Star Wars movies or *Thrawn trilogy* (I am reading the first book now) as refere...
2014/06/04
[ "https://scifi.stackexchange.com/questions/58632", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/24140/" ]
If you only use movies or Thrawn Trilogy, there were only two: * Old [Galactic Republic](http://starwars.wikia.com/wiki/Old_Republic) (~25,000 years BBY - 19BBY) * [The New Republic](http://starwars.wikia.com/wiki/New_Republic) (post-Palpatine) (4ABY-27 ABY, though one may quibble that post-28ABY Alliance should be co...
For comprehension, I rather see it as Wikipedia does. "The Old Republic" ~25000 BBY, that formed into the "Galactic Republic" in 1032 BBY, [19BBY-4ABY was the Empires rise] and then the "New Republic" as it was reorganised in 4BBY and then destroyed again in 34BBY in The Force Awakens. So, two. But people often speak o...
58,632
I was wondering how many official "*Republics*" there are in the *Star Wars* universe? One, two, three? I know about the **Old Republic** and the **New Republic** but I was wondering if there are any more. Can the answerer please use the Star Wars movies or *Thrawn trilogy* (I am reading the first book now) as refere...
2014/06/04
[ "https://scifi.stackexchange.com/questions/58632", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/24140/" ]
Generally speaking, DVK's separation into the New and Old Republic are correct. However, one could also argue that there were *three* Republics. Ruusan Reformations carried out after the New Sith Wars (Darth Bane era) ushered in a new "phase" to what we call the Old Republic. In fact, Palpatine refers to it in Attack o...
For comprehension, I rather see it as Wikipedia does. "The Old Republic" ~25000 BBY, that formed into the "Galactic Republic" in 1032 BBY, [19BBY-4ABY was the Empires rise] and then the "New Republic" as it was reorganised in 4BBY and then destroyed again in 34BBY in The Force Awakens. So, two. But people often speak o...
94,095
I just ordered a cheap Comodo PositiveSSL Certificate via a UK reseller, and I was rather surprised to find that the following files were emailed to me automatically, in a zip file: * Root CA Certificate - AddTrustExternalCARoot.crt * Intermediate CA Certificate - COMODORSAAddTrustCA.crt * Intermediate CA Certificate ...
2015/07/16
[ "https://security.stackexchange.com/questions/94095", "https://security.stackexchange.com", "https://security.stackexchange.com/users/81142/" ]
You are right assuming the certificate is useless without the private key, so sending it in the mail is no big security risk and is common practice actually. The certificate is supposed to be public, connecting to your website would also provide me with your certificate, so no need to hack your email there. **edit** ...
Yes, what you are getting in the zip file is exactly what every visitor to your site would get every time they start a TLS session - the public keys with certifying information. The private key is the only thing that should be kept hidden from unauthorized access.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
Let me suggest a totally different approach: Why not work **with** the cool conditions instead of against? * You could let the dough proof for a long time, e.g. overnight in the fridge. This allows for a lot less yeast and hence a less *yeasty* taste, which is usually desired. Also, more complex flavors develop duri...
A commonly quoted temperature to never exceed with warm ingredients or proofing environments is 43°C. If using an oven, cover your dough container, check oven with a thermometer beforehand, and be aware of radiated heat effects from the elements themselves.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
Rise from chilled @ 32C and keep rising until around 80-85% of desired height has been achieved. Return back to the chiller, it will continue to rise for a short time, keep in the chiller until dough is firm again and stable enough to take the weight of toppings.
I've done this a few times, kinda - we have a baking stone, and I'll preheat that, make sure it's cool enough to touch, and set the dough on the warmed stone. It works pretty well to give a warm environment, the warmth lasts because the closed oven contains heat, and there's little to no risk of overheating the yeast...
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
Let me suggest a totally different approach: Why not work **with** the cool conditions instead of against? * You could let the dough proof for a long time, e.g. overnight in the fridge. This allows for a lot less yeast and hence a less *yeasty* taste, which is usually desired. Also, more complex flavors develop duri...
Rise from chilled @ 32C and keep rising until around 80-85% of desired height has been achieved. Return back to the chiller, it will continue to rise for a short time, keep in the chiller until dough is firm again and stable enough to take the weight of toppings.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
Let me suggest a totally different approach: Why not work **with** the cool conditions instead of against? * You could let the dough proof for a long time, e.g. overnight in the fridge. This allows for a lot less yeast and hence a less *yeasty* taste, which is usually desired. Also, more complex flavors develop duri...
I've done this a few times, kinda - we have a baking stone, and I'll preheat that, make sure it's cool enough to touch, and set the dough on the warmed stone. It works pretty well to give a warm environment, the warmth lasts because the closed oven contains heat, and there's little to no risk of overheating the yeast...
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
50C (122F) would be a very high proofing temperature. The thermal death point of yeast is 55C, and you'll definitely hit a point of diminishing returns if you get too hot (most likely, you will have really rapid proofing on the outside of the loaf and an underproofed "core"). I would recommend setting your oven to th...
I've done this a few times, kinda - we have a baking stone, and I'll preheat that, make sure it's cool enough to touch, and set the dough on the warmed stone. It works pretty well to give a warm environment, the warmth lasts because the closed oven contains heat, and there's little to no risk of overheating the yeast...
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
In the winter, I usually get fine results proofing in a bowl with a second bowl inverted on top of it, and then putting the whole thing in the oven, turned off, and just the light on. The light bulb usually produces enough heat to keep the inside of my oven at about 90˚F (32˚C?), and that gives me a good rise.
I use the pull-out warming tray on my oven set on its lowest temperature. I've never actually checked the temperature, but its rather cool. I can easily touch the bottom of the drawer without any discomfort.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
Let me suggest a totally different approach: Why not work **with** the cool conditions instead of against? * You could let the dough proof for a long time, e.g. overnight in the fridge. This allows for a lot less yeast and hence a less *yeasty* taste, which is usually desired. Also, more complex flavors develop duri...
I use the pull-out warming tray on my oven set on its lowest temperature. I've never actually checked the temperature, but its rather cool. I can easily touch the bottom of the drawer without any discomfort.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
Rise from chilled @ 32C and keep rising until around 80-85% of desired height has been achieved. Return back to the chiller, it will continue to rise for a short time, keep in the chiller until dough is firm again and stable enough to take the weight of toppings.
I use the pull-out warming tray on my oven set on its lowest temperature. I've never actually checked the temperature, but its rather cool. I can easily touch the bottom of the drawer without any discomfort.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
50C (122F) would be a very high proofing temperature. The thermal death point of yeast is 55C, and you'll definitely hit a point of diminishing returns if you get too hot (most likely, you will have really rapid proofing on the outside of the loaf and an underproofed "core"). I would recommend setting your oven to th...
Rise from chilled @ 32C and keep rising until around 80-85% of desired height has been achieved. Return back to the chiller, it will continue to rise for a short time, keep in the chiller until dough is firm again and stable enough to take the weight of toppings.
53,698
During wintertime it is often cold enough in my apartment that proofing takes much longer than in summer. I'd like to use my oven to create a warmer environment, in which the dough would rise faster. I can go 30-50 degrees celsius, the question is what temperature is safe and at what temperature will I actually start b...
2015/01/16
[ "https://cooking.stackexchange.com/questions/53698", "https://cooking.stackexchange.com", "https://cooking.stackexchange.com/users/2217/" ]
A commonly quoted temperature to never exceed with warm ingredients or proofing environments is 43°C. If using an oven, cover your dough container, check oven with a thermometer beforehand, and be aware of radiated heat effects from the elements themselves.
I use the pull-out warming tray on my oven set on its lowest temperature. I've never actually checked the temperature, but its rather cool. I can easily touch the bottom of the drawer without any discomfort.
83
I only use my table saw and circular saw, both with ripping blades, a few times a year. How can I tell when it's time to replace them? I imagine I'm not going to lose them to wear, but then again, maybe I've hit an occasional nail. I don't know whether storage and rust cause degradation or if any rust is superficial a...
2015/03/17
[ "https://woodworking.stackexchange.com/questions/83", "https://woodworking.stackexchange.com", "https://woodworking.stackexchange.com/users/94/" ]
Your blade will start to show signs of dullness. These include: * Binding * Excessive force required to advance cut * Excessive tearing/chipout * Burning the wood It helps if you can remember the "feel" of cutting with a sharp blade to help recognize these signs. One of them alone may be a result of improper techniqu...
Sometimes when people believe their saw is dull, what it really needs is a cleaning. The resins from the wood build up in the teeth over time and gum up the cutting edge. Soaking the blade in simple green or another cleaner of choice and then scrubbing the teeth with an old toothbrush can prolong cutting life.
16,780,149
I am looking for a way to convert [Markdown](http://en.wikipedia.org/wiki/Markdown) to HTML and back, more out of interest than real need. I am aware of the loss of information on such a conversion. I hope for an [html2text.pl](http://search.cpan.org/perldoc?html2text.pl) like conversion. If there is no such utility i...
2013/05/27
[ "https://Stackoverflow.com/questions/16780149", "https://Stackoverflow.com", "https://Stackoverflow.com/users/367180/" ]
[HTML::WikiConverter::Markdown](http://search.cpan.org/perldoc?HTML%3a%3aWikiConverter%3a%3aMarkdown) seems up to the task.
There you go: [Pandoc](http://johnmacfarlane.net/pandoc/README.html) can convert almost anything to anything. Sorry, no perl though.
829
I am exploring the world of self-made pasta at the moment. My first experiments, doing everything entirely by hand, show that if you want to do this on a frequent basis and not just as a one-time thing, you need *tools*. I can see a number of pasta making tools on the market: Sieves, rolling mechanisms of various c...
2010/10/04
[ "https://cooking.meta.stackexchange.com/questions/829", "https://cooking.meta.stackexchange.com", "https://cooking.meta.stackexchange.com/users/2693/" ]
I think that would be fine, as long as you make it CW (since there won't be a "correct" answer). Generic equipment discussion is definitely on topic. What might get off topic is discussion of a particular make / model of a piece of equipment. So discussion of Blenders is ok, but Blend-tec 1000 v3 would be off topic. Ke...
Even though you want to stay in the generic field, make sure to indicate *what you are expecting from the piece of equipment*; what is essential, and what is not essential. It will provide you with a better compendium that is specific to your answer while laying out what makes the different pieces valuable. Even afte...
829
I am exploring the world of self-made pasta at the moment. My first experiments, doing everything entirely by hand, show that if you want to do this on a frequent basis and not just as a one-time thing, you need *tools*. I can see a number of pasta making tools on the market: Sieves, rolling mechanisms of various c...
2010/10/04
[ "https://cooking.meta.stackexchange.com/questions/829", "https://cooking.meta.stackexchange.com", "https://cooking.meta.stackexchange.com/users/2693/" ]
Since your question is intended to gather a *list* of relevant answers, and you don't expect one answer to be the most applicable, it should be a [community wiki](https://meta.stackexchange.com/questions/11740/what-are-community-wiki-posts). Whether a subjective question is appropriate for the site is somewhat, well.....
Even though you want to stay in the generic field, make sure to indicate *what you are expecting from the piece of equipment*; what is essential, and what is not essential. It will provide you with a better compendium that is specific to your answer while laying out what makes the different pieces valuable. Even afte...
207,468
I am stuck with placing Label on the Grid lines. Below is the data grid on the map. I created the grid using data driven pages. After I turned on the Label, the labelling appeared inside the grid. I want it to be placed on the line itself with a little buffer around it. I have explored the placement properties of the g...
2016/08/18
[ "https://gis.stackexchange.com/questions/207468", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/64017/" ]
The ["Polygonize"](https://docs.qgis.org/3.16/en/docs/user_manual/processing_algs/qgis/vectorgeometry.html#polygonize) tool from the Processing toolbox still works fine for me on simple lines: [![enter image description here](https://i.stack.imgur.com/nQzi9.png)](https://i.stack.imgur.com/nQzi9.png) It is however nec...
If there are no holes, I would create a scratch layer with a single polygon big enough to cover your whole area. Then I would intersect it with your lines-to-polygons result and split it further as necessary.
207,468
I am stuck with placing Label on the Grid lines. Below is the data grid on the map. I created the grid using data driven pages. After I turned on the Label, the labelling appeared inside the grid. I want it to be placed on the line itself with a little buffer around it. I have explored the placement properties of the g...
2016/08/18
[ "https://gis.stackexchange.com/questions/207468", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/64017/" ]
The ["Polygonize"](https://docs.qgis.org/3.16/en/docs/user_manual/processing_algs/qgis/vectorgeometry.html#polygonize) tool from the Processing toolbox still works fine for me on simple lines: [![enter image description here](https://i.stack.imgur.com/nQzi9.png)](https://i.stack.imgur.com/nQzi9.png) It is however nec...
Looking at your image I would assume that each line does not fully encompass an area, the lines are just acting as fences and not reconnecting back at the beginning. Your polygons are being created from the ends of the lines so the 'lines to polygons' tool is working fine, its the data thats the issue. I'm afraid the ...
9,221,970
I want to use embedded HSQLDB file-based tables in my production system, but I heard that it had some issues with data corruption before. So my question is - are new versions of it (2.2.8) vulnerable to data corruption issues, for example when the machine lost power or java process was killed? And are there some config...
2012/02/10
[ "https://Stackoverflow.com/questions/9221970", "https://Stackoverflow.com", "https://Stackoverflow.com/users/486057/" ]
HSQLDB is designed to recover the database after a machine or java process crash. Over the years, persistence has been improved. Currently there is no known issue. With the default settings, in case of a crash, you may lose only the changes made to the database in the last half second. And you can reduce this to zero...
Yes, hsqldb **may** corrupt data even without suddenly dying process. Be prepared to build an automatic backup/recovery system and sometimes tools to fix corrupted data. My experiences of HSQL upsies: * Non unique values in a column set as unique. (hsql 1.8). * Corrupted all non-ascii characters in all varchar column...
8,615
OK i have created a content type. But what will be the url that will show the list of all posts in specific content type? Basically I want to make a link or a menu item that will show all posts in specific content type but off course paginated.
2011/08/05
[ "https://drupal.stackexchange.com/questions/8615", "https://drupal.stackexchange.com", "https://drupal.stackexchange.com/users/1403/" ]
You will have to use the [Views](http://drupal.org/project/views) module to create list filtering for a specific content type. The Views module provides a flexible method for Drupal site designers to control how lists and tables of content (nodes in Views 1, almost anything in Views 2) are presented. Traditionally, Dr...
If you are referring to a URL that every user with permission to view published nodes would see, then a Drupal fresh installation doesn't have such a URL. There is a URL that only users with the permission to administer nodes can see, and that shows the list of all the nodes, which can then be filtered by content type ...
53,092,651
I have a backend system developed with C# .NET 4.0. I wish to embed the light weight web server Kestrel on it. Has anyone done so? or can point me to a direction how to do such? Cheers!
2018/10/31
[ "https://Stackoverflow.com/questions/53092651", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1034912/" ]
[**KestrelHttpServer** : "A cross platform web server for ASP.NET ***Core***."](https://github.com/aspnet/KestrelHttpServer). (emphasis added by me). So that's no, and no.
I did it, but of course only by opening Kestrel which serves a .net core application as a background process. The .Net Framework app communicates with the .net core app via inter-process communication over a websocket on localhost.
25,258
Is it possible to reconstruct a grid of polygones or polylines from the centroids? I am looking for a arcGIS tool or script that will allow me to reconstruct a grid of polygons or polylines from their centroids. ![From centroids](https://i.stack.imgur.com/NTVLC.png) ![to polygons](https://i.stack.imgur.com/bLcSP.png...
2012/05/11
[ "https://gis.stackexchange.com/questions/25258", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/5114/" ]
apparently there is a tool that allows you to do that in mapinfo <http://www.kxcad.net/mapinfo/mapinfo_professional/mapinfow-37-10.html>
calculating the shortest distance , there is a logic behind it. When we ask the bing or google service to give a shortest distance betwen point A to point B , it gives us the route which is drivable , if there a one way from B to A which is short , it wont give that route. So how you have to proceed it 1. Calculate...
8,169
I remember reading a book in the 70s, so it could be YA. It is set on modern-day Earth, and the story is about a boy. His mother is sick (maybe cancer?) and he is socially awkward, so he doesn't have much self-esteem. He stumbles upon an old building (maybe a barn?) and somehow meets a person/creature who tells him tha...
2011/12/24
[ "https://scifi.stackexchange.com/questions/8169", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/3929/" ]
* If you mean, the luckiest, TVTropes has this to say: > > Whenever a poker game is shown in Star Trek: The Next Generation, you can bet that Riker will always turn out with a possible straight that he's bluffing about. Whether or not the bluff is called, though, depends on which would be more dramatically convenient...
Data seems the most able to fill that role given that he is shown to clean house with the players in "Time's Arrow". He mentions at some point during the series that he initially memorized virtually every book on the subject but found that the actual game was different than the mere "book" knowledge. Given that he can ...
8,169
I remember reading a book in the 70s, so it could be YA. It is set on modern-day Earth, and the story is about a boy. His mother is sick (maybe cancer?) and he is socially awkward, so he doesn't have much self-esteem. He stumbles upon an old building (maybe a barn?) and somehow meets a person/creature who tells him tha...
2011/12/24
[ "https://scifi.stackexchange.com/questions/8169", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/3929/" ]
Riker, Geordi, Troi, and Data all have bonuses going for them: * Riker is great at bluffing, and has rather good luck * Geordi could see through the back of the cards * Troi is an empath, and can generally tell when someone is bluffing * Data has memorized an immense number of games and can easily calculate probabilit...
Data seems the most able to fill that role given that he is shown to clean house with the players in "Time's Arrow". He mentions at some point during the series that he initially memorized virtually every book on the subject but found that the actual game was different than the mere "book" knowledge. Given that he can ...
8,169
I remember reading a book in the 70s, so it could be YA. It is set on modern-day Earth, and the story is about a boy. His mother is sick (maybe cancer?) and he is socially awkward, so he doesn't have much self-esteem. He stumbles upon an old building (maybe a barn?) and somehow meets a person/creature who tells him tha...
2011/12/24
[ "https://scifi.stackexchange.com/questions/8169", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/3929/" ]
Data seems the most able to fill that role given that he is shown to clean house with the players in "Time's Arrow". He mentions at some point during the series that he initially memorized virtually every book on the subject but found that the actual game was different than the mere "book" knowledge. Given that he can ...
Data would have to be thrown in there-as a machine of his capability, memorizing and watching where the cards are shuffled would guarantee he knows which card is where at all times.
8,169
I remember reading a book in the 70s, so it could be YA. It is set on modern-day Earth, and the story is about a boy. His mother is sick (maybe cancer?) and he is socially awkward, so he doesn't have much self-esteem. He stumbles upon an old building (maybe a barn?) and somehow meets a person/creature who tells him tha...
2011/12/24
[ "https://scifi.stackexchange.com/questions/8169", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/3929/" ]
* If you mean, the luckiest, TVTropes has this to say: > > Whenever a poker game is shown in Star Trek: The Next Generation, you can bet that Riker will always turn out with a possible straight that he's bluffing about. Whether or not the bluff is called, though, depends on which would be more dramatically convenient...
Riker, Geordi, Troi, and Data all have bonuses going for them: * Riker is great at bluffing, and has rather good luck * Geordi could see through the back of the cards * Troi is an empath, and can generally tell when someone is bluffing * Data has memorized an immense number of games and can easily calculate probabilit...
8,169
I remember reading a book in the 70s, so it could be YA. It is set on modern-day Earth, and the story is about a boy. His mother is sick (maybe cancer?) and he is socially awkward, so he doesn't have much self-esteem. He stumbles upon an old building (maybe a barn?) and somehow meets a person/creature who tells him tha...
2011/12/24
[ "https://scifi.stackexchange.com/questions/8169", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/3929/" ]
* If you mean, the luckiest, TVTropes has this to say: > > Whenever a poker game is shown in Star Trek: The Next Generation, you can bet that Riker will always turn out with a possible straight that he's bluffing about. Whether or not the bluff is called, though, depends on which would be more dramatically convenient...
Data would have to be thrown in there-as a machine of his capability, memorizing and watching where the cards are shuffled would guarantee he knows which card is where at all times.
8,169
I remember reading a book in the 70s, so it could be YA. It is set on modern-day Earth, and the story is about a boy. His mother is sick (maybe cancer?) and he is socially awkward, so he doesn't have much self-esteem. He stumbles upon an old building (maybe a barn?) and somehow meets a person/creature who tells him tha...
2011/12/24
[ "https://scifi.stackexchange.com/questions/8169", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/3929/" ]
Riker, Geordi, Troi, and Data all have bonuses going for them: * Riker is great at bluffing, and has rather good luck * Geordi could see through the back of the cards * Troi is an empath, and can generally tell when someone is bluffing * Data has memorized an immense number of games and can easily calculate probabilit...
Data would have to be thrown in there-as a machine of his capability, memorizing and watching where the cards are shuffled would guarantee he knows which card is where at all times.
3,848
I was recently investigating some statistics related to the music industry and came across some interesting information that I was not aware of (though I should have been). I started to post a question on H:SE asking for verification of what I found but further searches turned up some additional sources which verified ...
2018/11/15
[ "https://history.meta.stackexchange.com/questions/3848", "https://history.meta.stackexchange.com", "https://history.meta.stackexchange.com/users/33089/" ]
[Self-answered questions](https://history.stackexchange.com/help/self-answer) are fine on Stack Exchange, subject to the usual caveats about being on-topic for the site .etc. You simply click the checkbox that says "Answer your own question" at the bottom of the Ask Question page: ![Question and checkbox](https://i.s...
Sempaiscuba is right that in general there's nothing wrong with doing this. However, for me at least here on this site, I've had some practical problems with that in the past. If you post the correct answer with the question, the problem is that there's no real point in anyone else posting an answer. From my POV as a...
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
You can't. If you need that functionality you should [file](http://bugreporter.apple.com/) a feature request with Apple, but I suspect it is a hardware limitation that in the screen controller.
As far as Android is concerned, right now I don't believe there's multi-touch support due to Google having removed support for it as per Apple's request.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
I would guess that 5 fingers is the upper limit. I imagine the engineers assumed most people have two hands with five fingers per hand, so the average person holding the phone in one hand only has five fingers to work with. Holding your phone with just your thumbs seems precarious at best, so using it as a trumpet see...
I have no idea if it would work on Android, but there will be an upper limit for the number of simultaneous touches that you can have. Future iPhones/iPods may up that limit, but it's not defined and you shouldn't assume that you can handle more than a few realistically.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
I would guess that 5 fingers is the upper limit. I imagine the engineers assumed most people have two hands with five fingers per hand, so the average person holding the phone in one hand only has five fingers to work with. Holding your phone with just your thumbs seems precarious at best, so using it as a trumpet see...
Just a note: the iPad can recognize 11 touches.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
You can't. If you need that functionality you should [file](http://bugreporter.apple.com/) a feature request with Apple, but I suspect it is a hardware limitation that in the screen controller.
I have no idea if it would work on Android, but there will be an upper limit for the number of simultaneous touches that you can have. Future iPhones/iPods may up that limit, but it's not defined and you shouldn't assume that you can handle more than a few realistically.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
Just a note: the iPad can recognize 11 touches.
As far as Android is concerned, right now I don't believe there's multi-touch support due to Google having removed support for it as per Apple's request.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
I would guess that 5 fingers is the upper limit. I imagine the engineers assumed most people have two hands with five fingers per hand, so the average person holding the phone in one hand only has five fingers to work with. Holding your phone with just your thumbs seems precarious at best, so using it as a trumpet see...
As far as Android is concerned, right now I don't believe there's multi-touch support due to Google having removed support for it as per Apple's request.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
You can't. If you need that functionality you should [file](http://bugreporter.apple.com/) a feature request with Apple, but I suspect it is a hardware limitation that in the screen controller.
I would guess that 5 fingers is the upper limit. I imagine the engineers assumed most people have two hands with five fingers per hand, so the average person holding the phone in one hand only has five fingers to work with. Holding your phone with just your thumbs seems precarious at best, so using it as a trumpet see...
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
I would guess that 5 fingers is the upper limit. I imagine the engineers assumed most people have two hands with five fingers per hand, so the average person holding the phone in one hand only has five fingers to work with. Holding your phone with just your thumbs seems precarious at best, so using it as a trumpet see...
The system is only capable of tracking 5 finger touches at once. You should only ever get 5 touch events at the same time, I think anything over that is ignored. You're probably seeing odd behavior because its not consistently picking the same 5 out of 8 fingers to report touch events on.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
Just a note: the iPad can recognize 11 touches.
The system is only capable of tracking 5 finger touches at once. You should only ever get 5 touch events at the same time, I think anything over that is ignored. You're probably seeing odd behavior because its not consistently picking the same 5 out of 8 fingers to report touch events on.
1,202,484
I would like to develop a multi-touch (up to 8 fingers) application for iPhone/iPod Touch. But during testing on my 1st gen iPod Touch once I put the 6th finger weird things started to happen. I don't get Touch Began for the 6th finger nor Touch Ended/Cancelled for the first 5 fingers. Do you know of any workaround fo...
2009/07/29
[ "https://Stackoverflow.com/questions/1202484", "https://Stackoverflow.com", "https://Stackoverflow.com/users/56875/" ]
Just a note: the iPad can recognize 11 touches.
I have no idea if it would work on Android, but there will be an upper limit for the number of simultaneous touches that you can have. Future iPhones/iPods may up that limit, but it's not defined and you shouldn't assume that you can handle more than a few realistically.
48,700
I'm working on a science fiction story in which electricity had been wiped out from earth. I need, though, to sort out how it happened. What I look for * Humanity can no longer use electricity as we do nowadays. * It might be possible to develop a new way to simulate what we do nowadays with electricity, but it'd tak...
2016/07/27
[ "https://worldbuilding.stackexchange.com/questions/48700", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/9526/" ]
**Rogue AI** Sure, the idea of Steampunk Theme park seemed really cool at first, with the most advanced androids posing as a variety of NPCs and all kinds of wonderous contraptions that had been designed to run on steam. Then the managerial AI got a bit out of control and decided that it sure could increase the prof...
a very powerful solar pulse from solar flare could destroy power lines which would destroy the average person's access to electricity. Stuff like cell phones and computers would be unaffected but without any way to charge them it wouldn't last long. Several nuclear weapons detonated high up in the earths atmosphere co...
48,700
I'm working on a science fiction story in which electricity had been wiped out from earth. I need, though, to sort out how it happened. What I look for * Humanity can no longer use electricity as we do nowadays. * It might be possible to develop a new way to simulate what we do nowadays with electricity, but it'd tak...
2016/07/27
[ "https://worldbuilding.stackexchange.com/questions/48700", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/9526/" ]
As has been pointed out in the comments, there are lots of important reasons why we can't prevent *electricity* from working at all. The key, then, is to imagine ways of preventing humans from *harnessing* electricity. Trying to screw with electromagnetism is problematic - again, messes with ecology/biology, and could ...
a very powerful solar pulse from solar flare could destroy power lines which would destroy the average person's access to electricity. Stuff like cell phones and computers would be unaffected but without any way to charge them it wouldn't last long. Several nuclear weapons detonated high up in the earths atmosphere co...
48,700
I'm working on a science fiction story in which electricity had been wiped out from earth. I need, though, to sort out how it happened. What I look for * Humanity can no longer use electricity as we do nowadays. * It might be possible to develop a new way to simulate what we do nowadays with electricity, but it'd tak...
2016/07/27
[ "https://worldbuilding.stackexchange.com/questions/48700", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/9526/" ]
In the *Council Wars* series, Eric Flint introduces *Mother*, a super-AI [with ubiquitous sensors](http://www.baen.com/chapters/W200311/0743471644___0.htm) and effectors1 capable of absorbing remotely most sources of energy. So, low voltages are okay, but as soon as a voltage reaches a given threshold, *zzzzt* it disa...
a very powerful solar pulse from solar flare could destroy power lines which would destroy the average person's access to electricity. Stuff like cell phones and computers would be unaffected but without any way to charge them it wouldn't last long. Several nuclear weapons detonated high up in the earths atmosphere co...
48,700
I'm working on a science fiction story in which electricity had been wiped out from earth. I need, though, to sort out how it happened. What I look for * Humanity can no longer use electricity as we do nowadays. * It might be possible to develop a new way to simulate what we do nowadays with electricity, but it'd tak...
2016/07/27
[ "https://worldbuilding.stackexchange.com/questions/48700", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/9526/" ]
In the *Council Wars* series, Eric Flint introduces *Mother*, a super-AI [with ubiquitous sensors](http://www.baen.com/chapters/W200311/0743471644___0.htm) and effectors1 capable of absorbing remotely most sources of energy. So, low voltages are okay, but as soon as a voltage reaches a given threshold, *zzzzt* it disa...
**Rogue AI** Sure, the idea of Steampunk Theme park seemed really cool at first, with the most advanced androids posing as a variety of NPCs and all kinds of wonderous contraptions that had been designed to run on steam. Then the managerial AI got a bit out of control and decided that it sure could increase the prof...
48,700
I'm working on a science fiction story in which electricity had been wiped out from earth. I need, though, to sort out how it happened. What I look for * Humanity can no longer use electricity as we do nowadays. * It might be possible to develop a new way to simulate what we do nowadays with electricity, but it'd tak...
2016/07/27
[ "https://worldbuilding.stackexchange.com/questions/48700", "https://worldbuilding.stackexchange.com", "https://worldbuilding.stackexchange.com/users/9526/" ]
In the *Council Wars* series, Eric Flint introduces *Mother*, a super-AI [with ubiquitous sensors](http://www.baen.com/chapters/W200311/0743471644___0.htm) and effectors1 capable of absorbing remotely most sources of energy. So, low voltages are okay, but as soon as a voltage reaches a given threshold, *zzzzt* it disa...
As has been pointed out in the comments, there are lots of important reasons why we can't prevent *electricity* from working at all. The key, then, is to imagine ways of preventing humans from *harnessing* electricity. Trying to screw with electromagnetism is problematic - again, messes with ecology/biology, and could ...
25,560
I have a server with multiple users which each have multiple authorized SSH keys. Is there any effective way (command line utility?) to keep track of which key belongs to who and to quickly remove/add keys (apart from ssh-copy-id)?
2011/02/10
[ "https://askubuntu.com/questions/25560", "https://askubuntu.com", "https://askubuntu.com/users/2331/" ]
I'd checkout the [Monkeysphere](http://web.monkeysphere.info/) project. It uses OpenPGP's web of trust concepts to manage ssh's authorized\_keys and known\_hosts files, without requiring changes to the ssh client or server.
Bastillion - <https://www.bastillion.io> Users manage their own SSH keys based on profiles that have been assigned to them. <https://www.bastillion.io/docs/using/keymanagement/>
54,169
One headline on [the December 21, 2022 episode of *Tucker Carlson Tonight*](https://www.mediamatters.org/fox-news/tucker-carlson-accuses-volodymyr-zelensky-waging-war-against-christianity) claimed that "Zelensky has declared war against Christianity", referring to Ukrainian President [Volodymyr Zelenskyy](https://en.wi...
2022/12/22
[ "https://skeptics.stackexchange.com/questions/54169", "https://skeptics.stackexchange.com", "https://skeptics.stackexchange.com/users/25893/" ]
The best way to tell a lie is to tell a partial truth. It is true that the Ukrainian government has [raided several churches associated with the Russian Orthodox Church](https://www.theguardian.com/world/2022/nov/22/ukraine-security-service-raids-1000-year-old-monastery-in-kyiv). What Carlson failed to mention was tha...
This is an addition to the excellent answer by David Hammen in order to give more historic and local context. During the time of the USSR, Russian Orthodox Church was essentially under a complete control of the state. Specifically, [priests were reporting to KGB and often were KGB officers](https://en.wikipedia.org/wi...
10,888
Is there some way to tell who has created which tags, and when? If a method doesn't exist I would petition SO to add this, as I would very much enjoy seeing tags I created being used by other people. SO must track creator meta-data on tags since a badge is awarded for creating a tag used by 50+ questions (taxidermist...
2009/07/29
[ "https://meta.stackexchange.com/questions/10888", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/132467/" ]
One does not.... Maybe the data dumps... But this is not visible at this time as far as I know...
This is now covered by the **Taxonomist** badge. To see a list of all those with the badge and what tag they created (so long as it is still in use), check out the [Taxonomist](https://webmasters.stackexchange.com/badges/11/taxonomist "putting tags in your skin so you can eat while you freak") badge page. To see what...
10,888
Is there some way to tell who has created which tags, and when? If a method doesn't exist I would petition SO to add this, as I would very much enjoy seeing tags I created being used by other people. SO must track creator meta-data on tags since a badge is awarded for creating a tag used by 50+ questions (taxidermist...
2009/07/29
[ "https://meta.stackexchange.com/questions/10888", "https://meta.stackexchange.com", "https://meta.stackexchange.com/users/132467/" ]
I have a list of which users created which tags, but Jeff has said he doesn't think any good can come from disclosing this information. I may be persuaded to help you if it's regarding a specific tag or user, but I won't help you if the tag has less than 50 occurrences. In the general case nothing from SO will help y...
This is now covered by the **Taxonomist** badge. To see a list of all those with the badge and what tag they created (so long as it is still in use), check out the [Taxonomist](https://webmasters.stackexchange.com/badges/11/taxonomist "putting tags in your skin so you can eat while you freak") badge page. To see what...
63,123
As of today, Turkey appears to have withdrawn from the [Istanbul Convention](https://en.wikipedia.org/wiki/Istanbul_Convention), an effort by the Council of Europe to create a standard legal approach to battling violence against women and domestic abuse. > > On 20 March 2021, Turkey has announced its withdrawal from ...
2021/03/20
[ "https://politics.stackexchange.com/questions/63123", "https://politics.stackexchange.com", "https://politics.stackexchange.com/users/15563/" ]
Erdogan is [quoted](https://web.archive.org/web/20210321183529/https://www.independent.co.uk/news/world/americas/us-politics/biden-calls-turkeys-exit-from-treaty-for-women-unwarranted-turkey-joe-biden-recep-tayyip-erdogan-istanbul-white-house-b1820290.html) as saying > > "the Istanbul Convention, originally intended ...
BBC's comment has part of truth in it: "Turkish conservatives argue its principles of gender equality and non-discrimination on grounds of sexual orientation undermine family values and promote homosexuality." However, the reason of timing is different. This tolerance was highly abused by women, and false rape and do...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
I'd encourage slack to be used for personal improvement. Sure, pull in stories from the backlog, but make sure you spend some time on yourselves: learn a new language, practice your craft with a kata, refactor some stuff, tweak, refine or write new tools to help you out, go and talk to a stakeholder, colleague or clien...
Thought I would expand upon some of the other answers here. Personally I think that adding to an active sprint is a very bad idea. Scrum is all about the team committing to finish a scope of work that is set in stone. The team commits to that work in the planning before the sprint begins. During the sprint, the team...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Bring something from the project backlog into the sprint (after discussions with scrum master and project owner). The size of the item you undertake will depend on how much time you have. If there is nothing small enough create a sub-task of a bigger task to get it started (ie do some of the preliminary work). Altern...
Thought I would expand upon some of the other answers here. Personally I think that adding to an active sprint is a very bad idea. Scrum is all about the team committing to finish a scope of work that is set in stone. The team commits to that work in the planning before the sprint begins. During the sprint, the team...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Sprints do not address products but periods. If a sprint lasts two weeks, it cannot finish earlier. If the products planned for the sprint have been finished in advance (I think your question goes in such direction), nice. But that doesn't mean that the sprint is finished. Get your backlog and follow on. In fact, a ...
Thought I would expand upon some of the other answers here. Personally I think that adding to an active sprint is a very bad idea. Scrum is all about the team committing to finish a scope of work that is set in stone. The team commits to that work in the planning before the sprint begins. During the sprint, the team...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Bring something from the project backlog into the sprint (after discussions with scrum master and project owner). The size of the item you undertake will depend on how much time you have. If there is nothing small enough create a sub-task of a bigger task to get it started (ie do some of the preliminary work). Altern...
I'd encourage slack to be used for personal improvement. Sure, pull in stories from the backlog, but make sure you spend some time on yourselves: learn a new language, practice your craft with a kata, refactor some stuff, tweak, refine or write new tools to help you out, go and talk to a stakeholder, colleague or clien...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Bring something from the project backlog into the sprint (after discussions with scrum master and project owner). The size of the item you undertake will depend on how much time you have. If there is nothing small enough create a sub-task of a bigger task to get it started (ie do some of the preliminary work). Altern...
Working on stretch or future sprint backlog items seems to be the common thing to do, which makes a lot of sense if your sprint backlog items are small enough and clearly defined. However, backlog items that may place the "done" code into a "no longer done" state should be avoided. If the sprint is truly finished, tag...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
What my team does is pull tasks in from the backlog that are reasonably small enough to complete with respect to how early we finished. If we're done with *that*, we give our QA team time to catch up with their testing, and the developers get a "free day" - we can use this to look into other issues not related to the c...
Thought I would expand upon some of the other answers here. Personally I think that adding to an active sprint is a very bad idea. Scrum is all about the team committing to finish a scope of work that is set in stone. The team commits to that work in the planning before the sprint begins. During the sprint, the team...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
I'd encourage slack to be used for personal improvement. Sure, pull in stories from the backlog, but make sure you spend some time on yourselves: learn a new language, practice your craft with a kata, refactor some stuff, tweak, refine or write new tools to help you out, go and talk to a stakeholder, colleague or clien...
Sprints do not address products but periods. If a sprint lasts two weeks, it cannot finish earlier. If the products planned for the sprint have been finished in advance (I think your question goes in such direction), nice. But that doesn't mean that the sprint is finished. Get your backlog and follow on. In fact, a ...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Working on stretch or future sprint backlog items seems to be the common thing to do, which makes a lot of sense if your sprint backlog items are small enough and clearly defined. However, backlog items that may place the "done" code into a "no longer done" state should be avoided. If the sprint is truly finished, tag...
I'd encourage slack to be used for personal improvement. Sure, pull in stories from the backlog, but make sure you spend some time on yourselves: learn a new language, practice your craft with a kata, refactor some stuff, tweak, refine or write new tools to help you out, go and talk to a stakeholder, colleague or clien...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Bring something from the project backlog into the sprint (after discussions with scrum master and project owner). The size of the item you undertake will depend on how much time you have. If there is nothing small enough create a sub-task of a bigger task to get it started (ie do some of the preliminary work). Altern...
For us a Sprint never ends early. We only increased our velocity or solved the problem in a way that makes us get more work done in the sprint. Saying that we always have a backlog of items that are prioritized in order of importance by our product owners. When any team can fit more work into the sprint it is very ea...
179,183
What to do when a sprint is finished early? At the moment our Scrum team works off stories from the backlog, if the sprint is finished early. What happens with stories taken from the backlog? Will the stories be added to the current Sprint ? If yes, what if these stories won't be finished in time. Is the Sprint faile...
2012/12/12
[ "https://softwareengineering.stackexchange.com/questions/179183", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/62059/" ]
Bring something from the project backlog into the sprint (after discussions with scrum master and project owner). The size of the item you undertake will depend on how much time you have. If there is nothing small enough create a sub-task of a bigger task to get it started (ie do some of the preliminary work). Altern...
What my team does is pull tasks in from the backlog that are reasonably small enough to complete with respect to how early we finished. If we're done with *that*, we give our QA team time to catch up with their testing, and the developers get a "free day" - we can use this to look into other issues not related to the c...
6,476,344
I am new android developer. When i run eclipse.exe the the following warning is shown Eclipse :eclipse.exe -Entry Point Not Found The procedure entry point \_JVM\_LoadSystemLibrary@4 could not be located in the dynamic link library jvm.dll what can i do now. please help me any one.
2011/06/25
[ "https://Stackoverflow.com/questions/6476344", "https://Stackoverflow.com", "https://Stackoverflow.com/users/669904/" ]
Please make sure your JRE/JDK is properly installed. Check environment variables of your computer OS too.
Download this file and install it **Systems (KB2999226)** I've installed it on windows 7 for x64-based system and it worked!!! the link is given bellow... <https://www.microsoft.com/en-us/download/details.aspx?id=49093>
130,772
Found something related [Why aren't application downloads routinely done over HTTPS?](https://security.stackexchange.com/questions/18853/why-arent-application-downloads-routinely-done-over-https) --- This is a question about general security from a noob. I couldn't find anything relevant about this topic via my Googl...
2016/07/22
[ "https://security.stackexchange.com/questions/130772", "https://security.stackexchange.com", "https://security.stackexchange.com/users/118273/" ]
On the mobile side, unless you specifically asked your provider for it, IPs are ***normally*** private (NATed) which makes it quite difficult to reach from outside that network. With the wifi connection, again your connection gets NATed by your router, making the device unreachable directly too. Finally note that an ...
An IP alone is not enough for hacking your phone. And while it doesn't slow an attacker down, the same time it does absolutely nothing to help attacking you. IP addresses are no secrets, quite the opposite. It's just necessary for any (internet) connection to work. And even if this particular software wouldn't show t...
113,895
So here is my problem, I'm an intern at a fairly large offices. My supervisor and manager are out of the office for at least another 2 weeks and I've finished the work they have set me. Usually I wouldn't be hugely busy but now I am literally sitting at my desk more or less twiddling my thumbs, or trying new programmin...
2018/06/12
[ "https://workplace.stackexchange.com/questions/113895", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/87998/" ]
You're overthinking this. Didn't your supervisor assign somebody from the team to temporarily manage your tasks? If yes, ask that person. If no, you could ask a senior member of your team: > > Hey, my supervisor assigned tasks to me and I'm already done with them, while my supervisor is still away for at least 2 week...
Finishing your work earlier than expected (*while still performing well*) is seen as something nice. Your supervisor will be happy with this! What I would do, is **send a quick email to your supervisor** (and possibly your manager too, depending on who keeps an eye on whatever you do.) telling him you finished early, ...
113,895
So here is my problem, I'm an intern at a fairly large offices. My supervisor and manager are out of the office for at least another 2 weeks and I've finished the work they have set me. Usually I wouldn't be hugely busy but now I am literally sitting at my desk more or less twiddling my thumbs, or trying new programmin...
2018/06/12
[ "https://workplace.stackexchange.com/questions/113895", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/87998/" ]
Asking for work is never seen as desperate. Quite the opposite, it is seen as proactive. You first go to your colleagues, and if they have nothing for you, then you just walk to the nearest manager. Most have plenty of work that would be useful but not useful enough to justify spending manpower on, so if you offer to...
Finishing your work earlier than expected (*while still performing well*) is seen as something nice. Your supervisor will be happy with this! What I would do, is **send a quick email to your supervisor** (and possibly your manager too, depending on who keeps an eye on whatever you do.) telling him you finished early, ...
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
One of the most common plugins used to do this is [Contact Form 7](http://wordpress.org/extend/plugins/contact-form-7/). There are also [numerous other free plugins](http://wordpress.org/extend/plugins/search.php?q=contact+form&sort=) to add this functionality, as well as paid plugins such as [Gravity Forms](http://www...
Secure Form Mailer Plugin For Wordpress ======================================= For years and years I have been using the form plugin from dagon design: <http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/> for free! (so let me do my happy user giveback thing:) This plugin has a wide range of...
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
One of the most common plugins used to do this is [Contact Form 7](http://wordpress.org/extend/plugins/contact-form-7/). There are also [numerous other free plugins](http://wordpress.org/extend/plugins/search.php?q=contact+form&sort=) to add this functionality, as well as paid plugins such as [Gravity Forms](http://www...
Add me to the Gravity Forms supporters list. Of course it does a lot more than just contact forms. You should definitely check out the feature list and decide if it is worth your $39 dollars. It was a no-brainer for me and I bought the unlimited site developer license. The time that it saves me makes it worth it.
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
See the different- for only a form in one page it is easy and fast (no filter-hook or other) to write a template for a page in WP, for more flexibilty and functions us a plugin. A ready solution or a starter there you can find here: <https://github.com/bueltge/WP-Contact-Form-Template>
Plus one for gravity forms as I have found it to be much easier for my clients to use. Is easier to provide theme support for (ie Easier to customize via CSS) and has fewer conflicts with other plugins
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
Add me to the Gravity Forms supporters list. Of course it does a lot more than just contact forms. You should definitely check out the feature list and decide if it is worth your $39 dollars. It was a no-brainer for me and I bought the unlimited site developer license. The time that it saves me makes it worth it.
Plus one for gravity forms as I have found it to be much easier for my clients to use. Is easier to provide theme support for (ie Easier to customize via CSS) and has fewer conflicts with other plugins
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
Add me to the Gravity Forms supporters list. Of course it does a lot more than just contact forms. You should definitely check out the feature list and decide if it is worth your $39 dollars. It was a no-brainer for me and I bought the unlimited site developer license. The time that it saves me makes it worth it.
Secure Form Mailer Plugin For Wordpress ======================================= For years and years I have been using the form plugin from dagon design: <http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/> for free! (so let me do my happy user giveback thing:) This plugin has a wide range of...
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
[Contact Form 7](http://wordpress.org/extend/plugins/contact-form-7/) is one of the most popular plugins to add a contact form to a WP blog. It supports multiple contact forms and you can add/remove fields as needed. Additional services such as reCAPTCHA and Akismet can be added. I use this on most of my blogs to power...
I've been pleased with the (free) [Deko Boko forms plugin](http://wordpress.org/extend/plugins/deko-boko-a-recaptcha-contact-form-plugin/). Flexible, easy to modify and recaptcha is integrated.
70
How does one go about building a page in wordpress that contains a contact form full of custom fields, boxes, inputs, etc. completely determined by the author of the site. It seems odd that wordpress currently lacks this feature, but knowing the wordpress community, it's unlikely that we must do without.
2010/08/11
[ "https://wordpress.stackexchange.com/questions/70", "https://wordpress.stackexchange.com", "https://wordpress.stackexchange.com/users/92/" ]
[Contact Form 7](http://wordpress.org/extend/plugins/contact-form-7/) is one of the most popular plugins to add a contact form to a WP blog. It supports multiple contact forms and you can add/remove fields as needed. Additional services such as reCAPTCHA and Akismet can be added. I use this on most of my blogs to power...
Add me to the Gravity Forms supporters list. Of course it does a lot more than just contact forms. You should definitely check out the feature list and decide if it is worth your $39 dollars. It was a no-brainer for me and I bought the unlimited site developer license. The time that it saves me makes it worth it.
332,324
After georeferencing a black and white TIFF image, the QGIS Raster Georeferencer fills the corners with black pixels, creating black elongated triangles along the edges of the new image. I could not find anything in the Georeferencer settings to force these filler pixels to be while. I want to set all white pixels tran...
2019/08/19
[ "https://gis.stackexchange.com/questions/332324", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/93736/" ]
It's a super hack, but it works. 1. Do the georeferencing as normal. 2. Open the created \_modified.tif file in Paint.NET (<https://www.getpaint.net/download.html>) FREE! 3. Bucket fill the black corner triangles with white. Save file as new TIFF (just in case). 4. Drag-drop new TIFF into QGIS. It'll maintain the geor...
In the Georeferencer, check the 'Use 0 for transparency when needed' which will make the black pixels go away. To avoid white pixels, go to Layer properties and set 255 as the additional nodata value. [![enter image description here](https://i.stack.imgur.com/7bCKX.png)](https://i.stack.imgur.com/7bCKX.png)
554,488
I am writing a paper and I am lost for a phrase to describe the set of topics a person is knowledgeable about. For example: "If someone knows about topic A and also knows about topic B, then topics A and B are [phrase relating the topics and the user's state of knowing]."
2020/12/11
[ "https://english.stackexchange.com/questions/554488", "https://english.stackexchange.com", "https://english.stackexchange.com/users/408275/" ]
Those topics can be said to be “*in his **wheelhouse***” Defined in [Dictionary.com](https://www.dictionary.com/browse/wheelhouse) as: > > within one’s area of expertise or interest: > > *There are some subjects that are in your wheelhouse and some that are not.* > > >
They are his or her specialities. > > Specialty = a subject that someone knows a lot about > > > [Cambridge doctionary](https://dictionary.cambridge.org/dictionary/english/specialty) > > >
554,488
I am writing a paper and I am lost for a phrase to describe the set of topics a person is knowledgeable about. For example: "If someone knows about topic A and also knows about topic B, then topics A and B are [phrase relating the topics and the user's state of knowing]."
2020/12/11
[ "https://english.stackexchange.com/questions/554488", "https://english.stackexchange.com", "https://english.stackexchange.com/users/408275/" ]
They are his or her specialities. > > Specialty = a subject that someone knows a lot about > > > [Cambridge doctionary](https://dictionary.cambridge.org/dictionary/english/specialty) > > >
The answer to your question will depend on the precise area(s) of knowledge you're referring to, the level or degree of expertise of the knower, and the intended register. One option not previously mentioned is the word "bailiwick," which is fairly productive, as it can be used both phrasally and as a stand-alone noun...
554,488
I am writing a paper and I am lost for a phrase to describe the set of topics a person is knowledgeable about. For example: "If someone knows about topic A and also knows about topic B, then topics A and B are [phrase relating the topics and the user's state of knowing]."
2020/12/11
[ "https://english.stackexchange.com/questions/554488", "https://english.stackexchange.com", "https://english.stackexchange.com/users/408275/" ]
Those topics can be said to be “*in his **wheelhouse***” Defined in [Dictionary.com](https://www.dictionary.com/browse/wheelhouse) as: > > within one’s area of expertise or interest: > > *There are some subjects that are in your wheelhouse and some that are not.* > > >
The answer to your question will depend on the precise area(s) of knowledge you're referring to, the level or degree of expertise of the knower, and the intended register. One option not previously mentioned is the word "bailiwick," which is fairly productive, as it can be used both phrasally and as a stand-alone noun...
128,732
I'm going to a concert to Vienna on Saturday (two days). I just realized that there aren't any trains back to my home in the night so I'd have to wait til the morning until the first train leaves again (5.43 AM). I don't know when the concert will end, but expect it to be somewhere between midnight and 2 AM. Now, I ...
2018/12/20
[ "https://travel.stackexchange.com/questions/128732", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/70911/" ]
Update May 2022: both McDonald's are closed overnight. --- There are only 2 McDonald's in/near Vienna that are open 24/7 (and even on [the Chistmas and New Year holidays](https://www.mcdonalds.at/downloads/oeffnungszeiten_2018.pdf)): * at the aiport, Objekt 115 * in Wiener Neustadt, Pottendorfer Str. 45 Their [rest...
If your main concern is that you have to pay for a hotel room for the entire day but would spend only a couple of hours in it, maybe you could opt to leave Vienna later in the day or early evening instead of early morning. That way you can relax after a possibly tiresome concert, wake up fresh, then either spend time...
128,732
I'm going to a concert to Vienna on Saturday (two days). I just realized that there aren't any trains back to my home in the night so I'd have to wait til the morning until the first train leaves again (5.43 AM). I don't know when the concert will end, but expect it to be somewhere between midnight and 2 AM. Now, I ...
2018/12/20
[ "https://travel.stackexchange.com/questions/128732", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/70911/" ]
Update May 2022: both McDonald's are closed overnight. --- There are only 2 McDonald's in/near Vienna that are open 24/7 (and even on [the Chistmas and New Year holidays](https://www.mcdonalds.at/downloads/oeffnungszeiten_2018.pdf)): * at the aiport, Objekt 115 * in Wiener Neustadt, Pottendorfer Str. 45 Their [rest...
As you are staying on a weekend, there will be plenty of bars, clubs and other entertainment locations open till the early morning. Some of them may be loud, some quiet, so you can pick depending on what you are likely to be in a mood in after the concert. Here's an english website listing many options: <https://www.w...
128,732
I'm going to a concert to Vienna on Saturday (two days). I just realized that there aren't any trains back to my home in the night so I'd have to wait til the morning until the first train leaves again (5.43 AM). I don't know when the concert will end, but expect it to be somewhere between midnight and 2 AM. Now, I ...
2018/12/20
[ "https://travel.stackexchange.com/questions/128732", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/70911/" ]
For 5.8€, you could get a transit day pass that allows for unlimited travel on the transit network, including night buses – (especially) if you take a seat next to the bus operator, you'll definitely be safe, and you'll also see some more of Vienna.
If your main concern is that you have to pay for a hotel room for the entire day but would spend only a couple of hours in it, maybe you could opt to leave Vienna later in the day or early evening instead of early morning. That way you can relax after a possibly tiresome concert, wake up fresh, then either spend time...
128,732
I'm going to a concert to Vienna on Saturday (two days). I just realized that there aren't any trains back to my home in the night so I'd have to wait til the morning until the first train leaves again (5.43 AM). I don't know when the concert will end, but expect it to be somewhere between midnight and 2 AM. Now, I ...
2018/12/20
[ "https://travel.stackexchange.com/questions/128732", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/70911/" ]
For 5.8€, you could get a transit day pass that allows for unlimited travel on the transit network, including night buses – (especially) if you take a seat next to the bus operator, you'll definitely be safe, and you'll also see some more of Vienna.
As you are staying on a weekend, there will be plenty of bars, clubs and other entertainment locations open till the early morning. Some of them may be loud, some quiet, so you can pick depending on what you are likely to be in a mood in after the concert. Here's an english website listing many options: <https://www.w...