Skip to content

Instantly share code, notes, and snippets.

View ebenezergraham's full-sized avatar
🎯
Focusing

Ebenezer Graham ebenezergraham

🎯
Focusing
View GitHub Profile
@ebenezergraham
ebenezergraham / Final Submission.md
Last active October 1, 2019 23:02
Final GSoC submission

GSoC 2019 Final Submission ⚡

Organization: Apache Software Foundation

Project Name: ORM Migration

Mentor: Isaac Kamga

Student: Ebenezer Graham

Apache Fineract CN is currently using Hibernate as its default ORM. However, Hibernate's license is not compliant within Apache. Therefore this project seeks to eliminate the Hibernate ORM and Hibernate specific dependencies and replace them with core Java API and EclipseLink equivalents to make Fineract CN fully Apache compliant.

#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <arpa/inet.h>
@ebenezergraham
ebenezergraham / GSoC final Submission.md
Last active August 24, 2018 23:39
GSoC final Submission for the Fineract CN SMS and Email Notification Service project

GSoC 2018 Final Submission ⚡

Organization : Apache Software Foundation

Project Name : Fineract CN SMS/Email Notification Service

Mentor : Isaac Kamga

Student : Ebenezer Graham

Repository! 📁

@ebenezergraham
ebenezergraham / Queue.java
Last active June 9, 2018 18:34
Queue implementation using arrays as the base data structure.
/*
* Copyright 2018 Ebenezer K. A. Graham .
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@ebenezergraham
ebenezergraham / StackImpl.java
Last active June 17, 2018 19:00
Generic Abstract Data Type - Stack Implementation
package dsa.weektwo;
import java.util.Arrays;
import java.util.EmptyStackException;
/**
*
* @author ebenezergraham
* @param <T>
*/
@ebenezergraham
ebenezergraham / gist:895e808e27b2e6446664f5b824c7360a
Created November 5, 2017 17:14 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: