Skip to content

Instantly share code, notes, and snippets.

View saileshbro's full-sized avatar
🇳🇵
Working from home

Sailesh Dahal saileshbro

🇳🇵
Working from home
View GitHub Profile
@saileshbro
saileshbro / app_test.dart
Created December 4, 2022 13:04 — forked from antonkrasov/app_test.dart
Flutter Automation tutorial files. Dart script to run flutter integration tests on multiple iOs simulators and Android emulators and integration test file itself.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:taskezdev/main.dart' as app;
import 'package:taskezdev/main.dart';
import 'helpers.dart';
void main() {
@saileshbro
saileshbro / README.md
Created February 28, 2023 16:49 — forked from coolaj86/README.md
/Library/org.pqrs/PCKeyboardHack/scripts/kext.sh

PC Keyboard Hack on OS X 10.8 Mountain Lion

TL;DR

sudo curl \
    -L https://raw.github.com/gist/3204240/ed7e118ca6e50071576bb33be7bab3201dc38d04/kext.sh \
    -o /Library/org.pqrs/PCKeyboardHack/scripts/kext.sh

Instructions