204
votes
129answers
21k views
How do you stop scripters from slamming your website hundreds of times a second?
[update] I've accepted an answer, as lc deserves the bounty due to the well thought-out answer, but sadly, I believe we're stuck with our original worst case scenario: CAPTCHA everyone on purchase …
70
votes
60answers
8k views
What PHP framework would you choose for a new application and why?
Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering these, what framework …
23
votes
10answers
2k views
How to get started with PowerShell?
I played with one of the early beta's of Powershell V1, but haven't used it since it went "gold". What is the best way to get started using Powershell? Which version of Powershell should I be using …
21
votes
9answers
2k views
Very simple, terse and easy GUI programming “frameworks”
Please list GUI programming libraries, toolkits, frameworks which allow to write GUI apps quickly. I mean in such a way, that
GUI is described entirely in a human-readable (and human-writable) plain …
17
votes
29answers
3k views
Hidden features of Bash
Shell scripts are often used as glue, for automation and simple one-off tasks. What are some of your favorite "hidden" features of the Bash shell/scripting language?
One feature per answer
Give an …
16
votes
14answers
1k views
Best IT/back-office system hacks?
Lots of people have things that their systems do for them or for their teams. Source control post-commit hooks are a standard example: have an automated build system that checks out the latest source, …
16
votes
13answers
2k views
How do you use PowerShell?
Windows PowerShell came out last year and got great reviews from many .net bloggers (Hanselman comes to mind). It seemed to be touted as a great new utility that somehow made everything that you would …
14
votes
21answers
1k views
What scripting language should I learn for file/text manipulation tasks?
I am trying to design a script for the automation of a very tedious configuration process we had been doing by hand. The configuration process mostly consists of copying files from various ClearCase …
14
votes
22answers
1k views
Most powerful examples of Unix commands or scripts every programmer should know
There are many things that all programmers should know, but I am particularly interested in the Unix/Linux commands that we should all know. For accomplishing tasks that we may come up against at some …
14
votes
5answers
3k views
How do I create a nice-looking DMG for Mac OS X using command-line tools?
I need to create a nice installer for a Mac application. I want it to be a disk image (DMG), with a predefined size, layout and background image.
I need to do this programmatically in a script, to be …
13
votes
12answers
1k views
Scripting library for Delphi
I'm looking to add scripting capabilities to one of my program.
Do you know a good scripting library for Delphi?
13
votes
49answers
1k views
which language you use for “throw away” programs?
Which language do you use for "throw away" programs? By "throw away" I don't mean perl one liners, but code that is useful for a current project but may not be added to it.
12
votes
12answers
759 views
How do I make the business case for Python?
How would I make a compelling argument for introducing Python into a windows environment? VBscript or Batch scripts will run on any machine and handle most administrative tasks and Java and .Net are …
12
votes
19answers
1k views
Is it worth learning BASH when I know Perl?
All my scripting is done in Perl, I can execute one liners at the command line, and Perl regex seems way easier. Is there anything I can do in BASH that I can't do in Perl?
I just don't feel like a …
12
votes
18answers
2k views
What is the difference between a method and a function
I am a long-time Applescript user and new shell scripter who wants to learn a more general scripting language like Javascript or Python for performance reasons.
I am having trouble getting my head …
