VimWiki Changes
This commit is contained in:
parent
787fad28c2
commit
47b459258a
@ -1,7 +1,7 @@
|
|||||||
let g:netrw_dirhistmax =10
|
let g:netrw_dirhistmax =10
|
||||||
let g:netrw_dirhist_cnt =5
|
let g:netrw_dirhist_cnt =5
|
||||||
let g:netrw_dirhist_1='/Users/brbuller/Development/Work/Fliphound/MobileApp'
|
let g:netrw_dirhist_1='/Users/brbuller/Development/android/projects/IronGolem/app/src/main/java/com'
|
||||||
let g:netrw_dirhist_2='/Users/brbuller/Development/Work/Fliphound/MobileApp/app'
|
let g:netrw_dirhist_2='/Users/brbuller/Development/android/projects/IronGolem/app/src/main/java/com/bullercodeworks'
|
||||||
let g:netrw_dirhist_3='/Users/brbuller/Development/Work/Fliphound/MobileApp/app/src'
|
let g:netrw_dirhist_3='/Users/brbuller/Development/android/projects/IronGolem/app/src/main/java/com/bullercodeworks/minecraftmonitor'
|
||||||
let g:netrw_dirhist_4='/Users/brbuller/Development/Work/Fliphound/MobileApp/app/src/main'
|
let g:netrw_dirhist_4='/Users/brbuller/Development/android/projects/IronGolem/app/src/main/java/com/bullercodeworks/minecraftmonitor/objs'
|
||||||
let g:netrw_dirhist_5='/Users/brbuller/Development/Work/High Touch/Enertech/capture'
|
let g:netrw_dirhist_5='/Users/brbuller/Development/nodejs/flashtest'
|
||||||
|
@ -7,6 +7,9 @@ If no credentials, use https clone:
|
|||||||
`$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/dotfiles.git`
|
`$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/dotfiles.git`
|
||||||
`$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/vim-castle.git`
|
`$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/vim-castle.git`
|
||||||
|
|
||||||
|
== Projects ==
|
||||||
|
* [[development_projects_irongolem|IronGolem]]
|
||||||
|
|
||||||
|
|
||||||
* Platforms
|
* Platforms
|
||||||
- [[Android]]
|
- [[Android]]
|
||||||
|
@ -10,11 +10,12 @@
|
|||||||
* [[bible_esv_mark|Mark]]
|
* [[bible_esv_mark|Mark]]
|
||||||
|
|
||||||
==== Laptop Software ====
|
==== Laptop Software ====
|
||||||
Spotify
|
#Dropbox
|
||||||
|
#Spotify
|
||||||
[[http://www.remoteless.no/spotify/index.html|Remoteless Helper (Spotify)]]
|
[[http://www.remoteless.no/spotify/index.html|Remoteless Helper (Spotify)]]
|
||||||
GarageBand
|
GarageBand
|
||||||
ProPresenter 5
|
#ProPresenter 5
|
||||||
Google Chrome
|
#Google Chrome
|
||||||
Keynote
|
Keynote
|
||||||
[[http://roland.com/support/article/?q=downloads&p=UA-11|Duo-Capture Driver]]
|
#[[http://roland.com/support/article/?q=downloads&p=UA-11|Duo-Capture Driver]]
|
||||||
|
|
||||||
|
14
.vim/vimwiki/vimwiki/development_projects_irongolem.wiki
Normal file
14
.vim/vimwiki/vimwiki/development_projects_irongolem.wiki
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Hold:
|
||||||
|
|
||||||
|
[
|
||||||
|
{"player":"mrmac131"},
|
||||||
|
{"player":"anhalga"},
|
||||||
|
{"player":"shellsmith"},
|
||||||
|
{"server":
|
||||||
|
{
|
||||||
|
"name":"yogs","url":"http:\/\/minecraft.br0xen.com:8123","type":"dynmap","custom":{"dynmap-version":"1.9.4-1940","dynmap-urls":{"markers":"tiles\/","update":"up\/world\/{world}\/{timestamp}","register":"up\/register","configuration":"up\/configuration","tiles":"tiles\/","login":"up\/login","sendmessage":"up\/sendmessage"},"dynmap-servertime":7981,"dynmap-hasstorm":false,"dynmap-isthundering":false},"players":[]
|
||||||
|
},
|
||||||
|
"coordinate":{"x":343,"y":0,"z":391},
|
||||||
|
"radius":64
|
||||||
|
}
|
||||||
|
]
|
@ -2,15 +2,4 @@
|
|||||||
Luis R::
|
Luis R::
|
||||||
Timesheet: https://drive.google.com/?authuser=0&usp=sheets_web#folders/0B5hT8qJOi95WSnpLSWpKbUFOVkE
|
Timesheet: https://drive.google.com/?authuser=0&usp=sheets_web#folders/0B5hT8qJOi95WSnpLSWpKbUFOVkE
|
||||||
|
|
||||||
|
[[work_clients_high_touch_enertech|Enertech]]
|
||||||
RAC
|
|
||||||
X* Activity Logging (Adminstrative Tasks)
|
|
||||||
X * Need to add in permission level
|
|
||||||
X * Be sure to catch new "Repost" function
|
|
||||||
X * Always capture user id, username, permission level, timestamp
|
|
||||||
X* Print out Terms and Conditions
|
|
||||||
X * Probably off of menu item to launch new window with no fancies
|
|
||||||
* New HTML email needs to be created
|
|
||||||
* Certificate on payout
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
=== High Touch - Enertech ===
|
||||||
|
* [[work_clients_high_touch_enertech_capture|Capture App]]
|
||||||
|
|
@ -0,0 +1,7 @@
|
|||||||
|
==== Capture App ====
|
||||||
|
Make sure SQL is running
|
||||||
|
If necessary, add 'socketPath' to mysql.sock to the exports.mysql in config.
|
||||||
|
Slackware:
|
||||||
|
socketPath: '/var/run/mysql/mysql.sock'
|
||||||
|
|
||||||
|
Make sure redis-server is running
|
@ -18,6 +18,13 @@ If no credentials, use https clone:
|
|||||||
<code>$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/vim-castle.git</code>
|
<code>$HOME/.homesick/repos/homeshick/bin/homeshick clone https://brbuller@bitbucket.org/brbuller/vim-castle.git</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 id="toc_1.1">Projects</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="development_projects_irongolem.html">IronGolem</a>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -34,13 +34,14 @@
|
|||||||
|
|
||||||
<h4 id="toc_0.0.1.3">Laptop Software</h4>
|
<h4 id="toc_0.0.1.3">Laptop Software</h4>
|
||||||
<p>
|
<p>
|
||||||
Spotify
|
#Dropbox
|
||||||
|
#Spotify
|
||||||
<a href="http://www.remoteless.no/spotify/index.html">Remoteless Helper (Spotify)</a>
|
<a href="http://www.remoteless.no/spotify/index.html">Remoteless Helper (Spotify)</a>
|
||||||
GarageBand
|
GarageBand
|
||||||
ProPresenter 5
|
#ProPresenter 5
|
||||||
Google Chrome
|
#Google Chrome
|
||||||
Keynote
|
Keynote
|
||||||
<a href="http://roland.com/support/article/?q=downloads&p=UA-11">Duo-Capture Driver</a>
|
#<a href="http://roland.com/support/article/?q=downloads&p=UA-11">Duo-Capture Driver</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -0,0 +1,34 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||||
|
<title>development_projects_irongolem</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Hold:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
[
|
||||||
|
{"player":"mrmac131"},
|
||||||
|
{"player":"anhalga"},
|
||||||
|
{"player":"shellsmith"},
|
||||||
|
{"server":
|
||||||
|
</p>
|
||||||
|
<blockquote>
|
||||||
|
{
|
||||||
|
"name":"yogs","url":"http:\/\/minecraft.br0xen.com:8123","type":"dynmap","custom":{"dynmap-version":"1.9.4-1940","dynmap-urls":{"markers":"tiles\/","update":"up\/world\/{world}\/{timestamp}","register":"up\/register","configuration":"up\/configuration","tiles":"tiles\/","login":"up\/login","sendmessage":"up\/sendmessage"},"dynmap-servertime":7981,"dynmap-hasstorm":false,"dynmap-isthundering":false},"players":[]
|
||||||
|
},
|
||||||
|
"coordinate":{"x":343,"y":0,"z":391},
|
||||||
|
"radius":64
|
||||||
|
</blockquote>
|
||||||
|
<p>
|
||||||
|
}
|
||||||
|
]
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
23
.vim/vimwiki/vimwiki_html/work_clients_high_touch.html
Normal file
23
.vim/vimwiki/vimwiki_html/work_clients_high_touch.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||||
|
<title>work_clients_high_touch</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h3 id="toc_0.0.1">High Touch, Inc.</h3>
|
||||||
|
<dl>
|
||||||
|
<dt>Luis R</dt>
|
||||||
|
</dl>
|
||||||
|
<p>
|
||||||
|
Timesheet: <a href="https://drive.google.com/?authuser=0&usp=sheets_web#folders/0B5hT8qJOi95WSnpLSWpKbUFOVkE">https://drive.google.com/?authuser=0&usp=sheets_web#folders/0B5hT8qJOi95WSnpLSWpKbUFOVkE</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="work_clients_high_touch_enertech.html">Enertech</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,23 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||||
|
<title>work_clients_high_touch_enertech_capture</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h4 id="toc_0.0.0.1">Capture App</h4>
|
||||||
|
<p>
|
||||||
|
Make sure SQL is running
|
||||||
|
If necessary, add 'socketPath' to mysql.sock to the exports.mysql in config.
|
||||||
|
Slackware:
|
||||||
|
socketPath: '/var/run/mysql/mysql.sock'
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Make sure redis-server is running
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,18 @@
|
|||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||||
|
<title>work_clients_hight_touch_enertech</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h3 id="toc_0.0.1">High Touch - Enertech</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="work_clients_high_touch_enertech_capture.html">Capture App</a>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user