Skip to content

Instantly share code, notes, and snippets.

View GaneshPandey's full-sized avatar
🏊‍♂️
swimming

Ganesh Pandey GaneshPandey

🏊‍♂️
swimming
View GitHub Profile
@GaneshPandey
GaneshPandey / normalizr.js
Created February 23, 2020 11:27
normalizr
import { normalize, schema } from 'normalizr';
// EXAMPLE 1.
const myData = {"modules":[{"id":1,"name":"User Management","description":"Admin Can manage User's Permission from this module","permissions":[{"id":191,"name":" Patient - List","controller":"App\\Http\\Controllers\\PatientController","method":"index","checked":false},{"id":168,"name":null,"controller":"\\Laravel\\Passport\\Http\\Controllers\\AuthorizationController","method":"authorize","checked":true},{"id":165,"name":null,"controller":"\\L5Swagger\\Http\\Controllers\\SwaggerController","method":"docs","checked":true},{"id":167,"name":null,"controller":"\\L5Swagger\\Http\\Controllers\\SwaggerController","method":"oauth2Callback","checked":true},{"id":166,"name":" Swagger Asset - List","controller":"\\L5Swagger\\Http\\Controllers\\SwaggerAssetController","method":"index","checked":true}]},{"id":2,"name":"Doctor Management","description":"Admin Can manage Doctor's Permission from this module","permissions":[{"id":168,"name":null,"controller":"\\L
@GaneshPandey
GaneshPandey / Districts_of_Nepal_77_in_Tuple.py
Created June 28, 2019 15:17
Name of 77 Districts of Nepal in Tuple
DISTRICT_CHOICES = (
('Taplejung', 'Taplejung'),
('Panchthar', 'Panchthar'),
('Ilam', 'Ilam'),
('Jhapa', 'Jhapa'),
('Morang', 'Morang'),
('Sunsari', 'Sunsari'),
('Dhankutta', 'Dhankutta'),
('Sankhuwasabha', 'Sankhuwasabha'),
('Bhojpur', 'Bhojpur'),