Hi, I'm working with php mvc without frameworks on ubuntu and apache . When I work with codeigniter everything works fine, but% co_of pure% no. It's weird because I can see the files in the browser at the root o...
Good morning, I have this problem
What I want is that the last column fills the height (height) of the page without affecting the other columns as seen in the image below begin.
<div class="container" id="wrapnoti">...
I am learning Java and I try to make a program that controls the hours of a working day. The idea is: I ask the user for a start time (HH: mm) (of his work for example) and an end time (HH: mm). I keep that in order to be able to work with it la...
Greetings I'm using angularjs in the front end but my web application is not a Single Page Application, it's a classic application where the browser makes a request to the server for each page that the user requests.
I want to abbreviate my c...
I am working on a Hello World application that receives PUSH notifications.
Everything works correctly, and where I install it, I receive notifications when I run the python script.
The problem that when the notification appears I do not k...
Dear,
I have found it very difficult to find the solution to this problem:
It turns out that I am using third-party dll which can not be integrated into the project in visual studio. Using the dllImport function I have managed to use them wit...
I thought how can I access web pages through a program in c ++? one thing led to the other and I found myself reading about Sockets on the microsoft page Creating a basic Winsock application and initializing Winsock . Well, put all the code...
I am generating a RadioButton series by code and I have not been able to change the state when a RadioButton loses the status of checked.
Currently when you checked one and checked another, both are checked.
what I'm trying to do is not to...
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main(int argc, char const *argv[])
{
int a;
a=50;
//imprimo a
printf("El valor de a: %i \n",a);
printf("La dire de a: %i \n",&a);
//...