search for: all_

Displaying 20 results from an estimated 31 matches for "all_".

Did you mean: all
2007 Nov 18
2
Variable inside of another variable
...il:</label> <%= form.text_field :email, :size => User::EMAIL_SIZE, :maxlength => User::EMAIL_MAX_LENGTH %> </div> but I will also use it for another fields rather than just email. In PHP I know I could simply do it by ${all_${name}_text} but how does it work with ruby on rails? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3...
2017 Dec 16
2
Replace call stack with an equivalent on the heap?
...ist.github.com/bgamari/bd424e82d96ddb7b9e67c5e51cdcc5ec> One major difference is that GHC uses a "stack-in-the-heap", in the sense that the a is a chunk of heap memory that functions effectively as call stack. It is managed explicitly by GHC. GHC does not use the native call stack _at all_. This is to implement continuation passing, in a sense. I want to check that the difference in the performance is truly from this "stack in the heap" behavior, so I want to teach a backend to generate code that looks like this. Is code generating like this something that I could reaso...
2008 Jan 17
1
Any tools for working with US 2000 census data?
I've been given the job of extracting some data from the United States 2000 census (files at http://www2.census.gov/census_2000/datasets/Summary_File_2/Maryland/all_ Maryland.zip 52M). I'm only interested in Census Block Groups (CBGs) located within Baltimore City, Maryland. Additionally, I just have to extract certain data fields. I think I'll be using Summary File 2. This is my first experience working with US census data. I wasn't successful fin...
2007 Jan 27
1
Annoying Scale and DnD behaviour
Current behavior terminates scale when not moving cursor _between windows_. Shouldn't scale be terminated only when not moving cursor _at all_ for the specified time? Stjepan
2005 Jan 09
0
[LLVMdev] Version Control Upgrade?
..._some_ extent a subjective thing. However, Perforce has always been an absolute joy to use (I can't stress this enough!!) while Aegis always struck me as more or less designed to _inhibit_ development! (It really does live up to its name on this point, trust me.) The differences can't _all_ be in my head, I hope! OK, I should at least _try_ to be objective. In contrast to the other VCSs I've used: - Perforce _just works_. By this I mean that it only ever takes effort to make it work _differently_, not to make it work _at all_. I don't want to start a flamewar and so won&...
2018 May 05
1
llvm-mc-assemble-fuzzer broken
Thank you. I went ahead with a speculative fix in r331568. I'm not familiar _at all_ with the tool, so, although the fix was straightforward, another pair of eyes from somebody familiar with the tool would be appreciated. On Fri, May 4, 2018 at 5:10 PM, George Karpenkov <ekarpenkov at apple.com> wrote: > It worked in August. > Last time I’ve asked (again, in August) so...
2006 Jul 13
4
Does text_field go directly to attributes hash in AR object?
All, I''m having a hell of a time figuring out what is going on here. I''m trying to override one of my getters so that I can format it a certain way in my form. But I can''t seem to get text_field to call the appropriate method on my object. So here''s my getter: public def FAX fax = read_attribute(:FAX) puts fax
2000 Dec 30
5
2d wavelet transforms
I've been reading up on wavelet transforms the past week, and I plan to start on some video compression stuff next week, if it's any good (small chance :)) for Tarkin. So far I think I know what's happening, however there's one small thing I don't quite understand yet. If I understand correctly, you can do a 2d wavelet transform (I'm assuming a Haar transform here for
2019 Jul 09
2
Problem to exec 'cc1obj'
...pe-xml ... Making all in SaxObjC ... Making all for library libSaxObjC... Compiling file SaxAttributeList.m ... gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht gefunden gmake[5]: *** [obj/libSaxObjC.obj/SaxAttributeList.m.o] Fehler 1 gmake[4]: *** [internal-library-all_] Fehler 2 gmake[3]: *** [libSaxObjC.all.library.variables] Fehler 2 gmake[2]: *** [internal-all] Fehler 2 gmake[1]: *** [internal-all] Fehler 2 make: *** [internal-all] Fehler 2 Could need some help on this one. Kind regards Andreas -------------- next part -------------- A non-text attachment...
2004 Nov 25
1
AW: Re: [OT] Apple Mail.app access to localhost imap whe n nonetwork
> This script is what I use -- note that you need to have it on the > server, and then call ssh to execute that script (on the server) > immediately. > #!/bin/sh > # arch-tag: dbfe44f6-0d80-40c4-948a-bac05a804bf5 > > export MAIL=/home/johannes/Maildir > export MAILBOX_CHECK_INTERVAL=60 > exec /usr/lib/dovecot/imap Hi. IIRC you should exec dovecot as a whole, to use it
2011 Mar 02
0
polymorphic_path not getting generated
...ke sure that school_forum_topic_path function call gets generated to return the right path? In other words, how do you generate a multilevel polymorphic path? Savage Beast plugin adds the following to the routes.rb # Savage beast routes BEGIN map.resources :posts, :name_prefix => ''all_'', :collection => { :search => :get } map.resources :forums, :topics, :posts, :monitorship %w(forum).each do |attr| map.resources :posts, :name_prefix => "#{attr}_", :path_prefix => "/#{attr.pluralize}/:#{attr}_id" end map.resources :forums do |f...
2002 Oct 13
0
[LLVMdev] Debugging memory errors on linux...
...tely useful for LLVM people so.... I've downloaded and installed "valgrind" (http://developer.kde.org/~sewardj/), an open source "purify" replacement. It is actually quite a bit nicer than purify is, as it doesn't require you to recompile or modify your executables _at all_ to run them (it also seems quite fast). Anyway, if you suspect you have memory error issues, I'd recommend trying it out. It only works on x86 platforms though. On our research machines you can use it from /home/vadve/lattner/local/x86/bin/valgrind. Just run it like this: valgrind dis <...
2004 Jun 08
3
[Bug 1442] rsync sender appears to hang when receiver recounters an error
https://bugzilla.samba.org/show_bug.cgi?id=1442 ------- Additional Comments From tom@hbsrx.com 2004-06-08 13:26 ------- Created an attachment (id=540) --> (https://bugzilla.samba.org/attachment.cgi?id=540&action=view) strace of receiver process -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the
2011 Apr 12
2
SNMP monitoring options
Hi all, Been using Cacti for monitoring various things like, system disk/mem/ proc, network usage, router usage etc... While its been fun, the graphs are just unruly. Was looking an OpsView (the free version), wondering what your experience with this type of trend/heuristic analysis has been and what what you like. And of course thoughts on OpsView. - aurf
2011 Jan 23
9
Wine and sudo
FAQ is strongly not recommending to run wine as a root, but why is that? What should I do if I want to use FAR Manager (http://www.farmanager.com/) for system administration?
2004 Jan 26
2
HTML help pages
I am having trouble getting the HTML help pages to work. When I try the search engine I get an error on page response and nothing happens. When I try to click on the listed topics nothing happens. I am using both Mozilla and IE6 on XP and the same thing happens on each. Is there something I'm missing? Thanks -Devin Johnson
2018 May 05
0
llvm-mc-assemble-fuzzer broken
It worked in August. Last time I’ve asked (again, in August) someone did seem to care, but it is inevitable it would bitrot if it’s not built in any of the bots. George > On May 4, 2018, at 2:53 PM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > While playing with sanitizer in a downstream project, I found out this. > >
2018 May 04
2
llvm-mc-assemble-fuzzer broken
While playing with sanitizer in a downstream project, I found out this. /Users/davide/work/llvm-monorepo/llvm-project-20170507/llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp:207:32: error: reference to type 'std::unique_ptr<MCCodeEmitter>' could not bind to an lvalue of type 'llvm::MCCodeEmitter *' UseDwarfDirectory, IP, CE, MAB, ShowInst));
2005 Jan 08
10
[LLVMdev] Version Control Upgrade?
LLVMers, The oversight group has been kicking around the idea of getting a better version control system than CVS. The problem is, we're not quite sure what "better" means. So, we thought we'd ask your opinions. If you're interested in this topic (and you should be if you're actively developing), please have a look at this site:
2001 Mar 15
1
[Fwd: Re: File formats (RE: MP4 Player Available for Download)]
I'm forwarding this to the vorbis list FYI. I'll also forward the reply. Marshall -------- Original Message -------- Subject: Re: File formats (RE: MP4 Player Available for Download) Date: Thu, 15 Mar 2001 10:29:20 -0500 From: Marshall Eubanks <tme@21rst-century.com> Reply-To: tme@21rst-century.com Organization: Multicast Technologies To: philippe.gentric@philips.com CC: