Tagged Questions

0
votes
1answer
37 views

CakePHP - How do I globally limit (C)RUD operations on data to the owner of that data?

Hi there, I have a model where everything is associated somehow to a single user (e.g. User->Client->Profile). Now a user should only be allowed to (C)RUD on his data (only a prof …
0
votes
2answers
38 views

What is the difference between LocalUserAppDataPath and UserAppDataPath?

In System.Windows.Forms.Application there are two properties called LocalUserAppDataPath and UserAppDataPath. On this computer (running Vista) these corresponds to C:\Users\UserNam …
0
votes
2answers
108 views

Save reference to Lua’s userdata

Not really know how to ask so bare with me please :) #1 Lua: local test = Test(); #2 C: //creating "lua's test" luaL_newmetatable(L, "someTable"); lua_userdata *userData = (lu …
0
votes
4answers
26 views

User logging: what dat should be retained?

Background: working a user q&a site where users logged,etc. What user/visitor data should be retained? ip address date/time etc
1
vote
2answers
99 views

Does Microsoft have a best practices document regarding the storage of App Data vs User Data on different Windows Platforms?

When creating an application that will be targeted to many versions of Windows what is the best practice to determine where application specific data should be stored. Specifically …
1
vote
1answer
106 views

Lua bindings: table vs userdata

When making Lua bindings for C++ classes, should I return tables or userdata objects? Does anyone know any of the pros and cons for each method?
0
votes
1answer
61 views

parse userdata field of all key frames of MPEG header from rtp video stream using GStreamer

How to parse MPEG stream using GStreamer..? I need to process all userdata field of only key frames(not P-Frames) of MPEG stream. MPEG stream is coming through rtp protocol. I am …
2
votes
2answers
86 views

SharePoint UserData and the ;# Syntax in returned data

Can a SharePoint expert explain to me the ;# in data returned by the GetListItems() call to the Lists web service? I think I understand what they are doing here. The ;# is almost …
0
votes
1answer
174 views

Users/Public not writeable in windows 7: where do I put user data?

Hi all, I've started to become a Good Citizen, as per this question here: http://stackoverflow.com/questions/1066782/domain-compatibility-where-should-shared-data-be-written My …
3
votes
2answers
149 views

What is a good definition of a “userdata pointer”?

I have searched for a good explanation but can't find one. I could try to write one myself but I'd prefer if someone with better english could help me explain this for Zan Lynx i …