Skip to content

Instantly share code, notes, and snippets.

View Akhu's full-sized avatar
🏠
Working from home

Anthony Da Cruz Akhu

🏠
Working from home
View GitHub Profile
@Akhu
Akhu / MCP Browser CGU And Privacy.md
Created February 2, 2026 19:32
CGU For MCP Brower App

Privacy Policy & Terms of Service Last updated: February 02, 2026

Welcome to MCP Explorer. This application is an independent tool designed to help developers and AI enthusiasts explore and configure Model Context Protocol (MCP) servers.

Please read these terms carefully before using the application.

1. Nature of the Application

MCP Explorer is 100% free, contains no ads, requires no registration, and does not collect any data for commercial purposes. It serves as a directory and configuration helper for the MCP ecosystem.

@Akhu
Akhu / readme.md
Created May 19, 2024 18:24
Activate CarPlay / Android Auto for Abarth 595 2016 via MultiEcuScan (Proxy Settings)

To add Carplay and Android Auto Feature :

If you have this Hexa setup (until 157)

33 32 31 35 30 30 32 30 31 32 39 4F 55 54 50 55 54 44 4A 49 54 20 16 07 13 4F 84 00 05 10 00 00 00 09 00 00 04 10 00 00 00 81 42 75 06 FE 20 1C C0 00 00 00 16 00 01 00 95 06 01 01 00 40 00 00 20 75 41 0A 0C 0D 01 80 2E 24 00 00 00 00 31 02 58 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 00 94 08 52 00 04 93 02 00 20 80 00 00 44 00 D5 00 0F 00 00 00 80 05 00 E0 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00

Then you should add 00 until 193 bytes

33 32 31 35 30 30 32 30 31 32 39 4F 55 54 50 55 54 44 4A 49 54 20 16 07 13 4F 84 00 05 10 00 00 00 09 00 00 04 10 00 00 00 81 42 75 06 FE 20 1C C0 00 00 00 16 00 01 00 95 06 01 01 00 40 00 00 20 75 41 0A 0C 0D 01 80 2E 24 00 00 00 00 31 02 58 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 00 94 08 52 00 04 93 02 00 20 80 00 00 44 00 D5 00 0F 00 00 00 80 05 00 E0 02 00 00 00 00 00 00 
private val DarkColorScheme = darkColorScheme(
surface = Blue,
onSurface = Navy,
primary = Navy,
onPrimary = Chartreuse
)
private val LightColorScheme = lightColorScheme(
primary = LightBlue,
onPrimary = Navy,
@Akhu
Akhu / 📝 Work Good practices - Bonnes pratiques 🇫🇷.md
Last active July 4, 2024 18:23
La sagesse des générations de développeurs qui vous ont précédés :p
@Akhu
Akhu / AnimationSampleDragNDropSwiftUI.swift
Created January 23, 2024 08:13
Just to show off some cool animations with SwiftUI
import SwiftUI
struct DragNDropDotsView: View {
@State private var gridColumns = Array(repeating: GridItem(.flexible()), count: 15)
@State private var colors = [Color.pink, Color.mint, Color.orange, Color.teal, Color.yellow, Color.cyan, Color.purple, Color.blue]
@State private var offset = CGSize.zero
@State private var scaleFactor : CGFloat = 1
@State private var isAnimating : Bool = true

List

let array = Array(0..<20).shuffled()

var sum = array.reduce(0, +)

var avg = sum / array.count
import 'dart:ui';
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
static const String _title = 'Flutter - Basics';
import 'dart:ui';
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
static const String _title = 'Flutter - Basics';
import 'dart:ui';
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
static const String _title = 'Flutter - Basics';
@Akhu
Akhu / NFC Entitlements iOS.xml
Created March 25, 2023 11:02
To put in info.plist in order to make NFC works
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>nfc</string>
</array>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>A0000002310100000000000000000000</string>
<string>A0000002310200000000000000000000</string>
<string>A0000002480300000000000000000000</string>
<string>A00000006510</string>