Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
2k views

How do I remove the “extended attributes” on a file in mac osx

I have an applescript that runs a stress test. Part of the test is to open, save, and close certain files. Somehow, the files have picked up some "extended attributes" that prohibit the files from ...
4
votes
4answers
94 views

Extension or Static Function?

I'm developing a middle sized project, where performans is really important. I could not find (actually can not understand) the difference between static and extension functions. e.g: public static ...
3
votes
4answers
59 views

Iterating through Arraylist with extended classes

I have been wondering about a function in Java, which I hope exists. I want to iterate through an Arraylist (say of class A), which contains objects of class B and C which both extend A. The idea, I ...
3
votes
1answer
163 views

What is an extended SQL schema?

I have an assignment where one of the questions is asking for an "extended SQL schema" of a given object-relational database. Does anyone have an idea of what this question means? The given database ...
3
votes
5answers
448 views

Database schema which can support specialized properties

I need to store a set of entities, of which there are several specialized versions. They have some common properties, but the specialized ones contain properties specific for that entity. Solutions ...
3
votes
2answers
176 views

problems with extended classes and overwrite with methods

I have a .net website written in C# and will make functionalities that other developers can use. So I will make some default implementation and a developer can overwrite some methods Example: i have ...
2
votes
1answer
22 views

need help understanding some aspects of how to use variables from 1 extended php class

sorry if this seems like a really newbish question but i am in need of some help. i am trying to make a dynamic web app but having trouble with grabbing a variable from 1 extended class to another ...
2
votes
2answers
2k views

FBConnect: “The user hasn't authorized the application to perform this action”

I m developing an iPhone app which includes facebook wall posting.After log in, I post to user's wall by following code: NSString *appIcon = [NSString ...
2
votes
1answer
541 views

Facebook connect extended permission seems to have issues

Simply, I've been struggling for 5 days now with facebook api trying to get the user email, bday, about me, etc.. data. I searched online dozen of times, and went through several facebook developer ...
2
votes
1answer
285 views

How do you detect the CPU architecture type during run-time with GCC and inline asm?

I need to find the architecture type of a CPU. I do not have access to /proc/cpuinfo, as the machine is running syslinux. I know there is a way to do it with inline ASM, however I believe my syntax is ...
2
votes
1answer
182 views

MySQL Extended Display

Is there any equivalent to psql's \x to view a record with each column on a new row?
2
votes
3answers
195 views

expected behavior of posix extended regex: (()|abc)xyz

On my OS X 10.5.8 machine, using the regcomp and regexec C functions to match the extended regex "(()|abc)xyz", I find a match for the string "abcxyz" but only from offset 3 to offset 6. My ...
2
votes
3answers
859 views

Signed 64 by 32 integer division

Assuming you have a machine instruction udive that does a special case 64 by 32 unsigned division by taking a (32bit dividend << 32) / 32bit divisor, we can do a full 64 by 32 division using the ...
1
vote
1answer
50 views

Extended ASCII charatcer string convert into Hex format

I am trying to convert the input ascii string to hex format using the format specifier "%.2X" . I have pasted the program at below which does the same. But, this program works in Linux server its ...
1
vote
1answer
82 views

How do I get an existing app to use the new permissions dialog?

How do I get an existing app to use the new permissions dialog? I am using oAuth 2.0, which sends the visitor to facebook.com/oauth/authorize. If I try and add extended permissions like ...
1
vote
1answer
506 views

Facebook login button does not display when requesting extended permissions

I have a site which used the following code to prompt the user for extended permissions after they logged in using Facebook on the site. <fb:login-button show-faces="false" ...
1
vote
2answers
386 views

WPF : Keeping default style when inheriting from ListBoxItem

Hey Guys (and girls if any :) I needed a different list box selection policy than the one provided by default with WPF listboxes, i.e. beeing able to have an extended selection withou any modifier ...
1
vote
1answer
221 views

wpf toolkit colorpicker

Does anyone have a clue how to use this? The documentation as usual is worthless. What event do I need to fire to grab the color that is selected and then how do I get the color that I selected? ...
1
vote
1answer
266 views

Perl regular expression replace string with a substring of the regular expression

I have a question concerning Perl. Assume I have the following line in my file: DoMatchLong ( "ThisIsMyVariable", lThisIsMyVariable); I want to replace "ThisIsMyVariable" by ...
1
vote
2answers
2k views

Facebook Graph API, extended permissions

I am trying to use facebook Graph API, to update a users staus message. I am getting the following error while using it, I think the new graph sdk is not being properly referenced ? Notice: ...
1
vote
3answers
85 views

Thoughts On Extended Stored Procedures

I am looking to insert and update records in a database using functions and logic that are not available in SQL Server or any other RDBMS for that matter. After Googling around a bit this morning, I ...
1
vote
1answer
3k views

Granting offline_access, read_stream, and publish_stream from facebook IFRAME app

Does anyone know a simple way to grant extended permissions from a canvas page that is rendered as an Iframe in facebook? I have tried facebook connect and that does not seem to work so now I am ...
0
votes
1answer
34 views

how can it be that my class field changes although its defined static?

Unfortunately I've got a bug that I have been working on for 1 full day now, and though I know there are ways to work around it, I am very excited to learn where my logic goes wrong. Now, my program ...
0
votes
0answers
10 views

class x and class y extends element, when I have a object of element and I know that is a type of X or Y, how I can get that Object?

Okay guys I guess this question is easy, but I cant find a way.. I have class x that extends class a, and class y extends class a. In some part of my code, I create a object of class x (that is also a ...
0
votes
1answer
56 views

is int32_t considered one of the extended signed integer types under section 6.2.5/4?

Is this understanding correct: any integer that is not signed char, short, int, long, long long is an extended signed integer type under section 6.2.5/4?
0
votes
1answer
61 views

XLink & XPointer in real world app

Do you know some real examples of implementation and real use of extended XLink and XPointer? Does extended XLink or XPointer have some data model - can it be somehow a part of the DOM? Are there ...
0
votes
1answer
231 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
166 views

osx python setup.py will not install xattr-0.6.1 application

I'm new to svn and python, but I really want to use a more recent version of xattr that includes more useful features than the original that came with the OS. On OSX 10.5.6, I'm having trouble ...
0
votes
0answers
93 views

How to compile Android apps using extended Android framework?

I have extended Android framework and exposed new public events. The ROM is successfully compiled and burned into my N1. Now I want to compile my app using those new events. But I don't know how to ...
0
votes
0answers
109 views

Extended query in Sphinx does not work

I can't make this work. I had installed Sphinx 1.10 beta, and it didn't work, so I did install Sphinx 0.9.9-release r2117. But it still does not work. I have database search_tagen with fields name: ...
0
votes
2answers
428 views

How to create own extended user form?

I have django model that extending User: class Student(models.Model): user = models.OneToOneField(User, unique=True) #other field in that profile #other field in that profile #other field ...
0
votes
2answers
60 views

Serviceclient problem invoking operations which have extended classes as parameters

Serviceclient problem invoking operations which have extended classes as parameters I have operation input that have exteded class xsd:shema SOAPFactory fac = OMAbstractFactory.getSOAP11Factory(); ...
0
votes
2answers
1k views

Extended WPF Toolkit - Binding Text of richtextbox

I am newbie in WPF. I need make TwoWay and OneWayToSource bind to string variable. I want use richtextbox from Extended WPF Toolkit ,because I think it is the easy way. So I try use richtebox from ...
0
votes
1answer
26 views

Where is the journal on the Extended file system?

Where exactly is the journal on the EXT3/EXT4 file system, ive searched around and cant find a good answer.
0
votes
1answer
159 views

How can I get the mapi system stub dll to pass extended mapi calls to my dll?

For various reasons (questioning the reasons is not helpful to me), I'd like to implement my own extended mapi dll for windows xp. I have a skeleton dll now, just a few entrypoints exist for ...
0
votes
1answer
345 views

Facebook doesn't notify me after the user grants extended permissions

I am developing a Facebook App which requires some extended permission. The problem is that Facebook doesn't automatically ping my app when those permissions are granted by the user. I have to ...
0
votes
1answer
464 views

Facebook permission error problem?

I have a problem with facebook application when my applicatons still under development. I currently have two developers both have granted permission (I mean when I see the Edit Settings under the ...
0
votes
2answers
78 views

Are there any recent PHP Manuals, the CHMs with the user-contributed notes out there?

Are there any recent PHP Manuals, the CHMs with the user-contributed notes out there? The PHP guys seem to have 'dropped support' for them. Are some of them lurking around the PHP website itself, ...
0
votes
1answer
90 views

Convert Extended characters to int

I have the following string in notepad "ùŒÚÿwž+2»ó66H". I used the fstream library to read those files in c++ and print those characters and thier equivalent decimal numbers in the conlsole window ...
0
votes
2answers
2k views

How to read and write extended windows file attributes with win32

I would like to embed some meta data in a windows file. I came across the concept of extended file attributes, which I believe are used for this very purpose. For example, camera name in jpgs, ...