Ecosyste.ms: Repos

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

GitHub / ardiloot 9 repositories

ardiloot/automatic-meter-reader

Language: Jupyter Notebook - Size: 3.85 MB - Last synced: 2 days ago - Pushed: 5 days ago - Stars: 0 - Forks: 0

ardiloot/wheel-of-fortune

Wheel of fortune

Language: C++ - Size: 52.7 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

ardiloot/GeneralTmm

Python and C++ implementation of anisotropic transfer-matrix method (TMM). Based on article Hodgkinson, I. J., Kassam, S., & Wu, Q. H. (1997). Journal of Computational Physics, 133(1) 75-83

Language: C++ - Size: 1.94 MB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 3 - Forks: 2

ardiloot/NonlinearTMM

Transfer-matrix method (TMM) is powerful analytical method to solve Maxwell equations in layered structures. However, standard TMM is limited by infinite plane waves (e.g no Gaussian beam excitation) and it is only limited to linear processes (i.e calculation of second-harmonic, sum-frequency, difference-frequency generation is not possible). The aim of this package is extand standard TMM to include those features. The physics of those extensions are described in the follwoing publications, first extends the standard TMM to nonlinear processes and the second extends to the beams with arbritary profiles.

Language: C++ - Size: 4.02 MB - Last synced: 26 days ago - Pushed: 6 months ago - Stars: 19 - Forks: 5

ardiloot/homeassistant-uponor Fork of asev/homeassistant-uponor

Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.

Language: Python - Size: 101 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ardiloot/dif-pressure-meter

ESP32 based differential pressure (and air flow) meter. Handheld, battery powered DIY device for measuring small pressure differences (Sensirion SDP810-500Pa).

Language: C++ - Size: 14.7 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

ardiloot/SMolPhot

SMolPhot is an open-source operating system independent data analysis and visualization software package for data acquired by single molecule localization microscopy methods such as photo-activation localization microscopy. SMolPhot is written in python which make it platform independent and easy to develop open source software package.

Language: Python - Size: 699 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 2

ardiloot/aoc_2022

Advent of code 2022

Language: Python - Size: 115 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/WLED Fork of Aircoookie/WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!

Language: C++ - Size: 43.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/eigency Fork of wouterboomsma/eigency

Cython interface to Eigen library

Size: 1.77 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/ha-samsungtv-smart Fork of ollo69/ha-samsungtv-smart

📺 Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.

Size: 1.05 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

ardiloot/pyqtgraph Fork of pyqtgraph/pyqtgraph

Fast data visualization and GUI tools for scientific / engineering applications

Language: Python - Size: 8.35 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

ardiloot/aoc_2021

Language: Python - Size: 87.9 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

ardiloot/meter-digits-recognizer

Language: Jupyter Notebook - Size: 23.3 MB - Last synced: 1 day ago - Pushed: 5 days ago - Stars: 0 - Forks: 1

ardiloot/ha-automatic-meter-reader

Language: Python - Size: 21.5 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

ardiloot/aoc_2020

Advent of Code 2020

Language: Jupyter Notebook - Size: 120 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

ardiloot/AndorSifReader

Python wrapper for Andor SIFReaderSDK. Library can be used to read spectrums measured by Andor spectrographs. Requires dlls from SIFReaderSDK.

Language: Python - Size: 17.6 KB - Last synced: 9 days ago - Pushed: over 1 year ago - Stars: 3 - Forks: 2

ardiloot/PyUSMC

This is a wrapper module to use Standa 8SMC1-USBhF stepper motor controllers from Python. The module requires C/C++ developement package (MicroSMC) to be installed and USMCDLL.dll in path.

Language: Python - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 4

ardiloot/opencv Fork of npinto/opencv

Language: C++ - Size: 246 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/CDiscountClassifier

This code was used to train Xception model for Kaggle competition Cdiscount’s Image Classification Challenge: 64th position (accuracy 0.72582).

Language: Python - Size: 49.8 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/PyAndor

Language: Python - Size: 11.7 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/GaussianFitter

This library is developed for speedup of the SMolPhot software. It allows to speed-up the fitting of 2D Gaussian function significanly by eliminating the overhead to the Python fitting function. The code is written in Fortran because the fitting function lmdif from minpack is easily available in Fortran (the same function is also used by SciPy).

Language: Fortran - Size: 214 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ardiloot/GroundTruthStatsCpp

This library is developed for speedup of the SMolPhot software. It allows to speed-up the comparison with the ground-truth data significantly by replacing computatively expensive Python code with C++.

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