Skip to content

Instantly share code, notes, and snippets.

@hamzic05
hamzic05 / Office 2019 ISO Links at Microsoft.md
Created May 15, 2026 03:34 — forked from Issykul/Office 2019 ISO Links at Microsoft.md
Office 2019 ISO Download Links at Microsoft
import 'dart:io';
void main() {
Banking banking = Banking();
banking.login();
}
class Banking {
void login() {
Map akun = {
@hamzic05
hamzic05 / SimpleDFT.md
Created October 16, 2016 13:43 — forked from ValdemarOrn/SimpleDFT.md
A very simple Discrete Fourier Transform algorithm (not suitable for real-time processing)

Real-Value Discrete Fourier Transformation in C#

This is a very basic version of a Discrete Fourier Transformation.

Not suitable for real-time analysis