Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
191 views

Package (BPL) Automatic Naming Suffix

I write a lot of components and libraries for Delphi, most of which require the use of BPL Packaging so that they may be installed into the IDE. This is simple enough and works well, right up until ...
10
votes
1answer
258 views

How to sort array suffixes in block sorting

I'm reading the block sort algorithm from the Burrows and Wheeler paper. This a step of the algorithm: Suppose S= abracadabra Initialize an array W of N words W[0, ... , N - 1], such that W[i] ...
7
votes
5answers
726 views

C# Custom data type!

After I decided to implement my Int128 in C#, I thought it would be nice to make it look like other dotNet data types.. But I could not implement the following feature: suffix initialization: such ...
5
votes
5answers
298 views

What does it mean when numbers end with U

As in this code: int nx = (int)((rev3[gx]) / 193U); Whats with the U in the end of 193 ?
4
votes
3answers
132 views

Detect largest suffix of some file that is prefix of another file

I have two files - let's call them file0 and file1. What I would like to get is a fast algorithm for the following problem (it is clear to me how to write a rather slow algorithm that solves it): ...
3
votes
4answers
97 views

array of UInt16, what's the suffix in C#?

I'm trying to initialize inline an array of UInt16. For int I can do the following: int[] int_array = new[]{0,0,0,0}; meanwhile using UInt16 doesn't work without a cast: UInt16[] uint16_array= ...
3
votes
2answers
113 views

How to wrap a span around the ‘PM’ and ‘AM’ in a string?

I want to wrap a span around the AM or PM in a time string. For example: <span class="time">between 10:00AM and 14:00PM</span> becomes: <span class="time">between 10:00<span ...
3
votes
2answers
133 views

Formatting a DateTime value Day value

Is there a simple method of displaying the day portion of a date in the format 1st, 2nd, 3rd,…? I suspect that there is no method of doing this through custom datetime formatstrings (I will be very ...
3
votes
6answers
546 views

Fast string suffix checking in C# (.NET 4.0)?

What is the fastest method of checking string suffixes in C#? I need to check each string in a large list (anywhere from 5000 to 100000 items) for a particular term. The term is guaranteed never to ...
2
votes
2answers
239 views

Android EditText with a Fixed Suffix

on Android, i need an EditText with a fixed Suffix (A String i want to add to the text).Now i'm using a TextWatcher to catch the onTextChanged Event, but if i change the Text again adding my suffix, ...
2
votes
4answers
784 views

Recursively remove filename suffix from files in shell

When we develop locally, we append ".dev" or ".prod" to files that should be made available only to the development/production server respectively. What I would like to do is; after deploying the ...
2
votes
3answers
293 views

IE6 “helpfully” appends suffix to downloaded file

A webapp I've been developing allows users to upload and download a type of file which is meant to be treated as an opaque blob. My app serves it up with a file extension not commonly used for any ...
2
votes
3answers
2k views

What is the suffix used for long long constants

If i want to use something like below in a C code: if(num < 0x100000000LL) I want the comparison to happen on a long long constant, but suffix LL doesn't work in MSVC6.0 , but it works in MS ...
1
vote
2answers
87 views

Java DNS suffix

When I do ipconfig /all I see DNS Suffix Search List. I need to retrieve that value from java. Does anyone knows how to get it or where does it come from?
1
vote
1answer
104 views

autoconf: AC_PROG_CC checks for object and executable suffix, but how to get this?

I'm a newbie to autoconf, and found out that a call of the macro AC_PROG_CC checks for the suffixes of executables and object files. Now I want to use the results of this checks and replace it in my ...
1
vote
3answers
236 views

PHP: Formatting the day number suffix in php with date()

I feel a bit silly for this one, but is there a more elegant way to format the day number suffix (st, th) other than by having to call the date() 3 times? What I am trying to output in html: ...
1
vote
4answers
477 views

Does mysql have function for returning a number with ordinal suffix?

Basically I'm looking for something like SELECT ordinal(my_number) FROM my_table which would return 1st 11th 1071st ... etc but preferrably without the use of a stored procedure
1
vote
3answers
383 views

No implicit int -> short conversion in ternary statement

short s; s = (EitherTrueOrFalse()) ? 0 : 1; This fails with: error CS0266: Cannot implicitly convert type 'int' to 'short'. An explicit conversion exists (are you missing a cast?) Can ...
1
vote
3answers
1k views

Asset URLs without cache timestamps in Rails

I'm using a transparent PNG with the Google IE fix library. This fix only works on images urls that end in "-trans.png". Rails' timestamp-based caching is causing problems with this. When I use ...
0
votes
3answers
39 views

Java Program reads prefix and suffix

I am looking for some code to read the last TWO letters AND the first TWO letters on a single word and see if they match. The words will always be in upper case. this is the code i have so far and i ...
0
votes
0answers
25 views

Why do I get this error (Occurs during my quick sort function)?

malloc: *** mmap(size=16777216) failed (error code=12) *** error: can't allocate region In my code I get this error when I use the stringByAppendingString function. I did build & analyze and ...
0
votes
2answers
28 views

Regex to rearrange filename strings?

I need to rename approximately 50,000 files and can't find regex examples that work. Here is the pattern for all the filenames myfiletitle.jpg_download=12500 The numeric IDs at the end of the ...
0
votes
2answers
47 views

How to index words with their prefix in solr? [closed]

Possible Duplicate: how index words with their prefix in solr? I'm using solr 3.3. I want solr index words with their suffixes. When I index 'book' and 'books' and search for 'book', solr ...
0
votes
0answers
18 views

suffix rules with unicode

This is related to my earlier question of UTF suffix rules. Reading suffix rules I am trying to use the same rules mentioned in that post with unicode and it does not work as expected. cat ...
0
votes
1answer
24 views

Reading suffix rules

I just came across the british dictionary that is available here... https://addons.mozilla.org/en-US/firefox/addon/british-english-dictionary/ The source refers to affix and suffix rules those have ...
0
votes
0answers
73 views

YUI 3 Form - How to get rid of “-” in the id to make it work with struts

I am very new to YUI 3. I am exploring YUI 3 Form module. When I create a TextField like this var userName = new Y.TextField({ id:"userName", name : "userName", required : true, label ...
0
votes
1answer
228 views

Joomla 1.5! Page class suffix does not work correctly with other menu modules

Width this code: <?php $menus = &JSite::getMenu(); $menu = $menus->getActive(); $pageclass = ""; if (is_object( $menu )) : $params = new JParameter( $menu->params ...
0
votes
1answer
110 views

suffix tree search time

anyone knows the reason for the following statement? or is there a better website to ask these sort of questions? any pointer would be appreciated, thanks. if a pattern occurs in a text(length n) for ...
0
votes
0answers
173 views

time complexity for exact string matching using suffix tree

I was browsing for information about suffix tree and suffix array, have encountered this slides Suffix trees and suffix arrays. On page 15, it says for exact string matching, if I am to search a ...
0
votes
1answer
97 views

Domain Name Suffixes

Not sure if this is a new thing, but I've begun to notice a lot of sites moving away from traditional .com-ending domain names to things like .ly, .us, etc as parts of their name (mir.aculo.us, ...
0
votes
1answer
348 views

How to setup suffix proxy server

Can anyone guide me for setting up suffix proxy server , so that user can access some specific sites cached in our campus server without doing any configuration in their browsers. by suffix proxy i ...
0
votes
1answer
350 views

Styling individual menu links in Joomla!

Using Joomla, I have a flat list menu (see image) and am using separator links with images to separate the menu links. I'd like to style the menu links (not the separator links) so that they are ...
0
votes
1answer
506 views

how to wrap (prefix & suffix) all values in a column with a string?

I have a mysql table with about 1000 rows in it. id column 1 apple 2 banana ... etc I need a mysql query (UPDATE) to wrap (prefix & suffix) all values in a column with a specific string, ...
-1
votes
1answer
63 views

Find the most frequently occurring substring of length L or more in O(n)

need help here. Please suggest how this could be done in O(n) if I have the suffix array, the LCP table and RMQ structure for O(1) LCP ready. Please don't give links to other posts, as I have read all ...