Skip to main content

Questions tagged [text]

Text is a sequence of printable characters.

text
0 votes
1 answer
45 views

adding spaces to a text file to a specific character in python [duplicate]

I know this is probably an easy one but I am still new to Python and need a little push in the right direction. I have a text file that I need a certain number of spaces where on character 88 an N ...
Patrick Perea's user avatar
-1 votes
1 answer
29 views

Python: reciept formatting [closed]

I want to make a python program, which is able to recieve the datas from the barcode reader and from the moneycounter. Finally print all datas in one reciept.Putting BRC datas is not a problem,but I ...
Tamas's user avatar
  • 11
0 votes
0 answers
35 views

Javascript text compression

I have tried "pako" and lz-string" Both. I need text compression of 25% or lower. I am trying to convert 1000 Characters to 222 or less chars after compression. pako do a good job than ...
malik amanullah's user avatar
0 votes
1 answer
29 views

How to disable non-intended user input in the terminal C#

When i write a infinite loop that doesn't have any behaviour on its body, the user still have the possibility to write text at it, even without calling any input function: Note: I'm using Linux, ...
Marvin Marjan's user avatar
1 vote
1 answer
32 views

Aligning Text in SwiftUI Horizontally

I have text coming from an API call. I want to display it. The issue is as below: Dummy data provided to run struct SampleTypeBox: View { var sampleType : [SampleTypeList] VStack(alignment: ....
Joji's user avatar
  • 33
-1 votes
0 answers
19 views

Widget Text with DateStyle.relative - how to stop the countdown when time is up in live activity and dynamicisland?

I created a SwiftUI Widget with Text(_ : Date, style: DateStyle) using DateStyle.relative, and set a future date. It works well as expected, but when the future date is coming and passed, the text ...
wentian's user avatar
0 votes
1 answer
22 views

Accuracy_score with same value in different classifiers methods

I'm doing a project, on Google Colab, for fake news classification with LIAR dataset. I am running with three differents features extractors (TF-IDF, DistilBERT and LLAMA 2) and seven classifiers (...
lucasa.lisboa's user avatar
0 votes
3 answers
46 views

Can I lock a text field to only 3 possible letters/numbers

I want a text field where users can write only 1, X or 2 (like a bet). Only one of them, so limited to one character and only these three options. Also the X should be capitalized and not a small x. ...
Daniel Fredsgaard Jensen's user avatar
0 votes
0 answers
30 views

Converting Romanized Korean Film Titles to Hangul

I'm working with a data frame containing a column of Korean film titles that are currently in Revised Romanized form. For instance, titles like "Oldeuboi", "Gisaengchung" and ...
Elis Evans's user avatar
2 votes
1 answer
59 views

Seemingly identical text but different bytes in R

I am running into a problem where I have seemingly identical text, but the underlying bytes are different. See this code and the output as printed in the console: --- **'text':** > text <- qdf$...
L Koning's user avatar
0 votes
2 answers
56 views

Excel: How to extract a certain word, from a list of words, from a range of cells?

I'm looking to extract the varietal type of a wine, from a list of wine names. There's no formatting consistency. I've got a list of 8 potential wine types (shiraz, rosé, chardonnay, etc.) and about ...
Russell Manning's user avatar
0 votes
1 answer
57 views

How do I process text from the tty to obtain a txt with control characters applied to it?

I have a bashrc setup where I run a script command every time I open a session that writes to an output file as I write in the terminal. The files that script produces contain all interactions with ...
AttackShrimp's user avatar
0 votes
0 answers
38 views

Unity TextMeshPro not showing up in an Android build

Whenever I make an Android build all of the TextMeshPro text doesn’t load at all, it works fine in the editor and on a PC build. I have already attempted a number of suggested issues like setting ...
TrashMachine's user avatar
1 vote
0 answers
34 views

How do I properly incorporate text from a .txt file in angular?

For a college project ive been trying to build a website with angular. Said website will incorporate a lot of text, which is why i thought it might be a good idea to get that text from a txt file ...
Harry Budder's user avatar
0 votes
0 answers
17 views

How input in textarea without refresh

How input param with input in textarea without refresh $ArNumbers->int2str($params); No other file send <input id="textbox" name="textbox" type="text"> <button onclick="...
Zaidbadi's user avatar

15 30 50 per page