Skip to content

Instantly share code, notes, and snippets.

View Jcardif's full-sized avatar

Josh N Jcardif

View GitHub Profile
@codediodeio
codediodeio / database.rules.json
Last active June 22, 2024 07:03
Common Database Rules for Firebase
// No Security
{
"rules": {
".read": true,
".write": true
}
}
@asurovov
asurovov / c# reading excel-files by using OleDb
Last active May 14, 2022 15:18
c# reading excel-files by using OleDb
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.OleDb;
namespace ReadExcel
{
class Program
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 25, 2024 09:23
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