search for: prohosting

Displaying 14 results from an estimated 14 matches for "prohosting".

Did you mean: arhosting
2006 Aug 05
2
Multi-step forms
I need to create a number of multi-step forms for creating models. Currently i''m looking at http://www.bigbold.com/snippets/posts/show/277 As a solution. Are there any other methods you guys would recommend? Are there any reusable (dry) methods of creating multiple multi-step forms? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 14
4
flac fingerprint
hi, i found this explanation of the flac fingerprint somewhere: 'A FLAC Fingerprint is generated only for the audio data portion of the file. (Therefore, changing the filename or the tags or FlacMetadata does not change the fingerprint calculation.) In contrast, an .md5 is generated against the whole file, including header portions.' so i was wondering what advantages it could give me
2007 Oct 14
0
Re: flac fingerprint
...r such files also possible for the non-audio > data (so all metadata)? No, fingerprints are defined only for audio. > i was also wondering if there exists a GUI program for win32 to verify > flac files using a ffp file (so not md5check.exe) Yes: Trader's Little Helper at http://thor.prohosting.com/roh0205/.
2000 Dec 01
0
Autoconfigure miss on Solaris 8 x86 (2.3.0p1)
...cond test fails, and then the first compilation during 'make' fails because of a redefinition of u_int*_t. I'd recommend to separate the tests for the signed and the unsigned types. Thanks for the great package! Lupe Christoph -- | lupe at lupe-christoph.de | http://free.prohosting.com/~lupe | | "jryy vg ybbxf yvxr gur l2x oht qvqa'g erne vg'f htyl urnq." "lrc. gur | | qbbzfnlref unir orra cebira jebat lrg ntnva." .... "qvq lbh frr gung | | gbb?" "ubhfgba. jr unir n ceboyrz." User Friendly 2000-01-01 |
2002 Nov 27
0
OpenSSH 3.5p1 Chroot and Password Expiry Patch
I have consolidated the OpenSSH patches for version 3.5p1 to incorporate the following : 1. Include Chroot ability 2. Fix the "change password upon expiry" problems for AIX and Solaris You can get the patches from http://wave.prohosting.com/~hstoh/ Regards, Hwee Siong. ******************************* ** Please support OpenSource ** ******************************* __________________________________________________ Do You Yahoo!? Play for a chance to win a trip to Sydney! http://sg.mobile.yahoo.com
2006 Aug 02
1
Authentication & ACL
Hey, Would you guys recommend just coding your own authentication and ACL system, or is it best just to use one of acts_as_authenticated, LoginGenerator and alike. There''s a good example in Rails Recipies and Agile Web Development with Rails 2nd Edition that I can base it on also. What would you suggest.... and why? -------------- next part -------------- An HTML
2006 Aug 11
4
date (age) validation
I have an application that requires users to be in a specific age group, or above a certain age. For simplicity sake lets say they have to be at least 18. This is my most recent attempt to produce the desired result: validates_exclusion_of :birthday, :in => Range.new(Date.today, Date.parse( (18.years.ago).strftime(''%Y/%m/%d'') )), :message => "does not meet
2007 Oct 17
2
Re: flac fingerprint
...data (so all metadata)? > > No, fingerprints are defined only for audio. same question as above > i was also wondering if there exists a GUI program for win32 to verify > > flac files using a ffp file (so not md5check.exe) > > Yes: Trader's Little Helper at http://thor.prohosting.com/roh0205/. thx, it's exactly what i'm looking for! unfortunately the file is offline, can you maybe email the file to me if you still have it? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20071015/12d3...
2004 Mar 19
3
Incomplete Gamma Functions and GammaDistribution Doc errata.
Hello all, In the course of trying to implement the CDF of an InverseGammaDistribution, I have run across the need for an igamma() function. Several others have needed this function but the answers I have found so far are not totally clear to me. I'm writing for three reasons: 1) to present a small error in the docs 2) to clarify the approach we are expected to take 3) to request,for the
2006 Aug 09
0
Two Autocompletes, make first value affect the second
I have two text_field_with_auto_complete text_field_with_auto_complete :user, :state text_field_with_auto_complete :user, :suburb The user fills in the text_field_with autocomplete... but then I want to filter the results in the suburb with the value they''ve just entered def auto_complete_for_user_suburb @suburbs = PostCode.find(:all, :conditions => ["lower(locality)
2006 Aug 01
0
Custom Autocomplete Field - Making a field lowercase
I''m trying to humanize() the results that appear in the autocomplet drop down list. First i customised the controller. In the render line on the controller it is saying "i want to use locality on each of the @items". So locality is what i want to humanize". My ideas so far is to: Customise the PostCode object so that when auto_complete_result trys to call
2006 Aug 05
1
form_for and partials
I''m getting an error in the partial when i try <% form_for :name do |form| %> <%= render_partial "#{@current_stage}" %> <% end %> So I assume that form_for does not have scope in the partial? If that is the case what are my solutions... Do I have to stick a <% form_for in every partial, or do i just change all my inputs back to text_field
2006 Aug 15
2
Unit Testing Problem
I''m having a bit of difficulty when testing my models, I''ve read a few times the testing chapter in Agile web development with rails and at http://manuals.rubyonrails.com/read/chapter/27 but i''m still unsure of what I should be testing. Firstly I''d like to be able to test things like my email validation using lines such as assert User.new(:email =>
2006 Aug 04
3
Password Strength Meter, Password Strength Validation
Has anyone seen or created a password strength meter, or password strength validator (like at hotmail''s sign up)? Examples would be great! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060804/14a94764/attachment.html