Skip to content

Instantly share code, notes, and snippets.

View alexvasilkov's full-sized avatar

Alex Vasilkov alexvasilkov

  • Netherlands
  • 01:58 (UTC +02:00)
View GitHub Profile
Run thumbs.py to generate:
- thumbnails
- previews (enlarged and blurred thumbnails)
- stripped image data
- restored images out of stripped data
apply from: "$rootDir/gradle/scripts/{your_script}.gradle"
git {
fetch 'https://example.com/build_scripts_repo.git', {
dir "$rootDir/gradle/scripts"
tag 'v1.2.3'
}
}
git {
implementation 'https://example.com/repository.git', {
tag 'v1.2.3'
}
}
plugins {
id 'com.alexvasilkov.git-dependencies' version '2.0.1'
}
dependencies {
implementation 'org.gradle.cpp-samples:utilities:1.0'
}
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.User:Repo:Tag'
}
Simple script to toggle Turbo Boost on MacBook Pro