A prefix is a part of a word attached to a beginning of a word which modifies the meaning of that stem.
0
votes
0answers
21 views
load Preferences from XML dynamic PreferenceKey Prefix
i have a PreferenceFragment which is being loaded from an XML. The PreferenceFragments gets a dynamic Name via Intent, which should be the prefix for all Preferences. There are also some categories ...
1
vote
2answers
27 views
add prefix to files with rename - error argument too long
I have thousands of files inside a directory I need to rename adding a prefix like "th_" so that files will be th_65461516846.jpg
but I can't due to the error "argument too long"
I have used this ...
0
votes
1answer
18 views
XSLT issue with renaming the elements — changing namespace
I am trying to rename/remove the namespace prefix from the output XML.
However, one of the top element should contain the namespace declaration without prefix.
The XSLT is not working properly. In ...
0
votes
1answer
16 views
what is cdn prefix instead of www in web address
In place of a missing www prefix I sometimes see cdn.
Is this for a special service or program, different from a webserver ? Is there a list of all common leftmost subdomains/domain prefixes?
0
votes
2answers
66 views
Magento products and categories url prefix
I want to make custom rewrite to categories and products url.
In example I have categories :
Category 1 > Subcat 11 > Subsubcat 11,
I want to have url like
...
0
votes
0answers
36 views
How to get all classes with a specific prefix in css?
I know we can do this matching attributes with: div[class*=something] but I don't want the attribute prefix but the class prefix, like: .icon-[something].
Is there some way to get all classes with a ...
1
vote
1answer
54 views
Construct binary tree from prefix order expression
How should we construct the binary tree of the following "prefix" order expression?
( - * / 8 + 5 1 4 + 3 - 5 / 18 6 )
Is there any rule to follow for drawing the tree?
0
votes
0answers
25 views
Bootstrap Prefix
I have a problem after prefixing Bootstrap CSS in this way in bootstrap.less :
.myprefix{
// Core variables and mixins
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
...
0
votes
2answers
50 views
how to change all table prefix in a single query
I am pretty amateur in mysql..can you please tell me how can I change table prefixes of my whole database in a single query... I can do it manually, but its quite time consuming to change all the ...
0
votes
0answers
21 views
ant zip: how to add prefix to all all files/dirs
<zip destfile="/tmp/abc.zip" >
<fileset ...>
....
</fileset>
<zipfileset prefix="hello" >
</zipfilest>
</zip>
I would like to add prefix ...
0
votes
1answer
31 views
How to add prefixed type into repeating parent node and select all elements for each using XSLT?
I would like to know how we can add prefixed type [xsi:type"..."] to each repeating parent node and select all child node of it. The xml is of soap envelop and the output is modification of the header ...
0
votes
2answers
50 views
Jquery If something !=null, give 'else' true also
I need to get class name from body tag which starts with "title-", and then add that class suffix to H1 which has class "title" . And if there is no class with prefix "title-", H1 should have class ...
1
vote
2answers
56 views
Least number characters which can make a set of strings unique
What is the least number characters (starting from 1st character) which can make a set of strings unique.
For example,
set of strings:
{
'january',
'february',
'march',
'april',
...
0
votes
3answers
100 views
Lisp prefix calculator
How can I write a calculator to prefix notation, when it should count this example '(+ * 3 2 - 2 1), where there are no brackets between characters? When I have the brackets, I can handle it, but in ...
-2
votes
3answers
40 views
-moz- , -webkit- like other prefixes properties [closed]
We use specific rules for every browsers like -moz- , -webkit- like this but I couldn't found any site that is providing such tutorial. I have googled but couldn't find. Please anyone know which site ...
0
votes
0answers
105 views
How to mobilize all links with http://www.google.com/gwt/x?u= ? if window.location=$link{ window.location=google.com/gwt/$link
I've trying to make the links on some of my pages "mobilized" with this great service by google mobilizer: http://www.google.com/gwt/x?u=
Is there a way to prefix all of the links within a div or ...
1
vote
1answer
82 views
Output of a c++ program
While i was trying to improve my c++ knowledge, i found this problem from an old programming contest. I will try to enter the contest this year so i want to be prepared.
What is the output for the ...
1
vote
2answers
56 views
Append number to front of string with leading 0
How do I correctly replace the first character with 'M'? Suppose you have a PATIENT_ID_NONNUM = 'M001', and we want 1001 as a result.
UPDATE [HIMC_I2B2_LZ-PROD].[dbo].[I2B2_SRC_BIOMETRICS]
SET ...
1
vote
2answers
42 views
Set installation prefix automatically to custom path if not explicitly specified on the command line
For some internal tests, I would like the install prefix to default to a subdirectory of the build directory, unless explicitly overridden by the user. I know the user can specify a install prefix by:
...
0
votes
0answers
67 views
Convert prefix to conjunctive normal form(CNF)
If we have to convert a statement in prefix Eg. (OR (AND A B) (AND A C)) to conjunctive normal form, how should I go about it ?
P.S. AND, NOT, OR,=>,<=> are the allowed operators.
0
votes
1answer
57 views
Java prefix evaluator issues (compiles. runs. crashes) [closed]
I'm still a rookie at this. This project is supposed to take a prefix expression from user input and evaluate it. I'm required to use two stacks. I do not believe the algorithm is the problem, but ...
0
votes
1answer
108 views
Calculating and converting prefix to infix
I'm having some serious problems writing a program that convert prefix to infix. I have already written 2 programs which use stacks but do so differently - one used two stacks, the other used one with ...
0
votes
1answer
68 views
Prefix and postfix operators returning unexpected values [duplicate]
When I write the following two lines of code, I get the answer in cout equal to 535 instead of 335 which I expect. What is the reason for this?
int x=2;
cout<<++x<<x++<<++x
0
votes
2answers
61 views
Cakephp route and prefix
I have a problem with Routes on CakePHP. Let me explain.
I'm using the authentication through the Auth component. I have a routing prefix called account.
When I want to edit a user, I'm calling the ...
0
votes
0answers
60 views
how to define xml namespace prefix when namespace is nested in child element?
Some help with the following would be much appreciated:
I am trying to parse an XML-feed with three different namespace prefixes using a php script. The xml code is as follows:
...
1
vote
1answer
36 views
Why we prepend \Slim before using Slim class?
Once we have included SLIM PHP class using require function, why do we still instantiate Slim class with \Slim prefix.
<?php
$app = new \Slim\Slim(); // Why \Slim before Slim();
...
2
votes
4answers
322 views
Batch renaming files using Windows 7 REN (adding prefix)?
I am a newbie at this. I have figured it out how to edit batches of files using REN in Win 7 Command Prompt. However, this time I am trying to add a prefix to all files but I am unable to do it. All ...
1
vote
2answers
42 views
SQL remove text at the end and add a prefix
I'm new to SQL and don't know much of the keywords yet.
I have a case to generate a text where the data I pull in example below
Data I pulled is 10DAYS, 20DAYS, 30DAYS, and so on...
Now, I want ...
0
votes
2answers
307 views
Infix to prefix parenthesis
How would I convert this to where it accepts parenthesis, currently the only thing you can use is like 2 + 4 * 7. i'm having trouble figuring out how to ignore the parenthesis so something like (2 + ...
0
votes
1answer
124 views
Zend Framework 2 - Set prefix for form elements
I'm looking for a way to add prefixes for every element of a certain form.
If found this post telling me that there is a elementsBelongTo option which I can use to achieve what I want.
Unfortunately ...
1
vote
1answer
83 views
Why does PostgreSQL not use my index to do text prefix search under certain collations?
Consider:
create table tab (foo text not null);
create index tab_ix_foo on tab(foo);
select * from tab where foo like 'pre%';
Postgres doesn't use the index to do that search. When using the ...
2
votes
2answers
115 views
SELECT by string prefix using an index
You have a column foo, of some string type, with a index on that column. You want to SELECT from the table WHERE the foo column has the prefix 'pre'. Obviously, the index should be able to help here.
...
0
votes
1answer
89 views
optionaly use table prefix in codeigniter using active records
I want to produce sql like:
select id, "file_name.png" from prefix_table;
In CI, by using active records, I code that with:
$this->db->select('id, "file_name.png"', ...
4
votes
4answers
107 views
Does ANT apply prefixValues if there is no property of the desired name ? Or is this a bug ? (SSCCE provided)
I have this weird behavior with ant and properties and I'd like to know what do you think. I don't get the logic.
This behavior could be usefull but I would like to know if I can rely on it or if this ...
1
vote
1answer
57 views
XAttribute generates bogus prefix
I am trying to generate a piece of xml data using linq to xml.
XNamespace xsins = XNamespace.Get("http://www.w3.org/2001/XMLSchema-instance");
XAttribute xsiniltrue = new XAttribute(xsins+"Exists", ...
0
votes
1answer
105 views
Add Namespace Prefix To root node
I need to change the namespace of the root node and add the namespace prefix to only root element not for child elements.
I have following XML:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
1answer
65 views
The expression prefix 'App_GlobalResources' was not recognized. Please correct the prefix or register the prefix in the
I have a App_GlobalResources in my solution that have a few resx files.
In my ASPX page I am recieving a error when I type:
<asp:Label ID="label" runat="server" Text="<% ...
0
votes
2answers
82 views
MySQL - Table prefix for security?
How table prefix in each mysql tables name work ?
When i try to instal Joomla on localhost, It always generate unique table prefix and it said for security reason. really i don't know, can you ...
0
votes
0answers
69 views
How to get IPv6 prefix from network [closed]
We have local network with ipv6(Prefix and gateway). The router is broadcasting this Prefix.
If we configure /etc/sysconfig/network as IPV6_AUTOCONF=yes, RHEL will configure with it Prefix and ...
0
votes
0answers
125 views
SOAP - Prefix without namespace
this is what I want:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tps="http://mysite.it">
<soapenv:Header/>
<soapenv:Body>
...
0
votes
1answer
31 views
Should I prefix my variable names for components in GUI code?
Some coding books mention that we should not prefix the type in the name, since current IDEs are able to make these visible and clear. I completely agree for primitive types but I'm inclined to still ...
0
votes
0answers
36 views
python print command shows 'u prefix at the beginning of each string, why does this happen?
I am new to Python and learning through codecademy. Throughout their exercises I've noticed that whenever I print a string or list of strings they get printed out with unicode prefixes. This is weird ...
0
votes
1answer
115 views
creating elements with namespace prefix based on multipart xml root declaration
If I do something like this:
System.Xml.XmlDocument xmlDoc = new System.Xml.XmlDocument();
XmlElement e = xmlDoc.CreateElement("ShipmentReceiptNotification");
e.SetAttribute("xmlns", ...
2
votes
1answer
96 views
How to assume a table prefix on a entire MySQL script?
I have a script to run in my database.
But the problem is this script assume the tables have no prefix on it and all databases have a prefix (let call it prefix_).
Is there a command or a way to ...
0
votes
0answers
32 views
add a field civility on magento contact form
I want to add a field civility on the contact form (form.phtml), is there a way to retrieve the options of civility as the login page (name.phtml) using the $ this-> getPrefixOptions () method??
2
votes
3answers
39 views
jQuery. Prefix selector for various items
How to optimize this?
$('link[href="dir/style.css"]').attr("href", "dir/style2.css");
$('link[href="../../dir/style.css"]').attr("href", "../../dir/style2.css");
...
1
vote
0answers
138 views
For what classes of programs are prefix and postfix notation ideal? [closed]
Most concatenative programming languages use postfix notation. However Om, another concatenative programming language, use prefix notation.
While reading the documentation of Om I found a list of ...
1
vote
2answers
713 views
Algorithm to evaluate prefix expression?
I have a prefix expression that only has the 4 binary operators(+,-,*,/) .A straight forward way to evaluate such an expression is to convert it to a postfix expression and then evaluate that ...
2
votes
1answer
66 views
Php Include security - Using an Array and name prefix
I'm learning php on my own now and I'm developing some simple sites using php include to ease the page creation process.
I've searched this website for ways to make it secure but, as a noob, I'm ...
0
votes
1answer
106 views
Create expression tree from prefix regex in Python?
I'm given a regular expression in prefix notation like the one below:
(r* (r. r| a ( r. b b) (r. c (r* c))) a))
Where:
c (for any char c) means "regex accepting the single-character string c"
r. ...






