search for: mywork

Displaying 17 results from an estimated 17 matches for "mywork".

Did you mean: mwork
2013 May 10
0
[LLVMdev] Help on making doxygen document
Dear Sir or Ms: My OS is ubuntu 12.04(AMD64). I have installed TexLive 2012, Graphviz 2.26.3, doxygen 1.7.6.1 without the dependence doxygen-latex.The version of LLVM I am working on is 3.2. My configure script is the following: ../llvm-3.2/configure --prefix=/home/me/mywork/sca/llvm/llvm-install2 --enable-targets=host-only --enable-debug-runtime --enable-assertions --enable-doxygen --disable-optimized --with-llvmsrc=/home/me/mywork/sca/llvm/llvm-3.2 --with-llvmobj=/home/me/mywork/sca/llvm/llvm-build2 >configure.log 2>configure.errors There is no reporting er...
2007 May 15
4
Need help with singleton worker
...ued up, and c/d never start. I''ve also had ''b'' start but never finish. (May have been due to do_work deleting the worker as ''a'' finished in that case.. figured delete was neccessary to have the other jobs start, but no..) lib/workers/my_worker: class MyWorker < BackgrounDRb::Worker::RailsBase def do_work(args) logger.info("MyWorker#do_work. args: #{args}") sleep(60) logger.info("MyWorker#work done, deleting self. args: #{args}") # probably shouldn''t call self.delete here, as we reuse the worker..? e...
2010 Jul 18
3
Passenger configuration
Hello Experts, I am developing a site that will be deployed on dreamhost. My Development environment is as followed. Development H:\mywork\QMed\KIMS_banglore\rails_apps\kims_sachin2.0>ruby script/ about About your application''s environment Ruby version 1.8.6 (i386-mingw32) RubyGems version 1.3.7 Rack version 1.1 Rails version 2.3.8 Active Record version 2.3.8 Active Resour...
2012 Feb 20
2
[LLVMdev] stack dump
0 down vote favorite [http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#] share [g+] share [fb] share [tw] i new in llvm.i just compile google code and got this error. " Stack dump: 0. Program arguments: opt -load /home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o 1. Running pass 'Function Pass Manager' on module 'obj.o'. 2. Running pass 'Loop Pass Manager' on function '@fun' 3. Running pass '15745 Decoupled Software Pipeline' on basic block '' ./execute: li...
2006 Jul 19
1
A couple of problems
...to define a simple class in the worker file to wrap up and pass back some data to my controller. It seems that if I create the class either inside or outside of my worker class (in the same file) it gets wrapper by a DRb::DRbUknown object and therefore cannot be accessed from my controller. class MyWorker < BackgrounDRb::Rails class MyResult attr_reader :result def initialize(result) @result = result end end def do_work() end def results MyResult.new(100) end end -- my_controller.rb -- def results results = MiddleMan.get_worker(session[:job_key]).results...
2014 Mar 10
0
Mongoid : bson namespace error
.../1.9.1/gems/mongo-1.9.2/lib/mongo/mongo_client.rb:693:in `setup' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mongo-1.9.2/lib/mongo/mongo_client.rb:155:in `initialize' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mongo-1.9.2/lib/mongo/legacy.rb:52:in `initialize' from C:/MyWork/CopperHundi/config/initializers/mongo.rb:3:in `new' from C:/MyWork/CopperHundi/config/initializers/mongo.rb:3:in `<top (required)>' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/railties-4.0.2/lib/rails/engine.rb:609:in `block (2 levels) in <class:Engine>'...
2012 Feb 20
0
[LLVMdev] stack dump
...e: > > 0 down vote favorite > <http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#> > share [g+] share [fb] share [tw] > > i new in llvm.i just compile google code and got this error. " Stack dump: 0. > Program arguments: opt -load /home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so > -dswp obj.o -o out.o 1. Running pass 'Function Pass Manager' on module 'obj.o'. > 2. Running pass 'Loop Pass Manager' on function '@fun' 3. Running pass '15745 > Decoupled Software Pipeline' on basic block '' ./...
2006 Jan 22
1
Application of R and MNP
...ve done wrong to the input or data. When I add the R7, it said that there is an error "SWP:singular matrix". I can add up to R6 only. Copy of the R console is attached for your reference. Thanks. Andy -------------- next part -------------- A non-text attachment was scrubbed... Name: mywork.pdf Type: application/pdf Size: 32328 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060122/60706d16/mywork.pdf
2004 May 05
0
ADS join failing?
...sword: accountExpires: 9223372036854775807 badPasswordTime: 0 badPwdCount: 0 codePage: 0 cn: MYHOST countryCode: 0 instanceType: 4 isCriticalSystemObject: FALSE lastLogoff: 0 lastLogon: 127282628213047592 logonCount: 0 distinguishedName: CN=MYHOST,OU=Computers,OU=Mytown,OU=whatever,DC=mydomain,DC=mywork,DC=co mpany objectCategory: CN=Computer,CN=Schema,CN=Configuration,DC=whatever,DC=mywork,DC=company objectClass: top objectClass: person objectClass: organizationalPerson objectClass: user objectClass: computer objectGUID: 933781dc-39a2-4ae4-9994-204a0f355a7 objectSid: S-1-5-21-945540591-4024260831...
2006 Jan 18
3
linear contrasts with anova
...the difference between the first and third level (called here contrast C1) and between the first and the seconda level (called here contrast C2). I used the following procedure: ------------------- reading data from a text file ----------------------- > ar <-read.table("C:/Programmi/R/myworks/contrasti/cont1.txt",header=TRUE) > ar CC GROUP 1 3.0 0 2 3.0 0 3 4.0 0 4 5.0 0 5 6.0 0 6 7.0 0 7 3.0 0 8 2.0 0 9 1.0 1 10 6.0 1 11 5.0 1 12 7.0 1 13 2.0 1 14 3.0 1 15 1.5 1 16 1.7...
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
Hi, I am trying to run the example "JavaRCall" with SJava 0.65 and R1.5.1 under Windows NT4.0. Although loadLibrary("RInterpreter") worked successfull, the following error occurs: "Exception breakpoint occurred at line 65 of ROmegahatInterpreter.java. java.lang.UnsatisfiedLinkError: boolean org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[]) boolean
2006 Oct 04
0
first_run timezone weirdness
...actical) Time.parse(Time.now.to_s) which will cause the first job to run 14 hours later than it should. There a few ways to fix this, right now the hack I''ve come up with is to pass in Time.now without the timezone letters so Time.parse will convert the time using the local timezone: def MyWorker < BackgroundDRb::Rails first_run Time.now.to_s.sub(/[A-Z]{3}/, '''') ... end The other option is to patch backgroundrb to use UTC/GMT solely for comparison -- convert the passed in time to GMT then stringify it for the class eval''ed method -- then compare it again...
2003 Oct 15
0
tkcanvas/bitmap for Turtle World
...but I am learning to use canvas widget from tcltk package (thanks to Barry Rowlings and Damon Wischik for their replies to my previous post). Gabriel Here is my function: setTurtle<-function(turtle,x,y,angle) { if(angle!=turtle$angle) { path<-"@c:/Docume~1/Owner/MyDocu~1/MyWork~1/MILAN/UNIHSR/R/turtle_bitmap/" # select bitmap file (turtle000.xbm, turtle045.xbm, ...) heading<-(45*(angle*180/pi+22.5)%/%45)%%360 file<-paste("turtle",paste(rep(0,3-nchar(heading)),collapse=""),heading,".xbm",sep="")...
2009 Mar 24
1
Workspace Image
Hello, I'm wondering how to delete previously saved workspace in R. Thank you. Regards, Yikan Liu [[alternative HTML version deleted]]
2012 Jul 19
1
save / restore RAM state - Problem
...<boot dev='hd'/> </os> --- Logical volume --- LV Path /dev/vg01/winxp LV Name winxp VG Name vg01 LV UUID hrXdl6-oRMC-dl7l-mkad-SSDl-y1hf-1Q1MPp LV Write Access read/write LV Creation host, time mywork, 2012-03-16 10:54:08 +0200 LV Status available # open 0 LV Size 5.00 GiB Current LE 1280 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 25...
2006 Sep 08
4
"password server" in smb.conf
Hi, I use winbindd and to use it I write my Active Directory Domain Controller in the "password server" directive in smb.conf. Since I have not one but two servers (for failover situations), can I write another password server?
2015 Oct 19
0
replication full documentation
Hi! I am create replication between two Debian 8.2 servers with dovecot 2.2.13. It work, but wont now more about replication used and i didn't now where i can red it: 1. aggregator - documentation and what he done? 2. replicator - full description or man for him 3. dsync - full description or man for him 4. doveadm replicator status - full description for all his points: * Queued