This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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>} | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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+) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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() { |