https://github.com/markiewb/linklist
https://github.com/markiewb/linklist
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markiewb/linklist
- Owner: markiewb
- License: apache-2.0
- Created: 2014-11-24T09:59:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T12:02:45.000Z (over 10 years ago)
- Last Synced: 2025-02-08T13:42:26.365Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## UX ##
http://www.joelonsoftware.com/uibook/fog0000000249.html
## Colors ##
http://earthobservatory.nasa.gov/blogs/elegantfigures/2013/08/05/subtleties-of-color-part-1-of-6/
## Privacy ##
http://blog.cloudfender.com/post/102607665327/6-links-that-will-show-you-what-google-knows-about
## Rest##
http://swagger.io/
## UI / JS##
http://controlsjs.com/
## Bytecode ##
* http://bytebuddy.net/
* http://blog.eisele.net/2015/02/byteman-swiss-army-knife-for-byte-code.html
## Presentation ##
* http://nicobruenjes.de/2014/07/praesentationen-mit-reveal-js/
## NetBeans-API ##
* Go to type: http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-java-sourceui/org/netbeans/api/java/source/ui/TypeElementFinder.html
* Open elements: http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-java-sourceui/org/netbeans/api/java/source/ui/ElementOpen.html
* ElementIcons http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-java-sourceui/org/netbeans/api/java/source/ui/ElementIcons.html
* Widgets aus Sourcegroups http://bits.netbeans.org/8.1/javadoc/org-netbeans-modules-java-project-ui/org/netbeans/spi/java/project/support/ui/PackageView.html
* JavaSDK herausfinden http://bits.netbeans.org/8.1/javadoc/org-netbeans-modules-java-project/org/netbeans/spi/java/project/support/PreferredProjectPlatform.html
* Try to find a given node in the logical view by its lookup content
http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-projectuiapi/org/netbeans/spi/project/ui/PathFinder.html