Skip to content

Instantly share code, notes, and snippets.

View odin-'s full-sized avatar

Henrik odin-

  • Betapet
  • Stockholm, Sweden
View GitHub Profile
package com.danielstone.energyhive.intro;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.design.widget.Snackbar;
import android.util.Log;
@maxtruxa
maxtruxa / Antonyms.md
Last active September 1, 2025 15:35
A list of common terms used in programming and their respective antonyms.

Antonym List

Note: The table headings (positive/negative) are not necessarily meaningful.

Positive Negative
acquire release
add remove (e.g. an item), subtract (arithmetic)
advance retreat
allocate deallocate (correct), free (common)
allow deny