Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mkarp's full-sized avatar

Misha Karpenko mkarp

View GitHub Profile
@mkarp
mkarp / github_larger_statuses.css
Created August 22, 2022 14:08
Custom CSS for a larger GitHub statuses area
.branch-action-item.open > .merge-status-list, .branch-action-item.open > .merge-status-list-wrapper > .merge-status-list {
max-height: 600px;
}
.commit-build-statuses .dropdown-menu {
min-width: 860px;
max-width: 860px;
right: -430px;
}
@mkarp
mkarp / index.php
Created March 26, 2012 15:19
Podcast feed generator
<?php
// Config
$serverAddr = 'http://192.168.1.107:8080/lectures';
$podcastTitle = 'Лекции';
// Podcast description
// Got from standard WP RSS feed
echo '<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"