Skip to content

Instantly share code, notes, and snippets.

View DeeEmm's full-sized avatar
💭
He who dies with the most toys wins

Mick Percy DeeEmm

💭
He who dies with the most toys wins
View GitHub Profile
@diegoquintanav
diegoquintanav / footer-flask-bootstrap.md
Last active October 15, 2020 19:25
Defining a footer with flask-bootstrap
@thedod
thedod / README.md
Last active May 2, 2023 14:02
Quick workaround for a flask-bootstrap navbar with items at the right side

A quick workaround for a flask-bootstrap navbar with items at the right side, as requested at #126.

Bonus: ability to change navbar's style (navbar navbar-inverse in the example).

  • copy the flask-bootstrap sample app to a folder.
  • overwrite nav.py, __init__.py, and frontend.py with the files here.
@kosso
kosso / background_demo.js
Created March 12, 2011 17:55
Background Service notification for Titanium
/* Kosso : March 12th 2011
This the only way I managed to do this without the app crashing on resume.
Done slightly differently to the KS example, since they unregister the service and
do not use a setInterval timer.
*/
//############ in app.js :
// test for iOS 4+