Skip to content

Instantly share code, notes, and snippets.

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

osama osamamohammed98

🏠
Working from home
View GitHub Profile
@osamamohammed98
osamamohammed98 / Activate Office 2019 for macOS VoL.md
Created July 20, 2022 18:17 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@osamamohammed98
osamamohammed98 / FCM Rest APIs
Created December 14, 2021 11:22 — forked from abdullahmansss/FCM Rest APIs
How to implement (FCM Rest APIs)
Steps:
1. make sure to save device token in database related to user (when register a new user).
2. make sure to update device token every time user logging in app.
3. implement code ...
fcm api documnetation link : https://firebase.flutter.dev/docs/messaging/notifications#via-rest
method type : POST
base url : https://fcm.googleapis.com
@osamamohammed98
osamamohammed98 / sliverPersistentHeaderDelegate.dart
Created September 8, 2021 20:49 — forked from b-cancel/sliverPersistentHeaderDelegate.dart
SliverPersistentHeaderDelegate Example
/*
SliverPersistentHeader(
pinned: true,
floating: true,
delegate: OurDelegate(
toolBarHeight: MediaQuery.of(context).padding.top,
openHeight: 250,
closedHeight: 40,
),
),