This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PostsModel.dart | |
--------------------------------------- | |
class PostsModel { | |
num? _userId; | |
num? _id; | |
String? _title; | |
String? _body; | |
PostsModel({num? userId, num? id, String? title, String? body}) { | |
_userId = userId; |
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