Skip to content

Instantly share code, notes, and snippets.

View mukulu's full-sized avatar

John Francis Mukulu mukulu

View GitHub Profile
@mukulu
mukulu / index.html
Created September 1, 2022 07:44
Material cards
<section id="sec">
<h2>TEST</h2>
<ul>
<li>
<span class="fa fa-code"></span>
<h3>Music</h3>
<p>Music is an art form whose medium is sound and silence. Generally, a song is considered the smallest standalone work of music, especially when involving singing. </p>
</li>
<li><span class="fa fa-music"></span>
@mukulu
mukulu / bzr2git
Created July 11, 2011 03:43
Bazaar To Git Repository conversion
#!/bin/bash
# bzr2git
# (c) Tobias Frost 2009. Released under the GPL3.
# http://blog.coldtobi.de
# This script takes a bazaar (bzr) repository and makes a git repository out of
# it. The current dir should be the bzw one, the git one is created in
# new_git_repo.
@mukulu
mukulu / AttributeOptions.java
Created May 2, 2011 08:30
AttributeOptionsConverter Fails to import data
/*
* Copyright (c) 2004-2010, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation