Skip to content

Instantly share code, notes, and snippets.

View blakerohde's full-sized avatar

Blake Rohde blakerohde

View GitHub Profile
@blakerohde
blakerohde / git-quick-start-notes.rst
Last active January 29, 2017 07:11
Git Quick-Start Notes

Git Quick-Start Notes by Blake Rohde, 2013

Create the repository on the server

$ mkdir PROJECT.git
@blakerohde
blakerohde / owncloud-filename-fixer.py
Created July 31, 2013 06:13
Used to remove '_conflict-YYYYMMDD-######' substrings from ownCloud-deemed conflicted files.
#!/usr/bin/env python
"""
owncloud-filename-fixer.py
Used to remove '_conflict-YYYYMMDD-######' substrings from ownCloud-deemed conflicted files.
:copyright: (c) 2013 by Blake Rohde.
:license: ISC, see LICENSE for more details.
"""
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta charset="UTF-8" />
<title>Test</title>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript">
$j = jQuery.noConflict();