See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
This guide helps you extract a developer token dynamically from Apple Music's public site (https://beta.music.apple.com) and use it to access metadata for songs or albums via Apple’s internal amp-api
.
The unofficial method of scraping tokens from the Apple Music website is not sanctioned by Apple and is subject to break without notice if the website's structure is updated. For production applications, the official developer token method is strongly recommended due to its stability and reliability.
The process can be broken down into two main steps:
https://beta.music.apple.com
). Within this HTML, we look for a reference to a specific JavaScript file, typically named in a pattern like index-legacy-[hash].js
. This file contains the necessary logic and, more importantly, the token.// Target state | |
var tx = 0; | |
var ty = 0; | |
var scale = 1; | |
function visualiseTargetState() { | |
box.style.transform = `translate(${tx}px, ${ty}px) scale(${scale})`; | |
} |
So we will start by introducing you to where big data comes from and what kinds of things you can do with it.
We'll also provide an overview of some of the key characteristics of big data and a short summary of the data science process to get value out of big data.
Some notes, tools, and techniques for reverse engineering Golang binaries.
My note below is based on https://gist.github.com/readywater/49a9fbc415141aeb02d2f1e15e643f70 but modifed it to make it work for me in 15th Aug 2021, Remarkable 2 version 2.8.0.98.
the official installation instruction is here, https://toltec-dev.org/#install-toltec
# SSH into the remarkable
ssh root@
# copied from https://github.com/tulir/mautrix-telegram/blob/master/mautrix_telegram/util/parallel_file_transfer.py | |
# Copyright (C) 2021 Tulir Asokan | |
import asyncio | |
import hashlib | |
import inspect | |
import logging | |
import math | |
import os | |
from collections import defaultdict | |
from typing import Optional, List, AsyncGenerator, Union, Awaitable, DefaultDict, Tuple, BinaryIO |
# Project Policy | |
This policy provides a single, authoritative, and machine-readable source of truth for AI coding agents and humans, ensuring that all work is governed by clear, unambiguous rules and workflows. It aims to eliminate ambiguity, reduce supervision needs, and facilitate automation while maintaining accountability and compliance with best practices. | |
# 1. Introduction | |
> Rationale: Sets the context, actors, and compliance requirements for the policy, ensuring all participants understand their roles and responsibilities. | |
## 1.1 Actors |