uBlock Origin is not an ad blocker; it's a general-purpose blocker. uBlock
origin blocks ads through its support of the Adblock Plus filter syntax.
It extends the syntax and is designed to work with custom rules and filters.
Furthermore, advanced mode allows uBlock origin to work in default-deny mode,
which mode will cause all 3rd-party network requests to be blocked by default,
unless allowed by the user.
The goal of this project is to add Cell Shading capabilities to the Quake III
engine with real-time performance.
In order to provide such feature we have decided to use Kuwahara filter, a
noise-reduction filter that preserves edges.
It uses four subquadrants to calculate the mean and variance and chooses the
mean value for the region with the smallest variance.
To increase the hand-painted effect we have decided to apply a simple blur
filter to reduce hard-edges on textures and increase the flatness effect.
To produce the cell shading effect we use no graphics card shaders, so our
implementation could run with almost any graphics card. The edge effect is
produced by painting backface polygons with a thick wireframe without
textures and repaint all the scene, but this time, with textures.
We have also implemented a different algorithm (we call it White Texture),
which uses white textures. You can set the console variable r_celshadalgo
to 2, and load another map, or run using the appropriate link that came
with the release.
The bogom plugin can be used with the milter API of sendmail to filter
mails using bogofilter bayesian filter. It is intended to be used with
only one words database for the whole system.
TinyOWS server implements latest WFS-T standard versions,
as well as related standards such as Filter Encoding (FE).
A simple, intuitive C++ library to handle JSON serialized data.
A sinatra based gem hosting app, with client side gem push
style functionality.
omniNotify is a multi-threaded implementation of the CORBA
Notification Service (CosNotification), a feature-enriched
version of the CORBA Event Service (CosEvents).
omniNotify offers asynchronous, decoupled, event-based communication
between distributed and heterogeneous applications.
The main features of omniNotify are:
* Implemented in C++.
* Scalable filter evaluation and event dispatching architecture.
* Support for push-based and pull-based event suppliers and consumers.
* Support variants of suppliers/consumers that transmit (per push/pull):
o a CORBA::Any (a single arbitrary value);
o a CosNotification::StructuredEvent (a single structured event);
o a CosNotification::EventBatch (a sequence of structured events).
* Administrative and Notification QoS properties.
* Backward compatible with CosEvents.
Unieject is a drop-in replacement for usual eject command, which works
on Linux and FreeBSD. It has more functionalities than FreeBSD's eject
command, and it's partially compatible with Linux's one.
It also features a library to access functions to lookup devices and
mountpoints, unmount and eject devices.
Log4sh is a logging framework for shell scripts that works similar to
the other wonderful logging products available from the Apache Software
Foundation (eg. log4j, log4perl). Although not as powerful as the
others, it can make the task of adding advanced logging to shell scripts
easier. It has much more power than just using simple "echo" commands
throughout. In addition, it can be configured from a properties file so
that scripts in a production environment do not need to be altered to
change the amount of logging they produce.