708 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
100
views
Why the cld letters are misaligned on my plot?
I'm using emmeans::cld() to generate significance group letters after an ANOVA, and I want to display them above a ggplot2 boxplot. When I set alpha = 0.05, it works fine but when I want to use delta =...
0
votes
0
answers
51
views
Regular expression for all Latin and Latin-derived characters [duplicate]
I want to match a-z as well as äßøçğ and so on, but, if possible, no characters from non-Latin-derived scripts (so no Cyrillic, Hebrew, Arabic etc.), if that is possible.
Is there something between ...
0
votes
0
answers
47
views
The letter t is not been pressed in my vs code
When I am trying to press letter 't' in my vscode it is not been pressed. I tried to solve but can't make it.
I tried to reset the keybindings in json but I am unable to understand it. It is creating ...
0
votes
3
answers
123
views
How can I extract the numeric portion before the first letter in a FileMaker calculation?
I have a field called Serial Number in FileMaker, and I need to extract the numeric portion of the string that appears before the first letter (A-Z), after removing the first 6 characters.
Here's the ...
1
vote
0
answers
181
views
R ggplot boxplot: add compact letter display (CLD) along with facet wrap and aes(colour), 3-way factorial design
I hope this is not a replicated question, I've roamed this website without finding an exact answer to my doubts.
I've performed a a 3-ways factorial experiment (3 independent, categorical variables) ...
1
vote
1
answer
95
views
How to convert from string to 8-bit binary number and vice versa
I have a letter, for example, the letter s. I want to convert it to a binary 8-bit string and back. I have read many articles, but I don't really understand. Can someone help me?
0
votes
1
answer
51
views
How do I prevent significant letters from stacking in ggplot with two variables?
I have a df with two variables, genotype and treatment; in a second dataframe I already have significance letters associated with the combination of both variables. So genotype1:treatment1 might be A, ...
-3
votes
1
answer
38
views
order by a string with number and letter
I want to order by a string in sql that have number in it and I want orderby number as number instead of string
these are sample string
I try this but it does not work:
SELECT * FROM testTbl
ORDER ...
1
vote
0
answers
80
views
Why is my code always entering the if condition? [duplicate]
#include <stdio.h>
#include <stdbool.h>
//functions
bool check_letter_validity(char);
int main() {
int score=0;
char c=0,x=0,previous_value=0;
printf("Please Enter Cool ...
-4
votes
1
answer
185
views
How can I check and find the last character of the e-mail address from letters and numbers using Python?
I forgot the last 3 characters of the Gmail e-mail address of my Tiktok account. How to write and check individual letters and numbers consisting of A-Z, a-z and 0-9 letters and numbers in Python? i.e....
-2
votes
1
answer
373
views
searching the number of times the letter s appears in the word Mississippi
I am trying to find the number of times the letter "s" appears in the word "Mississippi". Why doesn't my code work? I should get an output of 4.
def find(word,letter):
index=0
...
1
vote
1
answer
130
views
Obtaining Significance letters (rcompanion) while performing Peto-Peto one factor test
I am trying to obtain the significance letters with the function cldList() (package rcompanion) after performing a Peto-Peto one factor test with the function cen1way()(package NADA2).
After ...
1
vote
0
answers
25
views
Match words with a specific letter and not another letter [duplicate]
I have a couple of strings and want only words with letter o and not word with letter u.
For example:
hello
our
hey
owner
udnwedfo
So it should work on the word hello and owner.
I have tried ...
-1
votes
4
answers
180
views
How do i count a letter in a word in python?
I need to count how many excact letter in a word.
E.g i need to count the letter "i" in these word.
And i need to find which word has the most "i" letter in it.
list = ['box', '...
0
votes
0
answers
361
views
Text (by word/letter) animation similar to Apple Keynote
I have some experience with Swift and I'm creating a small macOS app that should allow to animate specific elements, but especially text.
It should be possible to animate the text word-by-word or ...