Skip to content

Instantly share code, notes, and snippets.

View xeron56's full-sized avatar
🎯
Available for Work

MD. SHAHIDUL ISLAM xeron56

🎯
Available for Work
View GitHub Profile
#!/bin/bash
# Update and install necessary packages
apt-get update
apt-get install -y sudo jq curl git tar xz-utils libarchive-tools \
openjdk-17-jdk
# Install ZeroTier
curl -s https://install.zerotier.com | bash
458966666dasdkkf44sdfdf
import 'package:flutter/material.dart';
import 'dart:typed_data';
void main() {
runApp(CANSimulatorApp());
}
class CANSimulatorApp extends StatelessWidget {
@override
Widget build(BuildContext context) {