Pinned Repositories
account1
My banking Project. 1
augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Bankrepo
BookKeppingRepo
This is for a library, to track the books in and out.
Boot
branding
Branding Resources for Open Life Science
cc-legal-tools-app
Legal tool (licenses, public domain dedication, etc.) management application for Creative Commons
cfl-distribution
OpenMRS CFL distribution
openmrs-esm-patient-management
Microfrontends for the management of patients (registration, search, ...) for OpenMRS SPA
services
An application for handling database access, file access, and data synchronization services between all the ODK-X applications. It allows you to synchronize data collected by the ODK-X Android tools with a cloud endpoint.
niyolynate's Repositories
niyolynate/openmrs-module-coreapps
Provides apps for performing the common tasks
niyolynate/reignapps-computing
Learning github for the first time. this will be full of challenges and good work too.
niyolynate/TestarrarRepo
public class TestArray { public static void main(String[] args) { double[] myList = {1.9, 2.9, 3.4, 3.5}; // Print all the array elements for (int i = 0; i < myList.length; i++) { System.out.println(myList[i] + " "); } // Summing all elements double total = 0; for (int i = 0; i < myList.length; i++) { total += myList[i]; } System.out.println("Total is " + total); // Finding the largest element double max = myList[0]; for (int i = 1; i < myList.length; i++) { if (myList[i] > max) max = myList[i]; } System.out.println("Max is " + max); } }
niyolynate/OpenELIS-Global-2
OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology
niyolynate/OpenMRS1
niyolynate/SettingEmailsRepo
This repo is to create an email for an app
niyolynate/openmrs-module-htmlformentry
HTML Form Entry module
niyolynate/OpenMRS-rpt---804
Changed druglists and active boolean for the Active clients.
niyolynate/docs
The open-source repo for docs.github.com
niyolynate/openmrs-module-reporting
Reporting module in openmrs
niyolynate/CommonDataModel
Definition and DDLs for the OMOP Common Data Model (CDM)
niyolynate/FirstRepo
This is my first Git hub repository on the Server
niyolynate/sparql-client
Python API to query a SPARQL endpoint
niyolynate/Bankrepo
niyolynate/BookKeppingRepo
This is for a library, to track the books in and out.
niyolynate/zulip-js
Javascript library to access the Zulip API
niyolynate/mechanicRepo
This is a new repository for mechanic aid to be created on the Server.
niyolynate/mechanic2
My emergency call to a mechanic in case your car breakes. this is my new project that will be for app development to help a driver call a mechanic to attend to him/her.
niyolynate/third-report
niyolynate/Second-repo
This is my second repository created direct on the Server
niyolynate/Third-Repo
This is my Second Repository that is created on the GitHub Server
niyolynate/openmrs-contrib-android-client
Android client for OpenMRS
niyolynate/OpenmrsLearner
My First Git Lesson
niyolynate/docker-nodejs-basic-demo
A simple demo running Node.js on Docker
niyolynate/learningcode-git
learning my first git
niyolynate/openmrs-module-radiology
:hospital: OpenMRS Radiology Module
niyolynate/code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
niyolynate/openmrs-book-developer-manual
OpenMRS Developers Manual
niyolynate/openmrs-module-reportingcompatibility
OpenMRS Reporting Compatibility Module
niyolynate/tool-suite-X
ODK-X Tool Suite Project roadmaps, issue queue, release notes and wiki.