Tagged Questions
1
vote
0answers
11 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: ...
-1
votes
1answer
117 views
Check a list of passwords strength [closed]
Is there any way to check a list of passwords whether they strong or not?
I have a list of passwords, around 2000, and want to check them against this policy
Password must contain a minimum of ...
0
votes
0answers
162 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
...
1
vote
2answers
148 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 ...
0
votes
1answer
380 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 ...
0
votes
1answer
125 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 ...
2
votes
3answers
355 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 ...