Skip to content

Instantly share code, notes, and snippets.

@pzagalsky
pzagalsky / Activate Office 2019 for macOS VoL.md
Created March 28, 2023 17:23 — 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

@pzagalsky
pzagalsky / introrx.md
Created January 9, 2023 11:26 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@pzagalsky
pzagalsky / config.yaml
Last active June 18, 2020 08:39 — forked from jkereako/config.yaml
Startup script for MITM Proxy.
scripts: [~/.mitmproxy/scripts/toggle_macos_proxies.py, ~/.mitmproxy/scripts/error_response.py]
view_filter: "~dst amazon.com|google.com"
console_mouse: false
console_palette: dark
console_eventlog_verbosity: error
@pzagalsky
pzagalsky / RecyclerViewAssertions.java
Created August 20, 2019 10:53 — forked from chemouna/RecyclerViewAssertions.java
Some assertions to help with testing recyclerview with espresso.
import android.support.test.espresso.NoMatchingViewException;
import android.support.test.espresso.ViewAssertion;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.google.common.truth.Truth;
import java.util.ArrayList;
import org.hamcrest.Matcher;
import org.junit.Assert;
@pzagalsky
pzagalsky / mitmproxy cheat sheet
Created April 5, 2019 12:31 — forked from 2bard/mitmproxy cheat sheet
mitmproxy cheat sheet
Movement:
j, k down, up
h, l left, right (in some contexts)
space page down
pg up/down page up/down
arrows up, down, left, right
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
## Type of change
Please delete options that are not relevant (optional)