Pinned Repositories
crypto-js
JavaScript library of crypto standards.
DSA
Duck Swarm Algorithm, DSA is compared with PSO in many test functions.
electron-api-demos
Explore the Electron APIs
fiddle
:electron: 🚀 The easiest way to get started with Electron
genetic-drawing
A genetic algorithm toy project for drawing
npend
Provides a convenient way to append numpy arrays to a file.
RecordAudioAndSaveAsMP3
Get audio data by dshow device,the wrapped as mp3 file.
ScreenRecoderUseFFMpegAndDXGI
Get screen pixels by dxgi (the fastest way to get screen frame).Encode by ffmpeg(use hardware encoder).We can get hight fps and high quality video.
tfinterpy
webpage2pdf
This is a simple wrapper of the QWebengineview(PyQt5) class. It's base on the client/sever model. You can create multiple process to render html and print to pdf easily.
czwchenzhun's Repositories
czwchenzhun/tfinterpy
czwchenzhun/ScreenRecoderUseFFMpegAndDXGI
Get screen pixels by dxgi (the fastest way to get screen frame).Encode by ffmpeg(use hardware encoder).We can get hight fps and high quality video.
czwchenzhun/RecordAudioAndSaveAsMP3
Get audio data by dshow device,the wrapped as mp3 file.
czwchenzhun/webpage2pdf
This is a simple wrapper of the QWebengineview(PyQt5) class. It's base on the client/sever model. You can create multiple process to render html and print to pdf easily.
czwchenzhun/genetic-drawing
A genetic algorithm toy project for drawing
czwchenzhun/npend
Provides a convenient way to append numpy arrays to a file.
czwchenzhun/crypto-js
JavaScript library of crypto standards.
czwchenzhun/DSA
Duck Swarm Algorithm, DSA is compared with PSO in many test functions.
czwchenzhun/electron-api-demos
Explore the Electron APIs
czwchenzhun/fiddle
:electron: 🚀 The easiest way to get started with Electron
czwchenzhun/network2tikz
A converter that takes a network (cnet, igraph, networkx, pathpy, ...) and creates a tikz-network for smooth integration into LaTeX.
czwchenzhun/okcim
czwchenzhun/VTKWikiExamples
DISCONTINUED: See https://github.com/lorensen/VTKExamples for the latest examples.
czwchenzhun/brecommend
czwchenzhun/faiss_tensorflow_cupy_utils
Used to input tensorflow tensor (CPU and GPU) into faiss for nearest neighbor search. With the intervention of cupy and dlpack, the search results of faiss-gpu can be converted into tensorflow tensor without extra overhead.
czwchenzhun/tf_kdtree
This repository implements the KDTree on CUDA with interface bindings both in C++ and Tensorflow