CPython Updated +Created
Down quark Updated +Created
Heroku Updated +Created
This feels good.
One problem though is that Heroku is very opinionated, a likely like other PaaSes. So if you are trying something that is slightly off the mos common use case, you might be fucked.
Another problem with Heroku is that it is extremely difficult to debug a build that is broken on Heroku but not locally. We needed a way to be able to drop into a shell in the middle of build in case of failure. Otherwise it is impossible.
Deployment:
git push heroku HEAD:master
View stdout logs:
heroku logs --tail
Drop and recreate database:
heroku pg:reset --confirm <app-name>
All tables are destroyed.
Restart app:
heroku restart
Organization developing quantum dot quantum computer Updated +Created
Propagator Updated +Created
Quantum field theory courses by Tobias Osborne Updated +Created
Quantum Field Theory Demystified by David McMahon (2008) Updated +Created
This didn't really deliver. It does start from the basics, but it is often hard to link those basics to more interesting or deeper points. Also like many other Quantum field theory book, it does not seem to contain a single comparison between a theoretical result and an experiment.
Sphinx (documentation generator) Updated +Created
Squeezed coherent state Updated +Created
Taxicab number Updated +Created
Transcriptional regulation Updated +Created
Abhidhamma Pitaka Updated +Created
Animal Updated +Created
Audacity profile-based background noise removal Updated +Created
List of quotes Updated +Created
Positive-strand RNA virus Updated +Created
It just has RNA that can be transcribed directly by the host ribosome.
randyscotsmithey/feathers-realworld-example-app Updated +Created
MongoDB-based.
So once you install MongoDB, run with:
MONGODB_FEATHERS_REALWORLD=mongodb://localhost:27017/mydb npm start
Tests can be run with:
MONGODB_FEATHERS_REALWORLD=mongodb://localhost:27017/mydb npm run test
but there were 10 failures and 55 passes: github.com/randyscotsmithey/feathers-realworld-example-app/issues/3

Unlisted articles are being shown, click here to show only listed articles.