Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
286 views

Which is best serach technique to search records

I have 10,000,000 records which will be the best technique to search records, currently i m using full text search but it is slow,please suggest.
4
votes
1answer
188 views

Full Text Search: find similar software names

I'm looking for a full text search algorithm that will allow to find similar program names, for example "Mozilla Firefox" and "Firefox 3.5, or "Adobe Reader" and "Adobe Acrobat Reader v10". The ...
3
votes
1answer
400 views

full page background image resizable - maintain aspect-ratio

I need a simple jquery solution to add a background image to my page filling it entirely, but keeping the aspect ratio and vertical and horizontal centered position. there are several plugins out ...
3
votes
3answers
722 views

Postgresql full text search part of words

Is postresql capable of doing a full text search, based on 'half' a word? For example i'm trying to seach foor tree, but i tell postgres to search for 'tr'. I can't find such a solution that is ...
2
votes
3answers
141 views

Looking for a fullwidth slider

Hi there Im looking to achieve something like the slider on this website: http://www.egoargentina.com/en/ The slider should span the full width of the page. I've been looking round and I don't seem ...
2
votes
2answers
70 views

can anybody explains the relation between SDK and full source?

I'm a newbie in android world. I have two questions. The one is about the location of SDK folder. I have downloaded android full source. And I have been trying to find SDK folder in it but I cannot ...
2
votes
3answers
257 views

CSS height 100% problem

I known there are a lot of questions about a css 100% height problem. However I've tried to follow the instructions there and still the height isn't 100%, so I shoot the question again. The site ...
2
votes
0answers
167 views

SOLR replication keeps downloading entire index from master

I have 2 slaves replicating from a master that has a 17GB index. I synced both slaves to this, AFTER which I set the poll interval to 60 seconds. One of the slaves tries to download the entire 17GB ...
2
votes
1answer
502 views

Full Screen Iframe

I am looking for a CSS solution that will let me to display a few horizontal full-screen iframes in one page. I can do the jQuery myself, I just need couple of iframes to be in one page so I can ...
2
votes
2answers
122 views

How to prevent a javascript stack overflow?

I've been building Conway's Life with javascript / jquery in order to run it in a browser Here. Chrome, Firefox and Opera or Safari do this pretty fast so preferably don't use IE for this. IE9 is ok ...
2
votes
1answer
252 views

Make entire screen monochrome and other full screen effects

Does anyone know how to apply effects to the entire screen, in c# or any programming language. I'm mostly interested in making the screen monochrome (specifically green-white instead of black white). ...
2
votes
1answer
1k views

How to create SQL Server 2008 database full backup programmatically in desired folder

How to create SQL Server 2008 database full backup programmatically in desired folder with using Microsoft visual studio 2010 c#
2
votes
3answers
910 views

Full screen C# Application

How can I create a full screen C# Windows Forms application in Visual Studio Express 2010? I have tried this link, but it just shows http://pixpipeline.com/d/57a8554712e8.png
2
votes
2answers
782 views

Can a binary search tree be both full and complete?

In preparation for the data structures midterm, the professor gave us last year's test, one question which deals with re-arranging an example tree into a complete binary search tree. I've tried ...
2
votes
1answer
345 views

Can Sphinx be configured to give more weight to certain fields?

Hey, so I'm wondering if it's possible for Sphinx to weight certain fields of document over others in its results. For example, if I did a search for 'the rock show', is it possible to configure ...
2
votes
4answers
3k views

how to make a full screen div, and prevent size to be changed by content?

for my web application, i would like the main div to be full screen (both width and height = 100%), and regardless of content, i want it to stay at that size. that means, if there are not much ...
2
votes
2answers
2k views

Cassandra full text search like

Let's say I have a column family named Questions like below: Questions = { Who are you: { username: "user1" }, What is the answer: { username: "user1" }... } How do I ...
2
votes
1answer
1k views

SQLite Query - Need Help with Full Text Search

Here's what I'm trying to do. User (a): Enters data in two fields (description-1) and (description-2). User (b) Enters similar data in opposite fields. User (a) or (b) search on both fields would ...
1
vote
1answer
44 views

HTML & CSS: Fullwidth (full resolution) div inside a fixed width div

http://i.stack.imgur.com/FZyiq.jpg I've designed this layout and it works fine in my mind, but when i try to make this with CSS things get a little strange. I have a div with 960px of width and this ...
1
vote
1answer
84 views

WPF (XBAP) application not trusted on some machines butother get a prompt and can run the application

I'm having an Issue with a WPF file not running correctly. On some machines it starts a security prompt shows up and clicking ok lets the application run fine. but on other machines (some with an ...
1
vote
3answers
73 views

Emulating full join in MYSQL with large dataset

I have got three tables whose data I need to join based on a common field. sample pseudo table defs: barometer_log(device ,pressure float,sampleTime timestamp) temperature_log(device ...
1
vote
2answers
38 views

How do I delete svn tagged versions from server and keep them in the repository?

I've taken over a web application that is using Subversion. When the code is released, a tag is created in the repository, and then the 'svn update' command is used on the server to bring the release ...
1
vote
1answer
174 views

fullCalendar - addEventSource with the color option

I have a function that dynamically adds events to the calendar. function AddEventSourceDetailed(act_id) { $('#calendar').fullCalendar('addEventSource', function (start, end, callback) { ...
1
vote
1answer
76 views

How to add a “#!” before all the urls for ajax

I'm doing an Ajax site and I must add to all urls "#!" house (does not work for external urls) from my site when a visitor clicks on the url. For example when someone clicks on a url ...
1
vote
3answers
263 views

View mobile site link in full site

While I have a successful method of getting users from our mobile site to our full site, I need help getting them from the full site back to the mobile site. I'm trying to use a combination of CSS ...
1
vote
2answers
549 views

Change Query String without full postback

How can I change querystring values without full postback using jquery?
1
vote
2answers
187 views

How to make RichTextValue catalog full text search for Plone 4

I created dexterity content type with Rich Text Field - "body text". I'd like to make "body text" full text searchable for my Plone 4.0.2. I added catalog.xml in my theme, code below ...
1
vote
3answers
123 views

iPhone memory crash: signal 0

I'm developing an iPhone app which displays some tiles from a map. I've got a thread which loads tile's from internet or filesystem. This is an endless thread while( true ){ //get tile into cache } ...
1
vote
3answers
671 views

List full path of file

Is there an easy way I can list the full path of "file.txt" ? file.txt = /nfs/an/disks/jj/home/dir/file.txt dir> file.txt should print /nfs/an/disks/jj/home/dir/file.txt
1
vote
0answers
260 views

Getting fully qualified domain name of user groups

Is there a way to get fully qualified domain name of user groups membership? I am using windows identiy and then .Groups to find out the group membership. The reason of this is we have 2 companies ...
1
vote
1answer
307 views

how to use slotMinutes in JQuery Fullcalendar

When I resize the Event in fullcalendar's day view, It allow me to resize it with the difference of 30 minutes time slot. I want to reduce the period of time slot from 30 to 10 or 5. How can I do ...
1
vote
5answers
266 views

css 2 column but have full height regardless of div height

I've tried many 2 and 3 column css layouts but none seem to do what I want and I can't figure it out. What I'm trying to achieve is effectively a two column display with the left side (e.g. 160 ...
1
vote
0answers
279 views

android full screen textview

I am trying to create an app that has a simple textview displaying a count down. All the menus and such will be hidden under a long press or with the menu button. I'm trying to find away to make the ...
1
vote
4answers
231 views

C Queue programming problem

I'm learning queues from a book. The author explains the operation of inserting an element in queue using the following code. #define MAX 100 char *p[MAX]; int spos = 0; // spos: holds the index of ...
1
vote
1answer
768 views

MySQL Full Text Search Boolean Mode Partial Match

I've found boolean mode of MySQL full text search useful, however there are a couple of things I can't seem to figure out how to achieve. For instance imagine I have a full text column containing the ...
1
vote
3answers
1k views

PostgreSQL: Full Text Search - How to search partial words?

Following a question posted here about how I can increase the speed on one of my SQL Search methods, I was advised to update my table to make use of Full Text Search. This is what I have now done, ...
0
votes
2answers
27 views

FULL OUTER JOIN on a Many-to-Many with LINQ Entity Framework

I have a many-to-many relationship of products (p) and materials (m) and the products2materials table (p2m) as the many-to-many link. I need to get - all products that have materials assigned, - ...
0
votes
3answers
23 views

Set column to full height of the page

I'm attempting to create a column in css that is 100% height of the page. Specificially the left column with the background transparency. I've tried to make the contain use the overflow: hidden, but ...
0
votes
1answer
110 views

SocketException An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

from where this problem can be? SocketException An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full Socket newsock = new ...
0
votes
1answer
51 views

Layout fixed width, full height with fixed footer, full width

I could use some help on a layout. This is what I'm trying to achieve: Here are the specs: header has fixed height footer is always at the bottom and has full width (100%) content has fixed width ...
0
votes
1answer
56 views

Email a full sized photo

I'm working on an app that, among other things, uses the device's camera to take a photo and then share it through email. The problem I'm having is that I can't get the app to take the full sized ...
0
votes
1answer
42 views

Java nio socket waiting time when a buffer is full

I am using java nio socket for communication. When the speed of message publications is high, the write buffer is filled up and the process has to wait for the next writable time. The frequency of ...
0
votes
0answers
71 views

Using Full-text search for stemming

SELECT * FROM sys.dm_fts_parser('FORMSOF(INFLECTIONAL, "stopped")', 1033, 0, 0) Above t-sql query retrieving below resultset, _Resultset _ stop stopping stops stopped For English everything is ...
0
votes
1answer
102 views

Telerik ASP NET MVC Grid Full editing with editor templates on client side

I am interesting if it could be possible to use Telerik asp mvc grid in disconnected mode along with editor templates for input fields – which means full client side when adding, editing or deleting ...
0
votes
0answers
80 views

Supersized – Full Screen Background/Slideshow jQuery Plugin - lastest version

I'd like to know how can upload another pics to the supersized gallery. and, how to make the jQuery code to HTML.. so i can add him to a build site.. waiting for an answer soon! thank you :)
0
votes
1answer
177 views

jquery UI Tabs: Set Tabs to full page size

I thought this would be a simple project but it looks like it's a lot more complicated. Searched bo I'm trying to create jquery ui tabs that take up the whole page. So the width and height of the tabs ...
0
votes
0answers
41 views

Running Calendar in Safari on the iPad - Height is cut of short and there are no scroll bars

In the iPad on Safari the calendar renders from 0800 (Set as first hour) and stops at 1300 (not a full day AND there are no scoll bars and no means to scroll down to view the calendar for the rest of ...
0
votes
0answers
30 views

What formatting does Wordpress use on rss descriptions?

I am working on a project in php to allow people to view and vote on blog posts and to do this I allow people to submit the rss of their blog and then automatically grab a posts full text. I have ...
0
votes
1answer
61 views

How to play video in full screen, without html5

We have to support IE 8 so the HTML5 video tag is not an option. The application has to support Quick Time player, so the Flash plug in can not be used. I am using object and embed tags to embed ...
0
votes
1answer
80 views

Wordpress - Single Post full size images

I'm looking for a way to have ALL of my single post pages (single.php) show the full size image regardless of the custom sizes i've posted for my home index page. Amongst my many tries and fails i ...

1 2