
    

    <?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ocw.cs.pub.ro/courses/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ocw.cs.pub.ro/courses/feed.php">
        <title>CS Open CourseWare ii:labs:05:tasks</title>
        <description></description>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <image rdf:resource="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-05-02T18:34:35+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/01?rev=1752440437&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/02?rev=1736618732&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/03?rev=1736618739&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/04?rev=1736618747&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico">
        <title>CS Open CourseWare</title>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <url>http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/01?rev=1752440437&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-14T00:00:37+03:00</dc:date>
        <title>01. [25p] Commit signatures</title>
        <link>http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/01?rev=1752440437&amp;do=diff</link>
        <description>01. [25p] Commit signatures

When looking at the git log of a repository, you would normally see a sequence of entries such as this:



Each commit is identified via a 40-character long hexstring. A hexstring is the hexadecimal representation of a sequence of bytes, where every nibble (i.e.: 4 bits) is represented by a character ranging from '0' (= 0b0000) to 'F' (= 0b1111). But how is this identifier calculated?</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/02?rev=1736618732&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-11T20:05:32+03:00</dc:date>
        <title>02. [25p] Choosing a license</title>
        <link>http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/02?rev=1736618732&amp;do=diff</link>
        <description>02. [25p] Choosing a license

If you ever decide to publish code that you've written, note that it will automatically fall under the protection of copyright law. This means that distributing copies of your code, or using it as a basis for something that may be construed as derivative work is prohibited. As a result, people will generally stay clear of your project since they don't know what your intentions are.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/03?rev=1736618739&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-11T20:05:39+03:00</dc:date>
        <title>03. [50p] Adding &amp; changing features</title>
        <link>http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/03?rev=1736618739&amp;do=diff</link>
        <description>03. [50p] Adding &amp; changing features

When you want to add a new feature to your project, you should first develop it in a branch. A branch is a named copy of the deltas that comprise your codebase up to a certain point. By adding commits to this copy, you won't interfere with other people trying to do their own thing. Note that a branch can be created from any other branch, including master.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/04?rev=1736618747&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-11T20:05:47+03:00</dc:date>
        <title>05. [10p] Feedback</title>
        <link>http://ocw.cs.pub.ro/courses/ii/labs/05/tasks/04?rev=1736618747&amp;do=diff</link>
        <description>05. [10p] Feedback

Please take a moment and fill out the feedback form for this course: curs.upb.ro.

You can also find the per-lab feedback form in here: feedback form for this lab.</description>
    </item>
</rdf:RDF>
