Displaying 3 results from an estimated 3 matches for "p_w".
Did you mean:
p_0
2002 Sep 27
2
DOS ACCESS TO SAMBA SERVER
...G ON
A WINDOWS95-MACHINE TO A SAMBA-SERVER (WITHOUT STARTING
WINDOWS). IF WIN95 IS RUNNING THE CONNECTION WITH THE SAMBA-
NETWORK SERVER IS OK. (MS-NETWARE CLIENT AND TCP/IP)
WHICH PARTS OF DRIVER, MANAGER, CLIENTS, PROTOCOLS ARE TO INSTALL ON
THE MACHINE AN ON THE BOOTDISK?
THANKS,
PETER
Mail: p_w@aon.at
2009 Jul 15
6
Single Sign-on for two rails app
Hello Everybody,
I have two rails app. Both have login pages for user authentication. The
two apps have links to one another. Now what i need is when a user logs
in to one app, he should not be again asked for login when he clicks the
link for second app.
Please tell me how to go on?
Thanks in advance,
Ak
--
Posted via http://www.ruby-forum.com/.
2007 May 30
0
[PATCH] added comments
...tr pScrnInfo, Atom attribute,
}
-/*
+/**
* QueryBestSize
+ * used by client applications to ask the driver:
+ * how would you actually scale a video of dimensions
+ * vid_w, vid_h, if i wanted you to scale it to dimensions
+ * drw_w, drw_h?
+ * function stores actual scaling size in pointers p_w, p_h.
+ *
+ * - currently the image cannot be scaled to less than
+ * 1/8th of the original size in either dimension. why?
+ * - what happens if the client requests a scaling to a larger value than
+ * the hardware is capable of (IMAGE_MAX_W, IMAGE_MAX_H)?
+ *
+ * @param pScrnInfo unused
+ * @par...