Displaying 20 results from an estimated 193 matches for "csie".
Did you mean:
cse
2006 Jul 26
4
How to Install Engines?
...m not sure how to
install the engine? could someone please give me some instructions with
regards to this....
http://rails-engines.org/wiki/pages/DateboxEngine
for example in the website above
The Engines plugin or the EdgeEngines plugin
* Engines 1.0
script/plugin install
http://opensvn.csie.org/rails_engines/branches/engines/
* EdgeEngines
script/plugin install
http://opensvn.csie.org/rails_engines/engines/trunk/
I am kinda confuse how to do this....when I use a browser to check
http://opensvn.csie.org/rails_engines/engines/trunk/ it throws a 404
error?
any ideas?
Thanks in a...
2017 Feb 21
4
Re: "virsh list" hangs
...MP Debian 4.6.4-1 (2016-07-18) x86_64
>> GNU/Linux
>>
>> root@vm-host:~# apt-cache policy libvirt-daemon
>> libvirt-daemon:
>> Installed: 3.0.0-2
>> Candidate: 3.0.0-2
>> Version table:
>> *** 3.0.0-2 500
>> 500 http://debian.csie.ntu.edu.tw/debian testing/main amd64
>> Packages
>> 100 /var/lib/dpkg/status
>>
>> root@vm-host:~# strace -o /tmp/trace -e trace=network,file,poll virsh
>> list # hangs forever .....
>> ^C
>> root@vm-host:~# tail -10 /tmp/trace
>> access(&qu...
2017 Feb 24
0
Re: "virsh list" hangs
...4
>>> GNU/Linux
>>>
>>> root@vm-host:~# apt-cache policy libvirt-daemon
>>> libvirt-daemon:
>>> Installed: 3.0.0-2
>>> Candidate: 3.0.0-2
>>> Version table:
>>> *** 3.0.0-2 500
>>> 500 http://debian.csie.ntu.edu.tw/debian testing/main amd64
>>> Packages
>>> 100 /var/lib/dpkg/status
>>>
>>> root@vm-host:~# strace -o /tmp/trace -e trace=network,file,poll virsh
>>> list # hangs forever .....
>>> ^C
>>> root@vm-host:~# tail -10 /t...
2006 May 02
3
Writing tests for plugins
I''ve been googling around trying to find some tips on creating tests for
plugins. Am I correct in assuming that I''d have to have the tests as
part of a rails app in order to test the plugin? I''d like to find a way
to do standalone tests for the plugin.
--
Posted via http://www.ruby-forum.com/.
2003 Jun 26
3
plain source -> encrypted destination: rsync + gpg
...r? Are there other alternatives? (hopefully
more elegant than maintaining a shadow copy of all the files!).
There's an "GPG and Rsync" thread describing almost exactly what we want
<http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=adkpb7%242t6v%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26q%3Drsync%2Bencrypted%26spell%3D1>
And also rsync-backup seems to be almost there -- but things seem to be
happening at the server end.
http://www.stearns.org/rsync-backup/
cheers,
martin
2005 Dec 29
2
Login plugin
...engine.
2. For installing loginengine; I see the two following steps - Both
these does not work for me. :
$ script/plugin install login_engine
==I am getting "script/plugin is not a internal or external
command, operable program or batch file"
% svn co https://opensvn.csie.org/rails_engines/plugins/login_engine
<MY_RAILS_APP>/vendor/plugins/login_engine
==== I am using Windows, how can I get the svn stuff?
Any help will be appreciated. I am on Windows XP with Ruby and Rails
succssfully installed.
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jan 09
5
file_column content type
is there a way using the file_column plugin to enforce a certain
content type based on regex (i.ie, /^image/) and/or filesize (150k)
?
thanks
adam
2006 Aug 24
1
trying to encode/decode videos using libtheora
...g to learn how to use libtheora but I'm having some
problems:
I believe to have encoded a video, but I can't decode it. I've
tried 2 things: to record a .ogg file and to write a libtheora
decoder, using the encoded ogg_packets present in memory.
The source code is here:
http://opensvn.csie.org/ribamar/projects/streaming/cvaenc.c
(it has a makefile in
http://opensvn.csie.org/ribamar/projects/streaming/Makefile
and requires highgui and opencv to compile, in debian and ubuntu
with universe it must be trivial to install them with
apt-get install libhighgui-dev libcv-dev)
1) generating...
2006 Aug 05
2
acl_system2 undefined method `access_control''
I''ve installed acts_as_authenticated and have that working like a charm
and now would like to add the acl_system2 plugin so I can do some role
based authorization stuff.
I went ahead and installed the plugin like this:
>ruby script\plugin source http://opensvn.csie.org/ezra/rails/plugins/dev/acl_system2
Then I installed the lib and test
>ruby script\plugin install lib
>ruby script\plugin install test
Created the role.rb model, etc. as per the readme file, then added this
to one of my controllers:
class CountryController < ApplicationController...
2017 Feb 24
2
Re: "virsh list" hangs
2017 Feb 17
2
"virsh list" ahngs
2006 Mar 22
4
Problem with ACL plugin system
Don''t know if anyone else has experienced this but I''m having a problem
with the access_denied method in Ezra''s ACL access control plugin. It''s
working fine (in conjunction with acts_as_authenticated) until it comes
across a user it denies access to, in which case it throws the following
error:
NoMethodError in Admin#index
protected method
2006 Mar 02
1
Engines SVN repository move
...ad the README!!
Login Engine: http://svn.rails-engines.org/plugins/login_engine
User Engine: http://svn.rails-engines.org/plugins/user_engine
For more information about the repository layout, please check here:
http://svn.rails-engines.org/README
At the end of this week, the
http://opensvn.csie.org/rails_engines/plugins branch (i.e. the one
that the script/plugin command would''ve used) will be removed to
prevent any new users from installing from that repository. The tagged
versions will remain, but no new versions will be committed.
If you are using SVN externals, or even just...
2006 Mar 20
3
login_engine
...etting login_engine to work properly. I get the standard login/registration views, but whenever I try to register I get:
NoMethodError in User#signup
undefined method `password_confirmation='' for #<User:0x408b2f9c>
I have login_engine, and engines installed from cvs:
http://opensvn.csie.org/rails_engines/plugins/
anyone else had anything similar or know what I might be doing wrong?
dorian
--
I do things for love or money
2006 Jan 30
2
Modules, controllers and inheritance
Hi!
I was trying to cleanup my app and I runned into quite a problem. My
controllers in submodule do not seem to inherit things from base
class.
I have following setup:
app/controllers/
application.rb:
class ApplicationController
admin/
admin_controller.rb:
class Admin::AdminController < ApplicationController
include LoginEngine
include UserEngine
2017 Feb 17
2
"virsh list" hangs
...anks for your help!!
root@vm-host:~# uname -a
Linux vm-host 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-18) x86_64
GNU/Linux
root@vm-host:~# apt-cache policy libvirt-daemon
libvirt-daemon:
Installed: 3.0.0-2
Candidate: 3.0.0-2
Version table:
*** 3.0.0-2 500
500 http://debian.csie.ntu.edu.tw/debian testing/main amd64
Packages
100 /var/lib/dpkg/status
root@vm-host:~# strace -o /tmp/trace -e trace=network,file,poll virsh
list # hangs forever .....
^C
root@vm-host:~# tail -10 /tmp/trace
access("/etc/libvirt/libvirt.conf", F_OK) = 0
open("/etc/libvirt...
2006 Feb 24
5
need help with form layout
Is there some way to format the layout of the fields within a form? I''ve got about 10 fields that I''d like to lay out in a couple of columns. Tried putting them in a table and that didn''t work too good. Any pointers will be very much appreciated.
Thanks,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 15
10
BackgrounDRb background task runner and Application Wide Context Store
...for all backends to have one place to store data or launch jobs from.
You can see the proof of concept screencasts here:
http://brainspl.at/drb_progress.mov
http://brainspl.at/drb_ajax_tail.mov
And you can download the proof of concept rails app and run it
yourself from here:
http://opensvn.csie.org/ezra/rails/plugins/backgroundrb/
I''m looking for some folks to play with this and give feedback so I
can improve on it. So I appreciate any feedback from folks who try
this out for me.
Cheers-
-Ezra
Here is the README:
BackgrounDRb is a small framework for divorcing long runn...
2006 Jan 11
14
User Engine/General Engine issues
I''m trying to get the login/user engine combo up and working and am
having difficulties. I got the login engine up and running fine, no
problems. Now, on to the user engine.
After fixing the needed stuff in the bootstrap task so it loads I''m
able to login as the default admin ok. BUT none of the
views/controllers that are in login/user_controller are being
overridden by the
2005 Sep 07
4
[LLVMdev] LiveIntervals, replace register with representative register?
...rep(mop.getReg());
mii->SetMachineOperandReg(i, reg);
LiveInterval &RegInt = getInterval(reg);
RegInt.weight +=
(mop.isUse() + mop.isDef()) * pow(10.0F, (int)loopDepth);
--
Tzu-Chien Chiu,
3D Graphics Hardware Architect
<URL:http://www.csie.nctu.edu.tw/~jwchiu>