210
Points
Questions
40
Answers
36
-
- 408 views
- 2 answers
- 0 votes
-
I have a Fragment that I would like to scroll through since it will have content. I figured the easiest …
- 433 views
- 1 answers
- 0 votes
-
I want to translate a currency number to french words using XSLT Input: <AMOUNTS> <VALUE>123.56</VALUE> </AMOUNTS> Required Output: cent vingt-trois …
- 342 views
- 1 answers
- 0 votes
-
At this time, all of my controllers have a decorator at the top of the class like this: [Route("[area]/api/[controller]")] I …
- 375 views
- 0 answers
- 0 votes
-
- 421 views
- 1 answers
- 0 votes
-
I am using WordPress website, My website got hacked and I got below script code in all the post Blockquote …
- 372 views
- 3 answers
- 0 votes
-
// import express js const express = require(‘express’) // import a body-parser const bodyparser = require(‘body-parser’); // executing the express …
- 346 views
- 0 answers
- 0 votes
-
Imagine I have a list of key-words: terms = ["dog","cat","fish"] And I also have another list that contain longer strings …
- 371 views
- 1 answers
- 0 votes
-
I want to use quantization aware training(QAT) to quantize EfficientNet and run on Google Colaboratory. I use its GPU(Tesla K80). …
- 362 views
- 0 answers
- 0 votes
-
So , I try to display the content of a web page in .onion. my code : import requests import …
- 377 views
- 1 answers
- 0 votes