-
jsr-305-0-0.19.20130910svn.fc24.noarch
This package contains reference implementations, test cases, and other
documents for Java Specification Request 305: Annotations for Software Defect
Detection.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
re2-20160401-2.fc25.x86_64
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
backtracking regular expression engines like those used in PCRE, Perl, and
Python.
Backtracking engines are typically full of features and convenient syntactic
sugar but can be forced into taking exponential amounts of time on even small
inputs.
In contrast, RE2 uses automata theory to guarantee that regular expression
searches run in time linear in the size of the input, at the expense of some
missing features (e.g back references and generalized assertions).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-pem-21.2.0-3.fc36.noarch
pem is an MIT-licensed Python module for parsing and splitting of PEM files,
i.e. Base64-encoded DER keys and certificates.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-gprof2dot-2022.7.29-1.lbn36.noarch
About _gprof2dot_This is a Python script to convert the output from many
profilers into a [dot graph]( can: * read output from: * [Linux perf]( *
[Valgrind's callgrind tool]( * [oprofile]( * [sysprof]( * [xperf]( * [VTune
Amplifier XE]( * [Very Sleepy](
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
cassandra-5.0.2-1.lbn36.noarch
Cassandra is a distributed (peer-to-peer) system for the management and storage of structured data.
Located in
LBN
/
…
/
DataBase
/
BastionLinux 36
-
cassandra-tools-5.0.2-1.lbn36.noarch
Cassandra is a distributed (peer-to-peer) system for the management and storage of structured data.
.
This package contains extra tools for working with Cassandra clusters.
Located in
LBN
/
…
/
DataBase
/
BastionLinux 36
-
python3-httpagentparser-1.9.5-11.lbn36.noarch
Extracts OS Browser etc information from http user agent string.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-factory-trytond-1.0.0-1.lbn36.noarch
Factory-trytond
Factory-trytond is a factory_boy extension developed to work with Tryton ERP.
We can create our own ERP's model factories to do some testing or to populate our databases with some sample data.
How does it work?
Steps to use Factory-trytond:
Inherit the base factory class.
Define the meta model the factory will construct.
Define the default declarations of the factory.
Note that the meta model can be a trytond pool model name.
Here's a factory example with Tryton's model User:
import factory
import factory_trytond
class UserFactory(factory_trytond.TrytonFactory):
class Meta:
model = 'res.user'
name = factory.Faker('name')
login = factory.Faker('user_name')
user = UserFactory.build()
user.save() # it is a standard Tryton object as would be returned by Tryton's object pool
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
perl-Clone-Choose-0.010-14.fc36.noarch
Choose appropriate clone utility.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
pg_logical-2.4.5-1.lbn36.x86_64
The pglogical 2 extension provides logical streaming replication for PostgreSQL, using a
publish/subscribe model. It is based on technology developed as part of the BDR project
(http://2ndquadrant.com/BDR).
We use the following terms to describe data streams between nodes, deliberately reused
from the earlier Slony technology:
Nodes - PostgreSQL database instances
Providers and Subscribers - roles taken by Nodes
Replication Set - a collection of tables
Use cases supported are:
Upgrades between major versions (given the above restrictions)
Full database replication
Selective replication of sets of tables using replication sets
Selective replication of table rows at either publisher or subscriber side (row_filter)
Selective replication of table columns at publisher side
Data gather/merge from multiple upstream servers
Architectural details:
pglogical works on a per-database level, not whole server level like physical streaming
replication
One Provider may feed multiple Subscribers without incurring additional disk write overhead
One Subscriber can merge changes from several origins and detect conflict between changes
with automatic and configurable conflict resolution (some, but not all aspects required for
multi-master).
Cascading replication is implemented in the form of changeset forwarding.
Located in
LBN
/
…
/
DataBase
/
BastionLinux 36