Skip to content

Instantly share code, notes, and snippets.

View intfrr's full-sized avatar
🎯
Focusing

Kris Rott intfrr

🎯
Focusing
View GitHub Profile
@intfrr
intfrr / Ansible-Docker.md
Last active July 26, 2023 10:34 — forked from yikaus/Ansible-Docker.md
Setup Ansible dev environment with docker on Mac
@intfrr
intfrr / !drupal-configuration-on-mamp for-windows
Last active May 13, 2023 11:55
Drupal running on NGINX and on MAMP subfolder
MAMP configured for drupal on nginx over Windows
@intfrr
intfrr / android_instructions.md
Created March 6, 2023 03:08 — forked from patrickhammond/android_instructions.md
Easily setup an Android development environment on a Mac

Here is a high level overview for what you need to do to get most of an Android environment setup and maintained.

Prerequisites (for Homebrew at a minimum, lots of other tools need these too):

  • XCode is installed (via the App Store)
  • XCode command line tools are installed (xcode-select --install will prompt up a dialog)
  • Java

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

@intfrr
intfrr / USING-DIFFMERGE.md
Created March 1, 2023 21:13 — forked from smoll/USING-DIFFMERGE.md
Using DiffMerge as your git mergetool (for Mac OS X / macOS)
@intfrr
intfrr / AngularJS.cache
Last active December 12, 2022 05:00
Sublime Settings
{"": {"definitions": [], "attributes": {}}}
@intfrr
intfrr / .vimrc
Created July 11, 2022 06:18 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on
@intfrr
intfrr / vscode-settings-sync
Created April 5, 2022 12:18
Visual Studio Code
.
@intfrr
intfrr / gist:34c510f83b213223b03d31c9e0e71797
Created February 3, 2021 04:20 — forked from joshlong/gist:6665633
Small change to make a Spring Boot & Java 1.8-compatible application
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
@intfrr
intfrr / index.html
Created January 11, 2021 02:26 — forked from MrChuffmanSnippets/index.html
HTML5: Blank Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
@intfrr
intfrr / Install WAMP Drupal and Drush on Windows 7.txt
Created November 19, 2012 03:15 — forked from coreyp1/Install WAMP Drupal and Drush on Windows 7.txt
Install WAMP Drupal and Drush on Windows 7.txt
Installation Steps
PART 1: INSTALLING & CONFIGURING APACHE, MYSQL, & PHP ON WINDOWS (WAMP)
----------------------------------------------------------------------------------
1. Download WampServer from http://www.wampserver.com/en/ & install.
C:\wamp is a good location. Do not run WampServer yet.
2. Configure MySQL. The default MySQL configuration file is very limiting. Choose one
of the model config files that best suits your system and copy & paste it to "wampserver.conf".