Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Age Calculator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neffie
Age Calculator
Commits
main
Select Git revision
0 results
age-calculator
Author
Search by author
Any Author
authors
Neffie
neffie
1 author
Apr 05, 2024
Update LICENSE to GNU AGPLv3.
· af677fbc
Neffie
authored
11 months ago
af677fbc
Update LICENSE to GNU AGPLv3.
· c4a65d74
Neffie
authored
11 months ago
c4a65d74
Nov 20, 2021
Update README.
· 648907d7
Neffie
authored
3 years ago
648907d7
Remove command line paramenter "verbose".
· 6985d135
Neffie
authored
3 years ago
6985d135
Add tests for age.
· abe254c2
Neffie
authored
3 years ago
abe254c2
Ignore failed writing.
· b8a1c28e
Neffie
authored
3 years ago
b8a1c28e
Write converted file to output file.
· 8dc5c802
Neffie
authored
3 years ago
8dc5c802
Ignore header and comments and just pass them through the converter.
· 7146a367
Neffie
authored
3 years ago
7146a367
Add age calculation.
· f2187780
Neffie
authored
3 years ago
f2187780
Allow negative values in age to show unboarn children.
· 09333f96
Neffie
authored
3 years ago
09333f96
Elaborate convert_dates function via foreach closure.
· a2ae56dc
Neffie
authored
3 years ago
a2ae56dc
Add function converting ages to string.
· e6bdd271
Neffie
authored
3 years ago
e6bdd271
Change delimiter in csv to ";", allow comments via "#" and allow flexible length records.
· f91f6b7a
Neffie
authored
3 years ago
f91f6b7a
Add function to read in csv files.
· 1f864da2
Neffie
authored
3 years ago
1f864da2
Add date conversions and current date.
· a79f6647
Neffie
authored
3 years ago
a79f6647
Add main.rs. Add structopt and its base structure.
· c57f7f4e
Neffie
authored
3 years ago
c57f7f4e
Ignore local csv files.
· d8cdd705
Neffie
authored
3 years ago
d8cdd705
Run cargo init.
· 51d3205e
Neffie
authored
3 years ago
51d3205e
Nov 19, 2021
Add default CI file for Rust.
· 16e5616d
Neffie
authored
3 years ago
16e5616d
Add default .gitignore for Rust.
· 56e07a86
Neffie
authored
3 years ago
56e07a86
Add GNU GPLv3 license.
· 3cad5381
Neffie
authored
3 years ago
3cad5381
Initial commit
· fd662bc9
Neffie
authored
3 years ago
fd662bc9
Loading