search for: oriontransfer

Displaying 12 results from an estimated 12 matches for "oriontransfer".

2006 Jun 21
7
sortable tree problem
Hello, I''m having a problem when I set the tree option to true on Sortable. If I set the option to false my remote call works fine, but once I set it to true, I get some weird log errors from Webrick... undefined method `update'' for "11":String /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/cgi_ext/cgi_methods.rb:214:in `build_deep_hash''
2010 Oct 03
1
[LLVMdev] LLVM 2.8 Source Code Visualisation
Hello my friends, I have put together some visualisations of the LLVM source code because I think it is great to see how much work has gone into LLVM to date. Code Visualisation - Orion Transfer Ltd http://www.oriontransfer.co.nz/research/code-visualisation These are based of the 2.8 source code up until a few days ago. I hope this is of enjoyment for some of you. Kind regards, Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachm...
2006 Apr 24
1
dragdrop.js problems - workaround here
...will probably make no sense. Anyway, I have checked in a revision into the repository, feel free to check it out, and I hope it can get into the scriptaculous as soon as possible! The wiki has some useful code to implement this in your database! Great, have fun. The repository is at: http://oriontransfer.co.nz/svn/SortableTree Wiki: http://wiki.oriontransfer.co.nz/main/show/SortableTree Sammi _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jun 16
1
sortable acts_as_tree with heirarchy
I''ve been stumbling on the tut at oriontransfer (http://wiki.oriontransfer.co.nz/main/show/SortableTree) I''ve got it working in a one dimensional list and I''ve got the drag and drop working on children, but as can''t get it to save the tree. Here''s my view: <h2>Menu Prototype 2</h2> <%= flash...
2006 Feb 17
29
Sortable Tree Addition [PATCH]
...t debugger. Please send me or fix any bugs, please send as a zip with the HTML causing the problem along with any code you have adjusted from the repository. If anyone has any serious ideas about how to improve performance, feel free to submit them as they would be very welcome. http://www.oriontransfer.co.nz/Sortable+List+v2.zip Sammi _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Mar 01
9
sortable tree?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *, I am new to this list, so please excuse me if this has been covered before (unfortunately the search function at http://www.ruby-forum.com/forum/10 is disabled at the moment). If yes, then a pointer to a solution would be great. I want to create a sortable tree with scriptaculous Sortable. There are several categories and subcatgories: cat_a
2010 Oct 02
0
[LLVMdev] projects that work with llvm 2.8
Dear Chris, Project Name: Kai Project Website: http://www.oriontransfer.co.nz/research/kai Project Description: Kai (Japanese 会 for meeting/gathering) is an experimental interpreter that provides a highly extensible runtime environment and explicit control over the compilation process. Programs are defined using nested symbolic expressions, which are all parsed into fi...
2006 Jan 25
0
Sortable Tree Modification
Hi, I''ve been working on a sortable tree modification. You can get what I have done so far here: http:// www.oriontransfer.co.nz/Sortable+List.zip Firstly, serialize needs work to support a tree structure. Secondly, I have not tested if it still works with lists property (I''m sure it would work fine, but I haven''t tested it). Finally, I need to merge this code with the latest version of dragdro...
2011 Apr 07
1
Problems with /bin/cat and flintlock?
...y process. My guess is that Xapian is locking up in a system call and Ruby can't schedule its green threads. I've done some basic debugging with strace and noticed the following: 29944 30022 29942 29939 ? -1 Sl 33 0:09 | | \_ Passenger ApplicationSpawner: /srv/www/www.oriontransfer.co.nz 30022 30041 29942 29939 ? -1 S 33 0:00 | | | \_ /bin/cat [Using the following source code as a reference http://xapian.org/docs/sourcedoc/html/flint__lock_8cc_source.html] At this point, using strace I found that the application process seemed to be stuck in on 0021...
2010 Sep 04
1
Options to copy modified files
We use rsync to copy files and directories from one server to the other. What options should I give to rsync so that it only copies the modified files? For example server1 may contain a dir which contains just one file that has been modified, how do I get rsync to copy just that one file over? I would like rsync to copy over the files which have been modified on the server1 to server2. This is
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ublic/javascripts/dragdrop.js index e2e7d4a..07229f9 100644 --- a/src/public/javascripts/dragdrop.js +++ b/src/public/javascripts/dragdrop.js @@ -1,6 +1,6 @@ // Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005-2007 Sammi Williams (http://www.oriontransfer.co.nz, sammi at oriontransfer.co.nz) -// +// (c) 2005-2008 Sammi Williams (http://www.oriontransfer.co.nz, sammi at oriontransfer.co.nz) +// // script.aculo.us is freely distributable under the terms of an MIT-style license. // For details, see the script.aculo.us web site: http://scri...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server