The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
4answers
1k views

how to calculate the mode of an unsorted array of integers in O(N)?

...using an iterative procedure (no hash table)? It's not homework. And by mode I mean the most frequent number (statistical mode). I don't want to use a hash table because I want to know how it can ...
1
vote
1answer
448 views

NSArrayController Class vs Entity mode in Core Data Mac OS X document based application

Can anyone explain differences in practise between NSArrayContoller modes (Class / Entity}? I am just facing some debugging issues in my document based Core Data desktop application (using Entity ...
4
votes
2answers
3k views

XSLT apply-template with mode - Incorrect result with no matching mode

Here's a simple case. Here's my XML: <?xml version="1.0" encoding="utf-8" ?> <dogs> <dog type="Labrador"> <Name>Doggy</Name> </dog> <dog ...
0
votes
1answer
93 views

Is there Lockdown Mode for Trial Version?

I was just wondering if there is the "Lockdown Mode" for trial version of the ESXi 4.1 version? I can't seem to enable to option as when I F2 to customize the system, the option is not selectable and ...
14
votes
3answers
6k views

decoding the CLLocationAccuracy const's

the following are listed in CLLocation.h but from my experience they are deceiving names- possibly originally thought up to serve two purposes, 1. to test the accuracy of the location returned, but ...
2
votes
0answers
128 views

How common is MySQL traditional mode in the wild? [closed]

I was recently having a discussion with someone in which they kept insisting that I had to allow for certain exceptions due to the existence or use of MySQL traditional mode. In my experience, I have ...
5
votes
1answer
1k views

How can I change the Visual Studio work environment from Web mode back to Visual C++ mode?

I selected web development as my primary development style the first time I booted Visual Studio 2010 and now I would like to change it to Visual C++. How can I do this?
0
votes
1answer
320 views

Change iPhone internet connection mode programatically

I want to know if there is a way of changing the internet connection mode from GPRS to WiFi and vice-versa programatically. I am developing one application and want to give liberty to users which ...
5
votes
3answers
742 views

in rails what is the difference between development mode and production mode?

Currently, I am using the Development mode for my application, but I don't know if I should use the Production mode. If it is the case, how do i transfer all my data to the Production mode? Will ...
2
votes
0answers
210 views

How to change portlet mode outside processAction (jsr168)?

I'm writing mail client portlet. I would like to show portlet in edit mode for new user and don't allow change this mode while user filling html form.
0
votes
1answer
358 views

Need help with a PHP proxy script

I’m currently working on a small web app that allows people to search for music album covers. However, I’m having a problem getting my PHP proxy to work. Right now I’m using a simple PHP proxy script ...
7
votes
3answers
6k views

Is it possible to write an Android broadcast receiver that detects when the phone wakes up?

I want to figure out how to detect when the phone wakes up from being in the black screen mode and write a handler for that event. Is that possible? It seems like this would be something a Broadcast ...
2
votes
2answers
780 views

XSL How to copy identical + add copy with attributes changes

Hello I need to copy a node and its sub-nodes: first: one identical copy followed by a modified copy with some attributes values changed Here is the extract to change: <Configuration ...
2
votes
2answers
361 views

Sort by the mode in an Array in Objective-C iPhone

If I have an NSArray with some values in them. Is there a way using descriptors to sort it by the most frequent number in the array first and the least frequent number at the end, Array has( "3", ...
0
votes
2answers
371 views

Kiosk mode in wxpython?

Is there a way to create a 'kiosk mode' in wxpython under Windows (98 - 7) where the application disables you from breaking out of the app using Windows keys, alt-tab, alt-f4, and ctrl+alt+delete?
0
votes
1answer
422 views

Deactivate ime mode onBlur

I have an input field whose imeMode is set active. So when I enter this field it activates my imeMode so I can type japanese. But when I leave this textfield my ime is still active. How do i ...
1
vote
1answer
161 views

safe url with .htaccess and moderewrite

hi guy its my first time here and my english sukcs, sorry... i have a problem with my .htaccess, i'm trying to redirect a page with a safe url using this code: RewriteEngine On RewriteCond ...
1
vote
2answers
242 views

Calculate all modes in c

Can you give me some hint on how to calculate if there are two or more modes in c? I was able to create a program that will calculate for the mode, but if i have a dataset with multiple modes, like ...
5
votes
1answer
232 views

Assign a keymap to a derived mode in emacs

How can I assign a keymap to a derived mode in emacs (I am using the define-derived-mode function). There is a derived-mode-set-keymap function but without examples or good documentation.
4
votes
3answers
147 views

How to detect when the laptop is running on batteries in .NET?

How to detect when the laptop is running on batteries (or AC) in .NET? Thanks, Mahesh
0
votes
1answer
511 views

glfwOpenWindow and glReadPixels modes?

Suppose I open a glfw window with: glfwOpenWindow(width, height, 8,8,8,8,8,8, GLFW_WINDOW); Then, I try to read it back with: glReadPixels(0, 0, width, height, ..1.., ..2..); I'm not sure what I ...
3
votes
3answers
2k views

Recognising iPhone Silent Mode

I would like to stop my application playing a sound if the user has switched the iPhone to silent mode. Where can I read that the phone is in silent mode? Is there some flag I can query? I noticed ...
0
votes
1answer
737 views

SharePoint custom field render differently in “View Properties” mode “Edit Properties” and Norman display in page

I have one custom field. Here are different renderings of that page. In EditForm.aspx [through edit properties] In DispForm.aspx [through edit properties] I have overrided Display Mode and Edit ...
0
votes
1answer
300 views

WPF ListBox insert

I have a WPF Listbox defined in a DataTemplate that has its ItemsSource bound to an ObservableCollection. When new items are added to the collection, I want the ListBox to work in "insert mode", ...
3
votes
2answers
2k views

What is the overhead involved in a mode switch

Many a times i read/hear the argument that making a lot of system calls etc would be inefficient since the application make a mode switch i.e goes from user mode to kernel mode and after executing the ...
0
votes
1answer
155 views

Single user mode in mac

I want to use the mac in single user mode. I want to use ctags and cscope in that mode. Could anyone help me with the setups required for this. Thank you. All i know is how to go to the single user ...
2
votes
4answers
4k views

GWT hosted mode very slow

We do have problems with GWT hosted mode running in Eclipse Ganymede (Windwos XP 3GB RAM). When we start our application in hosted mode it takes very long to start and also the transactions once the ...
10
votes
5answers
17k views

IE8 Browser Mode & Standards Mode

I need to force IE8 to display as follows: Browser Mode: Internet Explorer 8 Document Mode: IE8 Standards I have added this tag however it only affects the document mode, not the browser mode. How ...
4
votes
2answers
350 views

Perl's taint mode in PHP

Just wondering... is there a PHP equivalent to Perl's Taint Mode? I don't think there is, but thought I'd ask.
3
votes
3answers
7k views

composite colors: CALayer and blend mode on iPhone

I'm trying to use core image on the iphone. I'm able to composite my colors using quartz to draw an uiview, but I want to separate each component into CALayer (UIview consume more resources). So I ...
0
votes
1answer
238 views

SQL Query : List the Most frequent Users of a Server

I am working on a one to many query for an assets database. Here is some sample data Server Name Application Primary_User Server1 SQL DBA Server1 ...
2
votes
1answer
1k views

AccessControlException while connecting MySQL using JDBC in GWT hosted mode

I want to connect to a mysql database at localhost:3306 using jdbc in a GWT servlet, but when I try connecting I get this error: java.security.AccessControlException: access denied ...
0
votes
3answers
438 views

Deserialization in debug mode?

Can anyone explain why the following is happening: When we serialize a file in debug mode, we can open it again in debug mode, but not at runtime. When we serialize a file in runtime mode, we can ...
1
vote
1answer
4k views

Form View Manually Setting the DataSource Does not Show Template

I am currently programming an ASP .NET FormView. The twist here is that I need to manually set the datasource via "FormView.DataSource = ". I added an ItemTemplate and added some form in the form view ...
2
votes
2answers
5k views

Get owner's access permissions using C++ and stat

How can I get the file owner's access permissions using stat from sys/stat.h using C++ in Kubuntu Linux? Currently, I get the type of file like this: struct stat results; stat(filename, ...
22
votes
5answers
30k views

Detect IE8 Compatibility Mode [duplicate]

Possible Duplicate: Differentiate IE7 browser and browser in IE7 compatibility mode We have not had time to fully test IE8 with our fairly extensive system. We are also reaching the point ...
15
votes
1answer
11k views

How does git handle folder permission?

I'm using git version 1.5.6.3, and it seems git doesn't notice a folder's mode changes #create a test repository with a folder with 777 mode :~$ mkdir -p test/folder :~$ touch test/folder/dummy.txt ...
1
vote
1answer
430 views

OpenGL background dissappears with certain Polygon Modes

I am creating a simple gradient background by drawing a quad as follows: glMatrixMode GL.GL_PROJECTION glLoadIdentity glMatrixMode GL.GL_MODELVIEW glLoadIdentity ***glPolygonMode ...
11
votes
5answers
3k views

Get the element with the highest occurrence in an array

I'm looking for an elegant way of determining which element has the highest occurrence (mode) in a JavaScript array. For example, in ['pear', 'apple', 'orange', 'apple'] the 'apple' element is ...
2
votes
4answers
7k views

InstallShield 2009 basic MSI silent install: how to set “Repair” by default

Install shield premiere 2009: Basic MSI from command line typing setup.exe /s /v/qn installs silently. But if its installed once before it chooses "Modify" by default and doesn't go for replacing ...
0
votes
2answers
1k views

How to Change FormView mode from edit mode to readonly mode after updating?

How to Change FormView mode from edit mode to readonly mode after updating data? when I click on "Update" link button, it updates data but still remains on edit mode.... thank you very much
1
vote
2answers
3k views

Play video not in full screen mode

First, excuse my english :) I've read on apple developer website that video playback provides by the framework supports only full screen mode. I will need to develop an application where video can ...
6
votes
2answers
7k views

Force iPhone web app to landscape mode

How do you force an iPhone web app (not a native app) into landscape mode?
1
vote
1answer
1k views

Disabling resize controls in IE

I have a web application, HTML wysiwyg editor based on TinyMCE (javascript). The content editing is enabled in Internet Explorer with designMode="on". If I put an iframe in the edited content: This ...
12
votes
2answers
6k views

How to detect Render Mode of browser for current page?

I know that modern browsers generally have two render mode: standard mode and quirk mode. The browser detects the heading DocType. The question is how to detect render mode of current page at ...
2
votes
5answers
664 views

Computing the statistical mode

I'm currently trying to verify whether or not, given an unsorted array A of length N and an integer k, whether there exists some element that occurs n/k times or more. My thinking for this problem ...
6
votes
3answers
2k views

Detecting Vista IE7 Protected Mode with Javascript

I'd like to be able to detect Vista IE7 Protected Mode within a page using javascript, preferably. My thinking is to perform an action that would violate protected mode, thus exposing it. The goal is ...
4
votes
3answers
571 views

Emacs mode that highlight Lisp forms

What is the Emacs mode or package that highlights Lisp forms changing the color of the backgrounds so that the form you are in has one color, the outer form another, the outer outer form another and ...
1
vote
2answers
6k views

Calculate mode (or frequency) distribution of a value over time in SQL Server

Given the following table, how does one calculate the hourly mode, or value with the highest frequency by hour? CREATE TABLE Values ( ValueID int NOT NULL, Value int NOT NULL, LogTime ...
31
votes
4answers
6k views

How to write an emacs mode for a new language?

I would like to write an Emacs major mode for a 4GL. Can someone show me a tutorial? As far as I googled I was able to find only this broken: link http://two-wugs.net/emacs/mode-tutorial.html

1 4 5 6 7 8