Skip to content

Instantly share code, notes, and snippets.

View snicaise's full-sized avatar

Sébastien snicaise

  • Paris
  • 06:37 (UTC +02:00)
View GitHub Profile
1. What's your proudest achievement? It can be a personal project or something you've worked on professionally. Just a short paragraph is fine, but I'd love to know why you're proud of it.
My proudest achievement was that I was part of the very successful Kickstarter campaign (https://www.kickstarter.com/projects/1294225970/kingdom-come-deliverance). I created the official game website based on Ruby on Rails and the official forum based on awesome platform Discourse. The campaign went very well and we hit our target price only after 2 days. After this campaign I upgraded the official website to support pledging. Users could pledge some money and got some rewards such as an early access to the game, an access to forums, a digital copy of the game or even a real sword. The official website has around 110 000 active users per month. Thanks to the created pledging system the game was able to collect another 1 million € since January 2014. I am very happy, that I was part of this. I learned how to solve problems
@snicaise
snicaise / gist:7043833
Last active December 25, 2015 21:39
Récupérer des informations sur ehcache en OQL (eclipse MAT)

Taille

SELECT toString(name), @retainedHeapSize FROM net.sf.ehcache.Cache

Stats

SELECT toString(name), memoryStoreHitCount, diskStoreHitCount, hitCount, missCountNotFound, missCountExpired, @retainedHeapSize FROM net.sf.ehcache.Cache

Paramétrage

SELECT toString(name), maxElementsInMemory, timeToLiveSeconds, timeToIdleSeconds, overflowToDisk