Skip to content

Instantly share code, notes, and snippets.

View nloyola's full-sized avatar

Nelson Loyola nloyola

  • Nordita
  • Kristianstad, Sweden
View GitHub Profile
@nloyola
nloyola / biobank_redcap_rest_api.md
Last active August 29, 2015 14:05
Biobank REST API for REDCap
@nloyola
nloyola / biobank_specimen_data.md
Last active August 29, 2015 14:05
Biobank specimen data

Biobank specimen summary table

This is the structure of the Biobank specimen summary table:

CREATE TABLE `specimen_summary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `INVENTORY_ID` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
  `SPECIMEN_TYPE` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
  `PARENT_INVENTORY_ID` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
@nloyola
nloyola / biobank_database.org
Last active October 7, 2015 18:03
Biobank database table description

This is a description of the tables found in the Biobank database schema for version 3.10.0.

address

The street address for a center.

aliquoted_specimen

The aliquots / derivatives that are collected by a study.

OpenSpecimen notes for CBSR

Web Application

The Web Application runs on Tomcat and is fronted by the Apache Web server.

Installation instructions

@nloyola
nloyola / keybase.md
Created February 13, 2017 02:52
Keybase

Keybase proof

I hereby claim:

  • I am nloyola on github.
  • I am nloyola (https://keybase.io/nloyola) on keybase.
  • I have a public key ASBbYZe5IBE1n0pGAdE29fEKbtYoDAJzb-5_R89jGkMKSAo

To claim this, I am signing this object:

@nloyola
nloyola / test-lsp-ui.el
Created June 10, 2020 07:24
Emacs standalone config to test lsp-ui
;;; Usage: /path/to/emacs -Q -l /path/to/test-lsp-ui.el
;;; Date: 2018-01-03_09.07.11
(toggle-debug-on-error)
(global-set-key (kbd "C-h") 'delete-backward-char)
(global-set-key (kbd "M-h") 'backward-kill-word)
(global-set-key (kbd "<f1>") 'help-command)
(define-key isearch-mode-map "\C-h" 'isearch-delete-char)
(unless (display-graphic-p)
@nloyola
nloyola / emacs_notes.org
Last active July 6, 2021 07:50
Emacs notes

Emacs Notes

Highlights from Emacs manual.

General

C-x C-x
Set the mark at point, and activate it; then move point where the mark used to be (exchange-point-and-mark).
@nloyola
nloyola / pytest-end-to-end-tests-20230214.md
Last active February 14, 2023 08:37
Openta end to end tests

OpenTA end to end tests

Date: 2023-02-14

System config

  • OS: Debian 11
  • Python: 3.11.1
  • Node: 18.14
  • ChromeDriver 110.0.5481.77