Skip to content

Instantly share code, notes, and snippets.

View AndrewSB's full-sized avatar

Andrew Breckenridge AndrewSB

View GitHub Profile
@ThePredators
ThePredators / readme-mde.md
Last active April 9, 2024 21:43
Setup Mobile Development Environment

⭐ Setup Mobile Development Environment

⚠️ The following configuration has been tested on Intel, M1 & M2 Ships ⚠️

Pre-requisit :

If you have any issues with macOS, or need anything related to it check this documentation

Install Xcode Command Line tools :

@AndrewSB
AndrewSB / treehacks.com-mobile-fix
Created November 8, 2014 07:48
Hey Treehacks, add this CSS media query to your css file to fix the responsiveness on mobile
@media only screen and (min-width : 455px) {
.organized-by .bases_logo {
width: 140px;
}
.organized-by .hackstanford_logo {
width: 180px;
}
.logo-wrapper {
width: 340px;  
}
// by dw @ bees & bombs >:)
int[][] result;
float t;
void setup() {
setup_();
result = new int[width*height][3];
}