search for: mitchel

Displaying 20 results from an estimated 622 matches for "mitchel".

Did you mean: michel
2006 Apr 24
5
New RBAC Plug-In for Rails
Hi, I just finished writing this plug-in. I''ve been using rails for awhile but this is my first time extracting some code and writing it as a plug-in and I''d love to hear to some feedback. Thanks. http://mitchellhashimoto.com/rails/role-based-access-control-plug-in-for-rails/ -Mitchell -- Posted via http://www.ruby-forum.com/.
2007 Oct 24
5
Error while running YUM UPDATE today
...ng magic bytes at the start. Updating : openssl ####################### [ 1/48] /sbin/ldconfig: /lib/libstdc++-libc6.2-2.so.3 is not an ELF file - it has the wr ong magic bytes at the start. Any one else getting this when you run "yum update" from ssh?? Evans F. Mitchell KD4EFM/AFA2TH/WQFK-894
2005 May 25
8
What does Asterisk need in the way of a GUI?
...hrough third parties. Hopefully, by asking up front we won't be wasting our time on something nobody wants or needs. Specifically I am asking in the way of GUI's (web-based or not), not in backend programming as Mark and others have that well under control! Thank you for your suggestions, Mitchel & Tom
2012 Aug 14
3
Testing Hiera Lookup with Puppet Master
...ollowing when I try to use that though: Puppet inventory service lookup failed: NoMethodError: undefined method `parse'' for #<Puppet::Settings:0x7f912d23a558> Could not load Puppet inventory service scope: SystemExit: exit Therefore it is not working. Any other way? Best, Mitchell -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this g...
2008 Nov 30
6
ActionController::InvalidAuthenticityToken?
Hi- I am trying to use AJAX calls to login and logout of my Rails app so that the form renders in the side bar when you are not logged in, and your "profile" renders if you are. It all works, but when you logout, and try and log back in, you get "ActionController::InvalidAuthenticityToken", in the development.log. What does this mean, I can''t figure out how to fix
2019 Aug 06
1
Wiki edit: HowTos/Grub2
Greetings! This is my first contribution, so please let me know if there is anything I should be doing differently. I am following the instructions found here: <https://wiki.centos.org/Contribute>. Your /FirstnameLastname/ username: MitchellRoe The proposed subject of your Wiki contribution(s): Corrected path for getting menu entries The proposed location of your Wiki contribution(s): In <https://wiki.centos.org/HowTos/Grub2>, in section 2 titled "2. How to Define the Default Entries", in the first code block, the co...
2007 May 03
1
SPEEX tech specs
...re using G.729 and we'd like to consider SPEEX at sometime in the future. That's why I asked you about the quality comparison. Of course, G.729's decoded samples are 16 bits wide so that's another quality consideration. At 09:30 PM 5/3/2007 +1000, Jean-Marc Valin wrote: >B. Mitchell Loebel a ?crit : > > Thank you. You're right ... my error ... I meant to say 12 bytes > > (including the 2 bytes for VAD). And it is 10ms/frame. No matter ... > > thank you for the SPEEX specs. In terms of quality, what SPEEX bit rate > > compares with G.729 at 8kbps da...
2007 May 03
2
SPEEX tech specs
...em to better adapt to multiple speakers cutting in and out ... yes/no? Btw, 6 bytes/frame at 50 frames/second seems to be 2.4kbps so I'm guessing that the lower rate you mentioned is because of some overhead for VAD in your 6 bytes. At 07:11 PM 5/3/2007 +1000, Jean-Marc Valin wrote: >B. Mitchell Loebel a ?crit : > > How many bits do you have in a frame please and what is your frame rate? > > For example, G.729 (ACELP) has 12 bits/frame including VAD and the frame > > rate is 100/second ... I'm looking for the comparable figures for SPEEX. > >I'm sorry but i...
2009 Apr 06
9
setup method in functional tests and instance variables
I have the following in my functional test file. class UserControllerTest < ActionController::TestCase fixtures :users def setup @controller = UserController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new @invalid_user = user(:invalid_user) @valid_user = users(:valid_user) end def test_login_success
2013 Jan 30
3
arithmetic and logical operators
Why, in R, does (0.1 + 0.05) > 0.15 evaluate to True? What am I missing here? How can I ensure this (ostensibly incorrect) behavior doesn't introduce bugs into my code? Thanks for your time. Dave Mitchell [[alternative HTML version deleted]]
2012 Jul 27
2
Atomicity of updates on the Puppet master
...ests, hiera data, etc.) from a Git repository. It works great! However, I''m concerned about atomicity of the whole thing. Does the Puppet master cache the modules/manifests when it starts? If so, do I need to restart the Puppet master on each update? Or can I send it a SIGHUP? etc. Best, Mitchell -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this g...
2007 Nov 20
3
How to rename image file before saving it using file_column?
Hello, I''m playing with the file_column plugin and I would like to rename the file when uploading it and before saving it to DB. I''ve tried it with before_create method in my model and also in the controller with the following code: @picture = Picture.new(params[:picture]) @picture.filename = ''newname'' Which doesn''t worked. How it could be done (if
2006 Feb 23
11
Can''t use Gruff with Rails
Hello list, I''m having a problem getting Gruff working with Rails on a Windows XP box. I installed RMagick, then Gruff via the win32 gem, and it seemed to go OK. From irb, I can do the following - require ''rubygems'' ##### This returns ''false'', but seems to work OK - require ''gruff'' ####### Ditto - g = Gruff::Bar.new etc., and I get
2002 Feb 09
4
compressed audio tutorial - &quot;major&quot; update
I've made a large update to the introduction to compressed audio. I completely rewrote the first section, which I wasn't happy with. It now features two diagrams (worth 1000 words each!), and is broken up into a couple of sections. http://cs.leander.isd.tenet.edu/~mitchell/vorbis_intro.html I have also continued to tweak other sections based on feedback from email and this forum. All the feedback has been very helpful. If you could all read at least the first two sections (the new ones). Anyone wanting nitty gritty on the other changes can see the version hist...
2002 Feb 09
4
compressed audio tutorial - &quot;major&quot; update
I've made a large update to the introduction to compressed audio. I completely rewrote the first section, which I wasn't happy with. It now features two diagrams (worth 1000 words each!), and is broken up into a couple of sections. http://cs.leander.isd.tenet.edu/~mitchell/vorbis_intro.html I have also continued to tweak other sections based on feedback from email and this forum. All the feedback has been very helpful. If you could all read at least the first two sections (the new ones). Anyone wanting nitty gritty on the other changes can see the version hist...
2008 Jan 11
2
Scripting issues
...a way to index each sub-dataset (data frames as the case would have it). I would make an array, however, the data types of the columns are different and as I understand, an array cannot handle this type of structure. Any advice on how to do this? Any help is greatly appreciated. Thank you, Dave Mitchell [[alternative HTML version deleted]]
2006 Feb 09
6
Getting the name of the calling controller
I know I''ve seen this before, but I can''t find it and Google hasn''t been a help... >From within a controller method, how can I find the name of the requesting controller? For example, if I''m in controller C1 and I do a redirect_to :controller=> ''foo'', :action => ''bar'', how can I find the name of the requesting
2004 Nov 19
3
Tools for data preparation?
...o forms: - getting data from e.g. text log files into a tabular format - extracting sensible sample data from a very large data set (i.e. too large for R to handle) In general, I use Perl or Python to do the task; I'm curious as to what others use when they hit the same problem. Regards Dave Mitchell
2019 Oct 10
3
CentOS 8 Installation Not Recognizing Local Disk
...etely. I suspect that PERC is part of the problem, but a CentOS 7 install proceeds normally with PERC enabled. Do you know of a change from CentOS 7 to 8 that would cause this, or if there is a workaround? I've searched for several days and haven't found anything yet. Thank you! Mitch Mitchell Brewer Research Systems Administrator Laboratory for Physical Sciences (LPS) (410)570-3516 (Mobile) (443)-654-7897 (Office)
2007 Dec 14
3
Array dimnames
...he column names in the data matrix? Also, am I interpreting the dimensions of the array incorrectly? Please feel free to post any helpful links on the subject, as I have found "dimnames" and "array" in the R-help documentation unhelpful. Any help is greatly appreciated. Dave Mitchell Undergraduate: Statistics and Mathematics, University of Illinois, Urbana-Champaign [[alternative HTML version deleted]]