https://github.com/pmatatias/ck-linecode
repo for 100k line code learned progress
https://github.com/pmatatias/ck-linecode
Last synced: 7 months ago
JSON representation
repo for 100k line code learned progress
- Host: GitHub
- URL: https://github.com/pmatatias/ck-linecode
- Owner: pmatatias
- Created: 2023-02-28T12:42:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T13:12:48.000Z (7 months ago)
- Last Synced: 2024-11-19T14:25:59.466Z (7 months ago)
- Language: Dart
- Homepage:
- Size: 729 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ck_linecode
This repository contains raw code from some of my experiments with flutter and dart.
count code changes:
```
git diff --shortstat some-branch
```count total:
```
git diff --shortstat 4b825dc642cb6eb9a060e54bf8d69288fbee4904
``````
git diff --stat 4b825dc642cb6eb9a060e54bf8d69288fbee4904
```