Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [text]

Text is a sequence of printable characters.

0 votes
0 answers
9 views

Using custom font together with dynamic type size in SwiftUI

So far I have been using the modifier .dynamicTypeSize every where to define the text size like that: Text("Hello, World") .dynamicTypeSize(.xxxLarge) Now I also want to define a custom ...
Simon W's user avatar
  • 23
1 vote
0 answers
15 views

LDA is predicting same topics for all data

I'm using the German political speech dataset to train the LDA model. My goal here is to categorize each speech into some topics. But the problem is that the generated topics are too similar, and all ...
Ryu Ahmed's user avatar
1 vote
2 answers
94 views

Comparing two files with more than 200 lines fails

I am comparing two text files but the result that is returned in certain cases is wrong, I have verified that it happens when the file exceeds 200 lines and only in some cases. In the comparison I ...
David's user avatar
  • 13
0 votes
0 answers
24 views

PDFBox get bounding box of text results in incorrect size

I want to use PDFBox to get the texts from the pdf with their bounding boxes. I've managed to get together a code from here that does almost this, but as you can see the bounding boxes I get (drawn ...
Patrick Visi's user avatar
2 votes
1 answer
79 views

How to make a "gradual" text function in C++?

So, I wanted to make a text adventure in C++, and I wanted to create a cool function that allowed the text to be displayed letter-by-letter gradually, like in movies. The issue is that my code isn't ...
Favor's user avatar
  • 23
-3 votes
0 answers
25 views

Text editor that hides text vertically [closed]

I need text editor that hides vertically every line in the text . I will give you an example on the picture below. I would like paste any amount of text that I want (a lot) to that editor and edited ...
Wściekły Dzik's user avatar
0 votes
0 answers
53 views

Dark Background Blurry Text

text in body element immediately goes blurry on scroll text goes blurry on Lenovo G32qc-10 Monitor but not 13-inch MacBook Air (2022 M2) <html> <head> <style> body { ...
resource's user avatar
0 votes
1 answer
38 views

Text Wrap in HTML

I have an example below about my problem: Paragraphs do not behave the same when the line break is automatic (like with flex width) or when it is forced. I need that when the line break in the ...
Paulo Costa's user avatar
0 votes
0 answers
16 views

NIFI - How I can use a InvokeHttp without body in Nifi?

How I can use a InvokeHttp without body in Nifi? I need to use a POST method with a query, example: www.teste.com&query= Send without a body, only in URL.
Rodrigo Hajime Himauari's user avatar
0 votes
1 answer
12 views

using tshark to extract text similar to wireshark export packet dissections

I am trying to use tshark to export text files from pcap with the same amount of information as I would get from wireshark -> file -> export packet dissections > as plain text. when I use ...
activemorta's user avatar
1 vote
2 answers
75 views

How to find duplicates in a text file in python and create a new text file with out them

I am trying to remove duplicates from text files to make a current process more efficient Example input: 1 1 1 1 2 1 3 1 4 1 Example Output: 1 1 2 1 3 1 4 1 my issue is when ...
Kaleb Brookshire's user avatar
0 votes
2 answers
101 views

How to show String of array text in curve shape in SwiftUI?

I need array of text should scroll in curve shape like below: Code: but with this code i can create green colour curve shape view but how to show array of text in curve shape ? please help me to ...
Swift's user avatar
  • 1,170
0 votes
0 answers
31 views

Trying to truncate text on smaller screens, but the common solutions don't work

This code works fine, only when the_title() text is longer and the window is small, the text wraps to the next line: <div class="metabox metabox--position-up metabox--with-home-link"> ...
atownsend11's user avatar
0 votes
0 answers
31 views

Need Help Comparing Text in One Cell To Another

I am trying to develop a program where the end state will be this program finding all instances of similar text within cells from multiple sheets and grouping it together. This question is going to ...
Mdlovitt's user avatar
0 votes
0 answers
17 views

How to resolve Internal server error in flask and summary not fetched error in a text summarizer application that I'm trying to build?

I'm building a simple text summarizer using HTML , CSS and Flask. It is a simple web application that I'm trying to build, it should give summary when .txt file is uploaded but I'm getting internal ...
user008's user avatar

15 30 50 per page
1
2 3 4 5
2131