Skip to content

Instantly share code, notes, and snippets.

View Shebella's full-sized avatar
🇹🇼

Rubio Shebella

🇹🇼
View GitHub Profile
@Shebella
Shebella / maven-publish-helper-usage.gradle
Created April 4, 2022 02:21 — forked from Robyer/maven-publish-helper-usage.gradle
Gradle script for publishing Android library with sources and javadoc to Maven repository using maven-publish plugin.
// You can use maven-publish-helper.gradle script without changes and even share it between multiple
// modules. Just place the maven-publish-helper.gradle file in the root directory of your project,
// then apply it at the bottom of your module's build.gradle file like this:
// ...content of module's build.gradle file...
apply from: '../maven-publish-helper.gradle'
publishing {
publications {
@Shebella
Shebella / README.md
Created August 9, 2018 01:47 — forked from jcayzac/README.md
Dark slack theme

Dark Theme for Slack 3.2+ on macOS

Based on widget-/slack-black-theme#60 and Dark Reader's color scheme.

Install

curl -s https://gist.githubusercontent.com/jcayzac/7e66129f4187cef5415c34c67847d112/raw/macos-auto-apply.sh | bash
@Shebella
Shebella / 0_reuse_code.js
Created August 25, 2014 06:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console