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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<h2>Gallery</h2> | |
<div class="slider responsive"> | |
<div class="slider-img-responsive"><img src="./skull_01.jpg"></a></div> | |
<div class="slider-img-responsive"><img src="./skull_02.jpg"></a></div> |
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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="slick.css"/> | |
<link rel="sty | |
<body> | |
<h2>Gallery</h2> | |
<div class="slider responsive"> | |
<div class="slider-img-responsive"><img src="./skull_01.jpg"></a></div> |
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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="slick.css"/> | |
<link rel="stylesheet" type="text/css" href="slick-theme.css"/> | |
</head> | |
<body> | |
<h2>Gallery</h2> | |
<div class="slider responsive"> |
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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="slick.css"/> | |
<link rel="stylesheet" type="text/css" href="slick-theme.css"/> | |
<style type="text/css"> | |
.slick-slide { height: auto !important; } | |
.responsive img { height: 60%; margin-left: auto; margin-right: auto; } |
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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="slick.css"/> | |
<link rel="stylesheet" type="text/css" href="slick-theme.css"/> | |
<style type="text/css"> | |
.slick-slide { height: auto !important; } | |
.responsive img { height: 60%; margin-left: auto; margin-right: auto; } |
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
#!./test/libs/bats/bin/bats | |
load 'libs/bats-support/load' | |
load 'libs/bats-assert/load' | |
setup() { | |
VAR1=0 | |
} | |
@test "test setup function pass" { |
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
#!/bin/bash | |
USER=$1 | |
say_hello() { | |
printf 'hello' | |
} | |
export -f say_hello | |
su $USER -c say_hello |
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
;; Set keybinding for agenda, capture and store link. | |
(global-set-key "\C-ca" 'org-agenda) | |
(setq org-default-notes-file (expand-file-name "~/Documentos/org/notas.org")) | |
(global-set-key "\C-cc" 'org-capture) | |
(global-set-key "\C-cl" 'org-store-link) | |
;; Set notes taking to work with GTD. | |
(custom-set-variables | |
'(elpy-rpc-python-command "python3") | |
'(elpy-test-runner (quote elpy-test-pytest-runner)) |
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
;; Directory Local Variables | |
;; Activate 'amanita' virtual enviroment from emacs. | |
((nil . ((pyvenv-workon . "amanita")))) | |
;; Must run on shell: cp /usr/bin/pdb3 ~/.virtualenvs/amanita/bin/pdb | |
;; And change #! /usr/bin/python3 for #! /home/constrict0r/.virtualenvs/amanita/bin/python. | |
;; First time on emacs must call a shell an install the package to work: | |
;; M-x RET shell RET python setup.py install RET. |
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
# Jupyter notebook. | |
export XDG_RUNTIME_DIR="" | |
# Nikola. | |
export EDITOR="emacs" | |
# Direnv. | |
eval "$(direnv hook bash)" | |
# Elpy. |
OlderNewer