A small program written to be read and executed by a command interpreter or another scripting language.
1
vote
0answers
58 views
Python thread that monitors a script
I need to create a python script that monitors another python script, specifically, some variables from it. I was thinking of creating an independent thread in the "observer script" that does this. ...
1
vote
0answers
26 views
which objc library support redis 2.6, eval and script?
which objc library can support redis 2.6's command,eval script?
the ObjCHiredis can't do these.
--------
COMPLETE
commandArgv method can solve this question.
for example:
commandArgv:[NSArray ...
1
vote
0answers
76 views
File Attachment Seems Corrupt
I have a problem with this script.
Basically I recevied the email with the attachment
http://imageshack.us/photo/my-images/204/examplenp.png
But when I try to open it seems to be corrupted
...
1
vote
0answers
49 views
jQuery load AND submit form
I have a "simple" quest...
I looking for a way to submit AND load...
<script>
$(document).ready(function(){
$(".navigation").click(function(){
...
1
vote
0answers
166 views
PHP Script for FFMPEG conversion
Not been programming for long, so go easy.
Basically I'm attempting to write a PHP script that'll be able to automatically convert a folder full of .mp4's for me, and make them .flv's. This will be ...
1
vote
0answers
31 views
Calculate certain # of business days from user entered date
I'm working on a PDF where the user enteres a date in field "startdate."
I need script to populate field "date1" with a new business date a specified number of days.
For example:
User types 9/7/2012 ...
1
vote
0answers
100 views
Regarding graphics scripts, and live wallpapers
I have came upon a guide where it teaches how to use a custom graphics script to render alot of particles for a live wallpaper,
my question is, if i have a lot of large bitmaps(images) want to ...
1
vote
0answers
100 views
Google Script Quota Issues: Gmail Read
I'm having a bit of trouble with my google script code. I'm trying to make a script that will automatically take any email that is sent with 'Events' in the subject and parse the text to add it to ...
1
vote
0answers
81 views
Executing a PHP script from C++ is slow under Windows
In a project I'm working on I need to call a PHP script from a C++ application.
Currently I'm doing this in the following way:
std::system("php -f file.php");
Running the code under Linux ...
1
vote
0answers
58 views
how to disable script error in axMozillaBrowser control c#/.net
please somebody tell me how can i disable script error in axMozillaBrowser control (Mozilla ActiveX control) c#/.net
i used this code but it's not working:
axMozillaBrowser1.ScriptErrorsSuppressed = ...
1
vote
0answers
88 views
adsense loads in the wrong iframe
I´m having a big big problem with adsense, no matter what I do the adsense result iframe is loading inside other iframe. I´m using WordPress + Bootstrap Framework.
This particular site has two ...
1
vote
0answers
151 views
How do I make a random folder load inside a div on load
Ok, first of all I'm sorry if my question appears unclear as I'm going to find it hard to explain. I don't know if you guys help with the coding at all but if you could set me off in the right ...
1
vote
0answers
135 views
How can I print the output of a shell script to my html page?
I'm working with a tomcat server, javascript, and a .java & a .vm file. All the html is in the .vm file and all these files are connected. The reason in stating these facts is to show that if ...
1
vote
0answers
77 views
Incorrect syntax in SQL script when I try to run it on the server
I have this SQL script that I need to run. It creates an aggregate that I need.
CREATE AGGREGATE [dbo].[MLRXYZ]
(@x1 [float], @x2 [float], @x3 [float], @x4 [float])
RETURNS [xml]
EXTERNAL NAME ...
1
vote
0answers
40 views
Running ipython script using a new extenction
I am writing an IPython extension that defines a new shell transformer (see http://ipython.org/ipython-doc/dev/api/generated/IPython.core.prefilter.html#IPython.core.prefilter.PrefilterManager), and I ...
1
vote
0answers
101 views
Xcode: setting version in build script
I am trying to set up an automated version number for releases using a script.
My very first build phase (after Target Dependencies) is a Run Script using this script:
if [ "${CONFIGURATION}" = ...
1
vote
0answers
151 views
Zenity Multiple selection in checklist option unix
How to select all options at a time in Zenity in Unix, Using checklist we can only select one option at a time.
I tried to use --multiple but it is not working.
Kindly suggest me something to do.
1
vote
0answers
283 views
Get div from other website by PHP script
I have a headbreaking question on one of my projects. I want to render a specifications div from an another website into mines (I've permission).
It concerns the following website: ...
1
vote
0answers
169 views
Python Script Engine not created in MSScriptControl
I am trying to use Python from Excel 2003 by means of MSScriptControl. I followed all the steps required, as indicated on various topics here and elsewhere, such as:
Installing ActivePython
Adding ...
1
vote
0answers
133 views
Google Spreadsheets Scripting Server Error
I have some spreadsheets that use the scripting feature to move, process, and create data in Google Spreadsheets, but recently, when I try to check the Script Manager or Script Editor on one of these, ...
1
vote
0answers
143 views
Google Apps Script Server Error Occurred clicking submit - occurs suddenly without script changes
Our spreadsheet scripts have not changed in 3 months. As of yesterday we get the error "Error encountered: we're sorry a server error occurred Please wait a bit and try again" when clicking the ...
1
vote
0answers
32 views
Is it possible to “configure SCM repositories” in xCode from the commandline?
I'm developing a sweet app, so of course I'm using version control. The problem is, I'm a student and I move from computer to computer in the library. I wrote a script to copy my svn config file over ...
1
vote
0answers
98 views
PHP random early ending of script
Long time reader, first time poster
I have a script which imports rows from a CSV file, processes in, then inserts into a MYSQL database, the CSV file itself has around 18,800 rows.
This script runs ...
1
vote
0answers
58 views
Best way to transfer files between .net web service and Mac web service
DI have web service in .net that sends files...
What is the best simple way to write web service on MAC, that will accept those files,do stuff and send them back to server automatically?
I can't do ...
1
vote
0answers
224 views
WPF WebBrowser, Answer Yes to Internet Explorer Script Error
A lot has been said about supressing scripts error in WebBrowser. I'm using solution from SO by Ondrej
The silent mode works nice but there is a problem.
My WPF application has the access to related ...
1
vote
0answers
115 views
php tidy moving script tags to head
I'm trying to run html tidy with show-body-only as true, and it's moving inline script tags into the <head>, so it effectively removes all scripts. Here's my process:
$tidy = new tidy;
...
1
vote
0answers
1k views
Script To Create Multiple Local User Accounts with Specific Settings Windows Server 2003
I need to create 80 local user accounts with the following information/settings:
Username
Full name
Description (will be the same for all users)
Password
Member of Group "Web Reporting Users (Cust)"
...
1
vote
0answers
209 views
xcode UI Automation script runs fine on iPhone but fails on iPad
I have scripts in UI Automation which I do run on iPhone (real device and also SW simulator) and they are working fine. But when I run the scripts on iPad the script fails.
example:
...
1
vote
0answers
80 views
Editing files of Xcode project from different Mac Application
I am new to scripting languages. I have a mac application which takes path of a particular file say it is a .h or .m file.Can I edit the .h or .m file using some script such as applescript/shell ...
1
vote
0answers
64 views
How to download Java SDK from a script?
I've noticed that many scripts use a URL like the following to download the JRE:
http://javadl.sun.com/webapps/download/AutoDL?BundleId=SOMENUMBER
Where do these URLs come from, and are there some ...
1
vote
0answers
38 views
People from a certain county have problems with registering in my Android app
I have built a small game for Android, which have gotten a good amount of users.
The app will support both singleplayer (with highscore, stats) and multiplayer, so in order to do this I need users to ...
1
vote
0answers
34 views
Doesn't seem to be posting
I'm trying to write a login script for a site called Yakedi, its a free-sms service.
Tho as much as I have tried, and normally I don't ask people for help because I like to figure things out on my ...
1
vote
0answers
168 views
script json file create markers and display markers on map
Sorry-> but i'm K.O. with it
I just want my cooord.json file (coming from php/mysql request) to be taken in the javascript's parameters to create marker and display its on the map
first my html ...
1
vote
0answers
207 views
Run part of a build script on a windows box and the rest on linux
My build script runs on linux and invokes things like gcc, shell scripts, etc.
Part of the solution is written in mono and could be compiled easily on linux.
But I want to obfuscate the code. Not ...
1
vote
0answers
61 views
Use scripting language to generate Zipf-like samples
Is there any scripting language function (like in python or bash) that samples from a zipf-like distribution, for exponent 0<a<=1. Zipf-like distribution p(a) can be found, here.
PS: I am ...
1
vote
0answers
468 views
How to kill an android app from another app?
i wanna know how to kill an android app from another, i'm developing a tasker, and i wanna to be able to kill an app selected by the user when an event occurs, i readed about Process.killProcess() but ...
1
vote
0answers
2k views
How to create a php-javascript progress bar while running a script with exec command
I am creating a web application that in a certain moment runs a python script with the exec command in php.
I want to create a progress bar that shows the progress. That python script outputs a json ...
1
vote
0answers
182 views
Tool to wrap a process to allow multiple connections
Is there any tool that wraps a process (e.g. Bash) so that you can make "multiple" network connections to the "shared" process. Each connection can send input (e.g. setting environment variables, ...
1
vote
0answers
170 views
Script File to get Track Names From iTunes
I am working on a project and I need to get the name of track that is currently playing on iTunes. You can think this project as very basic version of Last.fm Scrobbler.
When any user plays any song ...
1
vote
0answers
139 views
Clever way to use aspell to auto correct passage?
I'm pretty new to aspell, but I just wanted to know if there was a way to scan a file using aspell and autocorrect all errors using the first suggestion.
1
vote
0answers
98 views
Monitor JS/CSS files to automatically compress them when changed
I am working on a site on a Linux server that has a lot of JS and CSS involved in it. What I'm looking for is a way to have a folder structure like so:
/js
/js-dev
/css
/css-dev
The idea is that ...
1
vote
0answers
207 views
Easiest way to extract e-mail from the body of thousands of e-mail addresses?
Long story short, I lost my contacts from an old e-mail but I have their e-mail/details in the body of invoices that I forwarded to my current address. I've been copying thousands of e-mail out out by ...
1
vote
0answers
354 views
Flash webcam chatroom script?
I am looking for a free script that I could use as a webcam chat. I am not looking for anything too complicated. Basically, all I need is a small flash app that I can use to display the same video, ...
1
vote
0answers
148 views
Script in vb.net that can disable keyboard shortcuts
I need help for creating a vbscript/javascript in vb.net in stopping keyboard shortcut specially volume down, does anybody have an idea how to do this? thank you.
1
vote
0answers
172 views
Time-specific data - how to do with PHP/MySQL/PDO?
I've got a testing page for an internet radio station on localhost, and it's got this PHP file included in it:
<?php
/*** mysql hostname ***/
$hostname = 'localhost';
/*** mysql username ***/
...
1
vote
0answers
285 views
Photoshop create action to save with filename “DocName-LayerName.png”
I have some images that I'm using as Android drawables (those who know about it will understand the question better). Basically, Android takes images from 3 folders, each for a different resolution, ...
1
vote
0answers
146 views
Windows EC2 command-line from remote linux host
What I have
I have a bare windows 2008 server instance running on ec2.
What I want
Basically I want to be able to run some script on its command line (on the windows command line), ...
1
vote
0answers
382 views
How to extract embedded fonts from pdf file using fontforge script
I am trying to extract fonts from pdf file using following fontforge script
Open("file.pdf")
file = $firstfont
while ( file != "" )
Open(file)
Print($fontname)
file = $nextfont
endloop
...
1
vote
0answers
473 views
Using a script task in SSIS with C# language, how to convert a DTS ActiveX script that creates files and then appends the full file names
I'm trying to convert a DTS process to SSIS and I want to convert a DTS script task that creates 3 files (only creates the file if there’s data to write to it) and then appends the full file names to ...
1
vote
0answers
173 views
Delayed Loading iframe is undefined?
I have an iframe that I am loading after a 1.8 second delay using a javascript css change of visibility:hidden to visibility:visible.
The script below works for Safari and FF, but when the script ...
