<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dam/task-time-tracker/task_tracker.c, branch v1.0</title>
<subtitle>A tool to keep track of the time spent on tasks.
</subtitle>
<id>https://source.gudinoff.com/dam/task-time-tracker/atom?h=v1.0</id>
<link rel='self' href='https://source.gudinoff.com/dam/task-time-tracker/atom?h=v1.0'/>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/'/>
<updated>2022-08-23T16:40:40Z</updated>
<entry>
<title>Removed hash related stuff (kept in misc.c file just in case). Prototype implementation of truncate_string_utf8.</title>
<updated>2022-08-23T16:40:40Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-23T16:40:40Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=ada43f8d16a08fbcac9199591ed10a78675153d9'/>
<id>urn:sha1:ada43f8d16a08fbcac9199591ed10a78675153d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prototype of adaptative layout.</title>
<updated>2022-08-13T00:49:59Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-13T00:49:59Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=af6574a2b9d127123e093580c73ae118e2a3d49b'/>
<id>urn:sha1:af6574a2b9d127123e093580c73ae118e2a3d49b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prototype of import_database. Cleaned up prototyping code.</title>
<updated>2022-08-11T16:37:58Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-11T16:37:58Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=5454214538f70d4bfb595ab9239ef59e8a69190f'/>
<id>urn:sha1:5454214538f70d4bfb595ab9239ef59e8a69190f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reordered some functions.</title>
<updated>2022-08-11T01:18:36Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-11T01:18:36Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=a9146a313dfa94748389759847e46c56407e9782'/>
<id>urn:sha1:a9146a313dfa94748389759847e46c56407e9782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prototyping import_database function.</title>
<updated>2022-08-11T01:17:28Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-11T01:17:28Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=a7c1e0167a50cc0e82c272051801a4a75720813d'/>
<id>urn:sha1:a7c1e0167a50cc0e82c272051801a4a75720813d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prototype of export_database and replace_char functions.</title>
<updated>2022-08-10T15:55:51Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-10T15:55:51Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=a26c817cc6f03d750f5b10568630920a405a47c2'/>
<id>urn:sha1:a26c817cc6f03d750f5b10568630920a405a47c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prototyping data structures and store/load functions.</title>
<updated>2022-08-09T16:37:39Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-09T16:37:39Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=1ab8ba7d1fe4632d1df8d3ba3dd8c87e171342ff'/>
<id>urn:sha1:1ab8ba7d1fe4632d1df8d3ba3dd8c87e171342ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed tasks data structure to array of struct with hashed-names.</title>
<updated>2022-08-04T01:28:15Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-04T01:28:15Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=d9c378187d4347fe6cc03a60ef480f6311d77579'/>
<id>urn:sha1:d9c378187d4347fe6cc03a60ef480f6311d77579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preparing structures to store tasks and events data.</title>
<updated>2022-08-03T10:16:21Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-03T10:16:21Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=cf98714e8dc888d51945c8e1638b983c678abd44'/>
<id>urn:sha1:cf98714e8dc888d51945c8e1638b983c678abd44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preparing structures to store tasks and events data.</title>
<updated>2022-08-03T02:00:21Z</updated>
<author>
<name>dam</name>
<email>dam@gudinoff</email>
</author>
<published>2022-08-03T02:00:21Z</published>
<link rel='alternate' type='text/html' href='https://source.gudinoff.com/dam/task-time-tracker/commit/?id=430c1db29e2f7cafa20815296b811d7fc2964854'/>
<id>urn:sha1:430c1db29e2f7cafa20815296b811d7fc2964854</id>
<content type='text'>
</content>
</entry>
</feed>
