26 packages tagged with “shift”
Shift Software's Shift Framework tempaltes
Static classes of math functions to supplement the BCL Math class.
Simple, System.Random replaceable, very-fast xor-shift based random number generator for Portable Class Library.
Encrypts and decrypts data.
A set of extension methods for doing bitwise manipulation such as endianness (bytes<-->integral types) and rotation. Endianness-related functionality: short, ushort, int, uint, long, ulong : conversion between (to and from) individual items of these and byte arrays, and between arrays of any of these (UInt32[], for example) and byte arrays. Little and big-endian methods exist at feature and/or type parity. Rotation-related functionality: byte, short, ushort, int, uint, long, ulong : left and right bitwise circular rotation ("rotate no carry"). Please note: the rotation implemented here is NOT "rotate through carry"! As such, sign is NOT handled specially for signed types. Endianness conversions operating on multiple values (bulk operations) are performance-enhanced with optimised 'unsafe' implementations. They are considerably faster than comparable operations provided by the BCL.
With this library you can control shift registers like the 74HC595 easily within your IoT enabled Windows Universal App
An artificial-intelligence based engine to compute workshifts
Tools and extensions for working with primitives such as Sha1, DistributedId and BitOps.
The framework BitArray is helpful but it has a serious flaw in the fact that it is not immutable. This is the primary motivation for working on this package in order to achieve just such an ImmutableBitArray. Reflexive operations can modify an instance but otherwise bitwise operations should yield a wholely new instance.
A simple jQuery plugin to make list of elements selectable. This plugin is in its initial release and ready to be public tested. There are a bunch of features that could be included but it was left for next updates to keep this initial version simple. The goal of Selectfy is to provide a simplistic framework to power user selection. The plugin does not interfer with your design by adding unsolicitaded CSS files or tying you to prefab CSS names. This will give you flexibility to make minimal to no changes to your original CSS.
Ark - Shift Management Library
C# work schedule library
The framework Enumerations provides a solid baseline of features emulating a Java style enumeration structure for .NET. Simple Ordinal based Enumerations are supported, as are more complex Flags-like Bitwise Enumerations.
This is a solution for postpone the requests depends on user action. Unpredictable user action may cause multiple calls. So wait for the right time to make a call.
Simple color cross fade utility for Android. Supported types: RGB, ARGB, HSV, HSV (with alpha).
Enumerations tests framework is provided as an NUnit based framework sufficient to exercise the majority of boilerplate issues concerning both Ordinal as well as Bitwise Enumerations.
Extension methods for domain-aware range operations in Intervals.NET. Provides Span (count steps), Expand, ExpandByRatio, and Shift operations. Clearly separated into Fixed (O(1)) and Variable (O(N)) namespaces for explicit performance semantics. Works seamlessly with all domain implementations.
Provides the analyzers necessary to ensure that Enumeration derivations with [FlagsEnumeration] decoration are declared partial.
Provides the build time generators that respond to the [FlagsEnumeration] partial class attribute.
Provides the [FlagsEnumeration] attribute for use when signaling when bitwise operators and so forth are to be auto generated at build time.