python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to run a python script with dependencies in the command line?
I understand that you can run a python script from the command line by entering in the file name. What changes do I need to make with a file that has dependencies?
To be more specific, I'm using Pycha...
Jack Hasselbring
Votes: 0
Answers: 0
How to create interactive PowerShell script from existing script
I've created a PS script in the past and I would like it to be more interactive.
This is the script I've created.
$csv = Import-CSV 'C:\Users\w0vlnd\Desktop\Powershells\Computers in a specific workgro...
Toon
Votes: 0
Answers: 1
Flag '-c' in kubernetes cronjobs command/args
Creating a Cron Job
What does the flag '-c' do in the Kubernetes Cronjob?
kind: CronJob
metadata:
name: hello
spec:
schedule: "* * * * *"
jobTemplate:
spec:
template:
...

panos
Votes: 0
Answers: 2
How to run a command for a deployed web application (Sencha) on a EC2 AWS?
I have a deployed Sencha web application on an EC2 instance and the database is running on RDS AWS. Now the application gives me an error that:
Refresh required to update application
I know there is...
Persibal
Votes: 0
Answers: 0