Skip to content

Instantly share code, notes, and snippets.

View SiddheshKukade's full-sized avatar
💻
Coding Probably

Siddhesh Bhupendra Kuakde SiddheshKukade

💻
Coding Probably
View GitHub Profile

This contains the digital library of @SiddheshKukade

Name Link Size(MB)
नारद विष्णु पुराण अंक.pdf https://drive.google.com/file/d/1ItNJJv8AeUtdvo_ULzMHq1ZppAu2WjAj/view?usp=drivesdk 65.54227638
गरुड़_पुराण_सारोद्धार_सानुवाद.pdf https://drive.google.com/file/d/1N1qHDb0i8pRsWrcn98iRTsiF1no3n3OJ/view?usp=drivesdk 2.585383415
08 oct विष्णु पुराण.pdf https://drive.google.com/file/d/12A2FzXSHfMvv1vqmhev__d2a6i2JBkOx/view?usp=drivesdk 1.351929665
गरुड पुराण_.pdf https://drive.google.com/file/d/1RJutUHBDu1Pwu60Uhj0Rf_mCKGETM-8h/view?usp=drivesdk 32.31806469
हरिवंश पुराण डॉ.विनय.pdf https://drive.google.com/file/d/14MJrN7ZsXaWecPy8NZ53C-R87ndMFcci/view?usp=drivesdk 2.397805214
@SiddheshKukade
SiddheshKukade / Palisades Foundation Contributions.md
Created September 19, 2022 06:43
Details about contributions of @SiddheshKukade on all the projectd

Add list Same as of of that with the profile but add issue as Well with the PR Give some details about the issues Keep also assingning and making for others orgs as well

@SiddheshKukade
SiddheshKukade / pluginShowHideDemo.dart
Created July 21, 2022 10:39
Just a demo to show and Hide components
import 'package:flutter/material.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override