Skip to content

Instantly share code, notes, and snippets.

@martymcflywa
martymcflywa / .gitignore
Created February 26, 2018 06:47
C++ and buck ignore
# Created by https://www.gitignore.io/api/c++,linux,macos,windows,visualstudio,visualstudiocode
### C++ ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
@martymcflywa
martymcflywa / working_htaccess.md
Created May 28, 2015 01:04
working .htaccess
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    # Checks to see if the user is attempting to access a valid file,
    # such as an image or css document, if this isn't true it sends the
    # request to index.php
    RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
@martymcflywa
martymcflywa / htaccess.md
Last active August 29, 2015 14:21
.htaccess that does not work with zuver
Options -indexes

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteBase /

	# Allow any files or directories that exist to be displayed directly
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
@martymcflywa
martymcflywa / javatar-console-log-with-custom-sublimepy
Created July 28, 2014 00:32
javatar console log with custom sublime.py
DPI scale: 1
startup, version: 3059 windows x64 channel: stable
executable: /C/Program Files/Sublime Text 3/sublime_text.exe
working dir: /C/Program Files/Sublime Text 3
packages path: /C/Users/marty/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/marty/AppData/Roaming/Sublime Text 3/Local
hardware concurrency: 12
zip path: /C/Program Files/Sublime Text 3/Packages
zip path: /C/Users/marty/AppData/Roaming/Sublime Text 3/Installed Packages
found 4 files for base name Default.sublime-keymap