Skip to content

Instantly share code, notes, and snippets.

View HarshalShende's full-sized avatar
💭
I Am The Speed Which Never Stop...

Harshal Shende HarshalShende

💭
I Am The Speed Which Never Stop...
View GitHub Profile
@HarshalShende
HarshalShende / combined_output.txt
Created October 7, 2025 06:12
cobines the all files content in a single file - Execution - python combine_code.py <directory_to_scan> <output_file_name>
import os
import argparse
# Execution
# python combine_code.py <directory_to_scan> <output_file_name>
def concatenate_files(root_dir, output_file):
"""
Traverses a directory recursively and appends the path and content of each file
to a single output file.
@HarshalShende
HarshalShende / gist:2d3220e554d9a25a66fc695277f41b66
Last active September 19, 2023 04:48
Test Flutter Rest API
PostsModel.dart
---------------------------------------
class PostsModel {
num? _userId;
num? _id;
String? _title;
String? _body;
PostsModel({num? userId, num? id, String? title, String? body}) {
_userId = userId;

Bookmark landing page

Hello Everybody Its Ali This Project From https://www.frontendmentor.io he taught me a lot of things, thanks frontend mentor i hope you like it you can find this project also in GitHub .

thanks ali