Skip to content

Instantly share code, notes, and snippets.

View genuinemoses's full-sized avatar
👨‍💻
Writing and breaking code for humanity, fun and profit!

Moses genuinemoses

👨‍💻
Writing and breaking code for humanity, fun and profit!
View GitHub Profile
@genuinemoses
genuinemoses / singly_Linked_List.c
Last active February 26, 2019 13:21
Singly Linked List - insert_at_beginning() Implementation.
#include <stdio.h>
#include <stdlib.h>
typedef struct Node Node;
struct Node
{
int data;
Node *next;
} *head, *tail;
@genuinemoses
genuinemoses / gist:f4cfa9f47ddfbfc794e2900e8048a74f
Created June 25, 2018 14:28 — 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:
@genuinemoses
genuinemoses / license-badges.md
Created June 11, 2018 11:37 — forked from lukas-h/license-badges.md
License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • Badges are made with Shields.io.
  • This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
  • 🇫🇷 Cette liste en français
  • Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview