Skip to content

Instantly share code, notes, and snippets.

View r4dixx's full-sized avatar
🏠
Working from home

Amaël Sikel r4dixx

🏠
Working from home
View GitHub Profile
@r4dixx
r4dixx / UDACITY DISCLAIMER.md
Last active February 26, 2018 16:57
Note for Udacity students

NOTE FOR UDACITY STUDENTS

This project was submitted by Amaël Sikel aka r4dixx, as part of Udacity's Android Basics Nanodegree (Google Developer Challenge 2017-2018)

As stated in the Udacity Honor Code and Community Code of Conduct, any project and/or submission must be your own work:

"Any User of the Online Courses agrees that he or she: [...]

will not cheat on any homework assignment or exams for the Online Courses; will not share solutions to homework assignments or exams; [...] By using Udacity services, you commit yourself to:

@r4dixx
r4dixx / PULL_REQUEST_TEMPLATE
Created April 23, 2019 07:41 — forked from riggaroo/PULL_REQUEST_TEMPLATE
Pull request template format. Add this file to your .github folder
<!--- Provide a general summary of your changes in the Title above -->
<!--- If there is no changelog entry, label this PR as trivial to bypass the Danger warning -->
## Description
<!--- Describe your changes in detail -->
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
@r4dixx
r4dixx / minimal-android-setup.sh
Last active March 29, 2022 16:19
Minimal Android setup. Useful for basic testing or demo setups
#!/bin/sh
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
# Install Java, Android command line tools and scrcpy
brew install openjdk@11
sudo ln -sfn /opt/homebrew/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
@r4dixx
r4dixx / README-STUDENT.md
Last active March 26, 2024 16:49
Readme template for student projects

Name

Description
Comment


About

Context and progress go here

Goal and requirements