The scripting tag has no wiki summary.
-2
votes
0answers
30 views
How to find duration of a video using perl scripts. Is use of FFMPEG and other modules necessary for this ? [closed]
I am a novice to perl hence any help will be much appreciated
2
votes
2answers
328 views
Is bash “finished”? [closed]
Should bash be expected to change in ways that break non-trivial amounts of existing scripts at some point in the (near/<5y) future? How much change has it gone trough in the last ten years ...
66
votes
10answers
2k views
When would using a scripting language within a larger program be useful?
I have heard of several situations of people using say, JavaScript or Python (or something), inside a program written in C#. When would using a language like JavaScript to do something in a C# program ...
2
votes
1answer
90 views
Is there any windows installer maker with decent scripting capabilities? [closed]
I need to do complex dependency processing during the installation of our solution, install a few related programs from their own installers and also probably run a few simple tests to determine ...
4
votes
2answers
153 views
What is a good script language for writing server administration tasks? [closed]
I am administering hundreds of RHEL servers. There are many daily tasks to perform. Right now I am working with bash scripting and python. I was wondering if other languages such as Erlang, Lua, Ruby, ...
0
votes
0answers
17 views
client side scripting and server side scripting [duplicate]
Possible Duplicate:
What are the difference between server-side and client-side programming?
Most of the websites in the internet are coded in both server side scripting language and client ...
-4
votes
7answers
494 views
Should code completion be a consideration when choosing a programming language for a project? [closed]
For high level RAD,
Java / C# is stronger typed than python / ruby looser typed.
So Java / C# can provide more accurate code completion which boost productivity.
We don't want to do meaningless ...
1
vote
3answers
664 views
How did Python become popular as a scripting language? [closed]
I looked at it in my field of work, which is film and pretty much every software we use comes with python as a scripting language: http://en.wikipedia.org/wiki/List_of_Python_software That made me ...
2
votes
1answer
109 views
REST efficiency on count and sum methods
For example, if I have a Customer Transactions Table and I create a REST for it. The fields are: date, description, and total_amount.
I am trying to figure out which one is much more efficient when ...
-1
votes
3answers
239 views
What is the standard term for my role?
I'm doing work that involves writing code and managing developers in a "special projects" division of a large company. I'd like to define my role better and figure out if there's an industry standard ...
0
votes
2answers
342 views
Is JScript dying? And if so, what is Microsoft pushing for in its stead? [closed]
I specifically became interested in JScript because of its sheer similarity to Javascript (yes, I know, they're "the same thing"). My uses for it are console apps, the kind that can receive standard ...
1
vote
2answers
108 views
Requiring multithreading/concurrency for implementation of scripting language
Here's the deal: I'm looking at designing my own scripting/interpreted language for fun. I'm only in the planning stages right now; I want to make sure I have a very strong hold on exactly how I will ...
8
votes
2answers
147 views
Should extension scripts be run in a sandbox?
In particular, this is about game extensions written in lua (luajit-2.0). I was contemplating whether I should restrict what these scripts can do, and arrived at the conclusion that I probably ...
0
votes
2answers
334 views
Create device receive SMS parse to text ( SMS Gateway ) [closed]
I want to have a setup to where a text message containing a command in the body with parameters, will be sent to a script on server space to to be parsed, with a parser I will write. It would look ...
4
votes
1answer
145 views
Scripting custom drawing in Delphi application with IF/THEN/ELSE statements?
I'm building a Delphi application which displays a blueprint of a building, including doors, windows, wiring, lighting, outlets, switches, etc. I have implemented a very lightweight script of my own ...
8
votes
2answers
141 views
Where should I define constants in scripts?
When writing scripts using a modern scripting language, e.g. Powershell or JavaScript, where should I define constants? Should I make all constants global for readability and ease of use, or does it ...
2
votes
2answers
140 views
Automated deployment/installation of development tools [closed]
My team is looking to automate installation/deployment of all of our development tools.
The main driver for this is to ensure that everyone in the team has a consistent development environment setup ...
5
votes
2answers
347 views
What does (Lua) game scripting mean?
I've read that Lua is often used for embedded scripting and in particular game for scripting. I find it hard to picture how it is used exactly.
Can you describe why and for which features and for ...
1
vote
3answers
455 views
What scripting languages can be embedded within HTML?
Most of scripting languages (like Pythong, Perl, etc) generates the whole HTMLfile. However, PHP code can be embedded within html codes. PHP will process only code between <?php ?> tags and ...
0
votes
0answers
150 views
Should I use a heredoc or an external template file in my bash script?
I realise that this question may be down to personal preference but I'm pretty new to bash/shell scripting so thought it'd be worth some research to see if there's some sort of standard/best practise ...
3
votes
1answer
149 views
Is it possible to call an ASPX from UNIX shell script
I want to call an ASPX page from a UNIX script running on a separate server from the ASP Web Server and send the ASPX page information in the URL. Is this possible? If so, what is the script command ...
4
votes
4answers
319 views
What software models are appropriate for daily builds and continuous integration?
On reading the joel test and about daily builds, a discussion with a few tech-lead friends of mine in various companies revealed that they never did daily builds or continuous integration because ...
4
votes
4answers
890 views
Scripting language for filling out web form
I have a job as an intern at a technology company, I was given the unfortunate job of performing some data entry into our web management system. The information entered into the web form is stored in ...
4
votes
5answers
579 views
Is it a good idea to write an OS in a scripting language? [closed]
Is it a good idea to create an OS that's written in a scripting language?
For example, how about creating an OS using Python?
1
vote
2answers
167 views
What defines a language as a scripting language? [duplicate]
Possible Duplicate:
What is the main difference between Scripting Languages and Programming Languages?
I'd like to know what defines a language as a scripting language compared against ...
0
votes
0answers
71 views
Is there any officially recognized, specific determinants that make a language programming/scripting? [duplicate]
Possible Duplicate:
What is the main difference between Scripting Languages and Programming Languages?
I remember when I was first learning web-based programming everyone was intent on ...
1
vote
1answer
76 views
Differentiating between user script input formats
I have a .NET project at work that provides a couple of (Iron)Python scripts to the customers, to allow them to customize the output of the program. The application generates code for certain ...
3
votes
1answer
589 views
What are my choices for server side sandboxed scripting?
I'm building a public website where users share data and scripts to run over some data. The scripts are run serverside in some sort of sandbox without other interaction this cycle:
my Perl program ...
1
vote
2answers
448 views
Adding scripting capability to a .NET application
I already have a working implementation that adds scripting to an application. The application currently generates and compiles scripts from C# snippets (taken from different user provides ...
4
votes
4answers
442 views
When are scripts inside HTML not considered a bad practice?
I am new to web development. While studying the Play framework and JSP, I noticed that they both give an option to place script (in jsp scriptlet) inside HTML, but in both books I am reading they both ...
0
votes
1answer
153 views
Lua-type Java integration with C++
So I'm curious:
I've implemented Lua within C++ a few times before, and while it was relatively simple, it still didn't harness the power that I would have liked.
I love how eclipse works, ...
6
votes
2answers
424 views
Help understanding server-side scripting
As far as I understand, there are basically 3 options for doing server-side scripting these days:
Using scripting languages that can be directly interpreted/executed by the web server (e.g., PHP and ...
5
votes
4answers
485 views
Can JavaScript be used as a general scripting language?
I've used JavaScript and some frameworks (jQuery, Prototype, some node.js) for client-side web programming, but never on the desktop, where I do most of my scripting work in either Python or Bash.
...
1
vote
1answer
683 views
LUA vs Shell scripting vs C for cgi-scripting on embedded devices
I am going to try CGI scripting for implementing a web based Graphical User Interface on an embedded device. What advantages does LUA scripting have over shell scripting or C for implementing dynamic ...
4
votes
4answers
273 views
Storing One-liners [closed]
As programmers, we all have a slew of complex shell/vim/emacs commands that we use over and over again. What's the most efficient way of storing and retrieving these one-liners, so as not to ...
6
votes
3answers
818 views
Can I use Ruby to automate everything?
I face various types of applications (web-based, GUI-based, command-line, etc.) on various platforms (Windows, Linux, etc.) to operate everyday. There is a great opportunity for me to automate tasks ...
8
votes
3answers
203 views
Migration strategies for deprecating in-house scripting language
We have a scripting language that we use internally for many things. It began as a simple evaluation statements for dynamic labels to become a Turing complete language used pervasively throughout our ...
0
votes
1answer
160 views
How do I add another script engine to web browsers under Linux / Windows / Mac?
In my ample (NOT!) spare time, I'm fiddling with Lhogho and wondering how to go about morphing it into a script engine for web browsers, viz
<h1>My First Web Page</h1>
...
0
votes
2answers
647 views
A good tool for browser automation/client-side Web scripting [closed]
I'm interested in adopting a tool/scripting language to automate some daily tasks connected with fighting forum spammers. A brief overview of these tasks: analyze new registrations and posts on a ...
10
votes
2answers
427 views
What is a good way to familiarize myself with PHP, coming from an ASP.NET background?
Currently, I'm very comfortable with building tools/web apps in an ASP.NET environment. I'm not really looking to leave tbh, as I really like C#, ASP.NET, MVC 3, Visual Studio, etc.
However, right ...
0
votes
2answers
274 views
PowerShell guide or reference for .Net Framework?
I'm a java dev that is new to powershell. I know that it's built on the .Net Framework, but I don't have much knowledge with that framework.
Is there a reference guide of some sort that shows what ...
13
votes
5answers
735 views
Why is $ in identifier names for so many languages?
A lot of scripting languages like Perl, Awk, Bash, PHP, etc. use a $ sign before identifier names. I've tried to look up why but never had a satisfactory answer.
0
votes
1answer
442 views
Virtual Machine as development environment [duplicate]
Possible Duplicate:
Reasons to Use a VM For Development
Thoughts on Development using Virtual Machines
I'm currently toying with the idea of using Virtual Machines as my development ...
-2
votes
3answers
259 views
What scripting language to use for large file transfers on windows xp client machines
I'm a java developer that is tasked with creating some scripts that will handle large xml document file transfers by hitting some web service api's from windows xp client machines. There may be other ...
-2
votes
1answer
199 views
Should we embed virtual machines rather than languages
Ok, so I am trying to learn front-end programming. Trying to figure out how javascript is a pain, and various projects (GWT, Coffeescript, Capuccino's objective/j...) are trying to fix this with ...
2
votes
6answers
296 views
In a 4 hour Powershell 101 class should I skip for/while/do and just teach ForEach-Object
I'm making a syllabus to teach non-programmer co-workers PowerShell. The first non-pilot group I will run the course with will be a team that deploys and configures one of our software products. They ...
5
votes
6answers
322 views
PHP as a scripting language
I have reasonable knowledge of PHP, Perl, and Bash. I use Perl for most text processing on my system (find, replace, filter output, etc). I use PHP for web development, allowing a user to view and ...
3
votes
3answers
469 views
Which language and GUI toolkit would you use for a prototype program?
Suppose, I have an idea and I have to put it into code quickly. And then I am presenting it to someone who is not so computer savvy. Which language should I use for quick and dirty coding? And which ...
2
votes
1answer
204 views
Is a partially familiar scripting language desirable?
Given that a program (under development) needs a scripting language, and that for various reasons it's not possible to use an off-the-shelf one as is, I'm considering basing it on the syntax and some ...
4
votes
2answers
967 views
What's better right now: IronRuby or IronPython? [closed]
I have plenty of experience with both Ruby and Python, and I'm looking to embed either one of these on a C# application I'm developing. I don't really care which, but I'd like to know which one ...