search for: yaroslav

Displaying 20 results from an estimated 49 matches for "yaroslav".

2006 Mar 28
2
Typo 2.6.0 broken with Rails 1.1
Updated today, got Typo 2.6.0 broken with Rails 1.1 (Ruby 1.8.4) -- WEBrick does not start. Is there any workaround except "svn co" with Typo trunk? -- Yaroslav Markin yaroslav at markin dot net
2008 Jun 18
4
[LLVMdev] Ответ: using dynamic libraries from bytecode?
...bc ERROR: Program used external function '__gmpz_init_set_ui' which could not be resolved! This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. How and where I must specify library? -- WBR, Yaroslav Kavenchuk.
2012 Aug 25
2
[LLVMdev] How to Check whether BasicBlock resides in a conditional branch
...== Y) > BasicBlock C > endif > > BasicBlock D > > In this example BasicBlock C is *must* executed, however it's hard to detect that it is. Yes, the precise execution condtion may be difficut to get. I just want rough results. Thanks for your suggestion! > > -- > Yaroslav Markov > PhD student in Computer Science > Stony Brook University > ________________________________________ > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Jianfei Hu [hujianfei258 at gmail.com] > Sent: Saturday, August 25, 2012 8:44 AM > To:...
2008 Jun 18
2
[LLVMdev] using dynamic libraries from bytecode?
Is it possible to use dynamic library (*.so *.dll) from bytecode? If "yes" - how? -- WBR, Yaroslav Kavenchuk.
2012 Jul 26
1
[LLVMdev] Calling a function with bad signature, possible bug.
...got: doTaint i8* paramtype end----------- i8* gettype end ------------ 0 i------------------ 2 getnumparams end ------------ assert 0 You see - totally unexplainable: FTy->getParamType(i) and Args[i]->getType() are the same, but assertion still fails. Can anybody comment on this. Best, Yaroslav.
2012 Apr 02
2
R datasets ownership(copyright) and license
...l [2] http://www.mail-archive.com/r-help at r-project.org/msg62486.html [3] http://en.wikipedia.org/wiki/Tz_database [4] it is interesting there that actual data comes from "unpublished PhD thesis", but once again from the U of Chicago who holds copyright for the book itself. -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik
2012 Aug 16
1
[LLVMdev] AllocaInst issue
...9;s size in integer units. Since I'm not able to initialize type, I can't pass it to AllocaInst. Are there any ways to solve this issue? Of course, I can solve this issue by insertion of a cycle that will allocate an array element-by-element, but it doesn't seems as a good way. Best, Yaroslav.
2005 Oct 06
1
CTF generation
Hello everybody! How do people generate the Compact Type Format (CTF) section? Do you have a special parser or employ gcc debug information? Is there any open utility to do this job? Best regards, Yaroslav
2006 Jul 31
0
RUSSIAN RoR community -- www.rubyonrails.ru
...rubyonrails.ru. We''ve got a russian RoR planet at http://planet.rubyonrails.ru and an active wiki at http://wiki.rubyonrails.ru. You can also join a growing russian Rails group/mailing list at http://groups.google.com/group/ror2ru You are more than welcome! Thanks for attention. -- Yaroslav Markin yaroslav at markin dot net
2006 Mar 05
1
encoding: utf8 in database.yml causes error
Hi Using ruby 1.8, rails 1.0, mysql 4.1.11 in database.yml: adapter: mysql encoding: utf8 database: myproject_development username: user password: password socket: /var/run/mysqld/mysqld.sock but when I start the error I get: Can''t initialize character set utf8 (path: /usr/share/libmysqlclient/charsets/) Can anyone tell me what file it''s looking for, and how I
2006 Mar 20
0
Rescue to public/404.html
Hi there, Could anyone share your experience, what is the best way to handle ActiveRecord errors? Of course, I can rescue it in the controller and do everything I want. But is there any way to display 404.html from public/ in this very case? -- Yaroslav Markin yaroslav at markin dot net
2005 May 09
1
how to abort when can't write to the destination?
...xit rsync if any error occurred on the way (like IO problem with destination or smth like that) What would be a proper way for me to set it up? (Besides piping stderr to a process which would kill rsync if gets anything) Please CC me - I'm not on the list Thank you in advance for ideas! -- Yaroslav Halchenko Research Assistant, Psychology Department, Rutgers-Newark Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171 101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07105 Student Ph.D. @ CS Dept. NJIT
2008 Jun 18
0
[LLVMdev] Ответ: using dynamic libraries from bytecode?
On Jun 18, 2008, at 12:27 PM, Yaroslav Kavenchuk wrote: > $ llvm-gcc.exe -I/mingw/include gcd_ui.c -L/mingw/lib -lgmp -o > gcd_ui.ll -emit-llvm -S Use > $ llvm-as gcd_ui.ll -o gcd_ui.bc Use llc gcd_ui.bc and then llvm-gcc.exe gcd_ui.s -L/mingw/lib -lgmp?
2008 Jun 18
1
[LLVMdev] using dynamic libraries from bytecode?
Is it possible to use dynamic library (*.so *.dll) from bytecode? If "yes" - how? -- WBR, Yaroslav Kavenchuk.
2008 Jun 19
0
[LLVMdev] Ответ: using dynamic libraries from bytecode?
On Jun 18, 2008, at 12:27 PM, Yaroslav Kavenchuk wrote: > Mike Stump wrote: >>> Is it possible to use dynamic library (*.so *.dll) from bytecode? >>> If "yes" - how? >> >> dlopen? That's be one way. Also, most systems have shared libraries >> in /usr/lib and these routines are mean...
2008 Jun 19
1
[LLVMdev] Ответ: using dynamic libraries from bytecode?
...path/to/foo.so gcd_ui.bc > > Replace ".so" with ".dylib" or ".dll" as appropriate. > Many thanks! This is works. Nice! Next question: there is a standard portable way to do so (load dynamic library) from the body of the program (from bytecode)? -- WBR, Yaroslav Kavenchuk.
2011 Nov 08
2
Licensing question.
..., MIT, etc)? Can I build my modules in common asterisk source tree(i.e. using LOCAL_MOD_SUBDIRS="my_mod_subdirs_list" make ) or must use separate tree? If so, then since Asterisk core does not accepts anything except AST_MODULE_INFO(ASTERISK_GPL_KEY, ....) what I should do here? regards, Yaroslav.
2012 Oct 02
1
[LLVMdev] Error prone default memory capturing convention of blocks.
...self blabla:(__retain theLocalVariable)]; } 2) { self.blabla = … // compile error: missing memory capture semantic qualifier. .... } For __block qualifier I propose to leave old behavior (leave the default __retain semantic), because retain cycles with write-to variables are uncommon. Regards, Yaroslav. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121002/46ccba03/attachment.html>
2006 Mar 30
13
need an Ruby on Rails IDE
Hello everybody, I''m a new member on Ruby on Rails. I''m friendly on using Microsoft Visual Studio (VS) IDE. The VS IDE supports for Intellisense coding (that mean it will automatically display a list of member variables or functions for a class, struct, union, or namespace; the names and types of parameters required by a function or attribute; and the complete declaration for
2006 Mar 21
4
activerecord - mysql blobs...
I''m struggling with activerecord and mysql blobs (uploading files)... blobs over 400K-ish cause the below exception... ActiveRecord::StatementInvalid in File#upload Mysql::Error: Lost connection to MySQL server during query: I''ve tried blob, mediumblob, and longblob... I''m using windows xp for development - and have not installed the mysql gem... simlar google