This file contains hidden or 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
# Use Xft? | |
use_xft yes | |
xftfont DejaVu Sans:size=8 | |
xftalpha 0.6 | |
text_buffer_size 2048 | |
# Update interval in seconds | |
update_interval 1 | |
# This is the number of times Conky will update before quitting. |
This file contains hidden or 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
" Vim color file | |
" Converted from Textmate theme Twilight using Coloration v0.3.2 (http://github.com/sickill/coloration) | |
" Tweaked to change folding colors, search and incsearch highlight and better Tructure / Special colors | |
" (That is, closer to the original) | |
set background=dark | |
highlight clear | |
if exists("syntax_on") | |
syntax reset |
This file contains hidden or 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
\begin{description} | |
\item[Item1]{Something I feel like telling about} | |
\item[Item1]{Something else I also feel like telling about} | |
%... Many items go here | |
\end{description} |
This file contains hidden or 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
" Alt+j/k scrolls text up/down while | |
" keeping the cursor in center line. | |
nnoremap <A-j> jzz | |
nnoremap <A-k> kzz |
This file contains hidden or 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
In [33]: import sherpa.astro.ui as ui | |
--------------------------------------------------------------------------- | |
ImportError Traceback (most recent call last) | |
/disk/caleuche_1/trive/Arbejde/LARS-COS/<ipython console> in <module>() | |
/home/trive/Softwarebuild/python_packages/lib/python2.6/site-packages/sherpa/astro/ui/__init__.py in <module>() | |
19 | |
20 import sherpa.all | |
---> 21 import sherpa.astro.all |
NewerOlder