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.
0
votes
0answers
11 views
XCode not generating link map file
I use link maps that building in XCode should generate but on my machine it works but on the build machine, which is what I need it on, it doesn't.
As far as I can tell, the only difference is that my ...
0
votes
2answers
31 views
Unicode character in java7 concatenation with strings
I would like to concatenate the Rupee Symbol Unicode '\u20B9' to a String in java, but I get the following Error, I am using jre7 it has been told in java docs that java7 supports unicode6.0 where ...
0
votes
0answers
3 views
LXR setup, all done, but the page said “Unrecoverable error, No known root for source-tree lxr”, why?
I install LXR in my PC to build reference of Linux source code, I follow the step of LXR manual, every thing is done, but when I open my website, the page said "Unrecoverable error, No known root for ...
0
votes
1answer
24 views
Getting symbols error: 'ld: symbol(s) not found'
I'm trying to execute this code, but I'm getting the symbol error of the title:
configfile.cpp:
#include "configFile.h"
#include <iostream>
#include <sstream>
#include <fstream>
...
1
vote
1answer
32 views
Use sed with a special char inside string
I have a special char "&" in a string, how can use sed?
Space before symbol & is the issue.
word="Word"
str="Word: One \\& Three"
echo "$str" | sed -e 's/'$word'.*/'$str'/g'
1
vote
2answers
47 views
word vba: paragraph symbols showing in listbox
this is my first post. I don't know why I get para. format symbols showing in my listbox.
I added text to a word table, sorted it and transferred to listbox. I tried with different ...
-1
votes
2answers
25 views
Octave: Install symbolic package, 'int' undefined
I successfully installed symbolic package with sudo apt-get install octave-symbolic, but still it doesn;t recogbize the int function for integration:
octave:7> symbols
octave:8> x=sym('x')
x =
...
2
votes
0answers
37 views
matlab mex clang C++11 thread -> Undefined symbols error
Goal: I want to use thread STL of C++11 in Matlab mex file (R2013a) using Xcode 4.6
I modified ~/.matlab/R2013a/mexopts.sh
CC='clang++' # was llvm-gcc-4.2
CXX='clang++' # was ...
0
votes
2answers
47 views
Displaying Unicode character from it's number using PHP
Alright & I've a query. Is there any way to display Unicode symbol from it's unique number. For eg. I've the Integral symbol (∫) & It's Unicode number & HTML code respectively are 'U+222B' ...
3
votes
3answers
57 views
How do I evaluate a symbol returned from a function in Scheme?
I'm refamiliarizing myself with Scheme and I've hit a problem that is probably reflecting a fundamental misunderstanding on my part.
Say I do the following in Scheme (using Guile in this case but ...
1
vote
0answers
16 views
Posting Comment via Graph Api with symbols
hello is it possible to use symbols when posting comments via Graph api ?
If i try this symbols ...
3
votes
2answers
91 views
Down arrow symbol in matplotlib
I would like to create a plot where some of the points have a downward pointing arrow (see image below). In Astronomy this illustrates that the true value is actually lower than what's measured.Note ...
-1
votes
1answer
32 views
How to count all symbols in a file?
public void countSymbols() throws IOException{
String line = null;
int count = 0;
while((line = reader.readLine())!= null){
for(int i=0; i<line.length(); i++){
...
0
votes
1answer
31 views
Error compiling “fortune” on x86_64
I'm on an x86_64 machine. I'm trying to build fortune using its makefile, but I get an error about missing symbols:
cd fortune && make CC='gcc' \
CFLAGS='-O2 ...
0
votes
1answer
24 views
Insert code that contains “” or () into texfield
How can I set textfield with sql code like this:
sqlcodefield.setText("("Select IP from Test where (Ipdate > 01.01.2010)");")
well it sure doesnt work cause there are multiple "" and (). Hope ...
0
votes
0answers
38 views
CodeSynthesis XSD: Unresolved externals from Xerces
just after fixing a big error, the next errors occur
this time i have 39 unresolved externals, and how it looks its something from Xerces, but after an hour couldnt figure out what. also downloaded ...
0
votes
1answer
43 views
Java Program Corrupted, Displaying symbols [closed]
I was working on a project and my java code turned completely into strange symbols, I don't know the name for this code.
Looks like this:
`iCCPPhotoshop ICC profile�7œïŸÿíÂá’¶¥†KW-X潬j9²<qyÛ
...
0
votes
5answers
77 views
PHP remove symbols from string
Searching through the internet and this website as well, I've found several topics on the matter. Thing is, there are countless solutions if the inserted strings must contain only characters of the ...
1
vote
1answer
31 views
Intervals in axis labels using plotmath symbols
I want to use plotmath symbols in R to add an interval to the X axis of a plot, such as 3<=X<=4. I know you can do something like:
x=1:10
x1=3
x2=4
plot(x, xlab=substitute(a <= X *""~ X ...
4
votes
2answers
67 views
__stack_size__, __stack_end__ symbols in 'C'
Is there a direct method in which the values of the stack_start and stack_end symbols can be referenced in a 'C' function? I can do this using a bit of assembler to read each symbol and place it to a ...
-3
votes
4answers
30 views
what would the purpose of the '!' be in a statement
I am reviewing scripts written by differenct coders and see many statement like:
((patindex('%,'+rtrim(ad.Dept)+',%', @vcP1Input) != 0) .
and I am wondering what the '!' is being used for.
1
vote
1answer
24 views
open symbol library for iPhone apps
Where do I get simple symbols for headers, footers, buttons and so on I could use in iPhone apps?
I'm surprised to not find open symbol libraries for iPhone programmers. I can't imagine, that most of ...
1
vote
1answer
72 views
clang++ mac os x c++11 linker issue
I have a problem compiling a program with "-std=c++11 -stdlib=libc++" under mac os x 10.8.3 using clang++ from xcode 4.6.2.
When I try to use std::mem_fn() or (deprecated) std::mem_fun_ref(), I get ...
1
vote
1answer
88 views
How can I dynamically change the image in an Edge Animate symbol?
I'm working on a site prototype that has many rollover images in the navigation. Each image is unique, but the rollover and rollout code is identical. I'm trying to create a single symbol that can ...
4
votes
2answers
108 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
40 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
35 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
23 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
1answer
64 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 ...
0
votes
0answers
26 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
48 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 ...
0
votes
2answers
52 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
38 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
50 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
64 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
47 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
61 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
47 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 ...
3
votes
3answers
227 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, ...
0
votes
1answer
34 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
58 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
31 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
39 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
40 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
81 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
262 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
294 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
92 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
75 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 ...





