python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Process swap usage with use ID
I've been trying to get a one liner working updated to add the user name for the processes consuming swap on the system but having a hard time getting it to work.
The thread here gave me a pretty good...
Karanpreet Singh
Votes: 0
Answers: 2
Find wrapped strings in a pre-push git hook
I am trying to go through the changes being made in a git push and find any instance of a wrapped string like so: ___('something to be translated') so that I can make some subsequent API calls with th...
Sharkboots
Votes: 0
Answers: 1
How to substitute alternate positions in a string using awk
I have a lookup file that I use to search the available records in file_2 and if such records are present then replace those records with #. Currently my code is substituting the entire record with # ...
Roshni
Votes: 0
Answers: 1
Update declared variables in GIthub Actions workflow
How does one go about updating a variable that is declared in github action workflow?
Consider the following:
name: Test Variable
on:
push:
branches: [ main ]
pull_request:
branches: [ m...
envyM6
Votes: 0
Answers: 1