- Port v0.6 changes to CLI
- Choose a progress bar color/design.
- Fix empty space at the bottom of some screens.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: /dev/sda: unrecognised disk label | |
Traceback (most recent call last): | |
File "/usr/share/cnchi/src/parted3/partition_module.py", line 99, in get_devices | |
diskob = parted.Disk(dev) | |
File "/usr/lib/python3.3/site-packages/parted/decorators.py", line 41, in new | |
ret = fn(*args, **kwds) | |
File "/usr/lib/python3.3/site-packages/parted/disk.py", line 56, in __init__ | |
self.__disk = _ped.Disk(device.getPedDevice()) | |
_ped.DiskLabelException: /dev/sda: unrecognised disk label |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Exports Issues from a specified repository to a CSV file | |
Uses basic authentication (Github username + password) to retrieve Issues | |
from a repository that username has access to. Supports Github API v3. | |
""" | |
import csv | |
import requests | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_eap=True | |
if [[ ${_eap} = "True" ]]; then | |
source=("http://download.jetbrains.com/python/pycharm-professional-${_buildver}.tar.gz") | |
sha256sums=$(wget -q "${source}.sha256" && cat "pycharm-professional-${_buildver}.tar.gz.sha256" | cut -f1 -d" ") | |
else | |
source=("http://download.jetbrains.com/python/pycharm-professional-${_pkgver}.tar.gz") | |
sha256sums=$(wget -q "${source}.sha256" && cat "pycharm-professional-${_pkgver}.tar.gz.sha256" | cut -f1 -d" ") | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function my_et_theme_setup() { | |
if ( class_exists( 'ET_Builder_Module_Contact_Form' ) ) { | |
get_template_part( 'my-main-modules' ); | |
$et_pb_contact = new My_ET_Builder_Module_Contact_Form(); | |
remove_shortcode('et_pb_contact_form'); | |
add_shortcode('et_pb_contact_form', array( $et_pb_contact, '_shortcode_callback' ) ); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
(function($) { | |
$(document).ready(function() { | |
$('.et_pb_posts.et_pb_module article > a:first-child').each(function() { | |
$(this).insertAfter($(this).siblings('.post-meta')); | |
}); | |
}); | |
})(jQuery); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 985px) { | |
.one-edge-shadow p, .one-edge-shadow h2 { | |
text-align: center !important; | |
} | |
.one-edge-shadow .et_pb_column_1_3 .et_pb_text { | |
margin-top: 0px !important; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 960px) { | |
#menu-item-109, li.centered-inline-logo-wrap { | |
padding-right: 82px !important; | |
} | |
#top-menu li li { | |
padding: 5px 5px; | |
} | |
.nav li ul { | |
width: 201px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dustin@dUsTiN-XPS ~]$ mtr -rw myheadspacematters.nz | |
Start: Wed Dec 2 17:30:05 2015 | |
HOST: dUsTiN-XPS Loss% Snt Last Avg Best Wrst StDev | |
1.|-- gateway 0.0% 10 2.4 2.5 2.3 3.8 0.3 | |
2.|-- 108-76-136-3.lightspeed.jcsnms.sbcglobal.net 10.0% 10 24.7 34.2 22.7 54.6 10.2 | |
3.|-- 99.183.77.96 0.0% 10 26.9 28.8 26.7 37.7 3.3 | |
4.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0 |
OlderNewer