search for: meticul

Displaying 20 results from an estimated 66 matches for "meticul".

Did you mean: metacl
2006 Feb 12
4
How do I emulate directory structure with routes?
...d.com/projects/:project_name/ tld.com/projects/:project_name/:sequence_acronym/ tld.com/projects/:project_name/:sequence_acronym/:shot_number/ etc. Is this kind of stuff doable? Is this acts_as_tree (which i''ve seen in the book but never in a live implementation) -- John Athayde bobo@meticulous.com Meticulous | www.meticulous.com (work) Rotoscope | www.rotoscope.com (sound: rock band) Boboroshi & Kynz | www.boboroshiandkynz.com (sound: electronic) Personal Weblog | www.boboroshi.com (play) "Those who would give up essential Liberty, to purchase a little temporary Safety, des...
2006 May 12
12
Anyone tried the recent Mac OS X Security update?
It includes a patch for Ruby. I have already installed 1.8.4 from source, and updated my PATH to look in /usr/local first, so I don''t imagine that anything Apple does to "their" copy of Ruby will have any impact on me, but I''m wondering if the changes to their Ruby is something that needs to be done to 1.8.4 as well. Thoughts? Walter
2006 Jan 08
1
Install to Site5
is there any way to install a RoR application to Site5 (or any other host for that matter) that doesn''t require shell access. It would be nice, for simplicity sake, to be able to upload an application edit a .htaccess (or something) and have the application just run. [ it doesn''t really matter if there is no way to do this. its just that I''m trying to test my apps on a
2012 Nov 23
2
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
...a long time). That's something we poor out-of-tree projects just have to live with if we don't want to tell our users to compile their own LLVM from source. I've learned how to live with the frequent C++ API changes, but in any case it would be nice if these name changes are documented meticulously so that 3.3 doesn't become a veritable nightmare for 3rd party projects. ;-) Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/a...
2006 Jan 09
5
file_column content type
is there a way using the file_column plugin to enforce a certain content type based on regex (i.ie, /^image/) and/or filesize (150k) ? thanks adam
2010 Jun 17
6
Foreman / external_node.rb
...y/1.8/net/http.rb:1050:in `request'' from /etc/puppet/external_node.rb:14 from /usr/lib/ruby/1.8/net/http.rb:543:in `start'' from /usr/lib/ruby/1.8/net/http.rb:440:in `start'' from /etc/puppet/external_node.rb:13 I went over the documentation meticulously before posting, but obviously I''m still missing something. Can anyone shed some light on this? Thanks, -- 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. T...
2008 Jul 09
1
multi channel Ogg Vorbis file corruption
...the stereo pairs. It should be noted that I'm using a linear permutation matrix, so that the output file maintains the original stereo pairs, ie 16 channels in -> 16 channels out. I've built Universal Binary versions of the latest Ogg and Vorbis libs available for download, and meticulously tested my sample_read callback, and everything is doing the right thing. I've even built raw and AIFF versions of a 16 track file, verified the integrity of the data, and run them through the readily available command line encoders for PC and Unix. The output corruption is ident...
2003 Mar 06
1
Suppressing row labels.
...-ing to a file I do NOT want the row labels (which are in such cases usually 1, 2, ... nrow(x), where x is the data frame in question). I can of course edit these out ``by hand'', but that's a bit of a pain in the pohutukawa. I recently discovered (reading the help on print.data.frame meticulously, and following it through to print.matrix) that I CAN suppress these row names by executing, e.g. > print(x,rowlab=rep("",nrow(x))) However it would be ever-so-slightly nicer (require somewhat fewer key strokes) if there were an option to print.data.frame that would allow suppr...
2003 Mar 06
1
Suppressing row labels.
...-ing to a file I do NOT want the row labels (which are in such cases usually 1, 2, ... nrow(x), where x is the data frame in question). I can of course edit these out ``by hand'', but that's a bit of a pain in the pohutukawa. I recently discovered (reading the help on print.data.frame meticulously, and following it through to print.matrix) that I CAN suppress these row names by executing, e.g. > print(x,rowlab=rep("",nrow(x))) However it would be ever-so-slightly nicer (require somewhat fewer key strokes) if there were an option to print.data.frame that would allow suppr...
2006 Feb 12
6
Including another helper
I need to include another helper module apart from the normal two (ApplicationHelper and [controllername]Helper). The inclusion needs to be dynamic and based on external parameters (ie what helper that get included differ from request to request). Is it possible? How? /Marcus
2008 Jul 13
1
Suggestions on "I Need the Kernel Source" Wiki pages
...ort for ISA bus and ISA PnP is apparently needed in kernel. Therefore, a custom kernel needs to be built. -- Yes, I have read all the warnings of lack of support, etc. As a first step, I had to build the complete kernel tree according to "I Need the Kernel Source" CentOS Wiki. I tried to meticulously follow the directions given there but it took five or six attempts before I had a complete tree in ~/rpmbuild/BUILD/. Would you please consider the following questions in order to decide if any changes/additions are necessary in the article: a) In section 2.1 it is said: "[user at host]#...
2006 May 16
7
WYSIWYG IDE, etc...
I''m new to Ruby, so don''t be too hard on me. Is there a great visual editor for Ruby? Also can Ruby on Rails (RoR) work with any other databases other than the ones listed in the documentation, I need to connect to SQLBase? Can Ruby be used to create standalone Applications (like Java)? If yes, does it create native looking apps? Can it be use in Client-Side and/or Server
2006 Nov 24
1
Configuring interfaces for Samba-By-Example Ch 3
...are three network interfaces on the computer: eth0 for the WAN/Internet, firewalled; eth1 & eth2 for two LAN subnets, bound to Samba. The linux box is also a DHCP server for the two subnets, a DNS server for the local hosts on the two subnets, and a WINS server. Despite following the book meticulously, I can't get DNS to work properly, or WINS to work at all, or DHCP to give ip addresses to other clients, and i need help. The main differences between my setup and the one described in the book: 1) book's example envisions the company having a registered interent domain: "abma...
2006 Apr 01
7
Rails Cluster Design
Hello everyone! A collegue and I are beginning development on a site that will eventually need to very scalable (assuming our business model is a good idea). My problem is that I''m not a sysadmin guru, and I''m not terribly comfortable with the design of the hosting platform. We''re going to start with two servers initially (for cost reasons), and I''m considering
2004 Oct 17
2
[LLVMdev] Automake Notes (Long)
...ilations. That could still be the difference but I don't see how it explains an order of magnitude. Another possibility was that I just wasn't linking in all the static (pre-linked) object libraries in some of the executables. But that doesn't explain llvm-as or llvm-db and I have very meticulously made sure that what gets linked is the same as the existing system (if I deviated, usually it didn't link). All the programs run and produces the same --help out. That's significant because if certain libraries were not being linked in, their command line options wouldn't appear i...
2023 Feb 23
1
[PATCH v2] ocfs2: fix non-auto defrag path not working issue
On Mon, 20 Feb 2023 14:26:19 +0800 Joseph Qi <joseph.qi at linux.alibaba.com> wrote: > > Currently there is no tools triggering the above issues since > > defragfs.ocfs2 enables auto defrag by default. Test with manually > > changing defragfs.ocfs2 to run non auto defrag path. > > > > Signed-off-by: Heming Zhao <heming.zhao at suse.com> > >
2007 Apr 14
0
FreeBSD Job Opportunity in Manhattan
...ng various UNIX and Linux platforms and possess a competent networking background. Candidate must be able to architect long term solutions to provide for redundancy, scalability, and ease of management for a large scale internet operation. This position calls for a sharp, motivated, and meticulous team player that believes in the support and deployment of open source solutions. Key Responsibilities: * Systems architecture and design. * Manage server clusters, roll out system updates, streamline cluster deployment, and enhance system security. * Ensure for the...
2011 Jul 30
1
Just another praise!
I just realized that every app I lacked in Mac OS X, now runs effortlessly without any significant bugs or related issues. So I just want to spend a moment and thank you for going through the arduous and meticulous effort of making Wine what it is today. You're heroes, all of you! :D Thank you!
2007 Jan 09
0
smbd keeps maxing out the cpu, must reboot server constantly [SOLVED]
...ted the maxed out proc. Granted I've removed these two bad computers, but I didn't want it to become an issue again in the future. I decided on using Debian Etch since it is within days (maybe) of being released as Stable. I made the switch last night, and so far so good. Luckily I took meticulous notes on my Ubuntu setup so I pretty much did the exact same thing, with ONE difference: I used heimdal Kerberos on Debian instead of the MIT Kerberos I used on Ubuntu, but the setup was the same. James Dinkel Network Engineer Butler County of Kansas There are 10 types of people in the world:...
2013 Jul 03
1
KVM virtual machine and SAN storage with FC
Hi Team, Is there any body got any experience on setting up a virtualized environment in which the vm's can access a fiber channel SAN storage connected to host? the host access the SAN through its own HBA, but the hba is not recognized inside the virtual machines. Please let me know the step to go through this. Regards -------------- next part -------------- An HTML attachment was