Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
9answers
284 views

A pragmatic view on private vs public

I've always wondered on the topic of public, protected and private properties. My memory can easily recall times when I had to hack somebody's code, and having the hacked-upon class variables declared ...
5
votes
2answers
81 views

Plone Folder Restrictions

In Plone, I created a new folder called "Admin" that appears at the top navigation bar. How do I restrict access to this folder so only site administrators will have access to this folder? (and, ...
4
votes
3answers
84 views

What does 'struct' restriction mean?

The is a 'struct' restriction in generic classes or methods in C#. I want to know It means structs only or any type derived from value type like int, double, enum, ant so on. Is the next code let me ...
3
votes
1answer
332 views

Hibernate criteria: search by content on a property list in an entity

I want to search by content on a property in an entity I have a simple class to define a User: @Entity public class User { @Id @Column(name = "pers_id") private int persId; ...
3
votes
3answers
2k views

iPhone UDID restrictions?

On the iPhone, a unique identifier is available which is guaranteed to be unique and is tied to the serial number. This is the one: [[UIDevice currentDevice] uniqueIdentifier] According to the ...
2
votes
0answers
118 views

iOS: using ShareKit 2.0 to access Facebook. Need to set restriction for alcohol for the app

I am developing an iOS app for an alcohol related company. The app is a sort of treasure hunt, kind of. They want the app user to be able to upload to Facebook when they find one of the virtual ...
2
votes
2answers
48 views

A function which is a 'friend of a Class' that is allowed to have 'read access' to its 'private members' but NOT 'write access'?

Hello to all that read I am self learning C++ from a text book: A Question in the textbook asks me to make a function a friend of a class and therefore the friend function can have access to all of ...
2
votes
5answers
469 views

How to restrict a column value in SQLite / MySQL

I would like to restrict a column value in a SQL table. For example the column values can only be "car" or "bike" or "van". My question is how do you achieve this in SQL, and is it a good idea to do ...
2
votes
1answer
1k views

Hibernate Restrictions.in vs. Disjunction

Other than less code, what is the difference between the following two approaches to building an IN clause using the Hibernate Criteria API? Are there performance concerns? Is there some logic in ...
2
votes
1answer
44 views

portable database column names

I am designing a relational database schema that may be ported to multiple database platforms--SQLite3, PostgreSQL and MySQL and possibly others. I would like to create table names that would be ...
2
votes
2answers
1k views

Hibernate Criteria Projection

Well as the question says, i am trying to make a projection criteria querying only couple of the table attributes. So I have a Person Table/class and it has about 40 attributes i want my criteria to ...
2
votes
1answer
57 views

Adjusting PDF restrictions with PHP

I have a user uploading a PDF to my server, is it possible to adjust the PDF restrictions via PHP to not allow printing, copying, etc? Many thanks.
2
votes
5answers
2k views

Winforms: How to prevent vertically resize in VB.NET

Working with winforms I wonder if there is some way to prevent vertically resize of the form. I would like to allow user to resize form in all directions except vertically.Moreover I would like to ...
2
votes
3answers
5k views

hibernate restrictions and/or order

small questions about Restrictions.or and Restrictions.and If I do something like this: ... criterion = criterionA; criterion = Restrictions.and(criterion, criterionB); criterion = ...
2
votes
3answers
786 views

Best practice for controlling access to a “.internal” package

I write Eclipse plugins and export some classes as an API while wanting to restrict access to other classes. I follow the common Eclipse practice of separating these classes into a ".internal" ...
1
vote
2answers
77 views

Hibernate Date Criteria fails but HQL works

Hibernate seems to incorrectly handle date ranges using the Criterion API in Oracle. The SQL Query itself seems correct (copied it from Hibernate and executed it manually). So, given ...
1
vote
1answer
75 views

Hibernate Criteria Restrictions AND / OR combination

If I wanted to achieve this using Hibernate Restrictions, (((A='X') and (B in('X',Y))) or ((A='Y') and (B='Z'))) Any help appreciated.
1
vote
3answers
48 views

Starting an Application from Windows Service

I am building a Windows service that will watch for specific occurrences of events and disk activity. When such an event occurs my plan is to alert the user to the event via a client app, and provide ...
1
vote
2answers
103 views

Javascript window.open(..) fails due to “restrictions in effect on this computer”

A javascript call to window.open(...) fails for a particular user (but not for Administrator users) The error message is This operation has been cancelled due to restrictions in effect on this ...
1
vote
1answer
73 views

Hibernate - Restrictions (Calendar, HOUR)

Can I get items created at specified hour (e.g. 9am) from the table using by hibernate restrictions (i mean ids 130, 146, 147, 148)? Can you tell me how (createDate is in Calendar format in Java)? ...
1
vote
1answer
256 views

NHibernate QueryOver Restrinctions on a variable

I've a little problem: I would insert a condition into my QueryOver that checks also the variable value. Something like this: var qOver = QueryOver.Of<MyModel>(() => myMod) ...
1
vote
1answer
405 views

How to block special characters in androids editText? no ANDROID:DIGITS

How to block special characters in androids editText? by not using android:digits!! is there any other way around, even programmatically?
1
vote
1answer
169 views

MIPS memory restrictions?

I would like to ask about memory accessing. When I execute a load word command, what memory restrictions exist? Meaning what's the biggest number I can use as offset or base register? Registers are ...
1
vote
2answers
376 views

Nhibernate: restriction with sum of 2 columns

Can I create this sql query using HNibernate Criteria: Select * from Table1 where Column1 > (Column2 + Column3) All 3 columns are int32. Thanks
1
vote
1answer
96 views

Are there limitations when using unsafe code in .NET?

I see the allow unsafe code option in .NET. Only one of my apps have it set so i can copy an image to a bitmap quickly. Will there be limitations now that i checked off that box? mono seems to run it ...
1
vote
1answer
592 views

Hibernate - Restriction for class in a list

I'm trying to pull back a list of items that have a specific type of item in a set. For example: <class name="Owner" table="OWNER"> <id name="id" column="OWNER_ID" /> <set ...
0
votes
1answer
51 views

Minimum age in signed request

Is there any documentation for user.age.min in the signed request? I would like to know which values user.age.min can have. E.g. if I'm implementing age restriction due to alcohol content in Iceland, ...
0
votes
1answer
90 views

Mock Restrictions criteria with mockito

I gotta say that I'm new to Mockito and TDD.. I'm struggling to find a reason to use it.. especially when I find issues like the following one.. I'd like to test a "RegisterUser" method in my ...
0
votes
1answer
37 views

How to have a generic out-paramiter whithout any type restrictions

The problem is this: I want a generic function that has an out-parameter of the generic type. Restrict the generic type to ref-type and there is no problem ofcourse. But I wanted a totally ...
0
votes
0answers
24 views

Restrictions for app tab pages?

is there a way to install the app to the page with restrictions to the visitors country or age? I am programming an app which will be only available for Users of distinct coutries. However, I am ...
0
votes
1answer
61 views

How to make sure users can only vote once per post

I'm building a website which has a feature which ressembles SE's voting system. I'm trying to restrict users from voting more than once per post. Currently, I was thinking of having a field in my ...
0
votes
2answers
58 views

Wordpress 3.2: Hide Spam and Unapproved Comments form Contributors

We're using Wordpress for a School Project. Every Student has his own Contributor account. The teacher holds the admin role and approves comments on the blog. Due to Spam and not so nice comments we ...
0
votes
2answers
65 views

Setting age restriction returns false

Using the sample PHP code on this page works great for setting the restriction to {"location":"US"} however it returns false when trying to set it to {"age":18} or {"age":"18"}. Is there a special way ...
0
votes
0answers
16 views

likebox iframe and restricted pages

example.com/PageA has a likebox iframe plugin with facebook.com/PageB as the target for the like. Using the js api I can detect on PageA when a user has successfully liked PageB by subscribing to ...
0
votes
0answers
28 views

Is there a bug with admin.setRestrictionInfo ?

We are getting the true response with URL call, but it still doesn't work for us, under aged people still can see the posts, comment and likes from our app on their friends walls. We are not entirely ...
0
votes
1answer
37 views

Web Hosting Service throttling/dropping traffic?

I have had a justHost account now for a couple of years, the service is lame but i cant really argue with the price. I dont run any live sites there currently but i use it for development. I have ...
0
votes
0answers
134 views

IIS 7 dynamic IP restrictions and custom 403

To handle a possible DOS attack on my website i've decided to use Dynamic IP restrictions on IIS 7. It works great, but I want to customize the 403 error page. I tried to use .NET error pages in IIS ...
0
votes
1answer
202 views

HIbernate Criteria Restrictions.in

I am having an issue with Hibernate Criteria when using Restrictions.in.. If the list sent to the restriction doesn't have any values in it then it throws SQL GrammerException which is expected ...
0
votes
1answer
115 views

Protecting Persistent Data either by using Blackberry SIgning Authority Tool Or Some other mechanism

We have developed an application in Blackberry 8830. And we have stored the data in the Persistent Store. However, we would like to use some protection mechanism to secure the data. We were using the ...
0
votes
1answer
83 views

How to restrict process abilities?

I'm writing a kind of a generic contester system for ACM solutions (like TopCoder, Timus and others). When user sends his solution using web-service, i need to run/compile it. And i want to set ...
0
votes
2answers
46 views

How to restrict users to subsets of data in ASP.Net 2.0+

Imagine an ASP.Net 2.0+ app that uses the built-in role-based security to restrict users to certain pages or actions. Further suppose that rules exist that restrict individual users to subsets of ...
0
votes
2answers
2k views

Does Android HoneyComb support multiuser restricted account?

a customer ordered us a tablet application, but they need a lot of access restriction to lock device functions such as: Permit datas transfer only inside the application not outside Restricted user ...
0
votes
0answers
20 views

Application Domains: What are some cases where it would be advantageous to use both host evidence and assembly evidence?

When loading an assembly into an application domain, or when creating an application domain and launch assemblies, you can specify both host evidence and assembly evidence. When would it be ...
0
votes
0answers
206 views

django multi db router - db-user restrictions - authentication specific connection

my scenario: different db-schemas (with different owners like "test_a" "test_b"...) main schema: all can read app schema: just "test_b" can read. Before Login: DB-Connection default: user="test_a" ...
0
votes
1answer
309 views

Hibernate Criteria Restrictions.in combined with ilike

Is there a way to combine the Restrictions.in(String, Collection<String>) with Restrictions.ilike(String, String) The goal would be to provide a list of possible matches (like in) but to ...
0
votes
1answer
92 views

Restricting the position of an image to the viewable area in javascript?

So I have this script to move around an image. But I want to make it so I cant move the bottom of the image above the bottom 60 pixels. function right(id) { ...
0
votes
1answer
111 views

Test In-Memory collection against NHibernate restrictions

My application allows a user to do some pretty in depth filter editing before they run a report. I have a whole framework to dynamically generate NHibernate restrictions based on these filters, and to ...
0
votes
1answer
179 views

Is there a limit to the size of database I can use in an Android OS app?

I have wanted to build an Android app for a long time now, and I just haven't had time to try to learn how to make it so I have outsourced it to a reputable company in India. My app is a really simple ...
0
votes
1answer
412 views

Seam - Entity Query - dynamic restrictions

I have an EntityQuery - addressList generated by Seam-gen for Entity Address. Lets say that address has following fields : streetName and city, so Seam-gen generate restrictions for them. I would ...
0
votes
1answer
103 views

What is allowed in Restricted XPaths (constraints)?

I need to apply constraints in a large XML file, like this: <library> <book> <bookAuthor ID="1" nameAlias="PeerBR jr"/> </book> <book> ...

1 2