All Questions

1
answer

How to extract LinkedIn data with python?

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...
asked on 24.09.2015 / 00:26
2
answers

Structures and selection of conditionals

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...
asked on 21.11.2015 / 16:29
1
answer

Set using array in C #

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'...
asked on 18.09.2015 / 04:23
1
answer

Enable php error page

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...
asked on 28.09.2015 / 16:00
1
answer

How to set column width of Grid View?

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.     
asked on 25.11.2015 / 12:20
2
answers

How to put responsive divs regardless of height 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...
asked on 17.09.2015 / 16:13
1
answer

Git repository repository on local machine and GitHub

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...
asked on 23.09.2015 / 04:33
1
answer

Problem in "encrypting" text program in Java

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:...
asked on 05.10.2015 / 09:35
1
answer

Chained list without head in c

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...
asked on 25.09.2015 / 20:23
1
answer

How to remove validation icon required HTML5

How do I remove this icon marked above in the image?     
asked on 05.10.2015 / 19:49