questions/page/140
You can disassemble the components of an IEEE754 floating point number and put the logic together yourself: #include <cstring> float my_ceil(float f) { ...READ MORE
My environment variables look like this: ENV ACCEPT_EULA=Y ENV ...READ MORE
I need to show a nav bar ...READ MORE
I recently came upon a C++ realization/implementation of the Singleton design pattern. It looked like this (I took it from a real-life example): // a lot of methods are omitted ...READ MORE
What does XHTML implies and is it ...READ MORE
The queries I have on my WordPress ...READ MORE
I am working on a function where ...READ MORE
What's the distinction between deep and shallow ...READ MORE
I have an auto-complete search field in ...READ MORE
You should URL encode the message body ...READ MORE
Say I have some matrix, for example: m ...READ MORE
JavaScript is an independent language and can ...READ MORE
I have this input element: <input type="text" class="textfield" ...READ MORE
Please advise on how to obtain the ...READ MORE
I print a bool to an output stream like ...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
What are the differences between JavaScript's window.onload ...READ MORE
You must include it in order to read or write to the standard input/output streams. int main( int argc, char * argv[] ...READ MORE
Filters can be used with -webkit-filter and ...READ MORE
I want to scroll down and up ...READ MORE
I have deployed my own GitLab server ...READ MORE
I'm getting XML strings over a socket ...READ MORE
The app object is instantiated on creation ...READ MORE
I am getting the error java.lang.IndexOutOfBoundsException: Index: ...READ MORE
43 I advise employing the caret package's dummyVars ...READ MORE
The HTML5 documentation recommends putting the code ...READ MORE
I want to create a React application ...READ MORE
I'm trying to find the opposite of ...READ MORE
In RStudio, if I execute this code: "1 ...READ MORE
TYPESCRIPT 3.4.3 I want to make function like ...READ MORE
I want to display my Modal on ...READ MORE
I am working with other developers in ...READ MORE
list.php: A simple ajax code that I ...READ MORE
I am using jQuery. How do I ...READ MORE
I have no idea about creating a ...READ MORE
To load certain code-files, I'm using the ...READ MORE
Can someone please guide me on how ...READ MORE
0 Your b effort would be a good ...READ MORE
I managed to resolve this by forcing ...READ MORE
It will play if you set it to ...READ MORE
std::stoi (and variations for each numeric type) ...READ MORE
I am making this simple get request ...READ MORE
I installed it using: sudo apt-get install ...READ MORE
did you solve this problem? i have ...READ MORE
How do I read all the information ...READ MORE
I am working on a new WebApp without ...READ MORE
To disable all form elements inside 'target', ...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
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.