For questions related to short forms of words or phrases.

learn more… | top users | synonyms

0
votes
2answers
57 views

Generate an abbreviation from a string in perl using regular expressions

I'm new to Perl... I want to read a file in Perl. Every time I find two or more capitalized consecutive words, how can I abbreviate them using regular expression? For example, " A precursor to ...
1
vote
0answers
16 views

Somaliland Country Abbreviation

I can't find a two letter country abbreviation for Somaliland, likely because it's not a country, but rather, as Wikipedia puts it: "an unrecognized self-declared de facto sovereign state that is ...
0
votes
2answers
64 views

How to expand abbreviations in datatable row by row c#

I'm using datatable that has two columns of text data, I just want to do abbreviations expanding for each row, so I used Dictionary and here it is a sample of my code: private void ExpandWords() ...
1
vote
3answers
55 views

how to control cursor placement in Emacs abbrev expansion?

In Emacs, is there a way control where the cursor/point gets placed in abbrev-mode expansion? You know, something like this? ("orgfootnote" "[fn:: %?]" nil 0)
1
vote
1answer
40 views

Emacs abbreviation with capitals

Normally when I use abbreviations in Emacs the abbreviations are expanded such that depending on how you capitalize your abbreviation you get a different output (see table 3.7 in ...
0
votes
1answer
31 views

Do “SO” and “RO” postfixes have a standard meaning, as in “EnvelopeSO”?

I'm working with a communication layer and there are objects called "*EnvelopeSO" and "*EnvelopeRO". I've tried to find them at wikipedia, search engines, here, but they are hard to search for. Are ...
1
vote
1answer
101 views

vim abbreviations and regular expressions

In vim, is it possible to use regular expressions in abbreviations? For example, something like :iab \([0-9]\{-}\)nm \\SI{\1}{\\nano\\meter} would would expand every instance of, say, '50nm' to ...
0
votes
2answers
58 views

What does `hl` stand for? [closed]

We use hl=<language code> in the URL to set the language for a Google page Example hl=en or hl=no What is hl?
1
vote
2answers
76 views

Upper or lower case inside in abbreviation tags?

Since HTML5 does not support Microsoft's <acronym> tag, we're left with using the abbreviation element: <abbr title="Microsoft">MS</abbr> When it comes to capitalization, cases ...
-4
votes
1answer
43 views

What does the u in uBLAS stand for? [closed]

What does the u in uBLAS stand for? I have tried to google it but with no luck :( BLAS = Basic Linear Algebra Subprograms [Wikipedia]
-1
votes
2answers
112 views

PHP Script for States to Abbreviations Not Working Correctly

I'm not sure what's wrong with this script. When I run it it only gives me the first letter of the abbreviation. I didn't write the abbreviation part, I found that online. The only parts of the ...
0
votes
0answers
67 views

What does MUT mean in android?

I need to fix a bug in an application, but I cannot interpret the bug report - so I cannot observe the error. The bug report says the error occured when "launching the app in the MUT" - I don't know ...
5
votes
2answers
103 views

Abbreviating constructor names in Ocaml

I have two modules. One defines a variant type: module A = struct type foo = Bar of material | Baz | Boo (* other stuff *) end and I would like to be able to use foo's variants both as ...
1
vote
2answers
110 views

Need to match string to line in file in Python

my first time asking something here. I have a text file of names, 1 name per line, that i'm reading in to a list, and then duplicating that list twice, the first time to remove \n's and a second time ...
0
votes
1answer
62 views

How do you stop source from abbreviating function names?

I am trying to source multiple functions, that differ by a number in the name. For example: func1, func2. I tried using "func_1", and "func_2", as well as putting the number first, "1func" and ...
0
votes
0answers
21 views

Logic to translate abbreviation

I am working on a project to render text from third-party database. Some of the fields are using words like w/ - With w/o - Without std - Standard pwr - Power I need to write some logic to ...
0
votes
2answers
140 views

regexp add space after period but not when period represents a decimal or letter abbreviation?

Using php regexp in a simple way, is it possible to modify a string to add a space after periods that follow words but not after a period that is preceded and followed by a number such as 1.00? I also ...
4
votes
2answers
163 views

using html abbr tag to explain content

Is it bad form to use the abbr tag to explain words that are not actually abbreviations but to produce a "hover over" explanation of content? If it is why is this bad form and what is a good html ...
0
votes
1answer
106 views

What is the best VIEWs abbreviation in SQL codes?

We use some abbreviations while we are writing our SQL codes like: db -> database tbl -> table sp -> stored procedure What is the best abbreviation for VIEW in SQL ?
0
votes
0answers
99 views

Handling abbreviations and acronyms in a part-custom search engine for jobs?

I'm trying to specify the implementiion details of a use case in the language of my choice which will be Python or C++, and the mission is to make searches more semantic for a mysql-based web search ...
6
votes
3answers
336 views

How can I uniquely shorten a list of strings so that they are at most x characters long

I'm looking for an algorithm that will take a vector of strings v1 and return a similar vector of strings v2 where each string is less than x characters long and is unique. The strings in v1 may not ...
0
votes
3answers
119 views

Equivalent of abbrev-mode but for functions?

I'm a big fan of abbrev-mode and I'd like something a bit similar: you start typing and as soon as you enter some punctation (or just a space would be enough) it invokes a function (if I type space ...
7
votes
2answers
145 views

how can I get all the abbreviations of vim's options?

Such as I can use :set nu as :set number Where can I get the whole list of this kind of mapping (number -> nu) ? Or can I define new abbreviations?
1
vote
1answer
104 views

How to remove space at the end of a cab abbreviation and wait for input in GVim?

I have created a Vim abbreviation for the start of a file path, i.e. cab \x\ M:\xmlexport\Output\ and I want to have this expand, remove the space and wait for further input. I have tried ...
0
votes
0answers
50 views

KZR/PZR, HIS-2A abbreviations

In my exam test I had following questions: Which of the following protocols can be used for AD intersite replication? RPC IPX/SPX IP DHCP KZR/PZR RIP Which of the following is symmetrical cipher ...
3
votes
2answers
3k 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.
0
votes
1answer
98 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 ...
18
votes
2answers
4k 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 ...
14
votes
5answers
1k 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?
2
votes
1answer
184 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 ...
0
votes
1answer
338 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 ...
1
vote
1answer
514 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
224 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('" ...
2
votes
1answer
1k 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 ...
5
votes
5answers
512 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 ...
1
vote
1answer
74 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
110 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 ...
1
vote
1answer
117 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 ...
0
votes
2answers
256 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 ...
3
votes
2answers
308 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") ...
2
votes
1answer
345 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 ...
0
votes
1answer
412 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
396 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 ...
1
vote
1answer
56 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 ...
0
votes
1answer
238 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
894 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?
1
vote
2answers
537 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) ...
3
votes
3answers
582 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? ...
0
votes
2answers
1k 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 ...
8
votes
3answers
5k 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 ...

1 2