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.

learn more… | top users | synonyms

3
votes
2answers
51 views

When to use symbols versus strings in Ruby?

I've been reading a few articles about when to use symbols and when to use strings. But just to make it clearer and simpler, I want to ask: is it true that it is better to use a symbol instead of a ...
1
vote
3answers
36 views

Regex for all Symbols except for |

Is there a way to use the patter \p{Punct} in a regex in Java without the Symbol |. I tried \\p{Punct}&&[^|], but it didn't worked.
0
votes
1answer
19 views

Extract loaded debug symbols into .pdb

I'm currently reversing a new application and encountered a strange behaviour: Browsing the running application with 'Cheat Engine' reveals the function names retrieved by the loaded symbols. An ...
1
vote
2answers
18 views

Simple regex - finding words including numbers but only on occasion

I'm really bad at regex, I have: /(@[A-Za-z-]+)/ which finds words after the @ symbol in a textbox, however I need it to ignore email addresses, like: foo@things.com however it finds ...
0
votes
0answers
6 views

How to place a symbol under an arrow in Latex when using tikz package [migrated]

I'm using the tikz package in LaTeX to construct a feedback loop for a control system as a part of a paper on control systems. The problem I'm running into is that I would like to place symbols under ...
0
votes
1answer
51 views

Defining a virtual attribute in Rails and making it available as a symbol

I've defined a couple of virtual attributes, defining both the setter and the getters methods: class Post < ActiveRecord::Base def shared_to_all # evaluates some expression of the attribute ...
-1
votes
0answers
35 views

Binding variable name to its location in stack on runtime [closed]

Consider we have following code: void f() { int n=50; n+=10; } It is said in process of compilation the symbols table is built. And almost all resources said, that this ...
0
votes
0answers
9 views

difference in debug/release mode for static linking in vs2010

I am having problem with static linking in vs2010. I have this simple c source code #include "stdafx.h" int _tmain(int argc, _TCHAR* argv[]) { printf("hello\n"); return 0; } now, I want to ...
-2
votes
1answer
42 views

I'm getting errors in my code, could it be due to the symbols? [closed]

I'm coding in Java, and I'm making a simple currency calculator. private void jTextField1KeyTyped(java.awt.event.KeyEvent evt) { jTextArea1.setText(""); double ...
-1
votes
0answers
52 views

Ruby symbols - Used in entities or not? [duplicate]

If you have a ruby entity, should its properties be symbols or not? E.g. should I be using: myobject = { 'Prop1' => 'val1', 'Prop2' => 'val2' } Or should we be using: myobject = { ...
-1
votes
0answers
17 views

What does this ¥ symbol mean in terms of computer language?

I am viewing a keyboard strokes log report and one of the characters came up as ¥. what does this symbol mean? p.s it was part of an email address P.s i know normally it means currency. But in this ...
0
votes
2answers
48 views

Splitting a symbol, in the same manner as one would split a string

Is it possible to split a symbol without first converting it to a string? For example, I've tried :split_this.split("_") and it only returns an error. I've looked through the Symbol class ...
0
votes
2answers
31 views

String will work but not symbols in Rails

To learn Rails, I am writing a simple guestbook app that does not use a database. Anyway, this is what my view looks like: views/guest_book_pages/home.html.erb <h1>Guest Book</h1> ...
0
votes
1answer
38 views

When not to use to_sym in Ruby?

I have a large dataset from an analytics provider. It arrives in JSON and I parse it into a hash, but due to the size of the set I'm ballooning to over a gig in memory usage. Almost everything ...
0
votes
1answer
36 views

GNUplot $GDFONTPATH and symbol fonts

I'm still trying to get a symbol font called Moon Phases to function in my PDF output, and ran across this SO thread: How do I access various true type fonts through gnuplot with png terminal? ...
0
votes
1answer
35 views

Can't generate font from AIGA symbolset

I'm collecting different public-domain pictograms for a project of mine. I download some symbolset, possibly transform it from EPS to SVG using inkscape, and generate a font from them using ...
0
votes
1answer
53 views

Why would one use String keys for a hash over symbols

This question is supposed to be the reverse of this one: Why use symbols as hash keys in Ruby? As you can see, everyone agrees that symbols are the most logical choice for hash keys. However, I'm ...
0
votes
0answers
30 views

How to get symbols from a particular font as array using jquery

I need to display symbols for a selected font as done in Microsoft word's Insert Symbol. If I can get the symbols for a font in an array, then, I can show them in a table as anchors to insert them ...
1
vote
3answers
102 views

Gnuplot: using custom point shapes, with legend entry

Gnuplot provides a number of point styles to use in scatter plots, such as a cross, a star, a square, a circle etc. The available point types can be demonstrated by using the test command. However, ...
-2
votes
0answers
22 views

I need left and right alignment symbol. [closed]

I need symbol for left alignment and right alignment to use it. so i need it as a Text or Unicode not a Picture . Thanks,
0
votes
1answer
24 views

How do I copy my private PDBs into my symbol cache, using the symbol tree folder structure?

I have a set of PDBs and I want to store them in my cache so that they'll be available to various tools (windbg.exe, wpa.exe) and so that I know they'll be backed up somewhere, rather than risk ...
1
vote
1answer
49 views

How to include a \perp symbol in a ggplot2 annotation?

I would like to put an annotation : E \perp c using ggplot2 annotate("text", label = ...). I searched quite thorougly on the web but only managed to get a lone symbol using annotate("text", label = ...
1
vote
1answer
27 views

What should be the Mach-O Type of a custom iPhone framework?

I'm trying to build an iPhone framework using this tutorial but when I'm building my test app (the app that will use the built framework), it comes up with an error: duplicate symbol ...
1
vote
1answer
24 views

access symbols inside application from within shared object Windows/MinGW

This is my first post and I am trying to adhere to the forum rules. I know this question has been asked a number of times before, but the provided solutions do not work for me. I am not quite sure why ...
0
votes
1answer
29 views

Symbol addresses in ELF

I am trying to read ELF symbol table. I am facing following discrepancy in shared libraries and can't understand the reason behind it. For libc, using readelf i got following output. Num: Value ...
3
votes
1answer
73 views

Adding a sterling symbol to a ggplot

Again this may be really obvious but how can I add a sterling sign to a ggplot? I've been trying ylab(expression(symbol('\U00a3'))) in e.g. library(ggplot2) ...
0
votes
2answers
131 views

Codecademy “converting between symbols and strings” ruby lesson

These are Codecademy's instructions: We have an array of strings we'd like to later use as hash keys, but we'd rather they be symbols. Create a new array, symbols. Use .each to iterate over the ...
2
votes
2answers
181 views

Currency Codes in Twitter Bootstrap Icons or ASCII Codes

I am building a eCommerce website in twitter bootstrap, in it i want to use currency symbols/icons in it. I have to alternatives, write the currency codes in ascii codes and second is by twitter ...
0
votes
0answers
13 views

How to trace a Symbol Not Found in Windows

I have a C++ dll, that compile without errors, but when I try to load (inside a Java application) I get this error: java.lang.UnsatisfiedLinkError: .... The specified procedure could not be found ...
0
votes
1answer
64 views

Need to read text between certain characters in a text file C++

So I have a text file called Names.txt which has 20 000 lines. Example of a line looks like this "niineve","1 Mo.","VT","1 Mo. 10:12" "nimrod","1 Mo.","VT","1 Mo. 10:8" "nimrod","1 Mo.","VT","1 Mo. ...
0
votes
2answers
57 views

:greater_than_or_equal_to, :numericality, and other symbols with meaning

A line of my of code is as follows: validates :price, :numericality => {:greater_than_or_equal_to => 0.01} :price is the only symbol that I defined. :numericality and ...
1
vote
3answers
62 views

:confirm in rails not working

I just started coding in ruby on rails and I've been following a guide which is using a more outdated version of rails than I am using. I am using 3.2.12 This is my code: <%= button_to ...
7
votes
2answers
209 views

List all the functions/symbols one can use on run-time in c?

Assuming main.c uses symbols from shared libs and functions declared in main.c. Is there a nice and elegant way to print a list of all the function names or symbols at run time ? It should be ...
0
votes
3answers
93 views

Merging symbols in common lisp

I want to insert a char into a list. However, I want to merge this char with the last symbol in the list. With appends and cons the result is always two different symbols. Well, I want one merged ...
0
votes
1answer
97 views

What does the symbol '^' after datatypes in C++ mean?

when i stumbled upon some MS headers files... i found codes like this void App::OnSuspending(Object^ sender, SuspendingEventArgs^ args) yes a normal function header, but notice on the parameter ...
0
votes
0answers
13 views

.NET 4.0 symbols, post VS2010 SP1 update

Does anyone know definatively if MS updated source symbols following VS2010 SP1? I am unable to load symbols for System.DLL as local version is .225 (GDR) whereas downloaded symbols are tied to .1 ...
0
votes
1answer
38 views

AS3 Symbols resize relative to stage

I have a SWF that loads and a symbol, and I want the SWF to have the same resize() functions and the symbol stay in the same y position as if the stage width / height didn't interact. How can I ...
0
votes
3answers
83 views

Skip words / symbols when reading file

I'm making a small C# app and I have a small issue . I have a .xml with plain text and I need only the 4th line . string filename = "file.xml"; if (File.Exists(filename)) { string[] lines = ...
0
votes
1answer
31 views

symbols are not displayed properly in mozilla

I have problem with a web page where it is display some symbols wrongly only in mozilla. The page is click here In this page there are so many -> symbols used. It is displayed as ® in mozilla. So how ...
0
votes
0answers
49 views

iOS AdMob Wikitude duplicate symbols

in my application I need to use both Wikitude library and adMob library, but it seems that they uses the same things. Here is the error : duplicate symbol _OBJC_CLASS_$_SBJSON in: ...
1
vote
2answers
165 views

Symbol visibility and namespace

I'm experimenting with C++ symbol visibility on Linux and gcc. It seems that the preferred way is to use -fvisibility=hidden, and export used symbols one-by-one according to Visibility gcc wiki page ...
0
votes
2answers
44 views

SFML is giving me unknown symbols on mac

I compiled SFML2 using the instructions to get it working with C++11 on mac, by adding the flag in cmake. Whenever I try the libraries, using Eclipse as my IDE, I get unknown symbols, the command it ...
1
vote
2answers
52 views

German Symbols in Batch

I need to be able to ouput german symbols onto the console with, which will have to read from a txt file. currenty, whenever i try and use a batch file to output ä for exmpale, it returns o with a ~ ...
0
votes
0answers
108 views

Xcode 4 - Undefined symbols for architecture i386 - SFML

To start off with, I have read around that if you don't double-check that all sources and frameworks are set up for your project, you'll get the whole Undefined Symbols for architecture i386 thing, ...
1
vote
4answers
93 views

Invalid characters in File.ReadAllText

I'm calling File.ReadAllText() in a program designed to format some files that I have. Some of these files contain the ® (174) symbol. However, when the text is being read, the returned string ...
1
vote
0answers
55 views

Mingw-w64 debugging & profiling : incomplete call stack

I am using mingw-w64 4.6.3 for compiling under windows. When debugging code in QtCreator, I have no proper display of the call stack (?? is displayed instead of the caller list). The current function ...
0
votes
1answer
109 views

Windows debugging symbols

I have a very strange problem. I am using Windows 7 x64 SP1. I have it installed on physical machine, as well as on the virtual machine - VMWare Workstation 9. I have downloaded ...
0
votes
1answer
18 views

GNU Libraries- Which Library would have the _POSIX_OPEN_MAX symbol?

I am trying to learn more about Linux on the systemcall/interface level. Starting with limits, I read in APUE that limits such as _POSIX_OPEN_MAX are symbols. After googling, I read these symbols are ...
2
votes
2answers
118 views

Can I convert a Clojure form from one package to another?

Background I've written a hack for Emacs that lets me send a Clojure form from an editor buffer to a REPL buffer. It's working fine, except that if the two buffers are in different namespaces the ...
0
votes
1answer
51 views

Knockoutjs with jquery autocomplete is showing symbols in the autocomplete results

I am using knockoutjs with jquery autocomplete which is working fine except the autocomplete results shows symbols along with the text. ko.bindingHandlers.ko_mission_autocomplete = { init: ...

1 2 3 4 5 14