In January this year (2018) I have 5 weeks in it, being:
1 week: 1 to 7;
2 weeks: 8 to 14;
3 weeks: 15 to 21;
4 weeks: 22 to 28 and
5 weeks: 29 to 31 (or for others from 29 to 04 February).
When I use the function...
In% with% declared in this way below, the TextView is used as the definition of the 1 attribute. See:
<TextView
android:id="@+id/tvJonSnow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"...
I found things about a module called mysqldb, but I did not find documentation available at docs.python.org
Please disregard responding with frameworks such as Django.
I know you have several posts here citing the pros / cons of virtual keyboards to avoid keyloggers , but I did not see any that went deeper into that specific point:
How do these virtual type keyboards work? Where, instead
If you enter...
I have the following date.frame in R:
df <- data.frame(x = c(10,10,2,3,4,8,8,8),
y = c(5,4,6,7,8,3,2,4))
df
x y
1 10 5
2 10 4
3 2 6
4 3 7
5 4 8
6 8 3
7 8 2
8 8 4
First point : I would like to get all rows conta...
How do I make a function to determine the smallest string in a list by ignoring spaces?
For example, when typing:
menor_elemento(["joão", " a ", "arrozz"])
The output should return "a" (without spaces), because it is the smallest strin...
I have a list with result of the candidates of a public contest that I want to sort by note. However, before making the necessary classification remove the registration number of each competitor, which follows the following format, for all:...
I'm trying to connect to an API that was made in Java, but I always get the error when trying to connect (I want to feed a mobile application, done in JS / Cordova).
When I connect (via Browser) I get it, the API returns and everything works...