This guide provides steps to install Docker on a RHEL (Red Hat Enterprise Linux) system.
Ensure that you have sudo privileges on the RHEL system.
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| function wpse_dequeue_google_fonts() { | |
| wp_dequeue_style( 'divi-fonts' ); | |
| } | |
| add_action( 'wp_enqueue_scripts', 'wpse_dequeue_google_fonts', 20 ); |
| @media screen and (max-width:900px) | |
| { | |
| .et_pb_fullwidth_slider_0 .et_pb_slide { | |
| background-size: contain!important; | |
| height: 250px !important; | |
| } | |
| } | |
| @media screen and (max-width:479px) |
| #!/usr/bin/env python | |
| # http://www.disinformatics.com/blog/2010/12/14/a-google-internship-interview-question-in-scala/ | |
| # The question is: | |
| # given a sorted array of integers and a target integer, | |
| # find a pair of integers in the array that sum to the target in linear time. | |
| # The Solution | |
| # |
| /********************************** example **************************************/ | |
| var base_url = 'http://people.cs.uct.ac.za/~swatermeyer/VulaMobi/'; | |
| function example() | |
| { | |
| var response = ""; | |
| var form_data = { | |
| username: username, | |
| password: password |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('.et_pb_video_overlay').click(function(){ | |
| jQuery(this).parent().find('video')[0].play(); | |
| }); | |
| }); | |
| </script> |
| .et_bloom_form_container.with_edge.curve_edge.et_bloom_rounded_corners.et_bloom_rounded.et_bloom_form_text_dark.et_bloom_form_right.et_bloom_inline_2_fields { | |
| transform: scale(0.8, 0.8); | |
| -ms-transform: scale(0.8, 0.8); /* IE 9 */ | |
| -webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */ | |
| -o-transform: scale(0.8, 0.8); /* Opera */ | |
| -moz-transform: scale(0.8, 0.8); /* Firefox */ | |
| } |