Displaying 3 results from an estimated 3 matches for "moufid".
Did you mean:
confid
2006 May 22
0
Problems with "text_field_with_auto_complete"
...code I use:
|# view
Just a little test:
<%= text_field_with_auto_complete :employees, :nom%>
# controller
class...
auto_complete_for ||:employees, :nom
def uneAutreMethode
...
end|||
end
I use a database with a table: "employees" and a column "nom"
Merci.
moufid
--
Moufid Zeribi
www.stri.net
Tel: +33 6 68 03 11 40
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2011 Jan 26
1
Randomness in packet padding length as a feature
Hello list,
RFC 4253 provides for per-packet random padding, the length of which
depends on the payload and the cipher block size. If I understand
correctly, for OpenSSH (5.7) this is done in packet.c lines 674-684
and 881-911?
Although the padding itself is random, its length is not, and the
final packet size is just a step function of the size of the payload.
This can be a problem to some
2011 Jan 26
1
Packets Sizes and Information Leakage
This message is a few years old so I cannot reply to the original, but
it is still of current research interest.
> So one of my coworkers is doing a little research on SSH usage in the
> wild using netflow data. One of the things he's trying to do is
> determine a way to differentiate between data transfers and interactive
> sessions. We thought of a couple of ways but we wanted