Everyone, good? So I need to extract some information for a research I do at university and I need to extract some data from LinkedIn pages, I was extracting with python using regular expressions, but to extract some things it was very difficult...
Good afternoon!
I am doing a program that reads various cow data: among them age, production, etc. However I am in doubt how I can break the for when typing code = 0. As it is in the program, only other data will be requested if code is diffe...
I have the following array:
a d k m
s j e r
t c f p
I put such array in an array as follows:
char[,] matriz = new char[3,4];
matriz[0,0] = 'a';
matriz[0,1] = 'd';
matriz[0,2] = 'k';
matriz[0,3] = 'm';
matriz[1,0] = 's'...
I have already seen several attempts to enable error pages in apache / php but none worked here.
I have .htaccess and I have the following lines in it:
ErrorDocument 400 /index.php
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
Er...
I would like to know how to set the width of columns of DataGridView manually.
My first column must have a fixed value and the other columns must "fill" the grid, so that they are the same size.
I have a Bootstrap project with 4 divs in each row, side by side behaving responsively. Each of the divs has a certain content. The width of the images will be fixed but the height will not. If one of the images has a height , the rest of...
Is there a way to replicate a particular repository between GitHub and a local machine on which the team uses?
In case of failure of the GitHub servers the team uses the local server and as soon as the GitHub servers come back on, the latest...
So guys, I have a little problem with one of the workouts I have to do.
The teacher provided .doc with instructions for a " Encryptor Program " that should mask the alphabet and encrypt a text (Enigma style). See Exercise Statement:...
I would like to know how I create a function to remove at the top of the headless list.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAX_NOME 50
typedef struct pessoa{
char nome[MAX_NOME];
int...