Top "Symbols" questions

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.

At-Sign in SQL statement before column name

I have an INSERT statement in a PHP-file wherein at-signs (@) are occurring in front of the column name. @field1, @field2, …

mysql sql symbols at-command
"Cannot find symbol" error in Java

I've been programming for a few days, I'm using Deitel's How to program. In this case the app class GradeBookTest …

java symbols jcreator
Latin Regex with symbols

I need split a text and get only words, numbers and hyphenated composed-words. I need to get latin words also, …

java regex split symbols latin
What is the "symbol" primitive data type in JavaScript

The new primitive type comes with ES6 which is Symbol type.The short definition says : A symbol is a unique …

javascript ecmascript-6 symbols primitive-types
Cannot get PDB to load. "A matching symbol file was not found in this folder."

I've got a project that debugging was working just fine about an hour ago, and now after the latest rebuild …

vb.net debugging symbols debug-symbols missing-symbols
How much information do pdb files contain? (C# / .NET)

Is is wise to redistribute the pdb files along with a commercial application? Occasionally, I'm using the stack trace to …

.net debugging symbols pdb-files
Xcode Instruments is stripping symbols despite all build settings to the contrary

Problem Instruments' Time Profiler is stripping all symbols except system libraries from my app, despite the fact that I have …

xcode instruments symbols stripping
Yahoo Finance API stock/ticker lookup only allowing exact match

Until yesterday a query such as this http://autoc.finance.yahoo.com/autoc?query=a&callback=YAHOO.Finance.SymbolSuggest.…

api symbols yahoo-finance stocks ticker
How to create a .MAP file from a .PDB file

I would like to create a simple .MAP file listing addresses and symbol names from a PDB file. My natural …

windows debugging symbols pdb-files