search for: bascially

Displaying 20 results from an estimated 63 matches for "bascially".

2002 Mar 04
4
script to rysnc to spare hard drive
Im brand new to rsync and i been doing alot of reading about it and it looks like the tool I have long been wanting. Bascially i got 1 server, 2 hard drives. partions are / /boot /home /usr /var /backup (2nd drive) Bascially what i am looking at doing is mirroring the first drive to the 2nd drive, and once that intial one is moved over, have a cron run nightly (or when specified) that will update any modified files from...
2008 Jun 13
2
subsetting data-frame by vector of characters
Hi, I have a very simple problem but I can't think how to solve it without using a for loop and creating a large logical vector. However given the nature of the problem I am sure there is a "1-liner" that could do the same thing much more efficiently. bascially I have a dataframe with characters in, eg >names.and.numbers (index) Name Fave.Number 1 John 7 2 Tony 12 3 Phil 14 4 Adam 22 5 Robert 23 Now, imagine I have a vector of names, ie: >names = c("John,Phil,Robert") All I want to do is get the...
2010 Aug 25
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...ode was looking for. SelectionDAGBuilder::visitInlineAsm I especially reordered bit at the front, to make things work. I left in a little bit of overlap in the setting of the CallOperandVal member in the first for loop, which I could factor out, as I really just need the output and input counts. Bascially, I wanted to get some feedback before I went too much farther down this road. I think the main work left is to add support for all or some subset of both the generic and target-specific constraints, and to write tests for them all. Since I had trouble with running tests on a Windows box, I set up...
2006 Apr 09
4
submitting forms help
I cant seem to figure this problem out and i was hoping someone could help me out. I have a page with a list of forms. I would like the user to be able to submit each form individually, or submit them all at once, to a different action (bascially, one that will do batch processing of all the forms). Is this possble? Please help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060409/737c94b7/attachment.html
2012 Aug 25
6
Ruby Cgi and Mysql/Postgresql
Hi i m very new in ruby ( i used to work on php) I am looking for good documentation or book which will show me how to use ruby with CGI + mysql /Postgresql something like, will show how to grab data from database and pass those into Select or combox box .. i tryed to look for books but i have not find any so good documentation site, books would be good Thnaks -- Posted via
2006 Sep 18
1
Sorting Boolean fields
...re, I came across this thread: http://www.ruby-forum.com/topic/78148#126235 where sorting in reverse by a boolean field wasn''t working properly. I''m having the same issue now, but there''s not a reply in that thread. I was wondering if anyone has figured this out yet? Bascially, I want all the records with a "1" (true) to float to the top of the results. Thanks! -- Posted via http://www.ruby-forum.com/.
2003 Nov 10
2
ssh & keep absolute local paths from --include-from=file remotely
Hi! I am trying to do a IMHO rather trivial thing with rsync via ssh: I have some files under /etc and some under /home/thomas, I want to rsync just these to a remote PC with a similar setup where they should end up in the same dirs, and this with a single rsync call. Bascially 'tar --files-from FILE -cf - | netcat' and 'cd /; netcat | tar -xf -' with the optimisation rsync and the security ssh provides. I went up to doing fancy stuff like rsync -av -e ssh --include '*/' --exclude '*' --include-from=file / thomas@10.10.164.170:/ (fil...
2010 Aug 27
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...lder::visitInlineAsm I especially > reordered bit at the front, to make things work. I left in a little > bit of overlap in the setting of the CallOperandVal member in the > first for loop, which I could factor out, as I really just need the > output and input counts. > > Bascially, I wanted to get some feedback before I went too much > farther down this road. I don't have that good a sense of good class design, but this looks OK to me. > I think the main work left is to add support for all or some subset > of both the generic and target-specific constrai...
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...isitInlineAsm I especially reordered bit >> at the front, to make things work. I left in a little bit of overlap in the >> setting of the CallOperandVal member in the first for loop, which I could >> factor out, as I really just need the output and input counts. >> >> Bascially, I wanted to get some feedback before I went too much farther >> down this road. >> > > I don't have that good a sense of good class design, but this looks OK to > me. > > > I think the main work left is to add support for all or some subset of >> both the g...
2006 Mar 16
8
Question on gems on Mac OSX
Hi all, lately I''ve been working with ROR on a MAC OSX tiger at work, however I have one huge problem with seems to be the root of all my problems whenever I use terminal or iTerm to start workign with ROR. Every single time I open a new terminal window or close one and open a new one, I have to reapply my path from .bash_login for Ruby and MySql, and than I have to install the
2007 Dec 27
1
[LLVMdev] Instantiating modules from .bc files
That worked quite well. Thank you. One question as a follow up: is there a nice/standard way of including the pre-made bitcode chunks in with the binaries that are being created which read them? Bascially, I'd like to have the same functionality, but rather than having one or more .bc files running around which need to be read at runtime by an executable, moving that into the code itself so it's all contained in one. Thanks, danny On Dec 26, 2007, at 3:33 PM, Gordon Henriksen wrote:...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...lder::visitInlineAsm I especially > reordered bit at the front, to make things work. I left in a little > bit of overlap in the setting of the CallOperandVal member in the > first for loop, which I could factor out, as I really just need the > output and input counts. > > Bascially, I wanted to get some feedback before I went too much > farther down this road. > > I don't have that good a sense of good class design, but this looks > OK to me. > > > I think the main work left is to add support for all or some subset > of both the generic and t...
2006 Jan 18
1
Helps!!!!! Rails database connection guru needed!!!!!!!
...nother database???? As we can see in the source code "remove_connection" connectionspecification def self.remove_connection(klass=self) conn = @@defined_connections[klass] @@defined_connections.delete(klass) active_connections[klass] = nil conn.config if conn end bascially, it removes the "table-linked-class" from the class variable @@defined_connection and @@active_connections. Actually it does not do anything to disconnect the actually connection, So we wonder will it lead to a memory leak of the ruby-rails and the connected database???? Is there anything...
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...cially reordered bit >>> at the front, to make things work. I left in a little bit of overlap in the >>> setting of the CallOperandVal member in the first for loop, which I could >>> factor out, as I really just need the output and input counts. >>> >>> Bascially, I wanted to get some feedback before I went too much farther >>> down this road. >>> >> >> I don't have that good a sense of good class design, but this looks OK to >> me. >> >> >> I think the main work left is to add support for all or som...
2018 Nov 15
3
[RFC] Discuss about an new idea "Vsock over Virtio-net"
...rent with socket. To vsock, I think host will >> not call ->recvmsg when it need to send message to guest. To net, >> vhost-net only as forwarding layer. > > Know not much here, but is it possible to have a vsock(tap) to be passed to vhost_net and let vhost call its recvmgs()? Bascially it was a socket on host as well I believe? For vsock, Host->Guest, it's code flow as follows: Server call send() -> sendmsg(); (vsock_stream_sendmsg) -> virtio_trasnport_send_pkt_info -> alloc pkt, add pkt to send_pkt_list, wake up vhost_worker Vhost_worker -> vho...
2018 Nov 15
3
[RFC] Discuss about an new idea "Vsock over Virtio-net"
...rent with socket. To vsock, I think host will >> not call ->recvmsg when it need to send message to guest. To net, >> vhost-net only as forwarding layer. > > Know not much here, but is it possible to have a vsock(tap) to be passed to vhost_net and let vhost call its recvmgs()? Bascially it was a socket on host as well I believe? For vsock, Host->Guest, it's code flow as follows: Server call send() -> sendmsg(); (vsock_stream_sendmsg) -> virtio_trasnport_send_pkt_info -> alloc pkt, add pkt to send_pkt_list, wake up vhost_worker Vhost_worker -> vho...
2010 Sep 01
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...>>>> at the front, to make things work. I left in a little bit of overlap in the >>>> setting of the CallOperandVal member in the first for loop, which I could >>>> factor out, as I really just need the output and input counts. >>>> >>>> Bascially, I wanted to get some feedback before I went too much farther >>>> down this road. >>>> >>> >>> I don't have that good a sense of good class design, but this looks OK to >>> me. >>> >>> >>> I think the main work left...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...specially >> reordered bit at the front, to make things work. I left in a >> little bit of overlap in the setting of the CallOperandVal member >> in the first for loop, which I could factor out, as I really just >> need the output and input counts. >> >> Bascially, I wanted to get some feedback before I went too much >> farther down this road. >> >> I don't have that good a sense of good class design, but this looks >> OK to me. >> >> >> I think the main work left is to add support for all or some subset &g...
2010 Sep 02
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...; at the front, to make things work. I left in a little bit of overlap in the >>>>> setting of the CallOperandVal member in the first for loop, which I could >>>>> factor out, as I really just need the output and input counts. >>>>> >>>>> Bascially, I wanted to get some feedback before I went too much farther >>>>> down this road. >>>>> >>>> >>>> I don't have that good a sense of good class design, but this looks OK >>>> to me. >>>> >>>> >>>...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...reordered bit at the front, to make things work. I left in a >>> little bit of overlap in the setting of the CallOperandVal member >>> in the first for loop, which I could factor out, as I really just >>> need the output and input counts. >>> >>> Bascially, I wanted to get some feedback before I went too much >>> farther down this road. >>> >>> I don't have that good a sense of good class design, but this >>> looks OK to me. >>> >>> >>> I think the main work left is to add support...