Tagged Questions
The abbreviation tag has no wiki summary.
12
votes
5answers
164 views
Naming convention for upper case abbreviations [closed]
Should a method that returns an XML stream be called
public Stream getXmlStream();
or instead
public Stream getXMLStream();
What's your opinion about that? What's considered best practice?
6
votes
3answers
1k views
Split string into sentences based on periods
I have written this piece of code that splits a string and stores it in a string array:-
String[] sSentence = sResult.split("[a-z]\\.\\s+");
However, I've added the [a-z] because I wanted to deal ...
6
votes
5answers
660 views
How can I transform a string into an abbreviated form?
I want to fit strings into a specific width. Example, "Hello world" -> "...world", "Hello...", "He...rld". Do you know where I can find code for that? It's a neat trick, very useful for representing ...
6
votes
9answers
2k views
What is the easiest or most effective way to convert month's abbreviation to a number in Perl? (ie “jan” to 1)
If I import a library to use a method, would it be worth it? Does importing take up a lot of memory?
4
votes
5answers
106 views
Check if a string is a possible abbrevation for a name
I'm trying to develop a python algorithm to check if a string could be an abbrevation for another word. For example
fck is a match for fc kopenhavn because it matches the first characters of the ...
4
votes
1answer
181 views
When to use :abbr vs. :map in vi/vim
The abbreviation and map commands both appear to give the user redundant functionality. :imap teh the seems to get the same job done as :iabbr teh the. I tend to make all my settings in :map commands ...
3
votes
3answers
1k views
What does SGBD mean?
As I could not find the answer anywhere else:
What is SGBD? Is it "Système de Gestion de Bases de
Données" (Database management system)?
E.g. it is used in responses to these
two Stack Overflow ...
2
votes
2answers
357 views
What does MR version stand for?
Today I got Android ICS update. The system shows version "Ice Cream Sandwich MR1". I know alpha, beta, rc, rtm, etc. but I was wandering what MR stands for.
2
votes
1answer
69 views
Extending dabbrev-expand
Has anybody tried extending the completion mechanism of dabbrev-expand to support different sorts of completion mechanism (defined in minibuffer.el)? I know of mdabbrev-expand but it only does ...
2
votes
1answer
154 views
What does “ctx” mean?
I have seen it used twice already in different libraries as an abbreviation, but I can't wrap my head around what it should mean.
For example here:
static int reformat_string(void * ctx, const ...
2
votes
3answers
222 views
How to use abbreviations in Vim with arguments?
In Vim, you can make it so each time you write "FF" on insert mode changes to some code by using:
:iab FF for ( int i = 0 ; i < n ; i++ )
But is there any way to use this with arguments? ...
2
votes
1answer
235 views
A string searching algorithm to quickly match an abbreviation in a large list of unabbreviated strings?
I am having a lot of trouble finding a string matching algorithm that fits my requirements.
I have a very large database of strings in an unabbreviated form that need to be matched to an arbitrary ...
1
vote
1answer
39 views
Isolate the state abbreviation of and address
Is there a way to pull out the state abbreviation from an address? I am using an event calendar extension for Joomla for my site and it currently only stores the city and county separately in the ...
1
vote
1answer
61 views
Prevent Abbrev expansion after certain symbols in Emacs
Is there a way to prevent automatic expansion of an abbreviation in the built-in abbrev-mode after certain symbols? E.g. I want my abbrev to expand after whitespace, newline, comma etc., but not after ...
1
vote
1answer
75 views
Rails I18n: shorten the translate calls (at least in the views)
What is the DRY way to translate certain fields?
In my RESTful views, I have some repeating snippets, like this in a show-view:
...
<dt><%= t("activerecord.attributes.user.firstname") ...
1
vote
1answer
44 views
Help with abbrevations
I just read a work description with a lot of abbreviations that I did not recognize. Could you help me with these?
It's the words in bold I don't understand.
.NET/Integration Architect in VDA
...
1
vote
2answers
732 views
How to modify the keyboard input in QT?
The following feature needs to be implemented to our existing QT & C++ application.
We have to expand the user typed abbreviations into pre-defined words(s). The functionality we need to ...
1
vote
4answers
544 views
Regex - Matching Abbreviations of a Word
I was thinking in providing the following regex as an answer to this question, but I can't seem to write the regular expression I was looking for:
w?o?r?d?p?r?e?s?s?
This should match a ordered ...
1
vote
3answers
211 views
What does HFA stand for in Coverity Prevent?
Coverity Prevent has a checker 'HFA' which is used to identify unused included header files.
I understand what it's used for, but I don't understand the abbreviation. What does HFA stand for?
It ...
1
vote
4answers
347 views
What does .h and .m stand for? [closed]
Exact duplicate:
Why do Objective C files use the .m extension?
I'm thinking .h stands for header. I suppose .m could stand for main, but I don't know. Do any of you actually know this?
Just to ...
0
votes
1answer
40 views
In-Place Word/Symbol Dabbrev Expand
Here's my extension to dabbrev-expand to support sub-string expansion.It works as expected, as far as I know. However I would find it even more useful if it supported in-symbol expansion similar to ...
0
votes
1answer
88 views
MOJO (maven) what is it? stands for what?
Maybe it will be a silly question, anyway...
I'm reading about Maven right now and everywhere in text in see this word (mojo).. I approximately understand what it's mean, but I would not refuse from ...
0
votes
1answer
86 views
Month abbreviation in Wordpress Archives Widget
I've been trying for 3 straight days with no luck to make the archives widget display the months in their abbreviated form that are included in locale.php
So far I'm down to this piece of code where ...
0
votes
1answer
196 views
JQueryMobile Listview Header Text Abbreviation
How to change the abbreviation setting of a listview header entry?
Lets say my window is big enough, the list entry is fully written like it should be. If the window is smaller, the text is ...
0
votes
1answer
57 views
How to combine asterix syntax with table abbreviations
Is it possible to combine * syntax with table abbreviations?
I want to do something like:
"SELECT subfunds.* FROM subfunds S" +
" INNER JOIN funds F ON S.id_fund = F.id" +
" WHERE F.fund_short IN('" ...
0
votes
1answer
97 views
What does rt stands for in MIPS instruction format?
Take MIPS instruction format described here, there are some abbreviations eg rd,rs and rt. What does rt stands for? I know rt is the second source register in R-type instruction, and is the ...
0
votes
1answer
52 views
Share abbreviations between major modes in abbrev-mode (Emacs)
I'd like to ask whether there is a way to share abbreviation definitions for abbrev-mode between several major modes. E.g.: in LaTeX-mode I'd like to have not only the latex-mode abbrevs (and of ...
0
votes
2answers
71 views
php abbreviating numbers with K/M
The function below finds the number, rounds it off and puts a K or M on the end of it
IE: 25000 becomes 25K
function abbr_no($number) {
$number = preg_replace('/[^0-9]/', '', $number);
$numbers ...
0
votes
1answer
177 views
What does SCM stand for in meaning of trac, redmine
Here's similar question, but it doesn't seem to be correct in meaning of trac, redmine.
Does anyone know this for sure?
0
votes
1answer
238 views
regular expression to convert state names to abbreviations
I'm working on a project that requires only the use of regular expression to convert state names (must be case insensitive) to their two letter abbreviations.
I cannot use any sort of development ...
0
votes
1answer
143 views
Underscores in VIM Abbreviation
I am trying to set this as my abbreviation:
ab dump_var var_dump
but I am getting an error whenever I try to open VIM. E474: Invalid argument. In my vimrc (above the abbreviation) I have the _ set ...
0
votes
2answers
251 views
How to abbreviate Chrome, Safari and Opera? [closed]
How do I abbreviate Google Chrome, Apple Safari and Opera? I know that (MS)IE goes for (Microsoft) Internet Explorer and Fx is for Firefox. What about the rest?
0
votes
1answer
208 views
Ellipsize only a section in a TextView
I was wondering if it is possible to abbreviate only a portion of a string in a TextView. What I would like to do is something like this:
Element with short title (X)
Element with a very lo...(X)
...
0
votes
2answers
712 views
What does ZIP stand for (the compression format, not the postal codes)
Does anybody know for what the acronym ZIP stands for which was and is used in programs like PKZIP and GZIP?
There is a compression algorithm named Lempel-Ziv-Welch-Algorithm (LZW) maybe the guy named ...
0
votes
6answers
421 views
How do you deal with duplicate street suffixes?
I have a system where users need to enter addresses. I am trying to limit duplicates of course and something I started noticing was becoming a big problem was some users putting in "Road" and others ...