Skip to content

Instantly share code, notes, and snippets.

View GeoZac's full-sized avatar

George Zacharia GeoZac

  • India
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap Example</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css">
</head>
@GeoZac
GeoZac / references_file.bib
Created October 10, 2019 01:24
Citing webpages on LaTEX
To cite a webpage with minimal effort, create a bibitem entry as
@webpage{<bib_item_key>,
title = {<title of the page,appears on the title bar of browser>},
part = {<the section to navigate from home page to reach to is page>},
publisher = {<The publisher of the page>},
type = {Internet},
lastchecked = {<the date you accessed the page in format YYYY MMM DD>},
url = {<url_comes here>}
}
@GeoZac
GeoZac / upstreaming
Created August 27, 2017 14:58
When you only have forks
1. Clone your fork:
git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
2. Add remote from original repository in your forked repository:
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@GeoZac
GeoZac / swiftdapps
Last active October 11, 2018 18:10
android
com.Slack
com.aicp.aicpota
com.amazon.clouddrive.photos
com.android.bluetooth
com.android.browser
com.android.calculator2
com.android.calendar
com.android.chrome
com.android.contacts
@GeoZac
GeoZac / .gapps-config.txt
Last active May 26, 2020 15:32
GApps config
Include
# Pico+
CalSync # Install Google Calendar Sync (if Google Calendar is being installed)
DialerFramework # Install Dialer Framework (Android 6.0+)
GoogleTTS # Install Google Text-to-Speech Engine (Micro+ on 5.0-, Pico+ on 6.0+)
#PackageInstallerGoogle # Install Package Installer (Android 6.0 only & Android 8.0+)
# Nano+
BatteryUsage # Install Device Health Services (Android 7.1+)
#!/sbin/sh
#
# /system/addon.d/aicp.sh
# During a upgrade, this script backs up files mentioned
# /system is formatted and reinstalled, then the file is restored.
#
. /tmp/backuptool.functions
list_files() {