Tagged Questions

0
votes
1answer
13 views

Best way to configure a run script?

I am tasked with supportting a run script that uses environment variables to determine which tools to use, which directories to grab source files from, etc. This does not seem like …
2
votes
5answers
61 views

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far sv …
-3
votes
1answer
63 views

catalog php scripts [closed]

i am looking for a php script similar to the screenshot you see here: http://www.siliconsys.com/ is there one? thank you daniel
45
votes
76answers
5k views

What is the most useful script you’ve written for everyday life?

Just wondering what little scripts/programs people here have written that helps one with his or her everyday life (aka not work related). Anything goes, groundbreaking or not. For …
0
votes
3answers
35 views

Helper script/tool for “one a day” reminders applications

I am looking for a helper tool/ script that can be used to power an application that presents some randomized content periodically eg once per day. Example applications are "One a …
0
votes
2answers
19 views

Synchronising scripts / db / files from dev system to web server

I work as a freelance web dev, and up until now have been ftping my scripts / databases / static files to my web server manually, but I'm finding that is too error prone. So I'm lo …
1
vote
5answers
208 views

How to make a python script run like a service or daemon in linux

I have written a python script that checks a certain e-mail address and passes new e-mails to an external program. How can I get this script to execute 24/7, such as turning it in …
0
votes
4answers
155 views

I’m finding rogue code included in my HTML page head — how did it get there and how do I stop it?

My major weakness is securing my sites -- I know, a bad weakness. I have a site now that when I view the source in Firebug, I'm seeing all kinds of scripts with the src of http:// …
4
votes
3answers
220 views

BASH scripts : whiptail file select

I've found a great little program that will allow me to add user friendly GUI's to my Bash Scripts; whiptail However the whiptail man page isn't all that helpful and doesn't pro …
0
votes
3answers
35 views

How to batch execute php script from one php script?

I have a series of php scripts that I want to run in a particular order. I tried using: <?php exec('file1.php'); exec('file2.php'); exec('file3.php'); ?> to accomplish …
1
vote
2answers
38 views

hook scripts tutorials?

Hi I've been trying to find some tutorials on writing hook scripts, and so far my search has been pretty fruitless. Can anyone point me in the direction of a good source? I've chec …
21
votes
16answers
4k views

Is there a simple script to convert C++ enum to string?

Suppose we have some named enums: enum MyEnum { FOO, BAR = 0x50 }; What I googled for is a script (any language) that scans all the headers in my project and generat …
0
votes
3answers
195 views

How to get the date from a file in a bat file?

I'm writing a bat script and I have to save the date from a file to a variable. How can I do that? I will use the variable to check wether the file is older than N days, so it wou …
1
vote
1answer
52 views

Finding/Handling stalled PHP scripts

I use Ajax to kick off a PHP script that can take a few hours to run. It's done asynchronously so the PHP script will complete even if the browser is closed. I need to handle any …
8
votes
4answers
892 views

What are some good Xcode scripts to speed up development?

Xcode allows you to create automated scripts for performing repetitive tasks. What scripts have you written to speed up development?

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