Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
1answer
2k views

Capabilities for Lua: what experience is there?

There's been some discussion on the cap-talk mailing list around whether Lua and Javascript support the object-capability model, with the conclusion that because of support for restricting the ...
4
votes
1answer
253 views

Detecting a 4G capable device

I need to detect the 4G capability of the device. How can I do that? Thanks for any hints.
4
votes
7answers
487 views

What technique would be the least effort to internationalise (at least multi-language) existing Delphi Applications?

I have developed about 300 Applications which I would like to provide with multi-language capabilities independent from the Operating System. I have written a just-in-time translator, but that is too ...
2
votes
1answer
65 views

Accessing control chart results in R?

I have a short R script that loads a bunch of data and plots it in an XBar chart. Using the following code, I can plot the data and view the various statistical information. library(qcc) ...
2
votes
2answers
76 views

java:how to define capabilities of a subclass instance that can be derived from the superclass

To make my question more concrete, let me pose it as a problem: situation description: We have 3 abstract concepts: Boss: which has a number of employees Worker: that can execute some types of ...
2
votes
1answer
333 views

android device capability detection

i'm trying to determine if the device i'm running on has the capability to send/receive phone calls, email, and SMS. i found that i can use the TelephonyManager to get the devices phone number and ...
1
vote
1answer
57 views

ubuntu and libcap (capabilities) undefined reference

I'm trying to compile the following minimal C code on ubuntu 10.10: #include <sys/capability.h> void main(void) { cap_t cap; cap = cap_get_proc(); } with gcc -lcap test.c ...
1
vote
1answer
39 views

Prevent an iPhone app from being installed on a device that does not have required hardware or capability

I suddenly came up with a scenario and would be keen to know if we can do it. Suppose I am using gyroscope APIs and we all know gyroscopes are available in iPhone 4 and above but not below that I am ...
1
vote
2answers
108 views

/usr/bin/passwd and the CAP_CHOWN capability

I was experimenting with Linux Capabilities, and I noticed that for the passwd program to work without being Set-UID root, it needs to have the CAP_CHOWN capability (in addition to some others). ...
1
vote
2answers
67 views

How to connect IMAP using AUTHENTICATE PLAIN correctly?

I'm using OpenSSL to connect to mail server. If you use pop3 - all works fine. But, I have troubles with IMAP work. When I use CAPABILITY command - server returns me, that it supports: PLAIN, NTLM, ...
1
vote
0answers
128 views

Building with QtCreator and giving capability to Pcap

I am building a sniffer with Qt as GUI, pcap as capture library and QtCreator as GUI under Ubuntu 10.04. Problem is: Before I can capture packets, since my app is not meant to be run as root, I need ...
1
vote
1answer
704 views

how to get UAprof url for samsung mobile

when i connect to the servlet from my andoid mobile browser I need to get UAprof url for my samsung mobile in x-wap-profile headers but im not getting the header ... but when i tried to connect the ...
1
vote
1answer
533 views

How is python more poweful programming language than Matlab for engineering projects? [closed]

I have started learning python now and shortly we'll be employing it by writing codes and scripts to better the already existing geo-statiscal modeling software package called SGeMS. As to what I know ...
1
vote
1answer
3k views

App Store: Problem with UIRequiredDeviceCapabilities

I've uploaded my first App to App Store, but I did NOT put on the UIRequiredDeviceCapabilities that my App requires location-services and wifi. RESULT: the app does not start looking for the ...
1
vote
1answer
284 views

sql server compact edition features

Does anyone know where I can find a list of supported features for SQL Server Compact Edition? I am interested in using the new version with my web app but am trying to determine if it can do what I ...
1
vote
1answer
220 views

Capabilities & Linux & Java

I am experimenting with linux capabilities for java application ... I do not want to add capabilities to interpreter (JVM), so I tried to write simple wrapper (with debugging information printed to ...
1
vote
3answers
219 views

Visual Studio 2010 with Managed Extensiblity Framework

I've been looking into into MEF (Managed Extensibility Framework), but I am not entirely sure if it is something that I need and can help me accommplish what I need to do. Can someone provide an easy ...
1
vote
2answers
274 views

standalone asp.net page

i want to test my web hosts asp.net capabilities - equivalent to a 'phpinfo' page - is there a standalone aspx page I can upload to test that asp.net is correctly running and what version etc it is ...
1
vote
4answers
2k views

Accessing iframe elements across different domains

I understand that cross site scripting (xss) is not good and is not supported in most browsers. However, I am building a page to be used only by about 3 or 4 people within my company. On this page I ...
0
votes
0answers
20 views

Wordpress - every new user can edit only one created for him page/post

I'm thinking about developing a site, where after registering new user (from backend of frontend's register form), one post or page is beeing created for that user, which can be edited only by him ...
0
votes
1answer
83 views

How can I determine whether my iOS device has a torch light?

In my application I have the option for a torch light. Howevver, only iPhone 4 and iPhone 4S have torch lights. Other devices do not have the torch light. How can I find the current device model? ...
0
votes
0answers
10 views

search engine performance features load capabilities

I'm looking for a search engine for a site to save indexed data and to get search results by several different filters. I am currently using Solr but the performance is very poor (10 sec for a ...
0
votes
1answer
92 views

wordpress moderate comments capability

I am trying to create a user that can only moderate comments, and I am using the capability manager plugin for that purpose. The problem comes because there is no 'moderate-comment' capability. Even ...
0
votes
1answer
162 views

Question about CUDA device properties and Compute capability when compiling

Hey there, let's assume I have a code which let's the user pass the threads_per_block to call the kernel. than I want to check, if the input is valid (e.g. <=512 for compute capability CC <2.0 ...
0
votes
1answer
48 views

Menu capability in Wordpress

Is it possible to specify two usergroups (e.g. admins and editors) into the admin menu capability field ? I tried the following but it doesnt work: add_submenu_page( 'my-top-level-handle', ...
0
votes
0answers
280 views

Capability, role an custom post problem

Hy, i created a new custom post type, assigne a capibily different to post and now want to assign a new role to it. i dont want to use a plugin, just code it: add_action( 'init', ...
0
votes
1answer
214 views

Grant capabilities to a running process

An already running process needs a privileged instruction, like using the SO_RCVBUFFORCE socket option. This process is running as a normal user process. How to give capability/permission to this ...
0
votes
4answers
627 views

What can WPF do and not do?

i've been learning wpf for about a week now.. and i have a basic question: From a business view and development view (out of your experience).. what can and what cant be done with wpf(capabilities) ...