ruby-paranoia
re-implementation of acts_as_paranoid for Rails 3
Paranoia is a re-implementation of acts_as_paranoid for Rails 3, using much,
much, much less code. You would use either plugin / gem if you wished that
when you called destroy on an Active Record object that it didn't actually
destroy it, but just "hid" the record. Paranoia does this by setting a
deleted_at field to the current time when you destroy a record, and hides it
by scoping all queries on your model to only include records which do not have
a deleted_at field.
network-manager-iwd
wireless daemon for Linux - NetworkManager integration
iNet Wireless Daemon (iwd) is a minimalistic wireless daemon
that uses modern Linux interfaces
like cfg80211 and nl80211 (netlink).
The daemon provides a D-Bus API.
libkdsoap-qt6-2
Qt-based client-side and server-side SOAP component - client-side library
Qt-based client-side and server-side SOAP component. It can be used to
create client applications for web services and also provides the means to
create web services without the need for any further component such as a
dedicated web server.
libghc-unicode-transforms-prof
Fast Unicode 9.0 normalization in Haskell; profiling libraries
Unicode characters with adornments (e.g. Á) can be represented in two
different forms, as a single composed character (U+00C1 = Á) or as
multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
differently encoded byte sequences but for humans they have exactly
the same visual appearance.
libplasma-geolocation-interface6
Plasma geolocation library
This library provides support for interfacing with geolocation
provider services like GPS or Mozilla Location Service.