A small program written to be read and executed by a command interpreter or another scripting language.
3
votes
0answers
209 views
SVG Union of Shapes using javascript or d3 or inkscape script like Inkscape GUI does
I am doing a simple website where I put some graphics. Now I do each diagram using Inkscape. I use Inkscape to make UNION operations between the shapes. Then I save the new diagram, do another union, ...
3
votes
0answers
103 views
Icecast triggers
I'm using icecast server + many butt clients to stream audio taken directly from pc microphones.
I would like to know if it does exists a way to execute a script when ANY mount point is added and not ...
3
votes
0answers
386 views
launchd launch agent not executing command
I use the Skype and Adium clients on my Mac at work. I have two scripts (Ruby, if it matters), start_chats and kill_chats that start/kill both applications. These scripts are both executable and ...
3
votes
0answers
188 views
Configure application extension mapping via command line or script
Is there any way to add an IIS 6 application extension mapping via the command line? And in particular I'd like to automate the configuration of the wildcard application map such that the Verify that ...
2
votes
0answers
33 views
Running a php script as a background process using unix
I am trying to run the php script (below) named daemon.php as a back ground process using unix.
#!/usr/bin/php
<?php
$count = 0;
while(true){
$count = $count + 1;
...
2
votes
0answers
62 views
Email to Sms Sending Script using number@service_provider
I have use one service like sending sms to user like number@service_provider (123456@pcs.asa.com) and i am sending a message as email and working fine but getting this message one day or two day ...
2
votes
0answers
128 views
refresh OfflineIMAP on command
I need help writing a script to update offlineIMAP on demand.
It will need to interrupt an already running instance of offlineIMAP, run an offlineIMAP sync, and then proceed with the normal sync ...
2
votes
0answers
86 views
Where do I define the instance ID to start?; node.js
I haven't found an answer for this yet, and I've tried putting the instance ID I want to turn off/on:
ec2 = aws.createEC2Client(yourAccessKeyId, yourSecretAccessKey);
ec2.call("StartInstances", {}, ...
2
votes
0answers
48 views
Posting text string to server side text file using Action Script 3
I'm trying to modify the Storm Flash MP3 player to record the artist name and title of a played/unplayed song. The author updated the player to skip a song if there is an IO Error.
I found the code ...
2
votes
0answers
72 views
Getting Registry Key Value From Multiple PCs
I am trying to find computers within a domain that have a lower program version than required.
So I need to get a registry key for the version number of an application from multiple windows devices.
...
2
votes
0answers
145 views
What's wrong with following jelly script template for cppcheck in email-ext plugin of hudson
What's wrong with following jelly script template for cppcheck in email-ext plugin of hudson.
<!-- CppCheck TEMPLATE -->
<!--<j:set var="cppClassName" value="CppcheckBuildAction" ...
2
votes
0answers
395 views
how do i run script after successful build in jenkins
i am running automated builds in jenkins after successful build the jars are copying in to my scp repository.i configured in post build action publish artifacts in to scp repository. Every thig is ...
2
votes
0answers
105 views
Run the Installjammer setup from a script
I have got stuck with my InstallJammer setup creation. Let me explain what I need.
I have created a template project setup using InstallJammer. I wish to use the same template for all the Projects my ...
2
votes
0answers
112 views
scan image, create links from content (php hopefully)
I'm not sure if this could work, but I've got pictures of maps with #'s inside a little box on top of the map to show locations. See my image example:
I'm hoping to find a script to 'scan' the ...
2
votes
0answers
159 views
CakePHP cakeshell errors “A Notice: Uninitialized string offset: 0 in”
I am trying to run my cake shell script but the output looks like the following:
-bash-3.2$ ../cake/console/cake audit
../cake/console/cake: line 30:/root/site/app: is a directory
Array
(
[0] ...
2
votes
0answers
125 views
Script to remove multiple registry keys for graphics adapter
The goal is to create a batch file which will remove registry entries for multiple versions of a graphics card driver. It should search the HKLM\System\CurrentControlSet\Control\Video registry key and ...
2
votes
0answers
157 views
VxWorks User Script
I am trying to create a script to be executed in VxWorks.
The script should create an output file with specific data.
I would like something like the following:
saveFd = open("myoutput.txt",0x102, ...
2
votes
0answers
172 views
Python Precommit hook, Looking at lines for some text
Hello, my question is regarding a Python script I am trying to get to work. The point of this is that when someone makes a SVN Commit they see a login template with four lines: Branch, Bug_Number, ...
2
votes
0answers
162 views
ajaxify + history.js script loading issues
Im currently using an ajax gist (found here) and it all seemed to be working great. However I then noticed that whenever It changed state, the scripts were not being loaded.
therefore leaving featured ...
2
votes
0answers
383 views
Play video on YouTube in WebBrowser with help script
i need help...
I need to play the video (YouTube) in the component WebBrowser (C#) with a script. I found a script that runs playback :
yt.player.playerReferences_.player1.api.playVideo()
But ...
2
votes
0answers
823 views
Using a jQuery script to play video and pause and set time to 0, I get: this.currentTime = 0; Uncaught Error: INVALID_STATE_ERR
I have several divs that hold video objects. They play on the click of a thumbnail. But I was having a problem with the videos continuing to play 'behind the scenes' if a user click another choice. ...
2
votes
0answers
137 views
YepNope key value pairs not executing as expected
I am starting to learn YepNope and have a script like such:
yepnope([
{
load: 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js',
},
{
test: true,
...
2
votes
0answers
856 views
Script to export layer coordinates to excel
I have found a script that export my layers coordinates form photoshop CS5 to XML
I hope somebody here can help me to edit that script to record coordinates to xls file?
Also if is possible to have ...
2
votes
0answers
96 views
need a database manager support python as script language
I am in seeking for a visual database manager may support both SQL and python as script language to manager database in sqlite, may sorts of "MS Access" alike.
MySQL Workbench may works but it major ...
2
votes
0answers
280 views
Is it possible to have VLC reread automatically an XSPF file between songs using Lua?
First of I have no experience in Lua, just came by it while searching for an answer to my question here on StackOverflow and the internet. If there is any other method you know of that might work I'd ...
2
votes
0answers
209 views
Script to open multiple links in multiple tabs, and then click links in those tabs
I have a bunch of links (200+) of pages on a wiki that are broken (why they are broken is a mystery to me, but is irrelevant to my question). The way to fix these links on the wiki is to 1. open the ...
2
votes
0answers
91 views
How to start Linux applications from Windows and vice verse?
I get a script that is running on Windows and need to start applications on Linux and another script that is running on Linux and need to start applications on Windows. The only way that I think up ...
2
votes
0answers
424 views
Image subfolders in HTML5 Boilerplate Build Script
I'm trying to get the HTML5 Boilerplate build script to minify my img folder. It works fine but it will only compress images within the parent folder.
For example If I had
img folder
img1
img2
...
1
vote
0answers
15 views
Rules and scripting -> Script not run immediately
I am assigning a category to a certain e-mail that then triggers a rule to run a script (in outlook). Everything works fine, I just cannot understand why the script does not run immediately after ...
1
vote
0answers
13 views
How do you write a clearcase script that iterates through a list of selected SPRs and determines if there is a conflict?
Everytime we do a build we select a certain list of "Resolved" SPRs to be included. Too often one (or some) of these SPRs was merged on top of an SPR that was not part of the original selected list ...
1
vote
0answers
39 views
Thermostat control issue
I've got the following Python code for controlling a heater. I'm not a coder: I pinched the original code from Adafruit's DS18B20 tutorial and added to it another piece of code I found on the 'net to ...
1
vote
0answers
40 views
Executing python script from java passing arguments
I Asked some days ago about executing python script from java. It solved my problem partially. But now, I am not able to pass any parameter and make that script to do anything.
My script has to ...
1
vote
0answers
39 views
Changing version of assemblyInfo file does not work
I have a batch file which changes the version of AssemblyInfo cs file in order to update the version of the output dll. my script uses a perl script and includes those lines:
call ...
1
vote
0answers
34 views
Creating R script in web app and execute it against remote database
I have java/JFS web app. I have to make possible creation of custom R script in app, and it's execution on remote Oracle DB with Oracle R Enterprise. I don't even understand the concept. Can a R ...
1
vote
0answers
52 views
NMap won't run in Visual Basic Powershell
I've got a VBA script I wrote in Excel and it launches a .ps1 powershell script that's located elsewhere. The VB script takes input from a cell in the document and uses that cells contents as a string ...
1
vote
0answers
18 views
Any kind of script to log in to WIFI every 90 minutes
I am not looking for a hack. I have wifi at home but I am disconnected every 90 minutes and have to press enter to get back in. I have been mucking about to try and write something that will silently ...
1
vote
0answers
37 views
Redirect from mobile Tumblr profile in Safari to Tumblr app
Tumblr is awful in the way it directs links. If you click on a profile link it will not open the profile in Tumblr, but use the built in browser to display a mobile version of it. So it doesn't know I ...
1
vote
0answers
71 views
Launchd script running but output is missing (Exited with code: 2)
I am trying to execute a script about every minute using launchd
I added a new launchd job plist that looks like this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC ...
1
vote
0answers
38 views
A way to check if a user is running a script?
Background info: Java script for a bot for a game, user runs a loader, enters their username and auth code, and the loader uses URLClassLoader to create an instance of the script to provide for the ...
1
vote
0answers
61 views
Deploy portable R in Linux (Mac ) and a Rscript for quick analysis
I've been searching how to copy-paste Rscript and R (with base libraries) so that the end user can just put a file for analysis , click shell script, and get results .
FOR windows I expect no issue ...
1
vote
0answers
28 views
Changing Run Command in template for Netbeans project - Maintaining settings through new project creation
I'm running into some issues when configuring the properties of a new project template in netbeans.
I have my own script to build and run the project, so I have netbeans call the script in the "Run ...
1
vote
0answers
83 views
Call ApplicationStart Method in Global.asax Without a Request
I'm publishing my asp.net site with iis( my local machine has iis v8, server's iis v7 ).
But I want to start a function in Global.asax.cs immediately without calling a page.
*When I call a page, ...
1
vote
0answers
29 views
script from Gimp into Android Assets?
I'm looking for a way to shorten the work pipeline from gimp
to textures assets into eclipse, while updating java references
to the individual images.
Ideally, I should be able to edit something in ...
1
vote
0answers
230 views
VBSscript to run Excel macro not working
I have been trying to put together a VBSscript that will run an Excell macro. I have used several scripts from other threads on this forum as well as scripts found elsewhere on the web.
I found this ...
1
vote
0answers
35 views
Google Script Add Button To Open A URL
I have the following code below and it produces buttons which send me an email when they are clicked.
I want now to add one button to open up a web page eg www.bbc.co.uk when the button is pressed.
...
1
vote
0answers
125 views
Adding Java code to worklight adapter
I need to call a Java function from the worklight ADAPTER. I have followed the "adding Java to worklight adapter" document, but my problem did not get solved. I was not able to call the function.
The ...
1
vote
0answers
265 views
jQuery - Responsive panel
I want to reveal a panel on my page on page loading. I got this already with a script.
But when the site loads, the panel reveals the whole page -> The other side of my page is scrolling to the right ...
1
vote
0answers
16 views
Know windows username via WebScripting
Hello to you all again dear coders,
I was wondering if it is possible to get the Windows/Mac/Linux username of the pc via Web scripting (Javascript, PHP, ASP.NET, Java , Flash.. Everything)
I know ...
1
vote
0answers
69 views
Use an existing Login (VBS) script and plug (%computer%) in, then trim all but the the last 5 caracters and plug that into another function
I am brand new to VB scripting. Work is making me explore this new avenue. I have always tried to avoid scripting whether it was VB or cmd (windows) because I am a strong believer of Group Policy and ...
1
vote
0answers
64 views
Run the HTML5 Ant Build Script on a server
The HTML5 Ant Build Script seems to be primarily a front end tool - https://github.com/h5bp/ant-build-script
But does anyone know if it's possible to run the build script on a server? Reason for this ...

