Tagged Questions

37
votes
12answers
2k views

Library of Useful (Difficult) SQL scripts

Does anyone know here I can find a library of common but difficult (out of the ordinary) SQL script examples. I am talking about those examples you cannot find in the documentation but do need very …
17
votes
6answers
2k views

Using scripts in a master page with ASP.NET MVC

I'm fairly new to ASP.NET MVC, and I'm having a little trouble with scripts... in particular, I want to use jQuery in most pages, so it makes sense to put it in the master page. However, if I do (from …
8
votes
8answers
468 views

Making a C++ app scriptable

I have several functions in my program that look like this: void foo(int x, int y) Now I want my program to take a string that looks like: foo(3, 5) And execute the corresponding function. …
7
votes
2answers
355 views

How To Deploy Your PHP Applications Correctly?

Hi All, How to correctly deploy applications from development to production and how to deal with multiple site configurations. All my development are done thru svn located at var/svn/myapp/trunk and …
7
votes
2answers
359 views

Making an IDE using Pascal Script and SynEdit

Hi, I'm creating a built-in script engine using PascalScript from RemObjects (excellent) and the SynEdit editor. It's almost finished using the IDE example shipped with PascalScript and the IDE …
7
votes
5answers
6k views

What is a simple command line program or script to backup SQL server databases?

I've been too lax with performing DB backups on our internal servers. Is there a simple command line program that I can use to backup certain databases in SQL Server 2005? Or is there a simple …
7
votes
11answers
5k views

How do I get the full path to a Perl script that is executing?

I have Perl script and need to determine the full path and filename of the script during execution. I discovered that depending on how you call the script $0 varies and sometimes contains the …
6
votes
9answers
467 views

Scripting language for C/C++??

Is there a scripting language for C++ (like perl) which can be used for rapid development and use some tool which can convert into C/C++ program to get higher performance for deployment? EDIT: …
6
votes
3answers
95 views

Where Can I Find Demo/Sample Code For Perl 6?

Hi all, I've got myself a copy of Rakudo and I'd love to give it a test drive. After looking around the Internet I found some code snippets of cool Perl 6 stuff, but no complete scripts. Any sites …
6
votes
12answers
905 views

Useful PowerShell one liners

Provide one line PowerShell script that you found useful, one script per answer please. There is a similar question here, but this one gives only links to pages with scripts, lets answers one by one …
6
votes
10answers
958 views

The role of scripting languages in game Programming

So I've been running into a debate at work about what the proper role of a scripting language is in game development. As far as I can tell there are two schools of thought on this: 1) The scripting …
6
votes
5answers
5k views

How do I prompt for input in a Linux shell script?

I want to pause input in a shell script, and prompt the user for choices. The standard 'Yes, No, or Cancel' type question. How do I accomplish this at a typical bash prompt?
5
votes
2answers
96 views

How to: assign vim cursor to a certain line in the window and have the text scroll underneath that cursor position?

You can keep the cursor line in the middle of the screen and then have the text scroll underneath it by setting the scrolloff to a very large number. Ex: :let &scrolloff = 999 To read more …
5
votes
5answers
2k views

How do I write a bash script to restart a process if it dies?

I have a python script that'll be checking a queue and performing an action on each item: # checkqueue.py while True: check_queue() do_something() How do I write a bash script that will check …
5
votes
5answers
242 views

bash stacktrace

I need something like a stacktrace in bash, is that possible? A script is misbehaving. I need to know who calls that script, and who calls the calling script, and so on, only by modifying the …

1 2 3 4 5 35 next
15 30 50 per page