Maybe you were looking for...

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 wor

Add 2 numbers and print the result using Assembly x86

I'm a novice Assembly x86 Learner, and i want to add two numbers (5+5) and print the result on the screen. here is my code: global _start section .text _star

AWS always request MFA code in the browser with Microsoft Authenticator - Can you get it to prompt on your phone?

I use Microsoft Authenticator for my MFA needs. When I log into O365 and need a second authentication factor it will send the request to my device where it pro

No Gradle Tool Window in IntelliJ IDEA 13?

I can't find the Gradle Tool Window in IntelliJ IDEA 13 anymore. Is it removed? Furthermore I can't run any Gradle Tasks within my Gradle build file (via con

Getting "Database is Locked" when trying to move a list of records from one table to another table in SQLite

I have a Public Sub to move a collection of records from one table to another in the same SQLite database. First it reads a record from strFromTable, then writ

Euler function in C++

Can someone explain me, what is mean this Euler function: int phi (int n) { int result = n; for (int i=2; i*i<=n; ++i) if (n % i == 0) {

I got an error in C while making a quick test program [closed]

I know other versions of this questions exist, but all of the answers for them confuse my beginner brain. All I am trying to do is take a sing

setting up a postgres server connection is not working in linqpad 5

I am new to using linqpad 5. I am working with Postgres databases. I wanted to set up a connection in linqpad but there is no driver to connect for Postgres, so