WPF, Prism Workbook
I prepared a page explaining simple sample programs using WPF and Prism at this link.
Electron probability density functions for a hydrogen atom
I created a program with Visual Studio 2022 to plot the probability density functions of an electron in a hydrogen atom using WPF, Material Design In XAML Toolkit, MahApps.Metro, Prism, and ScottPlot. I prepared a page about the program at this link.
Principal Component Analysis of Cifar10/Cifar100 image datasets with C#
I wrote a program with Visual Studio 2022 to perform a principal component analysis of the Cifar10/Cifar100 image datasets using WPF, Material Design In XAML Toolkit, MahApps.Metro, Prism, and Accord. I prepared a page about the program at this link.
- I wrote a program that speeds up the computation of principal component analysis in the above program using Eigen in C++. I prepared a page about the program at this link.
- I wrote a program that further speeds up the calculation of principal component analysis in the above program with a CUDA implementation. An explanation page is available at this link.
Windows Applications
I have been developing windows applications for office use with C#, WPF(Xaml), MSIX, Web API and SQL. These applications support reading and writing Excel files.
I have been developing software that uses Web APIs for fax sending services, address and map services (using Google Maps API), and administrative services such as automobile information lookup.
I have also developed applications that read QR codes by connecting Denso Wave’s QR code readers to USB ports of Windows PCs.
Following picture is a snapshot of the Demo Windows application. I developed this demo application with Visual Studio 2019 and Material Design In XAML.
I have been developing software that uses Web APIs for fax sending services, address and map services (using Google Maps API), and administrative services such as automobile information lookup.
I have also developed applications that read QR codes by connecting Denso Wave’s QR code readers to USB ports of Windows PCs.
Following picture is a snapshot of the Demo Windows application. I developed this demo application with Visual Studio 2019 and Material Design In XAML.
Web Applications
I have been developing web applications for office use with php, JavaScript, css, html, Web API and SQL. Web applications also support reading and writing Excel files.
As with Windows applications, I have been developing applications that use Web APIs for fax sending services, address and map services (using Google Maps API), and administrative services such as automobile information lookup.
As with Windows applications, I have been developing applications that use Web APIs for fax sending services, address and map services (using Google Maps API), and administrative services such as automobile information lookup.
Software Development Experience
I developed software with the following programming languages.
C#, WPF(Xaml), Java, C, C++, CUDA, Objective-C, Python, Matlab (Octave), php, JavaScript, Ruby, Perl, SQL, R, assembly language
I developed applications that run on the following operating systems.
Linux, FreeBSD, Mac OSX, iOS, Windows, Unix, Embedded OS (such as an OS on an IC card)
Recently, I often use C#, C++, CUDA, php, JavaScript, Python, and Ruby.
C#, WPF(Xaml), Java, C, C++, CUDA, Objective-C, Python, Matlab (Octave), php, JavaScript, Ruby, Perl, SQL, R, assembly language
I developed applications that run on the following operating systems.
Linux, FreeBSD, Mac OSX, iOS, Windows, Unix, Embedded OS (such as an OS on an IC card)
Recently, I often use C#, C++, CUDA, php, JavaScript, Python, and Ruby.
Posts related to software development
- How to record GPS data with phyphox and plot them with WP GPX Maps
- Convert an Excel or CSV file to a GPX file
- Read large Excel(.xls or .xlsx) or CSV files with php libraries
- Plot phyphox 3-axis accelerometer data with Google Charts
- Simple step counting with 3-axis acceleration sensor
- Simple step counting with 3-axis acceleration sensor (walking up and down the stairs)
- Measure an acceleration spectrum of a washing machine with phyphox
- Access Google Sheets from Google Charts with OAuth
- Measure guitar sound with phyphox audio spectrum
- Apply Bootstrap to a specific region of WordPress post
- Measure the waveforms of Web Audio API’s OscillatorNode with phyphox
- Acceleration spectrum of Gifu bus vibration measured with phyphox
- Sound frequencies of 88 piano keys and Web Audio API
- Digital Piano with Web Audio API
- Digital Piano with Web Audio API (2) : Setting the time variation of amplitude
- Digital Piano with Web Audio API (3) : Place white and black keys with HTML and CSS
- Digital Piano with Web Audio API (4) : white and black key with hover and active effects
- Digital Piano with Web Audio API (5) : ADSR(Attack, Decay, Sustain, Release)
- Digital Piano with Web Audio API (6) : Unison and Detune
- Digital Piano with Web Audio API (7) : Echo and Delay
- Create a weather forecast Web API with Laravel
- Create a weather forecast Web API with Laravel (2)
- Create a weather forecast Web API with Laravel (3)
- Multiple same OS (Ubuntu 22.04) with WSL2 on Windows 11
- Setup Docker environment using NVIDIA’s GPGPU with WSL2 on Windows 11
- Running YOLOv9 with Docker on Windows 11/WSL2 (using GPGPU)
- Convert BIRDS 525 dataset for object detection and train Ultralytics YOLOv8