Questions tagged [beepbeep]

Web Application framework for Erlang inspired by Rails and Merb

From https://github.com/davebryson/beepbeep/:

BeepBeep is a simple Web Application framework for Erlang inspired by Rails and Merb. It follows the principle of convention over configuration – meaning if you follow the code structure layout and a few rules when building your app, it’ll require no extra work on you behalf to map Url requests to your Controllers and Views.

BeepBeep is built on MochiWeb and ErlyDTL, providing a super fast web server and the abiity to define your templates with the Django template language.

3 questions
5
votes
2 answers

Mochiweb Port 80

I am attempting to run BeepBeep through Mochiweb on Port 80. It works if I type sudo ./start_server.sh. Are there any security risks with running Mochiweb like this? If so how to remedy? Thanks!
ewindsor
  • 885
  • 10
  • 24
5
votes
2 answers

Why isn't print(\a) working in IDLE

NOTE I changed the q slightly so that it is not a duplicate anymore. Sorry. I have these time-consuming bioinformatics scripts I am running. I'd like them to sound a beep when they are done. I am on OS X. In a similar thread I found that print '\a'…
The Unfun Cat
  • 29,987
  • 31
  • 114
  • 156
3
votes
1 answer

BeepBeep and ErlyDB integration issue

Further to my adventures with Erlang and ErlyDB. I am attempting to get ErlyDB working with BeepBeep My ErlyDB setup works correctly when run outside of the BeepBeep environment (see Debugging ErlyDB and MySQL). I have basically take the working…
Toby Hede
  • 36,755
  • 28
  • 133
  • 162