search for: krassimir

Displaying 8 results from an estimated 8 matches for "krassimir".

2006 Jul 24
3
HowTo?: Eager caching of third order ActiveRecord assoc.
Hello. Using the ":include", which generates a "LEFT OUTER JOIN" SQL command, it is possible to eagerly preload second order data objects (children) for a given association. I wanted to know, if it is possible to eagerly preload and cache third order (or more) data objects, which are little-children or little-little-children. As I''ve seen. it is possible to add
2006 Apr 14
8
Error with Web Service tests after upgrading to Rails 1.1.2
Hello. I hope this is the right place to describe my problem ? After upgrading to Rails version 1.1.2 from rails version 1.0.0, Web Service functional tests seem broken. I upgraded rails (as the root user / administrator) with: # gem update rails --include-dependencies then I upgraded my application (as myself) with: ? rake rails:update % rake rails:update:configs After these steps,
2009 Jan 06
2
ACPI support?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello All, I have had a problem detecting the network card on my notebook when ACPI is enabled for a year. The problem still exists in 7.1-RELEASE. with ACPI: ... bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002> irq 17 at device 0.0 on pci8 bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff). bge0: couldn't
2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
Full_Name: Krassimir Sedmakov Version: R-1.4.1 OS: Solaris 8 Submission from: (NULL) (134.114.165.52) ******** Problem: ******** When running make for R-1.4.1 on Solaris 8, SPARC 64 bit the following error message is generated: arithmetic.c:672: #error code requires that int have 32 bits gmake[3]: *** [arithmetic.o...
2000 Feb 29
1
No subject
Does anyone know of any comprehensive literature (like a book, collection of articles, etc.) that walk thorugh example of ARIMA modeling with the ts package of R? Genarlly if you've just started to learn the R-language and are all week long with ARIMA, what is a fast-pace source that you would recommend (to a beginner) ? Thank you, Krasi
2000 Feb 29
0
Re: arima in ts.
> From: "Krassimir Krastev" <krastev at fas.harvard.edu> > To: "R-help" <r-help at stat.math.ethz.ch> > Date: Tue, 29 Feb 2000 11:56:49 -0500 > X-Priority: 3 (Normal) > X-MSMail-Priority: Normal > Importance: Normal > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.660...
2000 Mar 02
1
Windows NT make erro this time
(Windows NT)(I think I did all the steps in the Install file right) and I got an R-1.0.0 make error which noone got yet. Please help! I looked in the Makefile but I don't see any quoted strings there. (I'm not good at make:-/) >pwd /WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32 >make BUILD=MINGW32 mkdir -p ../../bin make -C ./fixed make[1]: Entering directory
2006 May 17
0
acts_as_versioned with lock_version bug?
Hello. The acts_as_versioned plugin works fine ... till the adjunction of optimistic locking via the lock_version table column. Here is the problem description: Without optimistic locking things are fine: # ++++ The table creation migration ++++ % cat db/migrate/001_create_tables.rb class CreateTables < ActiveRecord::Migration def self.up create_table :softwares,