hot questions tagged remember - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T11:09:37Z http://stackoverflow.com/feeds/tag?tagnames=remember&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/329582/is-1-for-true-or-false 15 Is 1 for TRUE or FALSE ? CharlesChipy 2008-11-30T23:20:31Z 2009-09-09T04:29:33Z <p>I always forget :S<br /> <strong>How do you remember which number stands for TRUE or FALSE?</strong></p> <p><em>(when I started css the colors black and white always confused me. Is white #FFFFFF or #000000. A trick I came up with: black is 0,because z0rr0 is dressed in …)</em></p> http://stackoverflow.com/questions/790107/anyone-remember-and-old-c-library-called-tcxl -2 Anyone remember and old C library called TCXL? MattSlay 2009-04-26T01:56:44Z 2009-04-26T02:38:34Z <p>Back in the early 1990's, I used a library of routines in C called TCXL. I just wonder what ever happened to the guys who made that. I was about 25 years old the time, and learned C from a manual I printed out on my dot matrix printer. I think was using Turbo C, and I guess I downloaded TCXL from some bulletin board, or maybe Compuserve? </p> <p>That library had cool routines to create "windows" for pop-ups and to create regions on the screen, as well has many other cool things that I can't fully recall. All this was in DOS of course.</p> http://stackoverflow.com/questions/396543/how-to-programatically-login-a-user-based-on-remember-me-cookie-when-using-j2 1 How to programatically 'login' a user based on 'remember me' cookie when using j2ee container authentication? erez 2008-12-28T19:13:55Z 2008-12-28T19:13:55Z <p>i'm using form based authntication in my WAR. i want to implement a 'remember me' cookie so: 1) how can i intercept the authentication before user is redirected to the form? 2) say i checked the cookie and its fine, how do i actually login the user?</p>