Skip to main content
  1. About
  2. Stack Internal
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
4 replies
120 views

In Python, I can use the str.isdigit() method to check whether a string contains only numeric characters. For example: "12345".isdigit() # True "123a".isdigit() # False &...
  • reputation score 1
Score of 1
2 answers
257 views

On my website there is a portion with my book. To prevent confusion, I created a separate script for the navigation text box, so that I could have more than one book without it being "Booknameone&...
user avatar
Score of -3
2 answers
209 views

When using the below function to stream a text file to a std::string, the output string always has a space and a square symbol at the beginning and the .c_str() function with std::cout only prints out ...
  • reputation score 33
Score of 1
2 answers
133 views

I am trying to change the colour of the text on a button, and it just won't change. Also, somewhat unrelated to the question at hand, if I put my "text-decoration:none;" up in the css ...
  • reputation score 11
Score of 0
2 answers
172 views

I am trying to read the log files and split the data into multiple columns using Databricks and Python. So far I have been able to split the string into the Array format, but I not able to put them ...
  • reputation score 2119
Best practices
0 votes
1 replies
73 views

There are multiple answers on how to achieve the minimum recommended color contrast for a11y purposes on Web pages (one can learn more, for example, here). However, all of them seem to discuss only ...
  • reputation score 2490
Advice
0 votes
6 replies
163 views

I am examining a large data set on sports activities amongst a population of people and need to find all entries of the word "soccer." What is the best SQL function to filter all entries ...
  • reputation score 1
Advice
0 votes
1 replies
64 views

I am developing a application that can edit large number of text in flutter, but when the number of texts is large enough then the application is crashed. I am wondering that are there any solution ...
  • reputation score 1
Advice
0 votes
2 replies
57 views

I'm writing a simple search engine. I have implemented an inverted index and implemented a case-insensitive search. I want to implement a case-sensitive search. I know that it is possible to store ...
  • reputation score 1
Score of 4
0 answers
237 views

This "warning sign" character, ⚠️, corresponds to the sequence of codepoints U+26A0 U+FE0F (if I understand correctly, it is ⚠ followed by a variation selector character), so I can render it ...
  • reputation score 30891
Advice
0 votes
0 replies
42 views

I would like to create a wxpython comboctrl or something similar that allows entering text while the dropdown list is open. The goal is to allow the user to enter the starting characters of the ...
  • reputation score 1
Advice
0 votes
9 replies
191 views

I write a tool (C# 9) to solve word games like crosswords and others. I am provided with the game board as an image. I tried various ways to read the board in order to build an in-memory object ...
  • reputation score 144
Best practices
0 votes
1 replies
104 views

I’m building an app that stores long, unstructured notes like: "February 6th, 2026 – This is a note about Bob Maynard. He likes the color green..." These notes can be fairly long and I need to: Store ...
  • reputation score 11
Score of 0
1 answer
83 views

Problem Description I'm implementing a custom bullet-style text list. As shown in the image below, the "More" button should naturally follow the text on the first line, and the custom bullet ...
  • reputation score 1
Best practices
0 votes
1 replies
26 views

I have the following in my Markdown code: ``` abc def ``` and it is rendered as 1 | abc 2 | def How can I get rid of the preceding line numbers?
  • reputation score 1223

15 30 50 per page
1
2 3 4 5
...
2156

AltStyle によって変換されたページ (->オリジナル) /