210
Points
Questions
40
Answers
39
-
- 369 views
- 0 answers
- 0 votes
-
I am reading Andy Matuschak’s "Evergreen notes" here: https://notes.andymatuschak.org/About_these_notes?stackedNotes=zUw5PuD8op9oq8kHvni6sug6eRTNtR9Wqma&stackedNotes=z3SjnvsB5aR2ddsycyXofbYR7fCxo7RmKW2be I am wondering what this design pattern is called? Basically, you …
- 258 views
- 0 answers
- 0 votes
-
I had a calendar inside a container. I set the container to scrollable, but when my calendar overflow, then it …
- 291 views
- 2 answers
- 0 votes
-
This question already has answers here: Check if user is using IE (30 answers) How to target only IE (any …
- 227 views
- 0 answers
- 0 votes
-
I am using bootstrap tokenfield with autocomplete, but was wondering how to make the autocomplete dropdown look like bootstrap 4 …
- 290 views
- 2 answers
- 0 votes
-
When I click on the button to rotate the carousel, it doesn’t work on Safari. I have a div that …
- 383 views
- 0 answers
- 0 votes
-
I’ve a college assignment where i need to encrypt/decrypt a text file/URL and im stuck on the decryption part at …
- 350 views
- 0 answers
- 0 votes
-
I have the following model, using tensorflow 2.2.0 with keras: def get_model(input_shape): model = keras.Sequential() model.add(Conv2D(32, input_shape=input_shape, kernel_size=(3, 3))) model.add(MaxPooling2D(pool_size=(2, …
- 336 views
- 2 answers
- 0 votes
-
I have to do some andoid development (in Java) for school and that’s why I play around with Room. My …
- 1K views
- 0 answers
- 0 votes
-
Following is the code i am trying to impliment. I am trying to generate a polynomial equation to predict next …
- 362 views
- 1 answers
- 0 votes