Skip to content

Instantly share code, notes, and snippets.

View agarhy's full-sized avatar

Ahmed Garhy agarhy

  • Cairo, Egypt
View GitHub Profile
@FrancesCoronel
FrancesCoronel / sampleREADME.md
Last active March 26, 2024 01:21
A sample README for all your GitHub projects.

Repository Title Goes Here

Frances Coronel

INSERT GRAPHIC HERE (include hyperlink in image)

Subtitle or Short Description Goes Here

ideally one sentence >

@PurpleBooth
PurpleBooth / README-Template.md
Last active May 12, 2024 01:58
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

-- in my HTML stuff:
function callback(resp){
var msg = "";
var status = "";
switch(resp.status){
case 201:
$.ajax({
type: 'POST',
async: false,
-- in my HTML stuff:
function callback(resp){
var msg = "";
var status = "";
switch(resp.status){
case 201:
$.ajax({
type: 'POST',
async: false,