search for: woa

Displaying 20 results from an estimated 46 matches for "woa".

Did you mean: wma
2003 Jun 06
2
Query about C Function Interface
...have another code in R that calls this C code. I am very new to R. I downloaded the R and loaded packages base and mva. I also kept my C code .exe file in the R\rw1070 directory and used the function that is written in R. There is some problem in this line it seems: if(!is.loaded(C.symbol("woa"))) dyn.load(woa.obj) # woa is my file name in C Error message coming like this: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:/Program Files/R/rw1070/woa.so": LoadLibrary failure: The specified module could not be found...
2006 Jun 14
7
CR issue
...;br />456</p> But by code: <code> require ''RedCloth'' puts RedCloth.new("123\n456").to_html </code> I got: <p>123 456</p> CR is not taken in consideration. Is there any parameter I am missing? Thank you for your help, Jean-Etienne -- Woa! Kft www.novAgora.hu "All you need in this life is ignorance and confidence; then success is sure.", Mark Twain
2006 Jun 29
3
Questions on ActiveRecord implementation
Hi, I got several questions on AR adapters implementation: 1. For SqlServer/Oracle, SQL queries are built by concatenation, and there is no use of parameters. Especially for Oracle, this is very bad, no optimization can be done. Is there a reason for that? Does anybody plan to fix that? 2. When updating a model, _all_ columns are updated. Why not only the diff is updated? Using blob/cblob, it
2006 Mar 31
3
undefined method `<=>'' for :id:Symbol
Upgrading to 0.9.0, I have the following error. Anybody? c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/index/term.rb:35:in `<=>'': undefined method `<=>'' for :id:Symbol (NoMethodError) from c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.9.0/lib/ferret/index/term_infos_io.rb:263:in `get_index_offset'' from
2006 Jul 04
4
ROaR: A Ruby on Rails Podcast
...topics going on in Rails. Half news, half interactive, all community. As always, the first episode kinda sucks but I''m looking forward to feedback from all of you on how to make it better. http://www.simiancodex.com/roar/ or for iTunes people http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=163609703 Michael Genereux SimianCodex
2006 Jun 16
6
rendering mathematical equations
Any recommendations on how I can get mathematical equations into my resulting html? (Besides using x^2^ type markup.) I figure I could parse out equation text from my main text before RedCloth ever sees it... and then maybe create png''s somehow from it, putting the links to them back into the main text before handing it over to RC. But I don''t know of a util that will generate
2014 May 12
2
[LLVMdev] A Question to LLVM
...er at gmail.com> wrote: > It sounds like you're using the wrong triple. Even on Windows you > should be able to output ELF if you compile with (say) "clang -target > arm-none-eabi". Or not using a triple at all. Windows on ARM support is coming along, I bet it defaults to WoA and outputs COFF or whatever. cheers, --renato
2023 Aug 02
1
Deleting AD config due to typo
Good morning list, what does I have to delete to deactivate and remove an samba AD? When setting it up yesterday evening I did an typo .. and as there're no user/machines/whatever in it yet I'd like to do a clean setup. Thanks in advance, and have a nice day (hopefully without rain, as WOA might start ;)) Torsten
2023 Aug 02
1
Deleting AD config due to typo
...> what does I have to delete to deactivate and remove an samba AD?When > setting it up yesterday evening I did an typo .. and as there're no > user/machines/whatever in it yet I'd like to do a clean setup. > Thanks in advance, and have a nice day (hopefully without rain, as > WOA might start ;))Torsten Just re-run provision with the correct options, the old data will be wiped and a new database started. Andrew Bartlett -- Andrew Bartlett (he/him) https://samba.org/~abartlet/Samba Team Member (since 2001) https://samba.orgSamba Team Lead https://catal...
2006 Apr 25
3
Migrating to 0.9.1
After migrating to 0.9.1, I got: usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing'': uninitialized constant TokenFilter (NameError) Here is a snapshot of my code: ... require ''ferret'' class MyFilter < Analysis::TokenFilter ... I works fine on my dev machine, but not a production server (shared host). Any
2006 Aug 06
2
TextMate + Rails
Hi, Could anyone point to some TextMate resources ? I found a few bundles, but they were all corrupted... JEtienne -- Posted via http://www.ruby-forum.com/.
2006 Jul 20
11
3 columns
Hi all, Not really sure what to put in the title so hope people still open this! What I want to do is produce something like this Col1 Col2 Col3 data1 data2 data3 data4 data5 data6 data7 data8 data9 data.. data.. data.. data.. data.. data.. data-n data-n+1 data-n+2 I can get the data back from my db
2006 Jun 11
6
page.update_html not executed
Hi, when doing: render :update do |page| page.replace_html ''suggested_contractors'', :partial => ''contractors'' page.visual_effect :highlight, ''suggested_contractors'' end I got js as output, it is not executed, return html *contains*: try { Element.update("suggested_contractors", " \n 12345678910\n \n
2007 May 25
7
Storing large BLOBs in the database with ActiveRecord
I have a model called Product with an attribute called file of type :binary (DB BLOB). If I do product.save (where product is an instance of my Product model), here is SQL statement that the mysql adapter for Ruby will do: INSERT INTO `PRODUCT` COLUMNS(NAME, PRICE, FILE) VALUES(''PROD1'', 4.56, X''00DEF033423023220'') All is hunky dory for as long as my BLOB is
2014 Oct 17
5
[LLVMdev] Performance regression on ARM
> Chandler’s complex arithmetic changes are also in the range: r219557 in clang. We saw it change the code in mandel-2 significantly. mandel-2 is broken on hard FP ABI systems, btw. The reason is simply: we're emitting a call to __muldc3 with AAPCS VFP calling convention, however, the function expects softfp (AAPCS) calling conv and reads garbage from GP registers. I'm working on fix.
2008 May 21
11
Per-user home filesystems and OS-X Leopard anomaly
I encountered an issue that people using OS-X systems as NFS clients need to be aware of. While not strictly a ZFS issue, it may be encounted most often by ZFS users since ZFS makes it easy to support and export per-user filesystems. The problem I encountered was when using ZFS to create exported per-user filesystems and the OS-X automounter to perform the necessary mount magic. OS-X
2008 Sep 14
1
[LLVMdev] xcodebuild and LLVM
On Sep 11, 2008, at 9:30 PM, Ted Kremenek wrote: > Hi John, > > I'm not certain if libtool works with LLVM bitcode files, and I don't > think that all of the tools that manipulate/inspect object files on > Mac OS X understand bitcode files either. Yes. Right now only ld recognizes LLVM bitcode files. > I suspect that this will > change over time. Yes. - Devang
2014 May 12
2
[LLVMdev] A Question to LLVM
Hi, I want to use LLVM to compile a ARM-CortexM0 project on windows. But LLVM can't output ELF file on windows. An assert was thrown from LLVM. What can I do now? Thanks! Steven.Q -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140512/bbba49ea/attachment.html>
2006 Jun 30
3
AR: Model on several tables
Hi, Is it possible to have a Model where columns are not in one table, but two tables? Jean-Etienne -- Posted via http://www.ruby-forum.com/.
2006 Feb 28
0
Want To Listen To Chad Fowler''s Keynote Presentation?
...ou want to hear Chad Fowler''s other keynote, Kathy Sierra''s keynote (Creating Passionate Users) and other great presentations given by world class software engineers subscribe to our RSS feed and or subscribe to SOENlive on iTunes: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast? id=128899390 If you have any questions, comments or suggestions please don''t hesitate to get into contact with me. Keep on Railing (can you even say that LOL!), John Kopanas http://www.kopanas.com =====================================================================...