Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [symbols]

can refer to a letter or special character; a primitive data type in many programming languages; an item of the alphabet of a formal language.

-4 votes
0 answers
32 views

Need to remove "DOB" : "-" in output request

WebRequest request = WebRequest.Create("https://coderbyte.com/api/challenges/json/json-cleaning"); WebResponse response = request.GetResponse(); using (Stream data = response....
DKR's user avatar
  • 5,676
0 votes
1 answer
24 views

fraction not display instead down a line

I am using Visual Studio 2022 I tried to display on the screen a fraction in math the code is "\frac{ 2}{ 6}" but the vs2022 color only the "\f" and instead of writing a fraction ...
user26320488's user avatar
1 vote
1 answer
46 views

Resolve undefined references to library linked by dlopen

When using void *ptr = dlopen(path_to_shared_object,RTLD_NOW) "all undefined symbols in the shared object are resolved before dlopen() returns" (man page). Is there an analogous way to ...
mrheinhardt's user avatar
1 vote
4 answers
77 views

Function 'position' in Common LISP works strange with 'gensym'

I'm novice in LISP, so I'm sorry in advance for probably non-clever question. Now it is needed to check if the given symbol is a member of the given list of symbols. Function position works well for ...
Spectorsky's user avatar
2 votes
0 answers
49 views

Set symbol to discrete map with plotly scattermapbox - python

Is it possible to set a discrete symbol map for plotly scattermapbox. color and color_discrete_map can be used to assign a certain color but can the same approach be used to assign a specific symbol ...
Chopin's user avatar
  • 158
0 votes
0 answers
27 views

Remove extra symbol on a Latex document

What is the error of \tableofcontents and on the pdf print extra .,, symbol. I try to remove the extra symbol .,, on the pdf but I do not put any extra symbol on the latex and here also shows a error ...
Rathin Halder's user avatar
0 votes
0 answers
49 views

How to browse Microsoft Public Symbol Server

Is it possible to find all .pdb files for exact windows binary file from windows 7 to windows 11? For example i wan't to find all .pdb files for ntoskrnl.exe, including historic from Windows 7 if it ...
Kracken's user avatar
  • 682
1 vote
4 answers
53 views

What is the "undetected" symbol in lua

a = string.sub("слово", 1,1) слово is a word in russian which needs 2 bytes for every letter and the output for print(a) is going to something like � depending on where you run it if a ==&...
Consler's user avatar
  • 75
0 votes
0 answers
55 views

Optimizing declaration of symbols implemented in stdlib

I'm creating a static compiled application for an embedded device. The device has implementation for common std functions like memset/strlen. In order to reduce the size of the binary I'm compiling ...
Barel13's user avatar
  • 40
0 votes
0 answers
13 views

boldface \Delta in EB Garamond

I am trying to produce a boldface \Delta symbol. When using the normal font Computer Modern, I can simply use \mathbf{\Delta} which produced the right output. But in a document, I have to use the EB ...
dicemaster666's user avatar
0 votes
0 answers
61 views

Stop CMake from exporting dependencies

I am compiling a shared object using CMake (3.24) for Linux using gcc. For better code management, I have split our code into multiple static libraries that I combine together along with dependencies ...
Tejas Pendse's user avatar
1 vote
1 answer
86 views

How to apply CSS to musical accidentals?

This is in a small html file: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> ... <p>html code: C&#9839; C&#9837; C&#9838; or paste: ...
rhodo's user avatar
  • 41
1 vote
3 answers
83 views

Detect (and replace) math symbols in a string

TL;DR; How can I detect the presence of math symbols in a string? I collect a lot of text data from others, through sources like google forms or directly in spreadsheets. Often the individuals doing ...
Robin Donatello's user avatar
1 vote
3 answers
64 views

Why symbols are not appending in order?

string_to_translate: dict ={ "a":"@", "b":"6", "c":"¢", "d":"p", "e":"€", "f":"√"...
Paweł Golimowski's user avatar
0 votes
1 answer
71 views

Unable to handle special charecters symbol in github actions powershell task

I save ↓ DEV_BL_MYHOST or this ↑ DEV_BL_MYHOST in the database using the below query. $updateQuery = "UPDATE $Database.[dbo].[tbl_myinventory] SET custompackage = NCHAR(8593) + ' ' I read back ...
Ashar's user avatar
  • 3,243

15 30 50 per page
1
2 3 4 5
236