darkandjeweled.com

  • Packages
Results9 packages owned by darkandjeweled.com
Sort by

base16copy "base16: ^2.0.2" to clipboard
base16: ^2.0.2 copied to clipboard

1
likes
40
pub points
32%
popularity
Simple base16 (hex) encoder. Used to encode bytes to semi-readable String format, e.g. to encode bytes of UUID, ObjectID, etc.

bitmask32copy "bitmask32: ^2.0.3" to clipboard
bitmask32: ^2.0.3 copied to clipboard

1
likes
40
pub points
0%
popularity
A simple approach to 32-bit bitmasks. Used to send arrays of bools. MongoDB is using bitmasks as its flags parameters.

date_rangecopy "date_range: ^1.0.5" to clipboard
date_range: ^1.0.5 copied to clipboard

0
likes
40
pub points
0%
popularity
A simple way to find a daterange in which a datetime is. Used for db queries.

datetime_utc_convertercopy "datetime_utc_converter: ^1.0.3" to clipboard
datetime_utc_converter: ^1.0.3 copied to clipboard

0
likes
40
pub points
0%
popularity
A simple way to convert a DateTime object between UTC and device's local timezones

secondscopy "seconds: ^1.0.6" to clipboard
seconds: ^1.0.6 copied to clipboard

0
likes
40
pub points
0%
popularity
Simple functions to work with seconds. Used for compact dateTime storage (e.g. in database, or JWT "iat" claim).

tcp_headercopy "tcp_header: ^1.0.1" to clipboard
tcp_header: ^1.0.1 copied to clipboard

0
likes
40
pub points
0%
popularity
A simple way to prevent TCP socket from splitting your data into random chunks

utf8_onebyte_charscopy "utf8_onebyte_chars: ^1.0.0" to clipboard
utf8_onebyte_chars: ^1.0.0 copied to clipboard

0
likes
40
pub points
0%
popularity
All utf8 one byte english letters and special characters. Used for input validation, random string generators etc.

incrementcopy "increment: ^2.0.5" to clipboard
increment: ^2.0.5 copied to clipboard

0
likes
30
pub points
2%
popularity
A 32 bit auto-increment used to distinguish requests/responses by a 'requestID' claim

value_broadcastcopy "value_broadcast: ^1.0.4" to clipboard
value_broadcast: ^1.0.4 copied to clipboard

0
likes
30
pub points
0%
popularity
Analog for the Flutter's listenable (valueNotifier) in pure Dart used for console applications without flutter desktop embedding.