Where can I get a complete set of keyboard key icons? [closed] - keyboard

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a complete set of icons representing the keys on the keyboard. Preferably licensed so I can use them.
It would be awesome if each key had a corresponding 'pressed' icon.
Does anyone know where I might find one?

I guess this is what you are searching for: Free Keyboard Graphics and Key Icons - speedflips. Keyboard key icons as SVG and PNG graphics.
License: Public Domain - Free for commercial and private use
Screenshot:
Demo video:
https://www.youtube.com/watch?v=9eUWKDNdg1E
Hope that helps :)

This is what I found:
http://www.iconarchive.com/show/keyboard-keys-icons-by-chromatix.html
You can't use them for commercial use, have to post an attribution, and there is no 'pressed' version of each key.

Related

Any good resource on Android UI styling [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to learn to make beautiful Android apps.
The things I want to know more about are:
- how to create drawables (with / without states)
- apply borders, change backgrounds
- styling / customising action bar
The resources on developer.android are sparse, I need something in-depth.
Thanks.
First of all developer.android is enough for UI styling if you have gone through all the tutorials thoroughly, however you can have a look at the following links, very informative for UI styling :
Link 1
Link 2

Which tool for generating UML Entity-Relationship Diagrams using text? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Which tool [for any OS... or even web] can I use to generate UML Entity-Relationship diagrams from text?
Thinking something along the lines of http://yuml.me/, really quick to write up.
Thanks for all suggestions.
The list of all textual UML tools (AFAIK) can be found here
I liked these two
Draw.io.
It's easy and you have option to save diagrams to google drive and dropbox
Lucidchart

Where can I find a list of keyboard keycodes? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a place where I can find all the keycodes for keys on a keyboard? (For example, the key up may be #114)
I can't seem to find one no matter what I search :(
Thanks!
Here's a list of keycodes that includes a way to look them up interactively.
I know this was asked awhile back, but I found a comprehensive list of the virtual keyboard key codes right in MSDN, for use in C/C++. This also includes the mouse events. Note it is different than the javascript key codes (I noticed it around the VK_OEM section).
Here's the link:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
You don't mention what language you want to track these in, but I found two for javascript:
http://www.cambiaresearch.com/c4/702b8cd1-e5b0-42e6-83ac-25f0306e3e25/Javascript-Char-Codes-Key-Codes.aspx

Open source Magic Eye generator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Do you remember those Magic Eye images that contain a 3D object? I love them!
Are there any open source programs for generating Magic Eye pictures, which ideally work on Linux.
I found a Gimp plugin, but haven't managed to get it working yet.
There's a package in Ubuntu for a program called Stereograph. It's website is here:
http://stereograph.sourceforge.net/index.html
Here's a tutorial on how to make them using GIMP, Blender and Stereograph:
http://linuxgazette.net/104/kapil.html
It's pretty basic, but you should try openstereogram, it's OS independent:
http://code.google.com/p/openstereogram/
There's also this JavaScript app:
http://guciek.github.com/imagzag.html (use the "Magic Eye" option)

Libraries for Choosing Color? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Do any open source libraries exist for programatically selecting and rating the compatibility of sets of colors using color theory?
It would be very useful to be able to select color palettes based on simple color harmony rules like complimentary, analogous, triadic, and tetradic colors.
I just found this: Harmonies theory and math.
Also of interest is the rest of the EasyRGB site, which will explain how to do RGB to HSV, etc.
While it's not source code, it's the formulas for calculating the values.
Also interesting: "Color Jack"
This isn't a direct answer and it's not open source, but you might take a look at what they are doing at Adobe's Kuler web site. They have API Documentation that might be worth a read.

Resources