I need to monitor servers in a cross-platform environment : Windows, Unix (Aix, Solaris) and Linux. It means : get processes, find some files, ... So i am focu
#include <stdio.h> int main(int argc, char **argv[]){ int i = 0; char ch[100]; FILE fp*; fp = fopen(argv[1], "w"); char str[1000]; if(argc > 4){
I'm trying to make the bot send messages when a button is clicked in the on_ready function to detect if someone is in the voice channel or not. But it is not se
Let's take an example. I have two Text components as below: <View style={{flexWrap: 'wrap'}}> <Text>12345</Text> <Text>67890</
I have a normal activity, let's call it A, and it's the first activity presented to the user when opening the app. Activity A has a button that launches an acti
According to the documentation, Your app can support multiple document types by adding additional document group scenes So I have two different document types
I'm trying to bundle the project with webpack 5. There is a problem with dynamic import, and I can't fix it, so I decided to exclude this library from the bundl
I am trying to implement deleteUser function in cognito which allows the user to delete their own account information by using this code void deleteUser() async