Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
katrendev
/
TestTask
Public
Notifications
You must be signed in to change notification settings
Fork
125
Star
9
Code
Pull requests
11
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Реализация тестового задания (Николай Безденежных)
- #139
#139
Open
NkL708
wants to merge 19 commits into
katrendev:master
katrendev/TestTask:master
from
NkL708:master
NkL708/KatrenTask:master
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Реализация тестового задания (Николай Безденежных)
#139
NkL708
wants to merge 19 commits into
katrendev:master
katrendev/TestTask:master
from
NkL708:master
NkL708/KatrenTask:master
Copy head branch name to clipboard
Commits
Commits on Feb 25, 2026
chore: clean up .gitignore and ignore .cp-images
NkL708
committed
28162cc
View commit details
Copy full SHA for 28162cc
Browse repository at this point
style: apply auto-formatting
NkL708
committed
7202823
View commit details
Copy full SHA for 7202823
Browse repository at this point
chore: migrate project to SDK-style .csproj for WSL compatibility
NkL708
committed
6404732
View commit details
Copy full SHA for 6404732
Browse repository at this point
refactor: rename stream variables and clarify args doc in Main
NkL708
committed
1656ac4
View commit details
Copy full SHA for 1656ac4
Browse repository at this point
fix: add Console.ReadKey to prevent immediate exit
NkL708
committed
a27f1c6
View commit details
Copy full SHA for a27f1c6
Browse repository at this point
Commits on Feb 26, 2026
refactor: rename _localStream to _fileStream for clarity
NkL708
committed
064e438
View commit details
Copy full SHA for 064e438
Browse repository at this point
fix: throw InvalidOperationException when stream is not initialized
NkL708
committed
37d5d34
View commit details
Copy full SHA for 37d5d34
Browse repository at this point
fix: replace Stream with StreamReader to support character encoding
NkL708
committed
5e79e80
View commit details
Copy full SHA for 5e79e80
Browse repository at this point
feat: implement ReadOnlyStream constructor and ReadNextChar
NkL708
committed
2b8877f
View commit details
Copy full SHA for 2b8877f
Browse repository at this point
feat: implement IDisposable to ensure guaranteed file closure
NkL708
committed
fb92fb9
View commit details
Copy full SHA for fb92fb9
Browse repository at this point
chore: add .gitattributes and normalize line endings to LF
NkL708
committed
539dac4
View commit details
Copy full SHA for 539dac4
Browse repository at this point
refactor: rename LetterStats to CharStats and update related naming
NkL708
committed
232fbbb
View commit details
Copy full SHA for 232fbbb
Browse repository at this point
fix: change CharStats from struct to class to fix mutation via reference
NkL708
committed
32ac3e1
View commit details
Copy full SHA for 32ac3e1
Browse repository at this point
feat: implement CollectSingleCharStats
NkL708
committed
6067739
View commit details
Copy full SHA for 6067739
Browse repository at this point
feat: implement CollectDoubleCharStats
NkL708
committed
aec6a71
View commit details
Copy full SHA for aec6a71
Browse repository at this point
feat: implement RemoveCharStatsByType
NkL708
committed
b2879e7
View commit details
Copy full SHA for b2879e7
Browse repository at this point
feat: implement PrintStatistic
NkL708
committed
c2869ad
View commit details
Copy full SHA for c2869ad
Browse repository at this point
docs: note architectural concern about single responsibility in Program class
NkL708
committed
8e9ed23
View commit details
Copy full SHA for 8e9ed23
Browse repository at this point
chore: add sample data files for manual testing
NkL708
committed
1a2f35f
View commit details
Copy full SHA for 1a2f35f
Browse repository at this point
You can’t perform that action at this time.