Coder Social home page Coder Social logo

from __future__ import annotations

import json
from dataclasses import asdict, dataclass


@dataclass
class Me:
    pronouns : tuple[str, ...] = ("He", "Him")
    org      : str             = "Cwm Taf University Health Board"
    role     : str             = "Advanced Information Analyst"
    alumni   : dict            = {"Aberystwyth University": ["BSc in Computer Science", "PhD in Biological Sciences"]}
    languages: tuple[str, ...] = ("Python", "R", "Java")
    databases: tuple[str, ...] = ("MariaDB", "PostgreSQL", "Redis", "TransactSQL")

    misc     : tuple[str, ...] = ("Docker", "Flask", "Machine Learning", "Statistics", "Natural Language Processing")
    ongoing  : tuple[str, ...] = ("Ansible", "Julia", "Rust")

    def jsonify(self) -> str:
        return json.dumps(asdict(self), indent=4)        

Keiron O'Shea's Projects

bowtie2 icon bowtie2

A fast and sensitive gapped read aligner

cam-to-hue icon cam-to-hue

A Rust program to change Hue light colors based on a video feed

cawbird icon cawbird

A fork of the Corebird GTK Twitter client that continues to work with Twitter

cdash icon cdash

Clinical Extensions to DASH

contribute-foss icon contribute-foss

Let's build an exhaustive Wiki page on how to contribute to the Linux and FOSS community

ctm-lforms-fhir-app icon ctm-lforms-fhir-app

A SMART on FHIR app that uses lforms widget to handle Questionnaire and QuestionnaireResponse

dimepy icon dimepy

Python package for the high-throughput nontargeted metabolite fingerprinting of nominal mass direct injection mass spectrometry directly from mzML files.

dimspy icon dimspy

Python package for data processing of direct-Infusion mass spectrometry-based metabolomics and lipidomics data

gimp-guetzli icon gimp-guetzli

GIMP plugin to enable exporting via Google's Perceptual JPEG encoder

gimp-ml icon gimp-ml

Set of Machine Learning Python plugins for GIMP

gitignore icon gitignore

A collection of useful .gitignore templates

gondola icon gondola

GONdOLA - Gene ONtOlogy Lethality Annotator

hapi-fhir icon hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers

hualos icon hualos

Keras Total Visualization project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.