1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-26 10:26:48 +02:00

ultisnips correction

This commit is contained in:
muflax 2010-08-24 22:10:24 +02:00
parent b76d8f2c6b
commit fc0cd18dd6
5 changed files with 206 additions and 35 deletions

View file

@ -3,6 +3,8 @@
All major changes on the site All major changes on the site
============================= =============================
- 2010/08/24: Revised my view on UltiSnips, [vim] page updated accordingly.
- 2010/07/13: Notes on how I fixed my [Concentration] issues. Also, I filled - 2010/07/13: Notes on how I fixed my [Concentration] issues. Also, I filled
out PhilPapers excellect [Philosophical Survey]. out PhilPapers excellect [Philosophical Survey].
@ -30,6 +32,7 @@ All major changes on the site
On-site comments are gone, but I'm still very much open to anything over mail. On-site comments are gone, but I'm still very much open to anything over mail.
Sorry for the broken links. At least the RSS feed is still there. ;) Sorry for the broken links. At least the RSS feed is still there. ;)
[vim]: /software/vim.html
[Philosophical Survey]: /reflections/survey.html [Philosophical Survey]: /reflections/survey.html
[Concentration]: /experiments/concentration.html [Concentration]: /experiments/concentration.html
[Square Circles Exist]: /rants/square_circles.html [Square Circles Exist]: /rants/square_circles.html

View file

@ -1,3 +1,27 @@
% Poetry % Meta-Poetry
when candles turned to ashes, tears shall stop. I wrote quite a lot of poetry around the year 2001. Lots of short stories, too.
I've gone now through more purges and rebirths than I can count, so all of them,
except for a few lines I can just barely remember, are lost, deleted or burned.
Not even their titles remain.
For years I was in depressed by this loss. They still hold great emotional power
over me, but because I can't read them, they lost more and more of their form
and content. Vague dreams and images remain, lingering in the dark.
Untouchable.
Multiple times have I tried to resurrect them or to start over, but no matter
how good I get, nothing can live up to the dreams. All poetry has become bland
to me, worthless.
This is a set of commentaries about those poems. Unreachable as they are, I
won't even try to recreate them. That doesn't mean nothing can be said about
them.
*Time to dig.*
[Ships](/poetry/ships.html)
[Traumschatten](/poetry/traumschatten.html)
<!--カヲルへ-->

View file

@ -1,2 +1,2 @@
title: Poetry title: Meta-Poetry
style: poetry.css style: poetry.css

View file

@ -235,10 +235,12 @@ The List
everything. It's pretty smart and works well with omnicomplete. everything. It's pretty smart and works well with omnicomplete.
Using my options, it works just like them cool IDEs. Using my options, it works just like them cool IDEs.
49. **snipMate** plugin, steals the snippet function from TextMate, 49. **UltiSnips** plugin, steals the snippet function from TextMate and greatly
to tab-complete code fragments into common structures. Great enhances it, so you can tab-complete code fragments into common structures. Great
speedup! (I also tried **XPtemplate**, which is too ugly and hard speedup! Use tab to expand snippets and Shift-Left / Shift-Right to jump to
to use, and **UltiSnips**, which was buggy.) the next part of the snippet.
(I also tried **XPtemplate**, which is too ugly and hard to use, and
**snipMate**, which I used previously, but doesn't have recursive snippets.)
[SRS]: srs.html [SRS]: srs.html
[config]: http://github.com/muflax/config [config]: http://github.com/muflax/config

View file

@ -1,37 +1,179 @@
body{ body {
background-color:#000000; background: #000000;
scrollbar-base-color:#000000; color: #ffffff;
scrollbar-3dlight-color:#000000; font-size: 1em;
scrollbar-arrow-color:#ffffff; font-weight: normal;
scrollbar-darkshadow-color:#000000; font-family: serif;
scrollbar-face-color:#000000; line-height: 1.3;
scrollbar-highlight-color:#000000; text-align: justify;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#000000;
} }
p{ div.main {
color:#FFFFFF; margin: 3.5em auto auto;
font-family:Georgia, "Times New Roman", Times, serif; max-width: 40em;
font-size:11px; padding: 0;
} }
a:link,a:active {text-decoration:none; color:#ffFFFF;} div.crumb {
a:visited {text-decoration:none; color:#ffffff;} background: #291535;
a:hover {text-decoration:underline; color:#ffffff;} color: #a5a5a5;
left: 0;
.zentrum{ line-height: 2em;
border:1 dashed white; position: fixed;
text-align: center;
top: 0;
width: 100%;
} }
.innerzentrum{ a:link.crumb, a:hover.crumb, a:visited.crumb, a:active.crumb {
padding: 5 5 5 5; color: #Bbcbcb;
vertical-align:top; font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
border-bottom: none;
} }
.silencio{ a:link, a:visited, a:active {
font-size: 38px; color: #227aff;
font-style: italic; text-decoration: none;
font-weight: bold; border-bottom: 1px dotted;
color: #990000;
} }
a:hover {
background: #024287;
color: #fff;
}
p {
margin: 1em;
}
em {
color: #a255d2;
font-style: italic;
}
strong {
color: green;
font-weight: bold;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
div.figure {
text-align: center;
}
h1 {
background: #7D9B3E;
color: #000000;
font-size: 2em;
line-height: 1.3;
text-align: center;
}
h1 a:link, h1 a:visited, h1 a:active {
color: #000;
}
h2 {
background: #AAd398;
color: #000000;
font-size: 1.3em;
font-weight:normal;
line-height: 1.3;
margin-left: 0.2em;
margin-right: 0.2em;
padding-left: 0.5em;
}
blockquote {
border-left: 10px solid #A6A542;
border-right: 10px solid #A6A542;
margin-left: 1em;
margin-right: 1em;
padding-left: 0;
}
ol {
margin-left: 1em;
padding-left: 1em;
}
ul {
margin-left: 0;
padding-left: 1em;
}
a.footnoteRef {
margin-left: 0.1em;
font-size: 1.3em;
}
pre {
background: #FFF8D9;
border: 1px dashed green;
font-family: monospace !important;
line-height: 1.3em;
overflow: auto;
padding: 0.5em 1em;
}
pre.sourceCode span.Keyword {
color: #007020;
font-weight: bold;
}
pre.sourceCode span.DataType {
color: #902000;
}
pre.sourceCode span.DecVal {
color: red;
}
pre.sourceCode span.BaseN {
color: red;
}
pre.sourceCode span.Float {
color: red;
}
pre.sourceCode span.Char {
color: #562D6F;
}
pre.sourceCode span.String {
color: #4070a0;
}
pre.sourceCode span.Comment {
color: #843563;
font-style: italic;
}
pre.sourceCode span.Others {
color: #007020;
}
pre.sourceCode span.Alert {
color: red;
font-weight: bold;
}
pre.sourceCode span.Function {
color: #06287e;
}
pre.sourceCode span.Error {
color: red;
font-weight: bold;
}
pre.sourceCode span.RegionMarker { }