I wrote this function, which returns -1. function sayHello() { let arrayEdificiosNiveis = [11,10,10]; var indexMenor = arrayEdificiosNiveis.indexOf(M
I'm new to Matlab. I have a stream (string) of numbers, like '1123412211'. Then I have the Huffman code for each number: >> code{:,1} ans = '010' an
I want to pre-process C source code with jinja2 and I would like for some macros to be able to output #line lines: #!/usr/bin/env python3 from jinja2 import * @
How can I drop to datalist when using dropdown in kivy? example if user clicks on "I" the dropdown jumps to the part of the part with I. picture not mine.
I'm completely new to computer visions Read API. I'm trying to analyze and extract text for a local image. When I run the program it throws this error "Couldn't
I need to create an openrdf:SailRepository in which to authenticate with basic authentication with username and password to a service. I tried the following con
When I search for a number with my textbox, in the datagridview I find all the results together with the lines that do not have the search result. I would like
I am trying to use gmail smtp server to send emails via php mailer from a php form. i have opened the 465 port from windows firewall but the port doesn't appear
This is my first post here, so forgive me if I'm doing this wrong. I am incrementing a year's worth of dates as follows: for (i = 0; i <= 360; i++){ bDa
I don't know how to center an icon vertically inside an input. This is my code: <i-feather name="user" class="fea icon-sm icons"></i-feather> <in