Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
8answers
18k views

this class is not key value coding-compliant for the key

I am coming to Stack Overflow for a solution to a little problem of mine that I have spent hours trying to solve. I'm trying to link a UILabel with an IBOulet created in my class. That's something so ...
20
votes
6answers
28k views

AWS ssh access 'Permission denied (publickey)' issue

How to connect to a AWS instance through ssh? I have: Signed up at AWS; Created a public key and a certificate at AWS website and saved them to disk; Went to my console and created environment ...
20
votes
8answers
5k views

Random Python dictionary key, weighted by values

I have a dictionary where each key has a list of variable length, eg: d = { 'a': [1, 3, 2], 'b': [6], 'c': [0, 0] } Is there a clean way to get a random dictionary key, weighted by the length of ...
17
votes
6answers
1k views

How can I use the paid version of my app as a “key” to the free version?

Let's say for example that I have some Android app that does X. The free version has ads or basic features. I want to have a paid version that removes the ads and adds extra features. How can I use ...
16
votes
6answers
4k views

Android: automatically choose debug/release Maps api key?

Is it possible to automatically detect, which certificate was used for signing APK? I'd like to have both debug and release Maps certificates in application and pass valid one to MapView constructor. ...
16
votes
3answers
10k views

What is the maximum size of a web browser's cookie's key?

I'm wondering what the maximum size of a web browser's cookie's key is. I know the maximum size of a cookie is 4KB, but does the key have a limitation as well? Thanks!
15
votes
4answers
3k views

Is the primary key automatically indexed in MySQL?

Do you need to explicitly create this or is it implicit when define the primary key? Is the answer the same for MyISAM and InnoDB?
15
votes
4answers
3k views

Simple, secure API authentication system

I have a simple REST JSON API for other websites/apps to access some of my website's database (through a PHP gateway). Basically the service works like this: call example.com/fruit/orange, server ...
12
votes
4answers
11k views

How to detect escape key press with javascript [closed]

Possible Duplicate: Which keycode for escape key with jQuery How to detect escape key press in IE, Firefox and Chrome? Below code works in IE and alerts 27, but in firefox it alerts 0 ...
11
votes
2answers
3k views

problem with “this class is not key value coding-compliant”

I know the meaning of this error, but I'm really struggling with it, and I need someone's help : 2010-09-21 15:03:11.562 Stocks[5605:207] *** Terminating app due to uncaught exception ...
11
votes
1answer
212 views

Is there a class like Dictionary<> in C#, but for just keys, no values?

I guess another way to phrase this would be "Is there a class like List<> in C#, but optimized for checking whether a particular value is present?" I'm sure for a small set of values ...
10
votes
3answers
158 views

Hash keys encoding: Why do I get here with Devel::Peek::Dump two different results?

Why do I get here with Devel::Peek::Dump two different results? #!/usr/bin/env perl use warnings; use 5.014; use utf8; binmode STDOUT, ':encoding(utf-8)'; use Devel::Peek; my %hash1 = ( 'müller' ...
10
votes
1answer
3k views

Check if a specific key is present in a hash or not?

I am working on rails and I want to check whether user key is present or not in session hash. How can I check this? PS: I don't want to check whether this value is nil or not. I want to check weather ...
9
votes
1answer
4k views

How to remove a lua table entry by its key?

I have a lua table that I use as a hashmap, ie with string keys : local map = { foo = 1, bar = 2 } I would like to "pop" an element of this table identified by its key. There is a table.remove() ...
9
votes
7answers
4k views

Is there a Unicode glyph that looks like a “key” icon?

Unicode has a million icon-like glyphs, but they're not always easy to search by, since I don't always know what they look like. Is there a Unicode glyph that looks like a "key"? Or is there a ...
9
votes
5answers
1k views

implementation for product keys

I'm implementing a small application in C, which I would like to sell as shareware for a reasonable price later on. It will start of with a 30-day trial, which I am already quite certain of how to ...
8
votes
3answers
331 views

Primary key versus key

When creating a mysql dump containing the structure of my database, one of the tables shows the following: CREATE TABLE `completedTransactions` ( `paymentId` int(10) unsigned NOT NULL, ...
7
votes
1answer
459 views

Map shift-tab in vim to inverse tab in Vim

I've done some searching and found a wealth of information on binding keys in vim, but I can't find out, for sure, how to map shift-tab. Or what command I need to map it to for it to "tab backwards". ...
7
votes
3answers
650 views

Is there a Python equivalent to Ruby symbols?

Is there a Python equivalent to Ruby symbols? If so then what is it? If not then are we stuck with using strings as our keys in dictionaries only?
7
votes
2answers
1k views

MapActivity: set APIKey programmatically

I currently use a MapActivity in my application. I use it with 2 API Keys. One for debugging, and one for "production" I am fed up with changing these values in the xml layout: <view ...
7
votes
3answers
7k views

PHP API Key Generator

Does anyone know of any API key generator script/class for PHP? The class should have method generate, that would generate a key and isValid() method, to check if the key is valid. Thanks!
7
votes
1answer
2k views

What are differences between Index v.s. Key in MySQL

I know how to use INDEX as in the following code. And I know how to use foreign key and primary key. CREATE TABLE tasks ( task_id INT UNSIGNED NOT NULL AUTO_INCREMENT, parent_id INT UNSIGNED NOT ...
6
votes
5answers
106 views

Using NULL as a key value in a Map

I'd like to know if using NULL as a key in a Map object is considered good style and if not what are the alternatives?
6
votes
1answer
120 views

What's the exact difference between Keys.Control/Shift and Keys.ControlKey/ShiftKey?

What's the exact difference between Keys.Control and Keys.ControlKey/Keys.Shift and Keys.ShiftKey in System.Windows.Forms? I've googled it but nothing specific came up, and it doesn't seem to be ...
6
votes
3answers
165 views

Python: Is it reasonable to use None as a dictionary key?

None seems to work as a dictionary key, but I am wondering if that will just lead to trouble later. For example, this works: >>> x={'a':1, 'b':2, None:3} >>> x {'a': 1, None: 3, ...
6
votes
3answers
276 views

CQRS and primary key: guid or not?

For my project, which is a potentially big web site, I have chosen to separate the command interface from the query interface. As a result, submitting commands are one-way operations that don't return ...
6
votes
4answers
176 views

Iterating through the union of several Java Map key sets efficiently

In one of my Java 6 projects I have an array of LinkedHashMap instances as input to a method which has to iterate through all keys (i.e. through the union of the key sets of all maps) and work with ...
6
votes
3answers
384 views

Place API key in Headers or URL

I'm designing a public API to my company's data. We want application developers to sign up for an API key, so we can monitor use and overuse. Since the API is REST, my initial thought is to put this ...
6
votes
3answers
81 views

Will a key in sql still stay a key in a view

Let's say I have a mysql table called FISH with fields A, B and C. I run SELECT * FROM FISH. This gets me a view with all fields. So, if A was a key in the original table, is it also a key in the ...
6
votes
7answers
1k views

Python: Tuples/dictionaries as keys, select, sort

suppose I have quantities of fruits of different colors, e.g., 24 blue bananas, 12 green apples, 0 blue strawberries and so on. I'd like to organize them in a data structure in Python that allows for ...
6
votes
1answer
197 views

Can I get all keys of a NSKeyedUnarchiver?

I want do something with these step: Encode a kind of object A with NSKeyedArchiver M and I can get a NSData X. Init another kind of object B with NSKeyedUnarchiver N from NSData X. The names of A ...
6
votes
6answers
303 views

construct a unique number for a string in java

We have a requirement of reading/writing more than 10 million strings into a file. Also we do not want duplicates in the file. Since the strings would be flushed to a file as soon as they are read we ...
6
votes
4answers
784 views

Check For Duplicate Records VS try/catch Unique Key Constraint

I have a database table that has a Unique Key constraint defined to avoid duplicate records from occurring. I'm curious if it is bad practice to NOT manually check for duplicate records prior to ...
6
votes
7answers
3k views

Detect caps lock on/off using jQuery

How can I detect caps lock key on/off using jQuery? I have a password textbox, and I allow only small letters so I don't want caps lock key to be on. Is it possible to detect the state of Caps Lock ...
6
votes
4answers
2k views

How can i tell if an object has a key value observer attached

if you tell an objective c object to removeObservers: for a key path and that key path has not been registered, it cracks the sads. like - 'Cannot remove an observer for the key path "theKeyPath" ...
6
votes
8answers
101 views

Records linked to any table?

Hi Im struggling a bit with this and could use some ideas... Say my database has the following tables ; Customers Supplers SalesInvoices PurchaseInvoices Currencies etc etc I would like to be able ...
6
votes
5answers
3k views

How to check for key being held down on startup in Java

I'm trying to write a resolution selection dialog that pops up when a program first starts up. To prevent boring the user, I want to implement the fairly standard feature that you can turn off that ...
5
votes
1answer
183 views

Check/Uncheck all checkboxes with Javascript in a PHP array with keys

I have the following code: <a href="javascript:setCheckboxes3(1);" class="chkmenu">Check All</a> | <a href="javascript:setCheckboxes3(0);" class="chkmenu">Uncheck All</a> | ...
5
votes
1answer
102 views

Using Common Lisp CLOS objects as keys in a hashtable?

I'd like to use Common Lisp CLOS objects as keys in a hashtable. I thought it would be as simple as this: (defclass my-class () ((a :accessor a :initarg a))) (defun my-class= (my-instance-1 ...
5
votes
4answers
1k views

How to script indexes, keys, foreign keys in SQL Server

I would like to get the details of all indexes, keys, and foreign keys from a database in SQL Server (2008). How do I do this? I plan to use this to synchronize those properties across a couple of ...
5
votes
2answers
119 views

How do I prevent MySQL from auto-incrementing the Primary Key while using ON DUPLICATE KEY UPDATE when the duplicate is a different unique column?

Consider the following table: +-------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | ...
5
votes
2answers
304 views

What characters are allowed in a Google App Engine Key?

While testing my Google App Engine application, I search for links which include app engine keys. For example: /story/ag5yZXBsaWUtdGVzdGluZ3IMCxIFU3RvcnkY-w0M/ What characters are allowed in these ...
5
votes
1answer
3k views

Using javascript to scroll iFrame up and down

Is it possible to scroll the iframe window from the parent window using keys or javascript? The iframe content is from another domain different from the parent window. KM
5
votes
5answers
570 views

Cryptography: best practices for keys in memory?

Background: I got some data encrypted with AES (ie symmetric crypto) in a database. A server side application, running on a (assumed) secure and isolated Linux box, uses this data. It reads the ...
5
votes
4answers
2k views

Resource (.resx) file Key naming conventions?

I'm building a C# app that will likely contain a couple resource files to store strings for use in language translation. I'm trying to come up with a naming convention for the Keys in my resouce ...
5
votes
3answers
2k views

Tab key with JEditable fields

I have a page using JQuery and Jeditable to create editable text elements on the page. While editing an element, I would like to be able to tab from one element to the next. I am unsure of how to: ...
5
votes
4answers
956 views

What dotnet collection class's items can be enumerated in “addition order” and retrieved via a key?

I'm lead to believe that I cannot count on the order of items added to a dictionary for enumeration purposes. Is there a class (generic if possible) to which items may be added with a key and which ...
4
votes
2answers
151 views

java swing key bindings - missing action for released key

Having registered key bindings for "SPACE" and "released SPACE" which works as advertised when space is the only key pressed/released, I notice that pressing space, then pressing ctrl (or any other ...
4
votes
3answers
105 views

Swapping keys and values ​​of a map in c++

I'm looking for a function in C++ that for swap the contents of a map ... that is: those that were the keys now become the items and those that the items were now the keys. Can you tell me if there ...
4
votes
6answers
117 views

Getting a vector of largest keys in vector of maps

I have a vector of maps, which looks like this: (def game-vec [{:game 1 :start 123456} {:game 2 :start 523456} {:game 3 :start 173456} {:game 1 :start 123456} {:game 1 ...

1 2 3 4 5 23