questions/page/221
I am using the UI DatePicker from ...READ MORE
To get the value and text of ...READ MORE
The std namespace contains the string class. You need change the class to something like this: class Language { public: ...READ MORE
I have C code like this: #include<stdio.h> int main() { ...READ MORE
How could I replace the below code ...READ MORE
I had previously used unions with ease, but when I read this post and learned that this code union ARGB { uint32_t colour; ...READ MORE
You need to load the jQuery script ...READ MORE
When I call bootstrap modal from jquery ...READ MORE
I had previously utilised unions with ease; however, I was startled when I read this post and discovered that this code union ARGB { uint32_t colour; ...READ MORE
I tried looping through my function but ...READ MORE
Lower bound: the initial greater-or-equal element. Upper bound: ...READ MORE
Switching the compiler to compile in c++11 ...READ MORE
I'm getting XML strings over a socket ...READ MORE
I'm having trouble accepting a string (actually a character array) as input. Consider the following declaration: char* s; I have to input a string ...READ MORE
I wanted to do a registration form ...READ MORE
If you only want the desktop version ...READ MORE
I am working on a code to ...READ MORE
I am working with other developers in ...READ MORE
The big news this week is the ...READ MORE
To replace broken images in JavaScript, the ...READ MORE
Code: $result = mysqli_query($con, "SELECT classtype FROM learn_users ...READ MORE
Table is: Id Firstname 4 abc 4 def 4 ghi 4 jkl 4 mno Required output: Id Name 4 abc,def,ghi,jkl,mno Query: SELECT ID, ...READ MORE
Usual CSS centering problem, but it's not ...READ MORE
I am using Jquery PrettyPhoto to have ...READ MORE
I have seen that <script src="..."></script> does not allow ...READ MORE
I need to write inline CSS code ...READ MORE
I've been building websites for a while, ...READ MORE
std::greater is simply a wrapper for a ...READ MORE
How can I return a variable value ...READ MORE
My environment variables look like this: ENV ACCEPT_EULA=Y ENV ...READ MORE
I have a PNG image, that has ...READ MORE
A while back, Simon Urbanek from the ...READ MORE
I'm running MySQL version 8 on PHP ...READ MORE
If you mean the jQuery UI CSS, ...READ MORE
I managed to resolve this by forcing ...READ MORE
I have this code to iterate over ...READ MORE
Let's say I submit a service request ...READ MORE
Use document.getElementsByClassName('className').style = your_style. var d = document.getElementsByClassName("left1"); d.className = ...READ MORE
In website sources, I have sometimes seen ...READ MORE
Is it feasible to create a circle ...READ MORE
I'm not sure what to call this, ...READ MORE
The typeerror: $ is not a function ...READ MORE
Assume I wanted to map data that ...READ MORE
Is it possible to include one CSS ...READ MORE
WITH CTE AS ( SELECT *,ROW_NUMBER() OVER (PARTITION BY ...READ MORE
According to what I've read, std::set in ...READ MORE
How do I select the <li> element that is ...READ MORE
code import numpy as np #we can create a ...READ MORE
CSS text-overflow: ellipsis on second line, is this possible? ...READ MORE
I posted a date input $_POST['date'] with format 2013/11/22 and time $_POST['time'] with ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.