Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / vovach777 6 repositories

coding hobbyist

vovach777/draw_sfc

A 2D algorithm that combines Peano (3x3) and Hilbert (2x2) blocks was published by Lutz Tautenhahn in 2003

Language: C++ - Size: 12.7 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

vovach777/fastDCTLee

Language: C++ - Size: 7.81 KB - Last synced: 25 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

vovach777/perlin_noise

Language: C++ - Size: 3.91 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

vovach777/fft

c++ implementation

Language: C++ - Size: 2.93 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

vovach777/k-means

fork https://github.com/xtaci/algorithms/blob/master/include/k-means.h

Language: C++ - Size: 9.77 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

vovach777/dct-iv

dct-iv via fft

Language: C++ - Size: 8.79 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

vovach777/dht

Discrete Hartley Transform in C++

Language: C++ - Size: 12.7 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

vovach777/resampler

KISS Resampler

Language: C++ - Size: 6.84 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

vovach777/E2LSH

Language: C++ - Size: 3.91 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

vovach777/Dynamic-Marcov-Compression

DMC

Language: C++ - Size: 13.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

vovach777/BWT

BWT and 64 bit Binary transforms

Language: C++ - Size: 6.84 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

vovach777/dwt53

DWT is a C++ library that implements the discrete wavelet transform for data compression. It provides functions for performing the forward and inverse DWT. DWT is a widely used method for data compression and has applications in various domains, including signal and image processing.

Language: C - Size: 425 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 1

vovach777/cabac265

Language: C++ - Size: 4.88 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

vovach777/huffman_advanced

Huffman coding in jpeg-like strategy.

Language: C++ - Size: 7.81 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

vovach777/cpp_slice_pattern

Size: 1.95 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

vovach777/BitStream

Bit writer to buffer and read from buffer for codecs. based on ffmpeg code

Language: C++ - Size: 17.6 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

vovach777/binDCT8

BinDCT

Language: C++ - Size: 24.4 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

vovach777/dct4_2x2_levels

концепция сжатия изображения

Language: C++ - Size: 3.91 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

vovach777/myargs

simple arguments parser

Language: C++ - Size: 57.6 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

vovach777/Broadway Fork of cometas/Broadway

Ready to use H.264 video player as gif replacement

Language: C - Size: 89.5 MB - Last synced: over 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

vovach777/onvif Fork of agsh/onvif

ONVIF node.js implementation

Language: JavaScript - Size: 775 KB - Last synced: over 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

vovach777/shipDB

база данных корабликов на СИ

Language: C - Size: 368 KB - Last synced: over 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

vovach777/TMongoWire Fork of stijnsanders/TMongoWire

Delphi MongoDB driver

Language: Pascal - Size: 1.05 MB - Last synced: over 1 year ago - Pushed: almost 9 years ago - Stars: 0 - Forks: 0

vovach777/linmodem Fork of geofft/linmodem

Fabrice Bellard's linmodem http://bellard.org/linmodem.html

Language: C - Size: 227 KB - Last synced: over 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

vovach777/WalshHadamard Fork of sheljohn/WalshHadamard

C++ templated header to compute the fast Walsh-Hadamard transform

Size: 188 KB - Last synced: over 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

vovach777/Multimedia Fork of fffaraz/Multimedia

My Multimedia Signal Processing & VOIP Course Projects & Assignments

Size: 293 MB - Last synced: over 1 year ago - Pushed: about 11 years ago - Stars: 0 - Forks: 0

vovach777/huffman

Huffman coding in C

Language: C - Size: 43 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vovach777/dynamic-markov-compression Fork of oscar-franzen/dynamic-markov-compression

Dynamic Markov Compression (DMC) implemented in Rust. DMC is a lossless, general purpose, compression technique based on a probabilistic model.

Size: 1.86 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

vovach777/cabac264

from cisco / openh264 cabac compression/decompression port to c

Language: C - Size: 30.3 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vovach777/The-adaptive-Huffman-algorithm-of-Vitter

by J. S. Vitter

Language: Pascal - Size: 30.3 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vovach777/walsh

Language: C - Size: 23.4 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vovach777/fillpoly

fillpoly delphi

Language: Pascal - Size: 7.81 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

vovach777/Computer-Graphics Fork of Nowshadjunaed/Computer-Graphics

Some algorithms that I have learnt in computer graphics course

Language: C++ - Size: 7.81 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

vovach777/fwht_inplace

delphi unit to compute the fast Walsh-Hadamard transform

Language: Pascal - Size: 13.7 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

vovach777/Indy Fork of IndySockets/Indy

Indy - Internet Direct

Size: 25.6 MB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

vovach777/node.pas

Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.

Language: Pascal - Size: 31.2 MB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 48 - Forks: 16

vovach777/DelphiWebsockets Fork of andremussche/DelphiWebsockets

Websockets and Socket.io for Delphi

Language: Pascal - Size: 236 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

vovach777/avltree Fork of greensky00/avltree

High performance AVL tree container C implementation

Language: C - Size: 39.1 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

vovach777/bts Fork of Artawower/bts

Binary tree search

Language: Go - Size: 5.86 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

vovach777/ticketlock-delphi-win32

Ticket lock sync. primitive

Language: Pascal - Size: 1000 Bytes - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

vovach777/ajsonify

Node: Asynchronous version of JSON.stringify()

Language: JavaScript - Size: 19.5 KB - Last synced: 8 days ago - Pushed: about 4 years ago - Stars: 1 - Forks: 1

vovach777/sdxfjs

SDXF JS Objects (de)serialization

Language: JavaScript - Size: 20.5 KB - Last synced: about 2 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 1

vovach777/libuv Fork of libuv/libuv

Cross-platform asynchronous I/O

Language: C - Size: 12.4 MB - Last synced: over 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

vovach777/bluefluff Fork of Jeija/bluefluff

Reverse Engineering Furby Connect's Bluetooth Protocol and Update Format

Language: JavaScript - Size: 3.8 MB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

vovach777/cilk-for-delphi

Automatically exported from code.google.com/p/cilk-for-delphi

Language: Pascal - Size: 5.86 KB - Last synced: over 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 1