unexist

1,030
Reputation
99 views

Registered User

Name unexist
Member for 1 year
Seen 2 days ago
Website
Location DE
Age 28
I never finish anyth..
Nov
16
comment How do I replace accented Latin characters in Ruby?
It is in activesupport, but you will have to do it like this: ActiveSupport::Multibyte::Chars.new("àáâãäå").mb_chars.normalize(:kd).gsub(/[^\x00-\x7F]/n,'').downcase.to_s
Oct
8
revised Embedded Ruby 1.9.1, signals and multithreading
Push
Oct
7
awarded  Tumbleweed
Sep
30
comment how to implement search for 2 different table data?
Wouldn't it be easier to rely for fulltext-search on Sphinx or Xapian? Creating the index at a given interval and only search in it will greatly improve the search speed.
Sep
30
asked Embedded Ruby 1.9.1, signals and multithreading
Sep
23
accepted Getting essid via ioctl in ruby
Sep
23
answered Getting essid via ioctl in ruby
Sep
21
comment Getting essid via ioctl in ruby
True, but devices normally have to follow a draft to be useable by customers which is most likey applicable for vendors and/or driver writers. The problem in this case is just the lack of pointers in Ruby which probably can't be covered easily by bitstruct. During my work on my window manager I am aware of the C API of Ruby - so this will be no problem at all. :)
Sep
19
comment Getting essid via ioctl in ruby
Well, guess I have no other choice. Actually ioctl should work in both ways properly and not only segfault when some struct like the above is used. ;)
Sep
19
awarded  Yearling
Sep
18
asked Getting essid via ioctl in ruby
Aug
20
awarded  Nice Answer
Aug
10
awarded  Nice Answer