Skip to main content

All Questions

Tagged with
1 vote
1 answer
70 views

Will running a computer program perpetually damage my computer?

I've written a Node.JS script for a Twitter bot that I made recently. It sends a tweet to the Twitter API at the top of every hour. I plan on running this in my command prompt perpetually, but am ...
David Chopin's user avatar
0 votes
2 answers
1k views

Running JavaScript in Microsoft Edge browser without installing a userscript manager like Tampermonkey

I have a JavaScript script I desire to run each time I use Microsoft Edge; it should effect all webpages of a particular website. It seems to me that naturally to do so I should install a userscript ...
user avatar
1 vote
1 answer
2k views

Keeping command prompt from closing after executing JScript

I have a .js file that I am not allowed to modify. I can execute it by opening cmd.exe and entering the following: cscript my_script.js When I do that, the script runs to completion, and once it is ...
De'Angers Van Zan's user avatar
17 votes
4 answers
55k views

Is there a way to run Javascript without a browser, like a shell or batch script?

Is there a way one could run Javascript the way Python, Bash, Windows Batch or other scripting languages are run? File access and other library functions would be nice but are not required - I'm just ...
Pavel's user avatar
  • 394
0 votes
1 answer
2k views

How to make videos play more than 2x faster

Youtube has an option for playing videos 2x faster than usual, which I find extremely helpful for learning about various topics. But sometimes even then the video is moving too slow for my liking and ...
Sidharth Ghoshal's user avatar
-2 votes
1 answer
624 views

Unity 3D coding language, C# or JavaScript [closed]

Hello to the gaming community. I am a budding game designer, learning to code for the first time in my life. I did learned c++ in school, 8 years back, so I sort of understand the logic when people ...
Hemant Chhabra's user avatar
0 votes
0 answers
2k views

eps ai to png adobe illustrator js script, how to make it look in sub folders?

I found this script online which allows you to batch convert .ai or .eps to png however it only works on one folder at a time, could someone help/tell me what to adjust to make it work on subfolders? ...
user2827759's user avatar
1 vote
0 answers
176 views

Photoshop scripting. Opening & Saving overlapping image stacks

I’ve been getting more and more into star photography and have recently been trying to develop a new style of stacking the photos and creating time-lapse videos from the stacked photos. Example: http:...
jsgillard's user avatar
0 votes
0 answers
203 views

How can I improve or wrap my sed-script?

I instrumented a mvn build to emit profiling data, which I want to analyse later on. Therefore, I made the sed script below, to generate json-data from the profilers output. I call the script with ...
Bastl's user avatar
  • 213
1 vote
2 answers
793 views

Recorder PC Username Logon/Logoff

I need an application/script or some way to record when a user logs onto their PC, when they logoff and the users name. I would like to have it save to a .csv or a data file that I can pull together ...
VAGolfDad's user avatar
0 votes
2 answers
6k views

Running Javascript files (.js)

I've noticed that if you try and run (not edit) a Javascript file, instead of going to edit. It will come up with an error. This error normally sounds like it is missing a reference (your code, not ...
Freesnöw's user avatar
  • 986
0 votes
1 answer
164 views

Stop Firefox requesting JavaScript files squentially

I am using Firefox 3.6.12, when I inspect the site I am working on with Firebug, all the Java script files are requested/loaded in sequence, meaning the page takes a long time to load. When my ...
Dan's user avatar
  • 780
2 votes
4 answers
1k views

running javascript on the command line

I'm a sucker for javascript, and i'm increasingly drawn towards writing script utilities for my everyday needs. Currently I writing these utilities in bash scripts, but i'm not so proficient with ...
Here Be Wolves's user avatar