search for: thingo

Displaying 8 results from an estimated 8 matches for "thingo".

Did you mean: things
2008 May 17
4
Setting cookies in service overloader thingo
I''m implementing a simpler version of the Cookie Session Store in Rails 2.0. If you know what that is, skip the next paragraph. A cookie session store stores the session data inside cookies, on the client, and signs them using a secret string, hashed together. The user can decode the cookie easily if they know much about computers and see what''s inside, but they
2008 Jun 03
8
@@state_secret
I was having some issue getting the class variables in Camping::Session to work with some old apps, so I''ve changed @@state_secret to a method. module Blog include Camping::Session def state_secret; "kxxxx" end end Also, merged some of zimbatm''s patches. And trying to revive the Junebug wiki <http://github.com/why/junebug> since it''s still
2001 Apr 05
1
IPX <-> Starcraft (under Wine)
...ne ;-) I have IPX installed within the kernel.. and have the following commandline.. modprobe ne2k-pci ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up route add -net 192.168.0.0 netmask 255.255.255.0 eth0 ipx_interface add -p eth0 802.3 0x12345678 but it seems that Starcraft cant see the IPX thingo..err anyone know how to get starcraft to see IPX.. -- mdew http://wmaker.orcon.net.nz | IRC/Undernet/#windowmaker
2003 Oct 17
2
Suggestions for argument for Samba over Windows 2003?
...l Unix commands to manually create the Unix accounts, but since I have previously set up an OpenLDAP box and made accounts on it for everyone, I could probably homebrew some sort of web-based makeuser script, and point NSS at it. . leave it on Samba 2.2.7, leave it off the whole domain thingo, set security=server and point the password server at one of the AD boxes, and touch wood. Even if we don't have 2 passwords and password syncing, we still have a small issue of having 2 sets of accounts, and needing to create/delete accounts in 2 places. Any comments appre...
2006 Jun 08
5
more cubes and 3d metaphoric objects...
...might appear unessacary as who needs so many desktops? So i thought, why not have special cubes (as well as the original cube of course) and these special cubes, instead of cubes, be 3d metaphric objects for specific tasks such as a radio, or ipod or whatever for music a cinema for movies arcade thingo for games, etc completely animated and able to look at it from any direction (hence the 3d part) this way the whole point of virtual desktops allowing efficiency is enhanced.... consider my idea and implement please...:D thnx -------------- next part -------------- An HTML attachment was scrubbe...
2009 Sep 14
1
[Nouveau-cvs] xf86-video-nv: Branch 'master'
On Sun, 13 Sep 2009 20:06:59 -0700 (PDT) darktama at kemper.freedesktop.org (Ben Skeggs) wrote: > src/drmmode_display.c | 6 ++++++ > src/nv_driver.c | 2 ++ > 2 files changed, 8 insertions(+) > > New commits: > commit 6c045fc44783454180d7b3d00b5f25436bd5544e > Author: Ben Skeggs <bskeggs at redhat.com> > Date: Mon Sep 14 13:04:12 2009 +1000 >
2008 May 21
32
Rack, Camping 2.0++
=== 1. Camping on Rack === I''ve just finished rewriting Camping to use Rack in the "core". I got rid of (a little less) than 1kB in camping.rb and removed lots of un-necessary files (lib/server/*.rb, fastcgi.rb & mongrel.rb). bin/camping does now only provide WEBrick, Mongrel and console-support and should only be used in development. It uses Rack::ShowExceptions to catch
2008 Jun 06
7
Attention Judofyr: Broken cookies in 2.0
...;'after'' style methods and we don''t have to code to rack api''s half the time to make it work in ways which really cannot be understood without reading the camping source code. As is happening now, these api''s might be replaced entirely with some other thingo in the future if rack is superseded and break it all, not to mention that rack''s api''s are a lot less fun to code to than camping''s. If someone wants to tell me how git works, I''ll be happy to patch these problems myself, provided it isn''t a stressf...