Skip to content

Instantly share code, notes, and snippets.

@ljniox
ljniox / main.dart
Created February 28, 2025 17:51
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(const ParishHubApp());
}
class ParishHubApp extends StatelessWidget {
const ParishHubApp({super.key});
@override
@ljniox
ljniox / readme.md
Created September 27, 2024 08:46 — forked from psiborg/readme.md
Apple Magic Mouse and Windows 10 #windows
  1. Download the latest version of the "Boot Camp Support Software" (e.g., 5.1.5722) from https://support.apple.com/downloads/bootcamp
  2. Unzip the file (e.g., bootcamp5.1.5722.zip) to a new directory
  3. Run BootCamp\Drivers\Apple\AppleWirelessMouse64.exe
  4. Turn on Bluetooth and pair your Magic Mouse

Note: Apple wireless mouse devices have a built-in passcode of "0000" (four zeros).

@ljniox
ljniox / gas_html_sidebar_template_demo.html
Created March 29, 2021 15:23 — forked from nicolasdao/gas_html_sidebar_template_demo.html
html code that demos various forms to interact with your Google Docs. Build with jQuery, jQuery UI, jQuery Validation, spin.js and Google Apps Script CSS style guide
<!DOCTYPE html>
<html>
<head>
<!-- Used by Google Apps Script to use with iFrame (ref. https://developers.google.com/apps-script/migration/iframe) -->
<base target="_top">
<!-- Google Apps Script CCS STyle Guide (ref. https://developers.google.com/apps-script/add-ons/css) -->
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
<!-- jQuery UI ThemeRoller (ref. http://jqueryui.com/themeroller/) - e.g. needed for calendar -->
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/smoothness/jquery-ui.css">