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
165,720
I'm looking for an easy way to debug RESTful services. For example, most webapps can be debugged using your average web browser. Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even HTTP POST. I am not looking to automate tests. I'd like to run new services through a qu...
2008/10/03
[ "https://Stackoverflow.com/questions/165720", "https://Stackoverflow.com", "https://Stackoverflow.com/users/14731/" ]
[Postman](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop), a Google Chrome extension, may be helpful. Edit years later: Also the website of the url in case Chrome extension link gets changed: [www.postman.com](https://www.postman.com)
I'm using Soap UI to test my REST API. It is more complete than any other tools: * fine debug requests and responses * automated testing * all GUI based * properties and properties transfer to parameterize your tests * conditional testing * performance testing I'm not working for SmartBear. I was already a big fan o...
165,720
I'm looking for an easy way to debug RESTful services. For example, most webapps can be debugged using your average web browser. Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even HTTP POST. I am not looking to automate tests. I'd like to run new services through a qu...
2008/10/03
[ "https://Stackoverflow.com/questions/165720", "https://Stackoverflow.com", "https://Stackoverflow.com/users/14731/" ]
[RESTTest](https://addons.mozilla.org/en-US/firefox/addon/5946) for Firefox (an add-on). [Fiddler](http://www.fiddler2.com/fiddler2/) for IE.
because its totally missing here: <https://luckymarmot.com/paw> Is worth ever penny...
165,720
I'm looking for an easy way to debug RESTful services. For example, most webapps can be debugged using your average web browser. Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even HTTP POST. I am not looking to automate tests. I'd like to run new services through a qu...
2008/10/03
[ "https://Stackoverflow.com/questions/165720", "https://Stackoverflow.com", "https://Stackoverflow.com/users/14731/" ]
Use an existing 'REST client' tool that makes it easy to inspect the requests and responses, like [RESTClient](https://github.com/wiztools/rest-client).
Firefox's has [RESTClient](https://addons.mozilla.org/en-US/firefox/addon/restclient/) plug-in to send different request with methods, parameters, headers etc.
165,720
I'm looking for an easy way to debug RESTful services. For example, most webapps can be debugged using your average web browser. Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even HTTP POST. I am not looking to automate tests. I'd like to run new services through a qu...
2008/10/03
[ "https://Stackoverflow.com/questions/165720", "https://Stackoverflow.com", "https://Stackoverflow.com/users/14731/" ]
I've found RequestBin useful for debugging REST requests. Post to a unique URL and request data are updated/displayed. Can help in a pinch when other tools are not available. <https://requestbin.com/>
You can use fiddler's [Composer](http://www.fiddlerbook.com/fiddler/help/composer.asp) to debug [restful services](http://dotnetninja.wordpress.com/2008/05/02/rest-service-with-wcf-and-json/).. Updated JD 12 sep 2013: *Rest Builder* is now called *Composer*.
21,775,709
I want to set a **tinyint** field as autoincrement, but table constructor dont let me do it. But he lets to **int** and **bigint** types. Whats the problem? Here is the screenshot: <http://gyazo.com/ce8d345ee94bf26e833fe16133b5eee5.png> The first row "Идентификация" is an **Identity** field in English.
2014/02/14
[ "https://Stackoverflow.com/questions/21775709", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2932802/" ]
SQL Server Compact only support int and bigint with IDENTITY
First of all, why do you use TinyInt? TinyInt has a range from -128 to +127, so is is not very well suited for auto\_increment columns.
4,708
I am planning on using CAN bus in an industrial automation application, however I'm having a hard time deciding how to implement the network layer. Does anyone here have any recommendations for a higher layer protocol to use over CAN that provides guidelines for how to assign message IDs and how to format data packets?...
2010/10/01
[ "https://electronics.stackexchange.com/questions/4708", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/588/" ]
You will definitely want to choose a standard network layer. I've seen some cases where people have rolled their own, and frequently the protocol is inefficient, and in the end it's a waste of time. A proven network layer provides basic functionality to solve most of the problems you'll likely face in networking with a...
I write code to access the CAN bus on GM cars, which uses a mostly proprietary network layer. Have you looked into OpenCAN? I would choose an open standard such as CANOpen or even OpenCAN. It really depends on the level of control and flexibility you want in your automation environment.
4,708
I am planning on using CAN bus in an industrial automation application, however I'm having a hard time deciding how to implement the network layer. Does anyone here have any recommendations for a higher layer protocol to use over CAN that provides guidelines for how to assign message IDs and how to format data packets?...
2010/10/01
[ "https://electronics.stackexchange.com/questions/4708", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/588/" ]
You will definitely want to choose a standard network layer. I've seen some cases where people have rolled their own, and frequently the protocol is inefficient, and in the end it's a waste of time. A proven network layer provides basic functionality to solve most of the problems you'll likely face in networking with a...
There have been great answers. I do not know what micro you use, but here are links to some info from microchip. [J1939 library](http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en020237) [DeviceNet™ Group 2 Slave Firmware for PIC18 with CAN](http://www.microchip.com/stellent/idcplg...
352
Is there any way in which I can include structures of molecules (line diagrams) in the question? It would be helpful to clarify the question to a greater extent.
2014/03/20
[ "https://chemistry.meta.stackexchange.com/questions/352", "https://chemistry.meta.stackexchange.com", "https://chemistry.meta.stackexchange.com/users/3718/" ]
I usually use [ChemDoodle](http://web.chemdoodle.com/demos/sketcher) There is a plan in the pipeline to integrate ChemDoodle into the editor, but I don't have the time to get working on that right now.
Most of my answers concerning organic chemistry contain a structure or two ;-) I use [BKChem](http://bkchem.zirael.org/) under GNU/Linux, installed from a repo. I save the sketches as SVG and export them to transparent PNG for upload. There seem to be tarballs and installers for Windows and Mac OS too, but I haven't ...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
As with anything, it will improve with practice. And, as with anything, *you should tailor your practice to the problem you're having*. Since your problem is looking down at the keys, devise a practice method that prevents you from doing so. My teacher growing up always held a notebook above my hands so that I couldn'...
Sight read more! The best way to get better at doing something is to practice it. Force yourself to keep your eyes glued to the page. Play slow, deliberately, and correct your mistakes.
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
Sight read more! The best way to get better at doing something is to practice it. Force yourself to keep your eyes glued to the page. Play slow, deliberately, and correct your mistakes.
I'm going to approach this answer from a different perspective, my own. For years I had trouble sight reading because it took more time to focus on the notes and be certain of their place on the stave. I have problems with my sight where I see double images when I look at things from certain angles so I can see double ...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
I know this is an old thread. But just do a lot of sight reading every day and constantly add unfamiliar pieces - stacks of sheet music that have nothing to do with the pieces you’re practicing. It’s actually a lot of fun. Pretty soon you’ll notice yourself instinctively able to find a lot of keys without looking. Also...
I'm going to approach this answer from a different perspective, my own. For years I had trouble sight reading because it took more time to focus on the notes and be certain of their place on the stave. I have problems with my sight where I see double images when I look at things from certain angles so I can see double ...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
As with anything, it will improve with practice. And, as with anything, *you should tailor your practice to the problem you're having*. Since your problem is looking down at the keys, devise a practice method that prevents you from doing so. My teacher growing up always held a notebook above my hands so that I couldn'...
I'm going to approach this answer from a different perspective, my own. For years I had trouble sight reading because it took more time to focus on the notes and be certain of their place on the stave. I have problems with my sight where I see double images when I look at things from certain angles so I can see double ...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
As with anything, it will improve with practice. And, as with anything, *you should tailor your practice to the problem you're having*. Since your problem is looking down at the keys, devise a practice method that prevents you from doing so. My teacher growing up always held a notebook above my hands so that I couldn'...
I know this is an old thread. But just do a lot of sight reading every day and constantly add unfamiliar pieces - stacks of sheet music that have nothing to do with the pieces you’re practicing. It’s actually a lot of fun. Pretty soon you’ll notice yourself instinctively able to find a lot of keys without looking. Also...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
Sight read more! The best way to get better at doing something is to practice it. Force yourself to keep your eyes glued to the page. Play slow, deliberately, and correct your mistakes.
There are a couple of things you should consider when sight reading: 1. As with any skill you need to start very slowly in order to build the physical and neurological mechanisms to operate faster and more competently. And when I say slow, I mean 30 or 20 BPM. If you have never payed with a click I suggest you begin t...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
As with anything, it will improve with practice. And, as with anything, *you should tailor your practice to the problem you're having*. Since your problem is looking down at the keys, devise a practice method that prevents you from doing so. My teacher growing up always held a notebook above my hands so that I couldn'...
There are a couple of things you should consider when sight reading: 1. As with any skill you need to start very slowly in order to build the physical and neurological mechanisms to operate faster and more competently. And when I say slow, I mean 30 or 20 BPM. If you have never payed with a click I suggest you begin t...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
As with anything, it will improve with practice. And, as with anything, *you should tailor your practice to the problem you're having*. Since your problem is looking down at the keys, devise a practice method that prevents you from doing so. My teacher growing up always held a notebook above my hands so that I couldn'...
Would my approach be of any help to you? I'm doing Grade 3 exam piano pieces but my sight reading is poor. I suppose it can be explained. I spent many hours practising and polishing pieces. Comparatively, I worked relatively little on sight reading. I'm now evening up the emphasis and I hope it will pay dividends. To...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
Would my approach be of any help to you? I'm doing Grade 3 exam piano pieces but my sight reading is poor. I suppose it can be explained. I spent many hours practising and polishing pieces. Comparatively, I worked relatively little on sight reading. I'm now evening up the emphasis and I hope it will pay dividends. To...
I'm going to approach this answer from a different perspective, my own. For years I had trouble sight reading because it took more time to focus on the notes and be certain of their place on the stave. I have problems with my sight where I see double images when I look at things from certain angles so I can see double ...
66,328
I am a Trinity grade 5 pianist and have been playing piano for 2-3 years(earlier played keyboard). I find very difficult to sight read. I usually play the passage once very carefully and memorize it well so I don't have look at the music while playing. I play while continuously looking down at the keys and find it dif...
2018/01/30
[ "https://music.stackexchange.com/questions/66328", "https://music.stackexchange.com", "https://music.stackexchange.com/users/47670/" ]
Would my approach be of any help to you? I'm doing Grade 3 exam piano pieces but my sight reading is poor. I suppose it can be explained. I spent many hours practising and polishing pieces. Comparatively, I worked relatively little on sight reading. I'm now evening up the emphasis and I hope it will pay dividends. To...
I know this is an old thread. But just do a lot of sight reading every day and constantly add unfamiliar pieces - stacks of sheet music that have nothing to do with the pieces you’re practicing. It’s actually a lot of fun. Pretty soon you’ll notice yourself instinctively able to find a lot of keys without looking. Also...
32,753
My hearing is sensitive to high blood pressure, so I am interested in the blood pressure of the head. May it be the type of excercise, circumstances or anything, I am interested.
2016/12/02
[ "https://fitness.stackexchange.com/questions/32753", "https://fitness.stackexchange.com", "https://fitness.stackexchange.com/users/24183/" ]
Nitrogen Balance is just how you measure overall nitrogen accumulation, which is a pretty reliable indicator of muscle growth; positive NB is more amino acids staying on your body than pissed out (muscle growth) and negative NB is the opposite. According to the International Society of Sports Nutrition, a protein inta...
Positive nitrogen balance is an indicator of you being in an anabolic state, meaning you are synthesising protein.This is only an indication of what the protein in your body is being utilised for. If you are taking on too little carbohydrate, your body will utilise both protein and fat for energy; resulting in negativ...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
I would wholly recommend Susan Blackmore's [Consciousness](http://rads.stackoverflow.com/amzn/click/B007PM2LW6). It's part of the Very Short Introduction series, not as expensive as Blackwell's, and takes you through just enough history to help you understand what the relevant issues currently are. If you're interested...
To be honest, it is hard to recommend a single book. If you really want to understand philosophy, you must read many books. So you might want to start with Hume's **Enquiry Concerning Human Understanding**, Berkeley's **Treatise Concerning the Principles of Human Knowledge**, Descartes' **Meditations** and **Discourse ...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
I would wholly recommend Susan Blackmore's [Consciousness](http://rads.stackoverflow.com/amzn/click/B007PM2LW6). It's part of the Very Short Introduction series, not as expensive as Blackwell's, and takes you through just enough history to help you understand what the relevant issues currently are. If you're interested...
For an easy to read theory of consciousness I recommend **Biocentrism** by Robert Lanza. Engaging, accessible to the layperson, and, IMO, incredibly compelling.
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
I would wholly recommend Susan Blackmore's [Consciousness](http://rads.stackoverflow.com/amzn/click/B007PM2LW6). It's part of the Very Short Introduction series, not as expensive as Blackwell's, and takes you through just enough history to help you understand what the relevant issues currently are. If you're interested...
I have been studying (in my on spiritual quest) the topic of consciousness for more than a decade and I find that most of the stuff on consciousness severely lacking for two reasons. 1) it is too scientific and 2) it is too New Agey. I stumbled across a book last year that was a free download by an unknown author and t...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
I would wholly recommend Susan Blackmore's [Consciousness](http://rads.stackoverflow.com/amzn/click/B007PM2LW6). It's part of the Very Short Introduction series, not as expensive as Blackwell's, and takes you through just enough history to help you understand what the relevant issues currently are. If you're interested...
The most accessible book I have read on consciousness was The Mind's I, by Dennett and Hofstadter. It was a series of science fiction short stories that illustrated various thought problems in consciousness, followed by the two authors discussing the implications of the story. For someone just getting their feet wet in...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
To be honest, it is hard to recommend a single book. If you really want to understand philosophy, you must read many books. So you might want to start with Hume's **Enquiry Concerning Human Understanding**, Berkeley's **Treatise Concerning the Principles of Human Knowledge**, Descartes' **Meditations** and **Discourse ...
For an easy to read theory of consciousness I recommend **Biocentrism** by Robert Lanza. Engaging, accessible to the layperson, and, IMO, incredibly compelling.
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
To be honest, it is hard to recommend a single book. If you really want to understand philosophy, you must read many books. So you might want to start with Hume's **Enquiry Concerning Human Understanding**, Berkeley's **Treatise Concerning the Principles of Human Knowledge**, Descartes' **Meditations** and **Discourse ...
I have been studying (in my on spiritual quest) the topic of consciousness for more than a decade and I find that most of the stuff on consciousness severely lacking for two reasons. 1) it is too scientific and 2) it is too New Agey. I stumbled across a book last year that was a free download by an unknown author and t...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
To be honest, it is hard to recommend a single book. If you really want to understand philosophy, you must read many books. So you might want to start with Hume's **Enquiry Concerning Human Understanding**, Berkeley's **Treatise Concerning the Principles of Human Knowledge**, Descartes' **Meditations** and **Discourse ...
The most accessible book I have read on consciousness was The Mind's I, by Dennett and Hofstadter. It was a series of science fiction short stories that illustrated various thought problems in consciousness, followed by the two authors discussing the implications of the story. For someone just getting their feet wet in...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
For an easy to read theory of consciousness I recommend **Biocentrism** by Robert Lanza. Engaging, accessible to the layperson, and, IMO, incredibly compelling.
I have been studying (in my on spiritual quest) the topic of consciousness for more than a decade and I find that most of the stuff on consciousness severely lacking for two reasons. 1) it is too scientific and 2) it is too New Agey. I stumbled across a book last year that was a free download by an unknown author and t...
4,163
I'm looking for a book that isn't too dense and that is usually recommended for someone who wants to learn of the mind/consciousness but doesn't know where to start.
2012/11/10
[ "https://philosophy.stackexchange.com/questions/4163", "https://philosophy.stackexchange.com", "https://philosophy.stackexchange.com/users/2668/" ]
The most accessible book I have read on consciousness was The Mind's I, by Dennett and Hofstadter. It was a series of science fiction short stories that illustrated various thought problems in consciousness, followed by the two authors discussing the implications of the story. For someone just getting their feet wet in...
I have been studying (in my on spiritual quest) the topic of consciousness for more than a decade and I find that most of the stuff on consciousness severely lacking for two reasons. 1) it is too scientific and 2) it is too New Agey. I stumbled across a book last year that was a free download by an unknown author and t...
64,540,867
I'm trying to setup an AWS Lambda function that gets triggered when a CloudWatch alarm sends a message to an SNS topic. I'm following along in this guide: <https://medium.com/analytics-vidhya/generate-slack-notifications-for-aws-cloudwatch-alarms-e46b68540133> I'm stuck at step 6 at the point where it says to add the...
2020/10/26
[ "https://Stackoverflow.com/questions/64540867", "https://Stackoverflow.com", "https://Stackoverflow.com/users/9334823/" ]
I ran into this problem recently... As of now, Lambda only supports Standard SNS topics. You will need to change your SNS topic from FIFO to Standard.
Thanks DanielWsk, looks like fifo only works with SQS. It was there but didn't see it. [![enter image description here](https://i.stack.imgur.com/A65b5.png)](https://i.stack.imgur.com/A65b5.png)
95,952
*Situation:* I have recently been offered an engineering job with a silicon valley tech company, contingent upon a pending background check. Everything seemed fine until they ran a background check. It turned up a 5 year old traffic violation for driving without insurance. I had completely forgotten about this and was...
2017/07/26
[ "https://workplace.stackexchange.com/questions/95952", "https://workplace.stackexchange.com", "https://workplace.stackexchange.com/users/74662/" ]
I don't think most employers would care if you committed a small misdemeanor like that. I've violated an ordinance or two in my day and seem to get employed just fine. Don't say anything. It would come across as paranoid. If they *do* bring it up, explain the circumstances, but don't make a big deal of it. As always, ...
No. Maybe they'd care about a DUI, but probably not even that if you're in recovery. Your violation doesn't effect your ability to work and doesn't show major failures in judgement or honesty. They're looking for felonies- theft, embezzlement, murder, rape, assault. Misdemeanors don't matter, traffic violation definite...
47,028
I am applying for an F31 Diversity Grant for Predoctoral studies to support my 3-5 year of PhD studies. There is no mention of needing to submit transcript of grade with the application. Is this true? Does the NIH not require transcripts for F31 applications? Are applications solely graded on the merit of the proposal ...
2015/06/11
[ "https://academia.stackexchange.com/questions/47028", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/35754/" ]
The Program Announcement (I believe the current one) for this Program is probably <http://grants.nih.gov/grants/guide/pa-files/PA-14-148.html#_Section_IV._Application> These announcements tell you (or point you to) *ALL* the info you need to apply. This one states: > > Note that scores for standardized exams (e.g.,...
Each NIH grant comes with extensive guidance. For the [Ruth L. Kirschstein National Research Service Award Individual Predoctoral Fellowship to Promote Diversity in Health-Related Research](http://grants.nih.gov/grants/guide/pa-files/PA-14-148.html) the guidance says > > Note that scores for standardized exams (e.g.,...
13,414
I like having my laptop run as long as humanly possible when running off battery, even if it means huge a compromise in performance. Currently, whenever I'm on battery I have to manually switch my power plan to "Power Saver", and then switch back to "High Performance" when I'm plugged in. Is there any way I could h...
2009/07/27
[ "https://superuser.com/questions/13414", "https://superuser.com", "https://superuser.com/users/733/" ]
There's nothing built into Windows that will allow you to do this, but I've seen a couple good 3rd party applications. [Aerofoil](http://silentdevelopment.blogspot.com/2008/09/aerofoil-144-rated-47100-hot-100-vista.html) is my preferred of the two. It's very simple; all it does is switch your power plan to "power save...
Doesn't each power plan in Vista/7 allow you to configure settings for both AC and DC power? A/C = plugged in, D/C = battery. Just adjust as you see fit, and you won't even need to switch power plans.
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
The iPhone SDK requires an Intel machine running Leopard, although I believe there is a way to get it working on PPC Macs (but you still need Leopard). The SDK does not have an emulator, it's a simulator. The code it runs is native so there is no emulation overhead. You will find that even a low-end machine will run y...
From the release notes: "iPhone SDK requires an Intel-based Mac running Mac OS X Leopard version 10.5.4 or later." I use it on a Core 2 Duo Mac mini (i.e. before the recent update) without any problems, so I don't think CPU speed is really something you need to worry about. I've 2GB of RAM in that system; I don't kno...
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
The simulator runs pretty well even on the slowest Mac in the lineup, the base-model MacBook Air with the hard drive (non-SSD). It runs applications *far* more smoothly than they run on the real iPhone. The rest of the development process, though, benefits from a bit more horsepower. An SSD (optional in the laptops) o...
From the release notes: "iPhone SDK requires an Intel-based Mac running Mac OS X Leopard version 10.5.4 or later." I use it on a Core 2 Duo Mac mini (i.e. before the recent update) without any problems, so I don't think CPU speed is really something you need to worry about. I've 2GB of RAM in that system; I don't kno...
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
RAM is probably the biggest constraint. That's not an iPhone SDK limitation as much as it is an Xcode limitation -- it likes at least 1.5GB to itself when debugging but it works okay at about 1GB as long as you stop the debugger when you're not using it. I have run the SDK on an old iBook G4. So CPU speed requirements...
From the release notes: "iPhone SDK requires an Intel-based Mac running Mac OS X Leopard version 10.5.4 or later." I use it on a Core 2 Duo Mac mini (i.e. before the recent update) without any problems, so I don't think CPU speed is really something you need to worry about. I've 2GB of RAM in that system; I don't kno...
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
The iPhone SDK requires an Intel machine running Leopard, although I believe there is a way to get it working on PPC Macs (but you still need Leopard). The SDK does not have an emulator, it's a simulator. The code it runs is native so there is no emulation overhead. You will find that even a low-end machine will run y...
The simulator runs pretty well even on the slowest Mac in the lineup, the base-model MacBook Air with the hard drive (non-SSD). It runs applications *far* more smoothly than they run on the real iPhone. The rest of the development process, though, benefits from a bit more horsepower. An SSD (optional in the laptops) o...
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
The iPhone SDK requires an Intel machine running Leopard, although I believe there is a way to get it working on PPC Macs (but you still need Leopard). The SDK does not have an emulator, it's a simulator. The code it runs is native so there is no emulation overhead. You will find that even a low-end machine will run y...
RAM is probably the biggest constraint. That's not an iPhone SDK limitation as much as it is an Xcode limitation -- it likes at least 1.5GB to itself when debugging but it works okay at about 1GB as long as you stop the debugger when you're not using it. I have run the SDK on an old iBook G4. So CPU speed requirements...
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
The iPhone SDK requires an Intel machine running Leopard, although I believe there is a way to get it working on PPC Macs (but you still need Leopard). The SDK does not have an emulator, it's a simulator. The code it runs is native so there is no emulation overhead. You will find that even a low-end machine will run y...
simulator is not the problem, instrument is. if you just want to run a iPhone emulator, then system requirement doesn't matter as long as you could run leopard. if you want a production environment, it should at least c2d 2.0 2G ram and still wait a lot for debugging.
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
The simulator runs pretty well even on the slowest Mac in the lineup, the base-model MacBook Air with the hard drive (non-SSD). It runs applications *far* more smoothly than they run on the real iPhone. The rest of the development process, though, benefits from a bit more horsepower. An SSD (optional in the laptops) o...
simulator is not the problem, instrument is. if you just want to run a iPhone emulator, then system requirement doesn't matter as long as you could run leopard. if you want a production environment, it should at least c2d 2.0 2G ram and still wait a lot for debugging.
655,932
I know that the iPhone SDK requires Leopard, i.e. ~900mHz G4+ w/ 512MB RAM. And I've used XCode in the past, so I have a good idea of how that performs. But I've never used the iPhone emulator included with the SDK, and I'm wondering what kind of CPU/memory resources it needs to run smoothly. I would just download it ...
2009/03/17
[ "https://Stackoverflow.com/questions/655932", "https://Stackoverflow.com", "https://Stackoverflow.com/users/51025/" ]
RAM is probably the biggest constraint. That's not an iPhone SDK limitation as much as it is an Xcode limitation -- it likes at least 1.5GB to itself when debugging but it works okay at about 1GB as long as you stop the debugger when you're not using it. I have run the SDK on an old iBook G4. So CPU speed requirements...
simulator is not the problem, instrument is. if you just want to run a iPhone emulator, then system requirement doesn't matter as long as you could run leopard. if you want a production environment, it should at least c2d 2.0 2G ram and still wait a lot for debugging.
5,009,982
A common problem I find myself dealing with is having way too many tabs in my browser. Part of this I know is just trying to do too many things at once. I tell myself to focus focus on one task at a time and try to close tabs I'm not using. Nevertheless, I still often find myself with over 20 tabs open at a time, just ...
2011/02/15
[ "https://Stackoverflow.com/questions/5009982", "https://Stackoverflow.com", "https://Stackoverflow.com/users/372528/" ]
<http://www.azarask.in/blog/post/tabcandy/> Tab candy in firefox 4 beta <http://tabsugar.com/> same thing for chrome I've had your exact problem. With tab candy I've had up to ~90 tabs open at once with no issues at all, except memory use :)
I just use a combinatioin of tabs and windows, with each window containing a logical grouping of tabs. In both FF and Chrome, I can drag tabs between windows to reorgaize them as desired. Also, on Linux or OS X, you can use multiple workspaces, each with one or more browser windows. I dunno -- maybe Windows 7 has works...
72,724
I ran an OLS model on a dataset with 2 categorical variables. One of them was gender. The other one had 3 different categories. I used one-hot encoding for it during pre-processing before running my model. Variables in the image: Embarked\_C and Embarked\_Q. The results showed a p-value for Embarked\_Q as 0.785. In t...
2020/04/22
[ "https://datascience.stackexchange.com/questions/72724", "https://datascience.stackexchange.com", "https://datascience.stackexchange.com/users/95457/" ]
You should keep all of levels as they collectively describe the feature. Removing the insignificant ones will bias your coefficients and distort your interpretation (e.i. change the reference level). Here are some stats.exchange references: * [Is it advisable to drop certain levels of a categorical variable?](https:...
By all means keep Embarked\_C. Consider the following example: You're predicting whether or not someone's favorite color is blue. You know the color of their favorite shirt- it's either blue, yellow, or red. Color\_Blue is going to be significant, the other two one hot encoded variables would not be. You'd still want t...
40,607,575
The point of this is to create 100 topics from a list. When this is done my application will go through this list once every day to check for upcoming events. A message will be sent to the subscribed users if the app finds an event on a particular topic. I will also try to implement some logic to check if there are use...
2016/11/15
[ "https://Stackoverflow.com/questions/40607575", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6177181/" ]
Two parts to your question: Firebase topic subscription is officially documented only for devices. In other words, only devices with device tokens can subscribe to a topic. Look at AWS SNS topics for topics on which other applications can subscribe. Secondly, for your use case, topics may not be the solution. General...
AFAIK, I don't think this is possible. The way I understand how Topics work is that (from my answer [here](https://stackoverflow.com/a/37650817/4625829), also mentioned it in my answer [here](https://stackoverflow.com/a/39382345/4625829)): > > a topic is created when there is at least 1 subscriber and it also gets au...
674,854
I have seen several debates on different forums but could not reach to a solution. My notebook has a UHD display running windows 8 as host OS. I have tried Vmware and virtualbox as VMs to have the experience of Ubuntu 14.04 as guest OS. The problem is with the screen resolution I get in the VM, either on a full screen ...
2015/09/16
[ "https://askubuntu.com/questions/674854", "https://askubuntu.com", "https://askubuntu.com/users/278136/" ]
VirtualBox or VMware does not care what resolution the guest or the host is running. Both use what they find. To view correctly in the guest system, the installed guest operating system is solely responsible and in your case 14.04. But as I already wrote [here](https://askubuntu.com/a/675569/367165): > > The 4K tec...
If you run a VM on Windows, then run a host within the VM, the display drivers presented to the host, are those of virtual hardware created by the VM. Your host, will have no idea you're running a UHD display, unless you could pass the whole device to the host (which could only be done, if the actual running OS, window...
674,854
I have seen several debates on different forums but could not reach to a solution. My notebook has a UHD display running windows 8 as host OS. I have tried Vmware and virtualbox as VMs to have the experience of Ubuntu 14.04 as guest OS. The problem is with the screen resolution I get in the VM, either on a full screen ...
2015/09/16
[ "https://askubuntu.com/questions/674854", "https://askubuntu.com", "https://askubuntu.com/users/278136/" ]
VirtualBox or VMware does not care what resolution the guest or the host is running. Both use what they find. To view correctly in the guest system, the installed guest operating system is solely responsible and in your case 14.04. But as I already wrote [here](https://askubuntu.com/a/675569/367165): > > The 4K tec...
I ran into a simular issue with my Surface Pro. The solution that I use is simply changing the settings in ubuntu to set the dpi. You can simply go to all settings > displays > scale for menu and title bars and mess with this value until you find something that is easy for you to read. If you core issue is with graphic...
38,075
Where can I find this software? Maybe this is not a full-finished software; if it is then do you know any references? ![assimilation](https://i.stack.imgur.com/cPAkX.jpg)
2013/07/11
[ "https://scifi.stackexchange.com/questions/38075", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/8344/" ]
Unfortunately, the software program doesn't exist. It is a special effect added in post production. The producer of the film, Stuart Cohen, has a blog, and one of the [entries](http://theoriginalfan.blogspot.com/2012/03/computers.html) is devoted to the computer programs in the movie. > > THE COMPUTERS > > > THE TH...
The exact program doesn't really exist as has been stated However, the closest thing you can probably get in reality would be a zombie outbreak simulator like [this](http://www.deathtech.com/zombies/) one.
38,075
Where can I find this software? Maybe this is not a full-finished software; if it is then do you know any references? ![assimilation](https://i.stack.imgur.com/cPAkX.jpg)
2013/07/11
[ "https://scifi.stackexchange.com/questions/38075", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/8344/" ]
The program has just came into being: [The Thing Simulator](https://elendir.itch.io/the-thing-simulator)
The exact program doesn't really exist as has been stated However, the closest thing you can probably get in reality would be a zombie outbreak simulator like [this](http://www.deathtech.com/zombies/) one.
38,075
Where can I find this software? Maybe this is not a full-finished software; if it is then do you know any references? ![assimilation](https://i.stack.imgur.com/cPAkX.jpg)
2013/07/11
[ "https://scifi.stackexchange.com/questions/38075", "https://scifi.stackexchange.com", "https://scifi.stackexchange.com/users/8344/" ]
Unfortunately, the software program doesn't exist. It is a special effect added in post production. The producer of the film, Stuart Cohen, has a blog, and one of the [entries](http://theoriginalfan.blogspot.com/2012/03/computers.html) is devoted to the computer programs in the movie. > > THE COMPUTERS > > > THE TH...
The program has just came into being: [The Thing Simulator](https://elendir.itch.io/the-thing-simulator)
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
Regexs that catch most (but not all) common error are relatively easy to setup and deploy. Takes longer to write a custom parser.
Using regular expressions for this is *not* a good idea, as has been demonstrated at length in those other posts. I suppose people keep doing it because they don't know any better or don't care. Will a parser be any better? Maybe, maybe not. I maintain that sending a verification e-mail is the best way to validate i...
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
Regexs that catch most (but not all) common error are relatively easy to setup and deploy. Takes longer to write a custom parser.
Regexps are much faster to use, of course, and they only validate what's specified in the RFC. Write a custom parser? What? It takes 10 seconds to use a regexp.
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
They do it because they see "I want to test whether this text matches the spec" and immediately think "I know, I'll use a regex!" without fully understanding the complexity of the spec or the limitations of regexes. Regexes are a wonderful, powerful tool for handling a wide variety of text-matching tasks, but they are ...
Regexs that catch most (but not all) common error are relatively easy to setup and deploy. Takes longer to write a custom parser.
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
Regexs that catch most (but not all) common error are relatively easy to setup and deploy. Takes longer to write a custom parser.
We're just looking for a fast way to see if the email address is valid so that we can warn the user they have made a mistake or prevent people from entering junk easily. Going off to the mail server and fingering it is slow and unreliable. The only real way to be sure is to get a confirmation email, but the problem is ...
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
They do it because they see "I want to test whether this text matches the spec" and immediately think "I know, I'll use a regex!" without fully understanding the complexity of the spec or the limitations of regexes. Regexes are a wonderful, powerful tool for handling a wide variety of text-matching tasks, but they are ...
I don't believe correct email validation can be done with a single regular expression (now there's a challenge!). One of the issues is that comments can be nested to an arbitrary depth in both the local part and the domain. If you want to validate an address against RFCs 5322 and 5321 (the current standards) then you'...
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
> > and then validates those against the > valid characters allowed for name > (there's no further check that can be > done on this portion) > > > This is not true. For example, "ben..doom@gmail.com" contains only valid characters in the name section, but is not valid. In languages that do not have libraries ...
Regexps are much faster to use, of course, and they only validate what's specified in the RFC. Write a custom parser? What? It takes 10 seconds to use a regexp.
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
People do it because in most languages it is way easier to write regexp than to write and use a parser in your code (or so it seems, at least). If you decide to eschew regexes, you will have to either write parsers by hand, or you resort to external tools (like yacc) for lexer/parser generation. This is way more compl...
People write regular expressions because most developers like so solve a simple problem in the most "cool" en "efficient" way (which means that it should be as unreadable as possible). In Java, there are libraries to check if a String represents an email address without you having to know anything about regular expres...
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
They do it because they see "I want to test whether this text matches the spec" and immediately think "I know, I'll use a regex!" without fully understanding the complexity of the spec or the limitations of regexes. Regexes are a wonderful, powerful tool for handling a wide variety of text-matching tasks, but they are ...
The temptation of using RegExp, once you've mastered the basics, is very big. In fact, RegExp seems so powerful that people naturally want to start using it everywhere. I really suspect that there's a lot of psychology involved here, as demonstrated by Randall's [XKCD comic](http://xkcd.com/208/) (and yes, it *is* usef...
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
Regexs that catch most (but not all) common error are relatively easy to setup and deploy. Takes longer to write a custom parser.
I don't believe correct email validation can be done with a single regular expression (now there's a challenge!). One of the issues is that comments can be nested to an arbitrary depth in both the local part and the domain. If you want to validate an address against RFCs 5322 and 5321 (the current standards) then you'...
211,842
There are a number of [email](https://stackoverflow.com/questions/156430/regexp-recognition-of-email-address-hard) regexp [questions](https://stackoverflow.com/questions/210945/what-would-be-a-globally-accepted-regular-expression-to-match-e-mail-addresses) popping [up](https://stackoverflow.com/questions/201323/what-is...
2008/10/17
[ "https://Stackoverflow.com/questions/211842", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2915/" ]
The temptation of using RegExp, once you've mastered the basics, is very big. In fact, RegExp seems so powerful that people naturally want to start using it everywhere. I really suspect that there's a lot of psychology involved here, as demonstrated by Randall's [XKCD comic](http://xkcd.com/208/) (and yes, it *is* usef...
Regexps are much faster to use, of course, and they only validate what's specified in the RFC. Write a custom parser? What? It takes 10 seconds to use a regexp.
25,608
The short story is that I'm trying to find out whether we'd all get the same results (more or less) from Google if we all searched for the same term at the same time. Our site targets 10 specific search terms for organic search results. We do no PPC advertising. When you search for most of the targeted terms (7 of 10...
2012/02/07
[ "https://webmasters.stackexchange.com/questions/25608", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/10665/" ]
If the DNS has started to propagate, you may be facing caching on your computer or ISP's DNS server. I'd wait for a bit, or try either: * temporarily using a different DNS provider, e.g. [OpenDNS](http://www.opendns.com/) or [Google Public DNS](http://code.google.com/speed/public-dns/) (you may need to restart your br...
Without knowing the your actual domain name it's hard to help, but I would recommend you use [IP Tools](http://www.iptools.com/) to figure out where the DNS is actually pointing.
25,608
The short story is that I'm trying to find out whether we'd all get the same results (more or less) from Google if we all searched for the same term at the same time. Our site targets 10 specific search terms for organic search results. We do no PPC advertising. When you search for most of the targeted terms (7 of 10...
2012/02/07
[ "https://webmasters.stackexchange.com/questions/25608", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/10665/" ]
You can't set nameservers *and* CNAME records. Go to Namecheap.com --> Manage Domains and click on the domain you want to manage. Then, go to All Host Records and change the settings to this. [![enter image description here](https://i.stack.imgur.com/9IDhw.png)](https://i.stack.imgur.com/9IDhw.png)
Without knowing the your actual domain name it's hard to help, but I would recommend you use [IP Tools](http://www.iptools.com/) to figure out where the DNS is actually pointing.
25,608
The short story is that I'm trying to find out whether we'd all get the same results (more or less) from Google if we all searched for the same term at the same time. Our site targets 10 specific search terms for organic search results. We do no PPC advertising. When you search for most of the targeted terms (7 of 10...
2012/02/07
[ "https://webmasters.stackexchange.com/questions/25608", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/10665/" ]
If the DNS has started to propagate, you may be facing caching on your computer or ISP's DNS server. I'd wait for a bit, or try either: * temporarily using a different DNS provider, e.g. [OpenDNS](http://www.opendns.com/) or [Google Public DNS](http://code.google.com/speed/public-dns/) (you may need to restart your br...
You can't set nameservers *and* CNAME records. Go to Namecheap.com --> Manage Domains and click on the domain you want to manage. Then, go to All Host Records and change the settings to this. [![enter image description here](https://i.stack.imgur.com/9IDhw.png)](https://i.stack.imgur.com/9IDhw.png)
422,731
I would like to control my AC with a Raspberry Pi. My system is similar to [this one](https://www.seeleyinternational.com/artefact/breezair-exq-ezq-exs-evaporative-controllers-manual/), although it is an older model from 2004. Currently the system has a **wired** controller. There is no bluetooth, wifi, IR or RF. A wi...
2019/02/17
[ "https://electronics.stackexchange.com/questions/422731", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/213072/" ]
If you look at the annotated picture below I think we can all agree that all of the button finger contact pads share a common connection with each other (yellow lines) which are likely to all connect to the GND or the VDD of the control circuit. You will have to use a digital meter to probe the circuit to measure volta...
What is your goal here? For example, if your goal is to control the AC with the RasPi, I would first suggest finding out how the remote unit controls the AC. Options are RF signals, IR signals, and specialized RF such as Bluetooth or BLE. What I would do is figure out what the control mechanism is, and then add that as...
4,226,548
The reason why I'm asking this, is because I'm coding in C++, in putty/ssh and I like the fact that I can code from pretty much everywhere without having to install anything. So I'd like to have something that could help me debugging (viewing LIVE value of a variable, breakpoints, etc) If you think that there's no su...
2010/11/19
[ "https://Stackoverflow.com/questions/4226548", "https://Stackoverflow.com", "https://Stackoverflow.com/users/505810/" ]
I've used gdb for command line debugging in the past with success: <http://www.gnu.org/software/gdb/> A decent tutorial can be found at: <http://www.cs.cmu.edu/~gilpin/tutorial/>
You have a script to do that: <http://www.vim.org/scripts/script.php?script_id=1954> In my humble opinion, Vim is not designed to do such things and it is a bad idea to do so.
4,226,548
The reason why I'm asking this, is because I'm coding in C++, in putty/ssh and I like the fact that I can code from pretty much everywhere without having to install anything. So I'd like to have something that could help me debugging (viewing LIVE value of a variable, breakpoints, etc) If you think that there's no su...
2010/11/19
[ "https://Stackoverflow.com/questions/4226548", "https://Stackoverflow.com", "https://Stackoverflow.com/users/505810/" ]
I've used gdb for command line debugging in the past with success: <http://www.gnu.org/software/gdb/> A decent tutorial can be found at: <http://www.cs.cmu.edu/~gilpin/tutorial/>
Have you tried `gdb` ? That's pretty much **the** command line debugger, but it's no vim plugin.
4,226,548
The reason why I'm asking this, is because I'm coding in C++, in putty/ssh and I like the fact that I can code from pretty much everywhere without having to install anything. So I'd like to have something that could help me debugging (viewing LIVE value of a variable, breakpoints, etc) If you think that there's no su...
2010/11/19
[ "https://Stackoverflow.com/questions/4226548", "https://Stackoverflow.com", "https://Stackoverflow.com/users/505810/" ]
I've used gdb for command line debugging in the past with success: <http://www.gnu.org/software/gdb/> A decent tutorial can be found at: <http://www.cs.cmu.edu/~gilpin/tutorial/>
[vimgdb](http://sourceforge.net/projects/clewn/files/vimGdb/) will give what you want. I've used it for about one year. The most interesting feature is: * Hightlight current line * List item * Can show disassembly code * Step into, Step over * inspect variables, memory address * Run all the underlying gdb command is p...
4,226,548
The reason why I'm asking this, is because I'm coding in C++, in putty/ssh and I like the fact that I can code from pretty much everywhere without having to install anything. So I'd like to have something that could help me debugging (viewing LIVE value of a variable, breakpoints, etc) If you think that there's no su...
2010/11/19
[ "https://Stackoverflow.com/questions/4226548", "https://Stackoverflow.com", "https://Stackoverflow.com/users/505810/" ]
Have you tried `gdb` ? That's pretty much **the** command line debugger, but it's no vim plugin.
You have a script to do that: <http://www.vim.org/scripts/script.php?script_id=1954> In my humble opinion, Vim is not designed to do such things and it is a bad idea to do so.
4,226,548
The reason why I'm asking this, is because I'm coding in C++, in putty/ssh and I like the fact that I can code from pretty much everywhere without having to install anything. So I'd like to have something that could help me debugging (viewing LIVE value of a variable, breakpoints, etc) If you think that there's no su...
2010/11/19
[ "https://Stackoverflow.com/questions/4226548", "https://Stackoverflow.com", "https://Stackoverflow.com/users/505810/" ]
[vimgdb](http://sourceforge.net/projects/clewn/files/vimGdb/) will give what you want. I've used it for about one year. The most interesting feature is: * Hightlight current line * List item * Can show disassembly code * Step into, Step over * inspect variables, memory address * Run all the underlying gdb command is p...
You have a script to do that: <http://www.vim.org/scripts/script.php?script_id=1954> In my humble opinion, Vim is not designed to do such things and it is a bad idea to do so.
289,178
I know about Linux terminal. I can also issue many advanced commands over terminal. But one simple concept is not clear to me. What is terminal and how does it work? I know about hardware which consists of CPU, RAM, HARD DISK and so on. I know about kernel which is basically the core of the operating system. I know...
2016/06/11
[ "https://unix.stackexchange.com/questions/289178", "https://unix.stackexchange.com", "https://unix.stackexchange.com/users/174603/" ]
**What is shell?** In simple words, shell is a software which takes the command from your keyboard and passes it to the OS. **So are konsole, xterm or gnome-terminals shells?** No, they're called terminal emulators. They open a GUI to interact with the shell. You can think of them as a **frontend** to the shells. [...
The shell is the program that runs in the terminal, that reads the commands you type and executes them. Unix and Unix-like operating systems today offer a choice between mostly the same set of shells, because these shells pre-date most of those operating systems. For further reading I recommend [Evolution of shells i...
114,338
The [word](http://www.ldoceonline.com/dictionary/clock) " to clock" is used in a sense of "to measure or record the time or speed that someone or something is travelling at". However, I would like to use it in a more casual context as in the following if possible or how can I say it with different verbs? > > A: How l...
2017/01/03
[ "https://ell.stackexchange.com/questions/114338", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/11631/" ]
To "clock" something is idiomatic so it's not necessarily OK to use as a substitute for the more generic "to time" something. It does convey an image of timing with a stopwatch or some other precise chronometer, so measuring things like swimmers or race cars or solving the Rubik's Cube is fine, since those are activiti...
> > [clocking](http://www.ldoceonline.com/dictionary/clock) > > > the *transitive verb* is about *time* and *speed* > > The race car *clocked in* with a top speed of 250mph. > > > A: How long did your journey take? > > B : I *clocked* it. It took about half an hour. > > B : I *timed* it. It took about...
114,338
The [word](http://www.ldoceonline.com/dictionary/clock) " to clock" is used in a sense of "to measure or record the time or speed that someone or something is travelling at". However, I would like to use it in a more casual context as in the following if possible or how can I say it with different verbs? > > A: How l...
2017/01/03
[ "https://ell.stackexchange.com/questions/114338", "https://ell.stackexchange.com", "https://ell.stackexchange.com/users/11631/" ]
To "clock" something is idiomatic so it's not necessarily OK to use as a substitute for the more generic "to time" something. It does convey an image of timing with a stopwatch or some other precise chronometer, so measuring things like swimmers or race cars or solving the Rubik's Cube is fine, since those are activiti...
The simplest thing is to not use "clock" or any equivalent. Just say the time. > > Question: How long did it take you to read that research paper? > > > Answer: About half an hour. > > > We generally only use the verb "clock" when giving instructions, like, "Al, please clock Bill's time." It's rather redundant ...
36,946,661
Evening, I have recently installed TFS2015 and investigating the Release Management integrated solution, but have come across a huge blocker that I just cannot make sense of. I currently have a RM2013 build working with TFS, RM Server 2013, and Powershell DSC and have setup a new deployment in RM2015, it has a single...
2016/04/29
[ "https://Stackoverflow.com/questions/36946661", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1067843/" ]
The script has to already be on the machine. You can push the script using the "Windows Machine File Copy" task.
Fixed this... make sure you execute the PS1 file on the release agent itself unless copying the powershell files to the remote node via file copy first as indicated below
99,034
Is it possible to have my birthday set to Public so everyone can check that on my profile but my friends won't get the birthday reminder?
2016/10/02
[ "https://webapps.stackexchange.com/questions/99034", "https://webapps.stackexchange.com", "https://webapps.stackexchange.com/users/135796/" ]
**No**. As of now it is not possible. Changing the privacy setting for date and month to "Only me" will not notify to your friends.
It's not possible, at all. The reminder must be visible either :by you, public....
33,472
So i am performing k-means clustering on RFM variables (Recency, Frequency, Monetary). The RFM variables are in the form of quantiles (1-4). I used PCA and found the PCA components. I then used the elbow method to find the optimal number of clusters and then I use it in the k-means algorithm. Could anyone guide me if t...
2018/06/21
[ "https://datascience.stackexchange.com/questions/33472", "https://datascience.stackexchange.com", "https://datascience.stackexchange.com/users/53991/" ]
Judging from the plot, **there are no clusters**. K-means requires continuous variables to work well. The data you have has discrete steps (which causes the grid pattern in your plot). There is no benefit of using PCA here. Use it only for visualization. The scale -3:3 that you don't understand is from PCA. So you pr...
Recency, Frequency, and Monetary Value (RFM) are measured on a Likert scale from 1-5. Likert scale variables are not amenable to Principal Component Analysis (PCA) or k-means clustering because those methods assume continuous measurement. It would be more appropriate to use multiple correspondence analysis (MCA) and k...
300,511
In Super Mario Bros, there is a glitch, where a certain set of frame-perfect presses allow you to jump directly into the bottom block of the flagpole at the end of the level. [In this article on the Mario Wiki](https://www.mariowiki.com/List_of_Super_Mario_Bros._glitches#Flagpole_Glitch), it describes the glitch as: >...
2017/02/13
[ "https://gaming.stackexchange.com/questions/300511", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/174962/" ]
I've found a pretty good explanation of how to pull off this glitch in [this thread](https://www.reddit.com/r/speedrun/comments/4ygxlm/darbian_gets_smb_11_flagpole_glitch_in_an_actual/): > > Okay so, to start off with, you need to have as close as possible to a perfect room 1 and room 2, you can still get a 380 that'...
I have a bit of an explanation on how to do the glitch in a TAS. First, on the first frame Mario can jump, hold left+right to get him to accelerate faster, then do a jump immediately while holding B+right. Kill one enemy, wait a few frames and do a high jump. You should be able to do another jump right after, so do it ...
296,202
I was asked to find the four colour stripes of a 1M ohm (tolerance of 5%) My question now is don't we have 2 options? I came up with: * Black(0) Brown(1) Blue(x1M) Gold (5%) * Brown(1) Black(0) Green(x100K) Gold(5%) Is there one right and one wrong or are both of these correct?
2017/04/02
[ "https://electronics.stackexchange.com/questions/296202", "https://electronics.stackexchange.com", "https://electronics.stackexchange.com/users/102975/" ]
You are not allowed to start with black except for zero ohm jumper, so only your second suggestion is valid.
What if you wanted the colours of a 1.5 Mohm resistor? Your first option doesn't give any ability to specify a 2nd digit so clearly it is a bad choice. The second option allows colours of brown, green and green meaning 15 x 100 kohm.
171,956
I've had to cancel trips to Switzerland since Covid and am now finally traveling, so I've discovered that my Series 8 Swiss Francs have been replaced. I've accumulated a fair amount over the years and now need to exchange them. I have no bank account in Switzerland. In Zurich, is SNB only place to exchange these old no...
2022/01/29
[ "https://travel.stackexchange.com/questions/171956", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/126404/" ]
There is no daily limit. After all, Switzerland is well known for not really caring about where your money comes from. Of course, nowadays there are more anti-money laundering and anti-tax evasion rules, but they are quite relaxed compared to other countries. For example, there is no limit to the amount of cash that y...
> > In Zurich, is SNB only place to exchange without a fee? > > > > No. I tried to exchange an old banknote at a retail branch of the Banque Cantonale de Genève. The clerk told me I'd have to go to the main office down in the center of town ... or to any post office. I went to the nearest post office, where the w...
171,956
I've had to cancel trips to Switzerland since Covid and am now finally traveling, so I've discovered that my Series 8 Swiss Francs have been replaced. I've accumulated a fair amount over the years and now need to exchange them. I have no bank account in Switzerland. In Zurich, is SNB only place to exchange these old no...
2022/01/29
[ "https://travel.stackexchange.com/questions/171956", "https://travel.stackexchange.com", "https://travel.stackexchange.com/users/126404/" ]
There is no daily limit. After all, Switzerland is well known for not really caring about where your money comes from. Of course, nowadays there are more anti-money laundering and anti-tax evasion rules, but they are quite relaxed compared to other countries. For example, there is no limit to the amount of cash that y...
From <https://www.snb.ch/en/iabout/cash> (emphasis mine): > > Banknotes from the eighth series still held by the general public or economic agents, as well as banknotes accepted by the latter, **can thus be exchanged at any time and for an unlimited period at the SNB cashier's office in Berne and Zurich or at an SNB ...
83,566
I have finished my M.Sc. in Applied Mathematics in 2016. I wish to pursue a PhD. Currently I am preparing for GATE (Graduate Aptitude Test in Engineering, a master’s-level national entrance exam in India). In this respect, I have a few questions. 1. If I only have a valid GATE score but no CSIR-JRF NET qualification,...
2017/01/20
[ "https://academia.stackexchange.com/questions/83566", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/20923/" ]
When it comes to knowledge I make the (admittedly vague) distinction between general knowledge anyone in the field would have and specific knowledge that an expert probably would need to look up. For the first kind I use pen and paper. Pen and paper is better for learning things by heart and for this kind of knowled...
I used and still use pen and paper, although for my discipline, I bought engineering paper so that I put graphs on the left page and content on the right page. That is what I used for lectures and presentations. There are limitations on a digital format unless you turn it into a glorified writing pad. You cannot mark a...
83,566
I have finished my M.Sc. in Applied Mathematics in 2016. I wish to pursue a PhD. Currently I am preparing for GATE (Graduate Aptitude Test in Engineering, a master’s-level national entrance exam in India). In this respect, I have a few questions. 1. If I only have a valid GATE score but no CSIR-JRF NET qualification,...
2017/01/20
[ "https://academia.stackexchange.com/questions/83566", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/20923/" ]
When it comes to knowledge I make the (admittedly vague) distinction between general knowledge anyone in the field would have and specific knowledge that an expert probably would need to look up. For the first kind I use pen and paper. Pen and paper is better for learning things by heart and for this kind of knowled...
The support is probably the least relevant part. What you actually need is a structure to organise your notes. If it goes well digitally for you, go for it. At the end, it all depends on how you function. I know that if I need to learn something, I better write it on paper than on a machine, unless it's computer prog...
83,566
I have finished my M.Sc. in Applied Mathematics in 2016. I wish to pursue a PhD. Currently I am preparing for GATE (Graduate Aptitude Test in Engineering, a master’s-level national entrance exam in India). In this respect, I have a few questions. 1. If I only have a valid GATE score but no CSIR-JRF NET qualification,...
2017/01/20
[ "https://academia.stackexchange.com/questions/83566", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/20923/" ]
In [this article](https://sites.udel.edu/victorp/files/2010/11/Psychological-Science-2014-Mueller-0956797614524581-1u0h0yu.pdf), "The Pen is Mightier than the Keyboard," the researchers tested this very issue. They found that taking notes with pen and paper is more effective... but, that was because students who typed ...
When it comes to knowledge I make the (admittedly vague) distinction between general knowledge anyone in the field would have and specific knowledge that an expert probably would need to look up. For the first kind I use pen and paper. Pen and paper is better for learning things by heart and for this kind of knowled...
83,566
I have finished my M.Sc. in Applied Mathematics in 2016. I wish to pursue a PhD. Currently I am preparing for GATE (Graduate Aptitude Test in Engineering, a master’s-level national entrance exam in India). In this respect, I have a few questions. 1. If I only have a valid GATE score but no CSIR-JRF NET qualification,...
2017/01/20
[ "https://academia.stackexchange.com/questions/83566", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/20923/" ]
In [this article](https://sites.udel.edu/victorp/files/2010/11/Psychological-Science-2014-Mueller-0956797614524581-1u0h0yu.pdf), "The Pen is Mightier than the Keyboard," the researchers tested this very issue. They found that taking notes with pen and paper is more effective... but, that was because students who typed ...
I used and still use pen and paper, although for my discipline, I bought engineering paper so that I put graphs on the left page and content on the right page. That is what I used for lectures and presentations. There are limitations on a digital format unless you turn it into a glorified writing pad. You cannot mark a...
83,566
I have finished my M.Sc. in Applied Mathematics in 2016. I wish to pursue a PhD. Currently I am preparing for GATE (Graduate Aptitude Test in Engineering, a master’s-level national entrance exam in India). In this respect, I have a few questions. 1. If I only have a valid GATE score but no CSIR-JRF NET qualification,...
2017/01/20
[ "https://academia.stackexchange.com/questions/83566", "https://academia.stackexchange.com", "https://academia.stackexchange.com/users/20923/" ]
In [this article](https://sites.udel.edu/victorp/files/2010/11/Psychological-Science-2014-Mueller-0956797614524581-1u0h0yu.pdf), "The Pen is Mightier than the Keyboard," the researchers tested this very issue. They found that taking notes with pen and paper is more effective... but, that was because students who typed ...
The support is probably the least relevant part. What you actually need is a structure to organise your notes. If it goes well digitally for you, go for it. At the end, it all depends on how you function. I know that if I need to learn something, I better write it on paper than on a machine, unless it's computer prog...
29,183,312
Any idea on how to force chrome devtools - sources - '[go to member](https://developer.chrome.com/devtools/docs/shortcuts#sources-panel)' Ctrl+Shift+O to take preference over bookmark manager? chrome version [41.0.2272.101 m] on windows 8.1
2015/03/21
[ "https://Stackoverflow.com/questions/29183312", "https://Stackoverflow.com", "https://Stackoverflow.com/users/506843/" ]
The go to member shortcut only works when you have a JavaScript file open already.
This feature will become available upon opening the first source file tab - as I had closed them all, chrome had nothing to look up on. I was (unrealistically?) expecting the search to traverse all sources on the tree...
36,509
I think "pater" is a greek word that could not be translated as "parents", because pater mean father and in plural mean "fathers" always. And I saw many translators who accept the wrong translation, but why? Is there any good reson to choose this translation? I want to proof me that. I guess the word goneus can be used...
2018/12/13
[ "https://hermeneutics.stackexchange.com/questions/36509", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/27858/" ]
In his commenatry on Hebrews 11:23, Franz Delitzsch wrote,1 > > Nor could the writer of our epistle, though following the ἰδόντες of the LXX., have meant to exclude Jochebed, nor indeed does he do so: **πατέρες elsewhere is not unfrequently equivalent to the more usual οἱ γονεῖς = parents, male and female.** Comp. no...
According to the BDAG entry for "pater" #1b, the plural word ("pateron" here in Heb 11:23) can mean "parents" generally, that is both father and mother collectively. It then lists three instances of this in the NT, namely Heb 11:23, Eph 6:4, Col 3:21. This is perfect example of the aphorism that in Greek (as often in ...
36,509
I think "pater" is a greek word that could not be translated as "parents", because pater mean father and in plural mean "fathers" always. And I saw many translators who accept the wrong translation, but why? Is there any good reson to choose this translation? I want to proof me that. I guess the word goneus can be used...
2018/12/13
[ "https://hermeneutics.stackexchange.com/questions/36509", "https://hermeneutics.stackexchange.com", "https://hermeneutics.stackexchange.com/users/27858/" ]
In his commenatry on Hebrews 11:23, Franz Delitzsch wrote,1 > > Nor could the writer of our epistle, though following the ἰδόντες of the LXX., have meant to exclude Jochebed, nor indeed does he do so: **πατέρες elsewhere is not unfrequently equivalent to the more usual οἱ γονεῖς = parents, male and female.** Comp. no...
Well, "πατήρ" is a greek word that in the plural, πατέρων, CAN be translated as "parents", i.e. father+mother.Let's have a look in 2-3 lexicons. > > **Gingrich's Greek Lexicon** and **Thayer's Greek Lexicon**: πατέρων: plural > parents — b. forefather, ancestor, progenitor Mt 3:9; 23:30, 32; Mk > 11:10; Lk 1:73; 16...
932,872
I have two Internet connections, how can I have downloads go through one and uploads go through the other without a new router? I was thinking two network cards in a computer, but how do you connect to both and route downloads/uploads to the different connections?
2015/06/26
[ "https://superuser.com/questions/932872", "https://superuser.com", "https://superuser.com/users/50313/" ]
[Dispatch proxy](https://github.com/Morhaus/dispatch-proxy) may work here, and in fact this is one of the use cases suggested, and may do even more. 1. You need two connections, and ideally if they're on seperate routers *non overlapping* ip address ranges. 2. run dispatch proxy (or I guess any proxy), and bind it to...
This is not possible, unless you are running all connection with UDP (but not every application is supported), TCP handshake process is already included upload
932,872
I have two Internet connections, how can I have downloads go through one and uploads go through the other without a new router? I was thinking two network cards in a computer, but how do you connect to both and route downloads/uploads to the different connections?
2015/06/26
[ "https://superuser.com/questions/932872", "https://superuser.com", "https://superuser.com/users/50313/" ]
[Dispatch proxy](https://github.com/Morhaus/dispatch-proxy) may work here, and in fact this is one of the use cases suggested, and may do even more. 1. You need two connections, and ideally if they're on seperate routers *non overlapping* ip address ranges. 2. run dispatch proxy (or I guess any proxy), and bind it to...
I am always amazed by people here who put weird answers, anyway Yes you can make that, but it's tricky here by using QOS So lets say you have 2 routers each one have different WAN IP and both of them gives your PC same StaticIP for both Ethernet/Wireless card easy for now :P the next step is using QOS service On the...
1,819,591
It is possible to work with a Delphi 5 project in the Delphi 2009 IDE by referencing the Delphi 5 version of dcc32? If so are there any issues to watch out for concerning the way that project settings (search paths, conditional defines etc.) are implemented in 2009? Edit: Just to clarify I am also upgrading the proje...
2009/11/30
[ "https://Stackoverflow.com/questions/1819591", "https://Stackoverflow.com", "https://Stackoverflow.com/users/24773/" ]
It depends on what you're trying to accomplish and what limitations you are willing to accept. As far as I know, you can't use the Delphi 2009 IDE to maintain Delphi 5 projects directly. For example, even if you stick to functionality that's common between the two, some properties that are not supported in Delphi 5 ar...
No. That said, it is still Delphi, and assuming you have source or D2009 versions of any custom components it can be modified to compile in Delphi 2009. The layout of the VCL has changed quite a bit since D5, so expect to have to modify your `uses` clauses and probably rewrite some small chunks here and there, but it i...
1,819,591
It is possible to work with a Delphi 5 project in the Delphi 2009 IDE by referencing the Delphi 5 version of dcc32? If so are there any issues to watch out for concerning the way that project settings (search paths, conditional defines etc.) are implemented in 2009? Edit: Just to clarify I am also upgrading the proje...
2009/11/30
[ "https://Stackoverflow.com/questions/1819591", "https://Stackoverflow.com", "https://Stackoverflow.com/users/24773/" ]
It depends on what you're trying to accomplish and what limitations you are willing to accept. As far as I know, you can't use the Delphi 2009 IDE to maintain Delphi 5 projects directly. For example, even if you stick to functionality that's common between the two, some properties that are not supported in Delphi 5 ar...
You either port your code to Delphi 2009/2010 level (Unicode), or you may as well not install the product. I suggest you open the project and see where it fails, close the project (without saving anything), find the component versions you need and install them, and once the project opens up in design mode (all compone...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
I tried to use "I" in the first version of my thesis (in mathematics). When my advisor suggested corrections, the most detailed and strongly-worded of them was to use "we"; later, I asked another young professor whether one could use "I" and she said "Only if you want to sound like an arrogant bastard", and observed th...
I don't think there's anything wrong with using *we* in single-author scientific journal papers. It's the tradition, and if you use *I* in scientific papers it stands out, not necessarily in a good way. On the other hand, a PhD thesis is **not** a scientific journal paper, but a PhD thesis, and if you want to use *I* i...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
I tried to use "I" in the first version of my thesis (in mathematics). When my advisor suggested corrections, the most detailed and strongly-worded of them was to use "we"; later, I asked another young professor whether one could use "I" and she said "Only if you want to sound like an arrogant bastard", and observed th...
By all means write "I". By an amusing coincidence, I have in front of me the article *Deformations of Symmetric Products*, a proceedings article published by Princeton University Press. The author is the late George R. Kempf, a distinguished algebraic geometer, and on the very first page I read [not we read:-)]: "My pr...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
I tried to use "I" in the first version of my thesis (in mathematics). When my advisor suggested corrections, the most detailed and strongly-worded of them was to use "we"; later, I asked another young professor whether one could use "I" and she said "Only if you want to sound like an arrogant bastard", and observed th...
Remember that in situations like this, it is common for the author to refer to himself as "this author," e.g., "This author proposes a novel solution to the problem of X."
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
I tried to use "I" in the first version of my thesis (in mathematics). When my advisor suggested corrections, the most detailed and strongly-worded of them was to use "we"; later, I asked another young professor whether one could use "I" and she said "Only if you want to sound like an arrogant bastard", and observed th...
How about using neither? What about using factual voice instead : > > "A new method to study cell differentiation in nematodes is proposed.""A new method to study cell differentiation in nematodes will be proposed." > or > "Figure 4.2 shows that..." > > > Edit : "A new method to study cell differentiation in n...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
Many people in academia encourage the use of “we” instead of “I”, although many other people don’t — I can easily remember that Chomsky, at least in *Aspects of the Theory of Syntax*, do use the first-person singular. Personally, I prefer to use “I”, if I’m the only author. I believe that it sounds much better, not to ...
How about using neither? What about using factual voice instead : > > "A new method to study cell differentiation in nematodes is proposed.""A new method to study cell differentiation in nematodes will be proposed." > or > "Figure 4.2 shows that..." > > > Edit : "A new method to study cell differentiation in n...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
I don't think there's anything wrong with using *we* in single-author scientific journal papers. It's the tradition, and if you use *I* in scientific papers it stands out, not necessarily in a good way. On the other hand, a PhD thesis is **not** a scientific journal paper, but a PhD thesis, and if you want to use *I* i...
Remember that in situations like this, it is common for the author to refer to himself as "this author," e.g., "This author proposes a novel solution to the problem of X."
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
By all means write "I". By an amusing coincidence, I have in front of me the article *Deformations of Symmetric Products*, a proceedings article published by Princeton University Press. The author is the late George R. Kempf, a distinguished algebraic geometer, and on the very first page I read [not we read:-)]: "My pr...
Many people in academia encourage the use of “we” instead of “I”, although many other people don’t — I can easily remember that Chomsky, at least in *Aspects of the Theory of Syntax*, do use the first-person singular. Personally, I prefer to use “I”, if I’m the only author. I believe that it sounds much better, not to ...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
I don't think there's anything wrong with using *we* in single-author scientific journal papers. It's the tradition, and if you use *I* in scientific papers it stands out, not necessarily in a good way. On the other hand, a PhD thesis is **not** a scientific journal paper, but a PhD thesis, and if you want to use *I* i...
Many people in academia encourage the use of “we” instead of “I”, although many other people don’t — I can easily remember that Chomsky, at least in *Aspects of the Theory of Syntax*, do use the first-person singular. Personally, I prefer to use “I”, if I’m the only author. I believe that it sounds much better, not to ...
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
Many people in academia encourage the use of “we” instead of “I”, although many other people don’t — I can easily remember that Chomsky, at least in *Aspects of the Theory of Syntax*, do use the first-person singular. Personally, I prefer to use “I”, if I’m the only author. I believe that it sounds much better, not to ...
Remember that in situations like this, it is common for the author to refer to himself as "this author," e.g., "This author proposes a novel solution to the problem of X."
24,629
> > **Possible Duplicate:** > > [Style Question: Use of “we” vs. “I” vs. passive voice in a dissertation](https://english.stackexchange.com/questions/9986/style-question-use-of-we-vs-i-vs-passive-voice-in-a-dissertation) > > > When the first person voice is used in scientific writing it is mostly used in the f...
2011/05/10
[ "https://english.stackexchange.com/questions/24629", "https://english.stackexchange.com", "https://english.stackexchange.com/users/2499/" ]
By all means write "I". By an amusing coincidence, I have in front of me the article *Deformations of Symmetric Products*, a proceedings article published by Princeton University Press. The author is the late George R. Kempf, a distinguished algebraic geometer, and on the very first page I read [not we read:-)]: "My pr...
How about using neither? What about using factual voice instead : > > "A new method to study cell differentiation in nematodes is proposed.""A new method to study cell differentiation in nematodes will be proposed." > or > "Figure 4.2 shows that..." > > > Edit : "A new method to study cell differentiation in n...
124,214
How do major studios fake the effect of "wear & tear" on the edges of guns and other things? I've always wondered this, but today it got to the point where I figured, why not just ask you guys. I"ve tried painting a greyscale mask, where the edges show a rough concretelike texture (Painted white and use lerp in ue4) bu...
2016/06/20
[ "https://gamedev.stackexchange.com/questions/124214", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/73229/" ]
Certainly when there is some kind of 'finish' worn off of a surface the albedo/diffuse texture changes, but what is also important is, as you note, the specular highlight as well as any glossiness or reflectivity. This is normally done with a grey-scale texture used as a mask to make the worn off sections look matte wh...
Edge effects are generally produced by using multiple surface materials (texture sets) and blending between them with hand-painted or generated edge textures. Note that these materials only exist in the artist's workflow, as they're rendered to a single set of textures for the game. Textures that may contain edge info...