Skip to main content

All Questions

Tagged with
0 votes
2 answers
90 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,172
1 vote
4 answers
48 views

How do we select only particular word in bash?

I have this output from a cli - host-0 ec: 0 kafka_5.1.1-2_1 host-1 ec: 1 host-2 ec: 0 kafka_5.1.1-2_0 host-3 ec: 0 host-4 ec: 0 host-5 ec: 0 I want to copy & save host-0 & host-2 ...
Madhavi Deshpande's user avatar
0 votes
0 answers
22 views

Group visually aligned data from text by label and value in Python

I have an array of arrays containing data in the following format: text_lines = [ ['Datum puštanja u', '', '', '', '', ' Odobreni limit u CURR', ' Tekuća klasifikacija', '', '', 'Tekuća CKKL', ' ...
Irhad Fejzic's user avatar
1 vote
0 answers
74 views

Text missing in email body when adding attachment to email

I have problem when adding an attachment to email, when sending without attachment everything is ok, but when I add attachment, text in email body missing, in 'quick view' in gmail is shown, but when ...
brojo's user avatar
  • 11
0 votes
0 answers
21 views

How do I line up text in React Native?

I have a React Native app that transposes music notes. You choose the keys to transpose from and too and then choose which notes you want to transpose. The notes to choose from look like this as an ...
Tony's user avatar
  • 111
1 vote
1 answer
52 views

Php Parse text to array with contain duplicate key

I want to parse text to array: text delimited with => First is the key and last is the value I will parse the text to an array. If a duplicate key is found, the value is an array with these keys. ...
Hida's user avatar
  • 154
0 votes
2 answers
130 views

Read and search buffer from a table text file from user input and display correct table location in C

I have a table.txt file: class #1 Sect1: cat Sect2: dog Sect3: mouse Sect4: bird Sect5: squirrel class#2 Sect1: shark Sect2: octopus Sect3: tuna Sect4: eel Sect5: dolphin I am able to read the text ...
KSH_07's user avatar
  • 1
0 votes
1 answer
27 views

Text filter on two types of queries

I want to Filter some events by text on the key_Value but also by name displayed for that i made some if/else statements for the names : box.descEvents.forEach((printEvent: PrintEvent) => { let ...
Farid Guzman's user avatar
0 votes
1 answer
218 views

foreach limit in swiftUI

What is best way to limit ForEach count? Let me know if anybody knows the best way to limit this. I tried "arrayItem.prefix(n)" but I found no changes. ForEach(0..<viewModel.prop.prefix(1)...
user avatar
1 vote
1 answer
721 views

Change image and text info with one button click prev and next simultaneously

I'm a absolute beginner to HTML CSS and javascript. I have almost finished the website I'm building but stuck at one javascript thing... On different pages I have made image arrays with Javascript, no ...
marlies's user avatar
  • 21
0 votes
2 answers
111 views

Why is my Regex for removing special characters adding more words to my text?

I encountered the problem when I tired to run my regex function on my text which can be found here. With a HttpRequest I fetch the text form the link above. Then I run my regex to clean up the text ...
LordAhune's user avatar
0 votes
1 answer
332 views

Import TXT file as Array of Strings in Swift 5.7 in SwiftUI

I have a text file of about 30 words on individual lines called GoodWords.txt and I want to use the file as the source of an array. I started learning Swift once SwiftUI came out, so really I started ...
Gabe Mott's user avatar
0 votes
2 answers
22 views

animation of text array stops after a few entries

I've got a script displaying multiple words stored in a text array in some sort of typewriter style. However, the script stops after a few entries and does not run through all the words in the array ...
jackennils's user avatar
1 vote
1 answer
3k views

React.Js Taking User's input and Pushing Into An Array

Simply, I am trying to take the user's input and push them into an array. The script itself starts with clicking a button, typing a text input, and clicking to repeat the process. How would I be able ...
Larry Green's user avatar
0 votes
0 answers
101 views

Extract Text in Cell w/ Multiple Spaces

I would like to extract: 1 High Street in column B1 and Sydney NSW in column C1. So far I have extracted column B1 correctly using =TRIM(MID(SUBSTITUTE($A1," ",REPT(" ",99),3),(...
mjac's user avatar
  • 155

15 30 50 per page
1
2 3 4 5
40