Tagged Questions
The barebones tag has no wiki summary.
22
votes
20answers
2k views
Anyone NOT using a Web Framework? Why?
I'm well aware of the many reasons to use a web framework. I'm just wondering whether anyone out there is using absolutely no web framework whatsoever to develop their web projects.
I would really ...
3
votes
5answers
702 views
Barebones Linux Server Install
Whats the simplest way to get a barebones linux server installed?
barebones = just enough to get ssh and package manager.
Current I've been using CentOS with server install and removing any packages ...
2
votes
3answers
374 views
How to get started with a bare-bones Eclipse + PyDev
I am planning to move from SPE to Eclipse + PyDev for better code completion. I think SPE's code completion is rather weird.
Anyway, how should I get started with Eclipse + PyDev? I browsed ...
0
votes
1answer
113 views
No frills (non-jQuery) type-ahead for dropdowns?
If I have a bare dropdown box, what is the easiest no frills way to add type ahead?
There is nothing complicated or dynamic about the box itself, it just has a lot of options (here, US States).
...
0
votes
2answers
196 views
Barebones sort algorithm
I have been asked to make a simple sort aglorithm to sort a random series of 6 numbers into numerical order. However, I have been asked to do this using Barebones-a theoretical language put forward in ...