similar to: other crypto apis

Displaying 10 results from an estimated 10 matches similar to: "other crypto apis"

2005 Dec 27
10
ActiveRecord flexible columns
I would like to have a table with flexible columns. For example i have the following table customers: id name email The user should be able to save other columns to the database as well : me = Customer.find(10) me.name = ''me company'' me.email = ''me-RPlE4GnVVoJHoQZOM9yvow@public.gmane.org'' me.msn = ''me1234'' # custom columns me.birthdate =
2007 Sep 01
2
Escape characer for Digit Timeout
Hi *, I hope this is not a FAQ, but I couldn't find any solution until now. I need to set an escape character to stop digits timeout to let phone calls start immediately. Something like '*'. I saw that in many SIP phones it is possible to set timeout and escape character and the most have a "send" button. But in an analog phone connected to a Digium TDM?
2007 Jul 12
6
Announcement Project based on CentOS 4.4
I put together a CD with Open-exchange 0.8.6-5 and more, based on Centos 4.4 When installing the CD, all required software is installed, all that is needed after Os install is to run a config script, that make if fit your enviroment Dependig on the speed on your CDrom the installation should take no more than 30 minutts It install the following: - Open-Exchange 0.8.6-5 - Samba PDC - A
2007 Aug 19
16
Possible memory leak problem...
I''m trying to figure out a possible memory leak problem I have in my application. I''ve tested both with mongrel and webrick and the problem remains. So I think it''s not a mongrel problem, but I''m posting here to see if anybody can help me. The RAILS application is quite simple, no special plugins ( no RMagick that has the memory problem ),
2007 Sep 03
1
unnumbered priorities
Hi: When should we use "unnumbered priorities"(n) in extensions.What is the different between these 2 forms of extensions.conf? and ,Are both true? extensions.conf: form1: [Conferencerooms] exten => 333,1,Answer exten => 333,n,meetme(8000|cim) exten => 333,n,playback(vm-goodbye) exten => 333,n,hangup form2: [Conferencerooms] exten => 333,1,Answer exten =>
2007 Sep 03
0
enter menu
For user and administrator enter menu when *-key is pressed we should use 's' option or nothing(asterisk does it automatic). I'd appreciate any idea. Regards. --------------------------------- Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 24
2
Compiz - Extreme difficulty with MSI nVidia 8600GT
Listmates, I have a fresh openSuSE 10.3 install with all updates installed, the video card is a MSI nVidia 8600GT (pci-e 16). After following the openSuSE nVidia install and the Compiz Fusion install (and after log outs and reboots) compiz refused to start. As shown on the openSuSE Compiz page he file .config/compiz/compiz-manager was created with: COMPIZ_OPTIONS="--no-libgl-fallback
2007 Aug 24
26
testing behaviour or testing code?
hypothetical question for all you BDD experts: I want to make sure that a :list action always returns widgets in alphabetical order. There''s at least 2 ways of doing this: it "should fetch items in alphabetical order" do Widget.should_receive(:find).with(:order => "name ASC") get :list end it "should fetch items in alphabetical order" do [:red,
2007 Aug 31
48
Deprecating the mocking framework?
I saw in one of Dave C.''s comments to a ticket that "our current plan is to deprecate the mocking framework." I hadn''t heard anything about that, but then again I haven''t paid super close attention to the list. Are we planning on dumping the mock framework in favor of using Mocha (or any other framework one might want to plug in?). Pat
2007 Sep 02
17
A Proposal To Magically Remove ''params''
I have a magical proposal for the anti-magic web framework. Controller methods do not use arguments and yet expect arguments. This is handled through this params hash because we don''t know in advance what parameters a client could pass to Merb. But in almost every instance, it is too much to know all the query parameters - one doesn''t care if the user threw in an extraneous