Skip to content

Instantly share code, notes, and snippets.

View AquariusPower's full-sized avatar
💭
"truth is a pathless land" - J.K

AquariusPower

💭
"truth is a pathless land" - J.K
View GitHub Profile
package tests;
import com.jme3.app.SimpleApplication;
import com.jme3.math.Vector3f;
import com.jme3.system.AppSettings;
import com.simsilica.lemur.Button;
import com.simsilica.lemur.Command;
import com.simsilica.lemur.Container;
import com.simsilica.lemur.GuiGlobals;
import com.simsilica.lemur.Label;
@AquariusPower
AquariusPower / ConsoleGuiState.java
Last active March 13, 2016 05:16
Graphical commands console for Lemur GUI (JMonkeyEngine)
Code migrated to:
https://github.com/AquariusPower/CommandsConsoleGUI
@AquariusPower
AquariusPower / FlexibleVotingSystem.txt
Last active March 1, 2016 23:17
Flexible voting system for applications and websites: Favorites, Kudos and Sub-scores. Also Bookmarks and Hashtags considerations.
**Definitions**
What we have today, in many applications and sites, [is a bookmarks system miscalled as "favorites"](http://meta.stackexchange.com/a/26304/222324).
- Like/Dislike, Up/Down: so here we have the current voting system, simple, fast (concerning how long we decide on casting a vote), but limited, we cant do much more other than comments that can't be properly queried/quantified.
- Favorites: should mean something you like more then other things, something that comes before others. [This query](http://data.stackexchange.com/stackoverflow/query/132181/most-favorited-questions), unfortunately, has dubious significance nowadays.
- Bookmark: is something you intend to look at, at a later time, and within the bookmarks you can have your favorites, but, despite being on a similar context, they are clearly two different concepts. You can have thousands of bookmarks but you only like or need to revisit a handful of them.