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
74,831
This has been asked and answered before, but the answers are for the old interface (predating Google Drive), so I'm asking again. I have about a hundred docs in my Google Docs view, most of which are junk -- they were apparently shared by some other user, and I really don't want them. The only way I can see to remove ...
2015/03/10
[ "https://webapps.stackexchange.com/questions/74831", "https://webapps.stackexchange.com", "https://webapps.stackexchange.com/users/89163/" ]
Short anwser ============ Google Docs (<http://docs.google.com>) doesn't have a way to delete several files at once. Instead of using it for that use Google Drive web UI, Google Drive for PC/Mac or another tool that use the Google Drive API or Google Apps Script. Explanation =========== Operations in the new Google ...
Unfortunately you cannot multi-select files from Docs (or Sheets or Slides) and delete them all at the same time. This kind of file management can only be done from Drive, but it sounds like you're having issues with that. 1. Here are some steps to [find missing files in Drive](https://support.google.com/drive/answer/...
124,620
What would be a good solution for hooking up the satellite TV box (Dish network) in my room to be able to watch it on my PC and possibly record video from it? Please share with me the best cards, cables, software, anything else needed to do this in the most efficient way? I am looking at the WinTV-HVR from Hauppauge....
2010/03/26
[ "https://superuser.com/questions/124620", "https://superuser.com", "https://superuser.com/users/3700/" ]
The fact that they say block all unknown threats makes me believe they are a load of bull. Pardon my American. I would say just run any good program like Malwarebytes and just do the standard safety stuff like don't load attachments that are fishy. If you are so worried about keyloggers load up a linux livecd and use t...
The simple answer would be not enter sensitive information (like logging into your bank account) when you aren't on a trusted computer. Library's, friends computers, public terminals, etc. Those would be the most vulnerable.
144,121
I was requested to split a MySQL in two, it's kind of a horizontal partition, in which some rows correspond to one site, and some other correspond to another site. But they want to split it in two DBs in the same MySQL server. I'm no DB expert but I guess keeping them in the same MySQL server with the same amount...
2010/05/21
[ "https://serverfault.com/questions/144121", "https://serverfault.com", "https://serverfault.com/users/40882/" ]
Running multiple instances on the same server would not be recommended as a solution to a connection limit. If you mean multiple databases on the same instance on the same server that's primarily an architectural consideration and not necessarily a direct solution to a resource issue. It sounds like your server has ...
You are correct, that won't help a connection problem (assuming you mean two dbs and one mysql binary running, not two different mysql installations on the same hardware, which might help but is a totally backwards way of doing it...)
144,121
I was requested to split a MySQL in two, it's kind of a horizontal partition, in which some rows correspond to one site, and some other correspond to another site. But they want to split it in two DBs in the same MySQL server. I'm no DB expert but I guess keeping them in the same MySQL server with the same amount...
2010/05/21
[ "https://serverfault.com/questions/144121", "https://serverfault.com", "https://serverfault.com/users/40882/" ]
Running multiple instances on the same server would not be recommended as a solution to a connection limit. If you mean multiple databases on the same instance on the same server that's primarily an architectural consideration and not necessarily a direct solution to a resource issue. It sounds like your server has ...
You should investigate why you're running out of connections, first and foremost. Do clients grab a connection and then hold it for a long time? Does each child of a web server have its own connection, or does the server manage a connection pool? I recommend turning on the general query log to investigate - it records...
144,121
I was requested to split a MySQL in two, it's kind of a horizontal partition, in which some rows correspond to one site, and some other correspond to another site. But they want to split it in two DBs in the same MySQL server. I'm no DB expert but I guess keeping them in the same MySQL server with the same amount...
2010/05/21
[ "https://serverfault.com/questions/144121", "https://serverfault.com", "https://serverfault.com/users/40882/" ]
You should investigate why you're running out of connections, first and foremost. Do clients grab a connection and then hold it for a long time? Does each child of a web server have its own connection, or does the server manage a connection pool? I recommend turning on the general query log to investigate - it records...
You are correct, that won't help a connection problem (assuming you mean two dbs and one mysql binary running, not two different mysql installations on the same hardware, which might help but is a totally backwards way of doing it...)
70,637
Reading The Intelligent Investor and came across a passage (pg 48) which I felt I couldn't fully grasp. I'd appreciate it if someone could explain it using simpler language: > > Toward the end of 1971 it was possible to obtain 8% taxable interest > on good medium-term corporate bonds, and 5.7% tax-free on good state...
2016/09/12
[ "https://money.stackexchange.com/questions/70637", "https://money.stackexchange.com", "https://money.stackexchange.com/users/48446/" ]
*Toward the end of 1971 it was possible to obtain 8% taxable interest on good medium-term corporate bonds, and 5.7% tax-free on good state or municipal securities. In the shorter-term field the investor could realize about 6% on U.S. government issues due in five years. In the latter case the buyer need not be concerne...
I agree that the paragraph is not well written. It could easily have been put into a more readable table. When he mentions the 6% on U.S. government issues, he says the buyer need not be concerned about loss, as the US government is considered to be reliable and will repay the investor's capital with certainty. For ex...
36,269,673
I know this might sound *extremely* dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no cons...
2016/03/28
[ "https://Stackoverflow.com/questions/36269673", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6063262/" ]
It's located under *Templates->Visual C++->Win32->Win32 Console Application*. If you cannot find it there, it probably means you did not install the Windows SDK. Go to the *Control Panel->Programs and Features*, select *Microsoft Visual Studio Community 2015*, right click on it and select *Change*. The SDK is hidden ...
SOLVED !!! it is generally with windows 10 or xp so when you go to visual c++ there is option of install windows support for ... and let it download bingo!! next time you can see it there install these two [![enter image description here](https://i.stack.imgur.com/cTSOd.jpg)](https://i.stack.imgur.com/cTSOd.jpg) ...
36,269,673
I know this might sound *extremely* dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no cons...
2016/03/28
[ "https://Stackoverflow.com/questions/36269673", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6063262/" ]
It's located under *Templates->Visual C++->Win32->Win32 Console Application*. If you cannot find it there, it probably means you did not install the Windows SDK. Go to the *Control Panel->Programs and Features*, select *Microsoft Visual Studio Community 2015*, right click on it and select *Change*. The SDK is hidden ...
I have same problem. This is the way of show before i fix it. [![with error](https://i.stack.imgur.com/Ywzme.png)](https://i.stack.imgur.com/Ywzme.png) then check you have proper internet connection. net double click and install both. now you can create c++ project. This is new appearance..[![After solve problem](http...
36,269,673
I know this might sound *extremely* dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no cons...
2016/03/28
[ "https://Stackoverflow.com/questions/36269673", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6063262/" ]
It's located under *Templates->Visual C++->Win32->Win32 Console Application*. If you cannot find it there, it probably means you did not install the Windows SDK. Go to the *Control Panel->Programs and Features*, select *Microsoft Visual Studio Community 2015*, right click on it and select *Change*. The SDK is hidden ...
[![enter image description here](https://i.stack.imgur.com/pz1Qt.png)](https://i.stack.imgur.com/pz1Qt.png) Unable to download using VS2015 installer. Even when set to download from internet it will fail Better download winsdksetup.exe at <https://developer.microsoft.com/es-es/windows/downloads/sdk-archive/>
36,269,673
I know this might sound *extremely* dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no cons...
2016/03/28
[ "https://Stackoverflow.com/questions/36269673", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6063262/" ]
SOLVED !!! it is generally with windows 10 or xp so when you go to visual c++ there is option of install windows support for ... and let it download bingo!! next time you can see it there install these two [![enter image description here](https://i.stack.imgur.com/cTSOd.jpg)](https://i.stack.imgur.com/cTSOd.jpg) ...
I have same problem. This is the way of show before i fix it. [![with error](https://i.stack.imgur.com/Ywzme.png)](https://i.stack.imgur.com/Ywzme.png) then check you have proper internet connection. net double click and install both. now you can create c++ project. This is new appearance..[![After solve problem](http...
36,269,673
I know this might sound *extremely* dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no cons...
2016/03/28
[ "https://Stackoverflow.com/questions/36269673", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6063262/" ]
SOLVED !!! it is generally with windows 10 or xp so when you go to visual c++ there is option of install windows support for ... and let it download bingo!! next time you can see it there install these two [![enter image description here](https://i.stack.imgur.com/cTSOd.jpg)](https://i.stack.imgur.com/cTSOd.jpg) ...
[![enter image description here](https://i.stack.imgur.com/pz1Qt.png)](https://i.stack.imgur.com/pz1Qt.png) Unable to download using VS2015 installer. Even when set to download from internet it will fail Better download winsdksetup.exe at <https://developer.microsoft.com/es-es/windows/downloads/sdk-archive/>
36,269,673
I know this might sound *extremely* dumb, but I can't find the console application template in visual studio 2015. When installed I clicked on custom and selected everything so I wouldn't have to go through the hassle of adding files later on so of course I have visual c++ installed. But for some reason there's no cons...
2016/03/28
[ "https://Stackoverflow.com/questions/36269673", "https://Stackoverflow.com", "https://Stackoverflow.com/users/6063262/" ]
I have same problem. This is the way of show before i fix it. [![with error](https://i.stack.imgur.com/Ywzme.png)](https://i.stack.imgur.com/Ywzme.png) then check you have proper internet connection. net double click and install both. now you can create c++ project. This is new appearance..[![After solve problem](http...
[![enter image description here](https://i.stack.imgur.com/pz1Qt.png)](https://i.stack.imgur.com/pz1Qt.png) Unable to download using VS2015 installer. Even when set to download from internet it will fail Better download winsdksetup.exe at <https://developer.microsoft.com/es-es/windows/downloads/sdk-archive/>
51,099,571
[I know it already exists this same question](https://stackoverflow.com/questions/1922816/are-there-any-free-alternatives-to-visualsvn), but since it's from 2009, I want to ask it again to know if there is any good other alternative. In the question I referenced before, they mention: * **AnkhSVN:** Not working in the...
2018/06/29
[ "https://Stackoverflow.com/questions/51099571", "https://Stackoverflow.com", "https://Stackoverflow.com/users/5682825/" ]
Looks like someone took over the old code and got it working with 2019! <https://marketplace.visualstudio.com/items?itemName=PhilJollans.AnkhSVN2019&ssr=false#overview>
If your environment does not allow using the free VisualSVN Community license, and you don't have a paid license, you can try [integrating TortoiseSVN into Visual Studio manually](https://tortoisesvn.net/visualstudio.html). Note that this manual setup enables only a very basic integration because it only adds SVN comma...
92,684
I visited my local pig village during the day to find the last pig man being slaughtered by three werepigs. I have no idea where they came from. I ran for it but couldn't get away from all three. I've seen them transform when fed monster meat and during the full moon, but don't know of any way for three to appear in a ...
2012/11/11
[ "https://gaming.stackexchange.com/questions/92684", "https://gaming.stackexchange.com", "https://gaming.stackexchange.com/users/20800/" ]
[It is a known bug](http://forums.kleientertainment.com/showthread.php?1413-Werepig-Glitches&p=11723&viewfull=1#post11723), and [they're working to fix it](http://forums.kleientertainment.com/showthread.php?1881-Gameplay-pigs-sometimes-don-t-transform-back-when-day-comes&p=14130&viewfull=1#post14130). Basically, if th...
Well, sometimes, Werepigs will stay in that form until the next one to three days. They will be found sleeping outdoors (USUALLY!) when they transform into Pigmen again. If they are chasing you and transform again, they will usually fall asleep, then the next day, run to their village. Hope this is verified information...
103,155
I'm getting a little annoyed of having to wrap primitive types in wrapper objects to store them in collection data structures (sets, maps, lists, etc.) in languages like Java and Objective C. I'd really like to have, say, a Map data structure that works the same way whether I'm mapping NSNumbers to Strings or integers ...
2011/08/23
[ "https://softwareengineering.stackexchange.com/questions/103155", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/35093/" ]
This is basically what happens in C++- the language always knows whether something is a pointer or not. Quite simply, there is no fundamental reason that this is required at all- Java and other languages just do it because they enjoy restricting programmer freedom.
in Java, this seem to be a common paradigm indeed. One can find plenty 3-rd party libraries for collections like you refer to. Some of these were discussed at SO: [What is the most efficient Java Collections library?](https://stackoverflow.com/questions/629804/what-is-the-most-efficient-java-collections-library) Search...
103,155
I'm getting a little annoyed of having to wrap primitive types in wrapper objects to store them in collection data structures (sets, maps, lists, etc.) in languages like Java and Objective C. I'd really like to have, say, a Map data structure that works the same way whether I'm mapping NSNumbers to Strings or integers ...
2011/08/23
[ "https://softwareengineering.stackexchange.com/questions/103155", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/35093/" ]
> > But I don't see any reason why you couldn't make a collection data structure that keeps track of the type of keys and values that wouldn't have this problem. > > > this is exactly the issue in those languages. Due to the way that Generics are implemented in Java and Objective-C, this information is not availa...
in Java, this seem to be a common paradigm indeed. One can find plenty 3-rd party libraries for collections like you refer to. Some of these were discussed at SO: [What is the most efficient Java Collections library?](https://stackoverflow.com/questions/629804/what-is-the-most-efficient-java-collections-library) Search...
103,155
I'm getting a little annoyed of having to wrap primitive types in wrapper objects to store them in collection data structures (sets, maps, lists, etc.) in languages like Java and Objective C. I'd really like to have, say, a Map data structure that works the same way whether I'm mapping NSNumbers to Strings or integers ...
2011/08/23
[ "https://softwareengineering.stackexchange.com/questions/103155", "https://softwareengineering.stackexchange.com", "https://softwareengineering.stackexchange.com/users/35093/" ]
This is basically what happens in C++- the language always knows whether something is a pointer or not. Quite simply, there is no fundamental reason that this is required at all- Java and other languages just do it because they enjoy restricting programmer freedom.
> > But I don't see any reason why you couldn't make a collection data structure that keeps track of the type of keys and values that wouldn't have this problem. > > > this is exactly the issue in those languages. Due to the way that Generics are implemented in Java and Objective-C, this information is not availa...
4,121,297
Can anyone recommend a really advanced book on asynchronous programming in JavaScript? Something that assumes the reader already knows how to do things in JavaScript, but is looking for in-depth analysis on finding the best way. Something that's not about performance tweaks and hacks, but a serious book on architecture...
2010/11/08
[ "https://Stackoverflow.com/questions/4121297", "https://Stackoverflow.com", "https://Stackoverflow.com/users/155979/" ]
I also recommend [Ajax Patterns and Best Practices](https://rads.stackoverflow.com/amzn/click/com/1590596161) along with the other books recommended. [RESTful Web Services](http://oreilly.com/catalog/9780596529260) also describes how to introduce loose coupling between the client and server; as well the reasons to why ...
[Ajax Design Patterns](http://oreilly.com/catalog/9780596101800) is quite a good book. It's a bit dated and the javascript code style is not to my liking but the techniques and design patterns themselves are still highly relevant.
4,121,297
Can anyone recommend a really advanced book on asynchronous programming in JavaScript? Something that assumes the reader already knows how to do things in JavaScript, but is looking for in-depth analysis on finding the best way. Something that's not about performance tweaks and hacks, but a serious book on architecture...
2010/11/08
[ "https://Stackoverflow.com/questions/4121297", "https://Stackoverflow.com", "https://Stackoverflow.com/users/155979/" ]
I also recommend [Ajax Patterns and Best Practices](https://rads.stackoverflow.com/amzn/click/com/1590596161) along with the other books recommended. [RESTful Web Services](http://oreilly.com/catalog/9780596529260) also describes how to introduce loose coupling between the client and server; as well the reasons to why ...
I'd second Ajax Design Patterns. Also from O'Reilly, and a little more current: [Even Faster Web Sites](http://oreilly.com/catalog/9780596522315/). Not apparent from the title, but this one covers a lot of advanced Ajax/asynchronous techniques.
19,704,544
I'm a beginner programmer in my first year of Computer Science. I'm curious about the 32 bit and 64 bit systems, and how it affects developing software. When I download software I need to choose between the two, while other software only has a 32 bit version. * Are there different ways of programming for a 64 bit syst...
2013/10/31
[ "https://Stackoverflow.com/questions/19704544", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2261532/" ]
Generally speaking the main benefit of 64 bit application is that it has access to more memory. Having 32 bit pointer you can access only 4GB of memory. Most modern compilers have option to compile either 32 bit or 64 bit code. 32/64 coding is the same unless you are dealing with huge in-memory objects, where you wou...
An interesting fact/example is that Unix time is stored as a single number. It is calculated as a number of seconds passed from January 1st 1970. This number will soon reach 32-bit size, so eventually we will have to upgrade all of our systems to 64-bit so they can hold such a large number.
19,704,544
I'm a beginner programmer in my first year of Computer Science. I'm curious about the 32 bit and 64 bit systems, and how it affects developing software. When I download software I need to choose between the two, while other software only has a 32 bit version. * Are there different ways of programming for a 64 bit syst...
2013/10/31
[ "https://Stackoverflow.com/questions/19704544", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2261532/" ]
Generally speaking the main benefit of 64 bit application is that it has access to more memory. Having 32 bit pointer you can access only 4GB of memory. Most modern compilers have option to compile either 32 bit or 64 bit code. 32/64 coding is the same unless you are dealing with huge in-memory objects, where you wou...
> > Are there different ways of programming for a 64 bit system? > > > Yes and no. No, in the sense that most of the time you should be able to write platform-independent code, even if you are coding in a language like C. Yes, in the sense that having knowledge of the underlying architecture (not just the word siz...
19,704,544
I'm a beginner programmer in my first year of Computer Science. I'm curious about the 32 bit and 64 bit systems, and how it affects developing software. When I download software I need to choose between the two, while other software only has a 32 bit version. * Are there different ways of programming for a 64 bit syst...
2013/10/31
[ "https://Stackoverflow.com/questions/19704544", "https://Stackoverflow.com", "https://Stackoverflow.com/users/2261532/" ]
> > Are there different ways of programming for a 64 bit system? > > > Yes and no. No, in the sense that most of the time you should be able to write platform-independent code, even if you are coding in a language like C. Yes, in the sense that having knowledge of the underlying architecture (not just the word siz...
An interesting fact/example is that Unix time is stored as a single number. It is calculated as a number of seconds passed from January 1st 1970. This number will soon reach 32-bit size, so eventually we will have to upgrade all of our systems to 64-bit so they can hold such a large number.
99,060
I joined the armature for eye animation with the armature for the head animation by Ctrl+J. Right after that the head becomes very small rotates 90 degrees and jumps into one of the eyes. If I hide the head mesh, then the eyes become very big, move above head and overlap. I managed to partially solve the problem by u...
2018/01/21
[ "https://blender.stackexchange.com/questions/99060", "https://blender.stackexchange.com", "https://blender.stackexchange.com/users/51136/" ]
I had a look at the file. This is caused by your shapekeys that uses vertex groups. Weighting is also assigning vertex groups. And that's what is conflicting here when you skin your headmesh. When i remove the vertex groups for the shapekeys before skinning then all works well. So, first skin the head mesh, then creat...
After joining armatures bones matrices are rewritten relative to new armature and every child object or paint weighted object goes to its local coordinates. So the cleanest way is that first you remove any parenting or weight paint from joining armature and after joining redo skinning and parenting.
384,780
I am finishing up a Drupal site and I have attached a word document on one of my page nodes. I want anonymous people to be able to download it, but they don't even see the document. I do as a logged in user. Any Ideas?
2008/12/21
[ "https://Stackoverflow.com/questions/384780", "https://Stackoverflow.com", "https://Stackoverflow.com/users/3208/" ]
You need to give anonymous users permission to view uploaded files. I'm guessing that you used the upload module. The permissions page is at /admin/user/permissions and under the group "upload module" you are looking for "view uploaded files". -Ed
Assuming you only want to enable this one particular file to anonymous users, you can do it without touching permissions, which would affect your whole site. The simplest way, assuming you have configured downloads as "public" instead of "private" is to just add a link to the document in your page node, like <a href="...
1,800
Does the mail app in iPhones still use POP for Gmail? Or is it updated to use IMAP?
2010/07/21
[ "https://apple.stackexchange.com/questions/1800", "https://apple.stackexchange.com", "https://apple.stackexchange.com/users/-1/" ]
If you pick the Gmail option when setting up your account, it will use IMAP. However, if you set it up [as descibed here](http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=138740), it uses ActiveSync. Doing it this way gives you push notification as well as contact and calendar sync.
The "Gmail" option for iPhone mail configuration has always used IMAP. I would, however, recommend configuring it as an Exchange account, especially now that iOS officially supports multiple Exchange accounts (previously the domain of jailbreakers only). Doing so will push emails, contacts, and calendars directly to th...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
It might be a business decision. It might be a convenience decision. It really depends; the only thing you can say for sure is that it's the decision of the people involved in making the game (developer, publisher, platform vendor, et cetera). You're *assuming* that "iPhone and Android are sending the data to a single...
If you use GameCenter's built-in leaderboard functionality to avoid having to implement leaderboards yourself, then you end up with seperate leaderboards when you make your Android version. For me, it's a decision that goes like this: "I don't want to reimplement a leaderboard server just so I can have cross-platform ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
Different platforms may result in different scores even with the same skills. For example because you were forced to have less enemies on the Android game due to performance issues. This (along with the control difference) is why console and PC games generally never play together (either multiplayer or through leaderb...
If you use GameCenter's built-in leaderboard functionality to avoid having to implement leaderboards yourself, then you end up with seperate leaderboards when you make your Android version. For me, it's a decision that goes like this: "I don't want to reimplement a leaderboard server just so I can have cross-platform ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
If you use GameCenter's built-in leaderboard functionality to avoid having to implement leaderboards yourself, then you end up with seperate leaderboards when you make your Android version. For me, it's a decision that goes like this: "I don't want to reimplement a leaderboard server just so I can have cross-platform ...
New member, can't comment but I agree with these answers. As a gamer I would like to see my "global" rank on a game that is cross platform. However as a Software Developer I understand why they are separate. The first thing that comes to mind is the fact that they are different companies (what @JoshPetrie mentioned). ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
If you use GameCenter's built-in leaderboard functionality to avoid having to implement leaderboards yourself, then you end up with seperate leaderboards when you make your Android version. For me, it's a decision that goes like this: "I don't want to reimplement a leaderboard server just so I can have cross-platform ...
Most of the answers here cover the reasons why.I would like to mention when it comes to iOS and Android development a new situation arises. Apple favors games and apps that use native iOS features. You are more likely to be featured if you are using Game Center for leaderboards. They highly recommend it and may even ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
Different platforms may result in different scores even with the same skills. For example because you were forced to have less enemies on the Android game due to performance issues. This (along with the control difference) is why console and PC games generally never play together (either multiplayer or through leaderb...
It might be a business decision. It might be a convenience decision. It really depends; the only thing you can say for sure is that it's the decision of the people involved in making the game (developer, publisher, platform vendor, et cetera). You're *assuming* that "iPhone and Android are sending the data to a single...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
It might be a business decision. It might be a convenience decision. It really depends; the only thing you can say for sure is that it's the decision of the people involved in making the game (developer, publisher, platform vendor, et cetera). You're *assuming* that "iPhone and Android are sending the data to a single...
New member, can't comment but I agree with these answers. As a gamer I would like to see my "global" rank on a game that is cross platform. However as a Software Developer I understand why they are separate. The first thing that comes to mind is the fact that they are different companies (what @JoshPetrie mentioned). ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
It might be a business decision. It might be a convenience decision. It really depends; the only thing you can say for sure is that it's the decision of the people involved in making the game (developer, publisher, platform vendor, et cetera). You're *assuming* that "iPhone and Android are sending the data to a single...
Most of the answers here cover the reasons why.I would like to mention when it comes to iOS and Android development a new situation arises. Apple favors games and apps that use native iOS features. You are more likely to be featured if you are using Game Center for leaderboards. They highly recommend it and may even ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
Different platforms may result in different scores even with the same skills. For example because you were forced to have less enemies on the Android game due to performance issues. This (along with the control difference) is why console and PC games generally never play together (either multiplayer or through leaderb...
New member, can't comment but I agree with these answers. As a gamer I would like to see my "global" rank on a game that is cross platform. However as a Software Developer I understand why they are separate. The first thing that comes to mind is the fact that they are different companies (what @JoshPetrie mentioned). ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
Different platforms may result in different scores even with the same skills. For example because you were forced to have less enemies on the Android game due to performance issues. This (along with the control difference) is why console and PC games generally never play together (either multiplayer or through leaderb...
Most of the answers here cover the reasons why.I would like to mention when it comes to iOS and Android development a new situation arises. Apple favors games and apps that use native iOS features. You are more likely to be featured if you are using Game Center for leaderboards. They highly recommend it and may even ...
86,665
I noticed that many games (if not most or all) are employing different leaderboards for different platforms. For example, different leaderboard for iOS and Android. Different leaderboard for Xbox and PS. I can't see the logic behind that. After all, let's say iPhone and Android are sending the data to a single servic...
2014/10/30
[ "https://gamedev.stackexchange.com/questions/86665", "https://gamedev.stackexchange.com", "https://gamedev.stackexchange.com/users/3184/" ]
Most of the answers here cover the reasons why.I would like to mention when it comes to iOS and Android development a new situation arises. Apple favors games and apps that use native iOS features. You are more likely to be featured if you are using Game Center for leaderboards. They highly recommend it and may even ...
New member, can't comment but I agree with these answers. As a gamer I would like to see my "global" rank on a game that is cross platform. However as a Software Developer I understand why they are separate. The first thing that comes to mind is the fact that they are different companies (what @JoshPetrie mentioned). ...
346,654
I am currently working with a shapefile made up of multi-part polygons symbolizing zoning areas. Geocortex is a web-based service used to display your data. When I click on a larger polygon in ArcMap the polygon highlights neatly along the lines as a selected feature should. When I do the same through the Geocortex web...
2020/01/06
[ "https://gis.stackexchange.com/questions/346654", "https://gis.stackexchange.com", "https://gis.stackexchange.com/users/156024/" ]
Try re-creating the issue with your own polygon layer: 1. Create a new polygon featureClass, 2. Edit it in ArcMAP 3. Draw all sorts of polygons : Hourglass, Islands, multi-polygon (user the cut/split editing functions). Draw polygons clockwise and anticlockwise. 4. Save all edits 5. Publish as a map service AND as a ...
There are two possible reasons for this behavior: 1. When a geometry is selected when you're zoomed out, and then you zoom in, the highlight may retain the approximate vertices that were returned when you zoom out. To avoid this, you need to re-query the service when you are at the zoom level that you want to use. 2. ...
239,719
I recently heard someone say the following: > > It's cats and dogs out there! > > > As in "it's raining cats and dogs out there." I then thought that person should have said > > Those are cats and dogs out there! > > > because the phrase refers to multiple objects. My hobbyist-linguist friend then said to m...
2015/04/16
[ "https://english.stackexchange.com/questions/239719", "https://english.stackexchange.com", "https://english.stackexchange.com/users/117344/" ]
The use of any plural noun as an adjective, adverb, adjective clause, or adverbial clause does not affect the count of the verb. The verb only cares about the subject of the sentence. What is the subject of this particular sentence? If it were "cats and dogs", then you would be correct to believe the sentence would be...
The idiom can be considered both (1) to be extra-grammatical (here hijacking a reasonably common if far from simple sentence structure and using it in a strange way) and (2) to be using words in a strange way. We'd expect a weather-it sentence to have one or more adverbs or prepositional phrases etc modifying the verb...
239,719
I recently heard someone say the following: > > It's cats and dogs out there! > > > As in "it's raining cats and dogs out there." I then thought that person should have said > > Those are cats and dogs out there! > > > because the phrase refers to multiple objects. My hobbyist-linguist friend then said to m...
2015/04/16
[ "https://english.stackexchange.com/questions/239719", "https://english.stackexchange.com", "https://english.stackexchange.com/users/117344/" ]
The use of any plural noun as an adjective, adverb, adjective clause, or adverbial clause does not affect the count of the verb. The verb only cares about the subject of the sentence. What is the subject of this particular sentence? If it were "cats and dogs", then you would be correct to believe the sentence would be...
Grammatically, "It is raining cats and dogs" makes the verb "rain" transitive. In fact, the verb "rain" is intransitive. In this respect, this archaic idiom is grammatically wrong, from the viewpoint of present day grammar. I think we ought to avoid using this grammatically anomalous expression. You can simply say "It'...
239,719
I recently heard someone say the following: > > It's cats and dogs out there! > > > As in "it's raining cats and dogs out there." I then thought that person should have said > > Those are cats and dogs out there! > > > because the phrase refers to multiple objects. My hobbyist-linguist friend then said to m...
2015/04/16
[ "https://english.stackexchange.com/questions/239719", "https://english.stackexchange.com", "https://english.stackexchange.com/users/117344/" ]
The idiom can be considered both (1) to be extra-grammatical (here hijacking a reasonably common if far from simple sentence structure and using it in a strange way) and (2) to be using words in a strange way. We'd expect a weather-it sentence to have one or more adverbs or prepositional phrases etc modifying the verb...
Grammatically, "It is raining cats and dogs" makes the verb "rain" transitive. In fact, the verb "rain" is intransitive. In this respect, this archaic idiom is grammatically wrong, from the viewpoint of present day grammar. I think we ought to avoid using this grammatically anomalous expression. You can simply say "It'...
17,706,833
Please let me know how to convert 32 bit float to 24 bit normalized value? What I tried is (units \* (1 <<24) but doesn't seem to be working. Please help me with this. Thanks.
2013/07/17
[ "https://Stackoverflow.com/questions/17706833", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1128265/" ]
Technically it's the latter, but depending on the application server, it can be made to *look* like the former because the former is easier to manage. One example is Phusion Passenger. Take a look at <https://www.phusionpassenger.com/> and <http://www.modrails.com/documentation/Architectural%20overview.html>
Second option. In fact it Ruby that boot the application (can have multiple instances depending of the case .i.e: using puma you can request multiple workers to handle requests) then as soon as ready (depending of the side of your application .i.e: if your routes.rb file where you build each URLs is huge, it will take...
112,707
When you frequently log in to a SharePoint website Y on one machine, the browser remembers you with cookies. Then, if you try to go to a different SharePoint website X (totally unrelated site), your browser tries to log you in with the original credentials for website X. Of course, this fails and you get a log in error...
2014/08/21
[ "https://sharepoint.stackexchange.com/questions/112707", "https://sharepoint.stackexchange.com", "https://sharepoint.stackexchange.com/users/32706/" ]
The only way this should be happening is if one website was a sub-domain of another. If so, because of domain cookie sharing, the cookie would be sent to the other website. I've highlighted other concerns when using multiple SharePoint farms where one is a subdomain of another on my blog: <http://steve.thelineberrys....
@user244034 I am not sure I understand this completely. * Is website Y a sub-domain of website X? For ex. X = somewebsite.com, and Y = otherwebsite.somewebsite.com * Are both websites bound to the same SSO provider? If so, this may help, but it is a little old: <http://www.shailensukul.com/2010/05/adfs-2-sharepoint-20...
13,061,751
When connecting to the mail server via the email client, we are forced to use SSL. Yet, we only have a self-signed certificate which the IT dept wants us to trust. What are the real security repercussions?
2012/10/25
[ "https://Stackoverflow.com/questions/13061751", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1470572/" ]
Assuming the root key doesn't leak, which would break down the whole company CA system, the only issue specific to *this use* of a self signed certificate is distribution; a certificate authority certificate is normally already on any computer that needs a connection to the server, while this certificate needs to be di...
This is a more complex question than it might appear. The short answer is that if they are following best practices with regard to protecting their self-signed root CA and deploying the root to client machines (incredibly important!) then there is no additional risk beyond that normally incurred with X509 PKI. The lon...
13,061,751
When connecting to the mail server via the email client, we are forced to use SSL. Yet, we only have a self-signed certificate which the IT dept wants us to trust. What are the real security repercussions?
2012/10/25
[ "https://Stackoverflow.com/questions/13061751", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1470572/" ]
Assuming the root key doesn't leak, which would break down the whole company CA system, the only issue specific to *this use* of a self signed certificate is distribution; a certificate authority certificate is normally already on any computer that needs a connection to the server, while this certificate needs to be di...
Just as the other two have said, it basically relies on how much you trust your company, which is a factor anyway, so it's likely not a big deal (though they could easily get a free SSL certificate from startcom, so I have no idea why they would insist on a self-signed one). But as Paul outlined with his example, it a...
13,061,751
When connecting to the mail server via the email client, we are forced to use SSL. Yet, we only have a self-signed certificate which the IT dept wants us to trust. What are the real security repercussions?
2012/10/25
[ "https://Stackoverflow.com/questions/13061751", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1470572/" ]
Assuming the root key doesn't leak, which would break down the whole company CA system, the only issue specific to *this use* of a self signed certificate is distribution; a certificate authority certificate is normally already on any computer that needs a connection to the server, while this certificate needs to be di...
It's wrong if you are expected to do anything about it such as click dialog boxes accepting certificates. If they are doing their job properly they should distribute the certificate internally such that all required network elements already trust it, e.g. browsers, mail user agents, applications, ... In other words, ...
13,061,751
When connecting to the mail server via the email client, we are forced to use SSL. Yet, we only have a self-signed certificate which the IT dept wants us to trust. What are the real security repercussions?
2012/10/25
[ "https://Stackoverflow.com/questions/13061751", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1470572/" ]
Just as the other two have said, it basically relies on how much you trust your company, which is a factor anyway, so it's likely not a big deal (though they could easily get a free SSL certificate from startcom, so I have no idea why they would insist on a self-signed one). But as Paul outlined with his example, it a...
This is a more complex question than it might appear. The short answer is that if they are following best practices with regard to protecting their self-signed root CA and deploying the root to client machines (incredibly important!) then there is no additional risk beyond that normally incurred with X509 PKI. The lon...
13,061,751
When connecting to the mail server via the email client, we are forced to use SSL. Yet, we only have a self-signed certificate which the IT dept wants us to trust. What are the real security repercussions?
2012/10/25
[ "https://Stackoverflow.com/questions/13061751", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1470572/" ]
This is a more complex question than it might appear. The short answer is that if they are following best practices with regard to protecting their self-signed root CA and deploying the root to client machines (incredibly important!) then there is no additional risk beyond that normally incurred with X509 PKI. The lon...
It's wrong if you are expected to do anything about it such as click dialog boxes accepting certificates. If they are doing their job properly they should distribute the certificate internally such that all required network elements already trust it, e.g. browsers, mail user agents, applications, ... In other words, ...
13,061,751
When connecting to the mail server via the email client, we are forced to use SSL. Yet, we only have a self-signed certificate which the IT dept wants us to trust. What are the real security repercussions?
2012/10/25
[ "https://Stackoverflow.com/questions/13061751", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1470572/" ]
Just as the other two have said, it basically relies on how much you trust your company, which is a factor anyway, so it's likely not a big deal (though they could easily get a free SSL certificate from startcom, so I have no idea why they would insist on a self-signed one). But as Paul outlined with his example, it a...
It's wrong if you are expected to do anything about it such as click dialog boxes accepting certificates. If they are doing their job properly they should distribute the certificate internally such that all required network elements already trust it, e.g. browsers, mail user agents, applications, ... In other words, ...
15,905,674
I am working with Delphi 16 and Fast Reports 4.1. Embarcadero Edidion. Roughly, my question is : Is there a way to force frxReport (connected to a Data Base) to skip some of the table entries during report generation? What I mean can be illustrated as follows: Assume that we have a large table from the database, o...
2013/04/09
[ "https://Stackoverflow.com/questions/15905674", "https://Stackoverflow.com", "https://Stackoverflow.com/users/1921526/" ]
Those function speak regular TCP and DNS, I would assume you need to use a bonjour API, such as <http://dnssd.rubyforge.org/>
Looks like the link from DGM's post stopped working and I don't have the rep for comments :) <https://github.com/tenderlove/dnssd>
2,825,706
I installed **TFS 2010** just to test, and I have no experience with previous versions. Now, the problem is that I have just created some **New Bugs** items but when I run the Report "*Bug Status*" they are not shown. Are these reports created and cached at certain interval of time? Is there a setting that I can chan...
2010/05/13
[ "https://Stackoverflow.com/questions/2825706", "https://Stackoverflow.com", "https://Stackoverflow.com/users/52879/" ]
You'll need to update the refresh frequency of the warehouse: <http://msdn.microsoft.com/en-us/library/ms244694(VS.80).aspx> > > 1. Log on to the application tier of Team Foundation Server. > 2. Start Internet Explorer. > 3. In the Internet Explorer Address box, type <http://localhost:8080/Warehouse/v1.0/warehousecon...
You may also need to change the IncrementalProcessingIntervalSeconds parameter (this is something we picked up in 2010). The blog post below covers this pretty well, as we now have a few more settings to work with regardingreport refreshing: <http://estebanfg.blogspot.com/2011/02/controlling-data-warehouse-refresh-in....
37,345
*Disclaimer: I know very little about complexity theory.* I'm sorry but there is really no way to ask this question without being (terribly) concise: > > **What should be the morphisms in "the" category of Turing machines?** > > > This is obviously subjective and depends upon one's interpretation of the theory,...
2017/01/18
[ "https://cstheory.stackexchange.com/questions/37345", "https://cstheory.stackexchange.com", "https://cstheory.stackexchange.com/users/20887/" ]
Saal Hardali mentioned that he wanted a category of Turing machines to do geometry (or at least homotopy theory) on. However, there are a lot of different ways to achieve similar aims. * There is a very strong analogy between computability and topology. The intuition is that termination/nontermination is like the Sier...
You might be interested in [Turing categories](http://www.sciencedirect.com/science/article/pii/S0168007208000948) by Robin Cockett and Pieter Hofstra. From the point of view of category theory the question "what is *the* category of Turing machines" is less interesting than "what is the categorical structure which und...
524,749
I'm setting up a Windows 7 "resource computer" that will have applications installed like Visio 2013 and others that are used by my employees but not needed enough to buy individual licenses for everyone. I don't have a need for a full blown terminal server for this (even with the current drawbacks), and have set it u...
2013/07/19
[ "https://serverfault.com/questions/524749", "https://serverfault.com", "https://serverfault.com/users/7861/" ]
I am afraid this is still a license violation from [Microsoft Office License term](http://office.microsoft.com/en-001/products/microsoft-software-license-agreement-FX103576343.aspx) LICENSE RIGHTS AND MULTI USER SCENARIOS 1. Computer. In this agreement, "computer" means a hardware system (whether physical or virtual)...
Ignoring the licensing issue for a moment (which is valid and you should definitely take into consideration)... 1) No, there's no way for the server to know whether the user manually disconnected or was simply disconnected due to networking issues. So the best you really have here is the existing idle session limits t...
4,403,999
What is the purpose of tagging in a software release? Thanks
2010/12/09
[ "https://Stackoverflow.com/questions/4403999", "https://Stackoverflow.com", "https://Stackoverflow.com/users/32484/" ]
This is a point in time marker. For example, software released to other people (production, open source) is often given a version number. IE. MongoDB 1.6.5 came out. This I guess be tagged "/tags/mongodb\_1.6.5" This way, any time someone wanted to know EXACTLY what the source code looked like at release mongodb 1.6...
It's so you can keep a copy of the source as it was when that version was released. Example: You work on your project, committing your changes to trunk. When you release, you make a tag of the trunk just as you're ready and there are no more code changes. Then once the release is out there in the wild, you continue ...
4,403,999
What is the purpose of tagging in a software release? Thanks
2010/12/09
[ "https://Stackoverflow.com/questions/4403999", "https://Stackoverflow.com", "https://Stackoverflow.com/users/32484/" ]
In my company we use it to signify that the given revision is special in some way (granted, we use git but mostly the purpose of tagging is the same). We use it for the following: * Mark released versions * Mark the reviewed code portion (with a date, e.g. reviewed-2010-12-10) * Mark special patches, like forward port...
This is a point in time marker. For example, software released to other people (production, open source) is often given a version number. IE. MongoDB 1.6.5 came out. This I guess be tagged "/tags/mongodb\_1.6.5" This way, any time someone wanted to know EXACTLY what the source code looked like at release mongodb 1.6...
4,403,999
What is the purpose of tagging in a software release? Thanks
2010/12/09
[ "https://Stackoverflow.com/questions/4403999", "https://Stackoverflow.com", "https://Stackoverflow.com/users/32484/" ]
This is a point in time marker. For example, software released to other people (production, open source) is often given a version number. IE. MongoDB 1.6.5 came out. This I guess be tagged "/tags/mongodb\_1.6.5" This way, any time someone wanted to know EXACTLY what the source code looked like at release mongodb 1.6...
a tag is a symbolic name for a set of revisions (or in svn a revision). It may correspond to a version number - which is an identifier with many parts meant to convey where in the tree it is, the degree of change from a different version and it's likely compatibility with other applications or libraries.
4,403,999
What is the purpose of tagging in a software release? Thanks
2010/12/09
[ "https://Stackoverflow.com/questions/4403999", "https://Stackoverflow.com", "https://Stackoverflow.com/users/32484/" ]
In my company we use it to signify that the given revision is special in some way (granted, we use git but mostly the purpose of tagging is the same). We use it for the following: * Mark released versions * Mark the reviewed code portion (with a date, e.g. reviewed-2010-12-10) * Mark special patches, like forward port...
It's so you can keep a copy of the source as it was when that version was released. Example: You work on your project, committing your changes to trunk. When you release, you make a tag of the trunk just as you're ready and there are no more code changes. Then once the release is out there in the wild, you continue ...
4,403,999
What is the purpose of tagging in a software release? Thanks
2010/12/09
[ "https://Stackoverflow.com/questions/4403999", "https://Stackoverflow.com", "https://Stackoverflow.com/users/32484/" ]
In my company we use it to signify that the given revision is special in some way (granted, we use git but mostly the purpose of tagging is the same). We use it for the following: * Mark released versions * Mark the reviewed code portion (with a date, e.g. reviewed-2010-12-10) * Mark special patches, like forward port...
a tag is a symbolic name for a set of revisions (or in svn a revision). It may correspond to a version number - which is an identifier with many parts meant to convey where in the tree it is, the degree of change from a different version and it's likely compatibility with other applications or libraries.
133,427
<http://www.economist.com/news/united-states/21588388-georgias-governor-faces-ethics-questions-not-first-time-raw-deal> > > ...., he has two options: accept the charges or rebut them. > > > Is the sentence fragmented, as gerunds or "to" are needed when you have verbs inside an appositive. Should the sentence rew...
2013/10/29
[ "https://english.stackexchange.com/questions/133427", "https://english.stackexchange.com", "https://english.stackexchange.com/users/49119/" ]
I agree with you that the first version sounds somewhat over-staccato. It meaning is, however, quite clear. The composition of parentheticals (here 'accept the charges or rebut them') is not usually scrutinised quite as thoroughly as the syntax of the matrix sentence. Recasting slightly: > > ...., he has two options,...
*accept the charges or rebut them* is **not** two choices — think of it: though it appears so and may be so understood by instinct. Why? What is intended is: … he has **two** options: "to accept the charges," **and** "to rebut them." i.e., … he has two options, to accept the charges, and to rebut them. Howev...