All Questions
32,363 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
88
views
Customize different font formats (size, color, bold) while integrating calculated values into strips from nested facet_wrap generated with purrr::map
In the case below, I wish to represent the monitoring of the coefficients of variation (cv) of quality controls (qc) with different concentration levels (qcl), measured for 3 analytes on different ...
-2
votes
0
answers
36
views
How to use open and closing brackets around paragraphs in general text? [closed]
Not really sure how to ask this. I have a bunch of text I need to add to the HTML on a page. It is completely UN-formatted.
Is there a way to get the <p></p> tags to surround a paragraph ...
1
vote
1
answer
141
views
R Code to recognize speaker turns in verbatim records with inconsistent formatting
I am trying to perform text analysis on large character strings that include multiple different speakers. I need to create a dataframe of 2 columns, speaker and turn, which have the person speaking ...
1
vote
4
answers
187
views
Split in Half Long PDF Texts with Poor OCR-ing to Generate Speaker Turns in the Correct Order (R)
I am trying to process text for quantitative text analysis. I need to read in pdfs of transcripts from WHO plenary meetings and process the text into a speaker turn dataframe, identifying the speaker ...
1
vote
0
answers
69
views
SVG morphing text into shapes
I have asked several AIs on how to go about this, I've looked up som many searches but I think it would help if I knew what to look up. Anyways, my problem in the code below is that I have a website ...
0
votes
1
answer
143
views
Cleared or overwritten Java printed lines stopping program
Background
I am fairly new to non-scratch programming,
and am working on a program in Java that mimics a screen by reading and printing a 2D array. The program currently prints out the array, waits ...
0
votes
0
answers
69
views
Woocommerce blocks checkout: add dynamic text under shipping methods
I'm trying to add a simple text line directly under the shipping methods list, e.g. "Add x € to your basket to receive free shipping!" This will be shown only when shipping country is Greece ...
0
votes
0
answers
64
views
Abrupt/Unexpected word breaks at new line in HTML while using a TTF font (Gujarati)
This word breaks dont happen when HTML is opened in microsoft word WEB layout or if the text itself is pasted into different softwares like Word, CorelDraw or Adobe Pagemaker.
Moreover similar ...
Best practices
0
votes
4
replies
50
views
How to make text readable on dark backgrounds while keeping links distinguishable? (restriction: text and hyperlinks share same inline CSS code)
use case
I am using the Firefox add-on WebScrapBook to mark text portions on web pages.
The addon offers 12 different text markers which can be styled individually with CSS code:
The CSS code is then ...
Advice
1
vote
1
replies
40
views
Slice text on full available space
Hope you're having a nice day.
I'm working on a React Native todo list app.
I want to slice my text when the available width is full and add "..." at the end. Right now I've the algorithm to ...
1
vote
2
answers
116
views
Display labels on both sides of Gnuplot graph
Gnuplot 5 on Raspberry Pi.
How can I duplicate the y-axis text (-1, -0.8 etc) on both the left and the right sides of the graph?
This is the code used to create it:
set key fixed left top vertical ...
3
votes
2
answers
193
views
How do I get the position of text from a PyPlot plot?
We can specify the position of text in PyPlot, but how can we read the position of text? For example, I want to know the coordinates of the Figure's title or the Axes X and Y labels.
Pseudo-code:
x, y ...
0
votes
2
answers
72
views
Is there a way to set Tabulation width in Ada?
I'm trying to get the hang of the Ada.Text_IO package, and it has many differences with IO of C.
One of them differences is how Get treats control characters and Horizontal or Character Tabulation ...
0
votes
1
answer
82
views
Create a Context Menu item to Convert Selected Text String to Uppercase (or lowercase)
I want to figure out how to create a custom Context Menu item to convert a string of selected text to uppercase (or lowercase) using Regedit and Powershell.
I am interested in this being a non-program-...
0
votes
0
answers
35
views
Large empty space on the right side of chat bubble: need iMessage style wrapping
My chat bubbles leave a large empty space on the right when messages wrap into multiple lines.
I want the behavior like iMessage/WhatsApp:
Bubble shrinks to fit short text.
Long messages use max ...