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
@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
@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

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 / pyhadoop.md
Last active May 25, 2023 08:22
DSBDA Python hadoop practical

Required files

  • mapper.py
  • reducer.py

put the files on the hadoops file system

  1. run hdfs dfs -mkdir /sid
  2. Create a file data.txt with contents
WELCOME TO PVGCOET  WELCOME TO PVGCOET  WELCOME TO PVGCOET
@SiddheshKukade
SiddheshKukade / hive.md
Created May 25, 2023 08:56
For DSBDA Hive Assignment

Requirements :

  • Local hive start
cd /usr/local/hive/bin
./hive
to close : exit ./hive
  • flights_info.txt 200K flight records
  • info.text contains table description
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.