Displaying 2 results from an estimated 2 matches for "control_r".
Did you mean:
control_h
2006 Feb 28
2
Escaping Arithmetic Symbols
Could someone please tell me how to escape the ''division'' arithmetic
symbol in a model or controller? I''ve searched around and cannot find a
solution.
I''ve got the following in my model:
def avg_risk
t = 0
self.audits.each{|key| t = t + key.control_rating }
t = t / self.audits.count #this line doesn''t work... I''ve even tried \/
return t
end
Any help would be appreciated.
--
Posted with http://DevLists.com. Sign up and save your time!
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
...ers
build-tools/tools/ioemu/keymaps/modifiers
--- source/tools/ioemu/keymaps/modifiers 2007-04-28 11:28:
59.000000000 +0200
+++ build-tools/tools/ioemu/keymaps/modifiers 2007-04-30 10:44:
50.380307142 +0200
@@ -3,6 +3,7 @@
Alt_R 0xb8
Mode_switch 0xb8
+ISO_Level3_Shift 0xb8
Alt_L 0x38
Control_R 0x9d
diff -ur source/tools/ioemu/vnc_keysym.h
build-tools/tools/ioemu/vnc_keysym.h
--- source/tools/ioemu/vnc_keysym.h 2007-04-28 11:28:59.000000000 +0200
+++ build-tools/tools/ioemu/vnc_keysym.h 2007-04-30 10:43:
53.820772392 +0200
@@ -215,6 +215,7 @@
{"Shift_R", 0xffe2}, /...