$ mkdir PROJECT.git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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(); |
NewerOlder