I hereby claim:
- I am travellersam on github.
- I am konsonantenboy (https://keybase.io/konsonantenboy) on keybase.
- I have a public key ASDtTgEqXk92Dj8bj4VQGqZy7PpCJqRUxkLJdK2E2n_5YQo
To claim this, I am signing this object:
| /* print */ | |
| @media print { | |
| * { | |
| text-shadow: none !important; | |
| color: #000 !important; // Black prints faster: h5bp.com/s | |
| background: transparent !important; | |
| box-shadow: none !important; | |
| } |
| video { | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| .video { /* container div for iframes <div class="video"><iframe/></div> */ | |
| position: relative; | |
| padding-bottom: 56.25%; | |
| padding-top: 30px; | |
| height: 0; |
| <a data-toggle="modal" href="#myModal" class="btn btn-primary">Launch modal</a> | |
| <div class="modal" id="myModal"> | |
| <div class="modal-dialog"> | |
| <div class="modal-content"> | |
| <div class="modal-header"> | |
| <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | |
| <h4 class="modal-title">Modal title</h4> | |
| </div> | |
| <div class="modal-body"> |
| <?php | |
| // *********** Print $fields array to investigate which field content are problematic | |
| print_r($fields); | |
| // Build the SQL. | |
| if (empty($primary_keys)) { | |
| // We are doing an insert. | |
| $options = array('return' => Database::RETURN_INSERT_ID); | |
| ?> |
| pcm.!default { type hw card 0 } | |
| ctl.!default { type hw card 0 } | |
| pcm_slave.sl2 { pcm "hw:0,0" rate 48000 } | |
| pcm.rate_convert { type rate slave sl2 } |
I hereby claim:
To claim this, I am signing this object:
| <IfModule mod_headers.c> | |
| <filesmatch "sw.js"> | |
| Header set Cache-Control "max-age=0, private" | |
| </filesmatch> | |
| </IfModule> | |
| Check with: | |
| curl -I -L http://www.example.com/sw.js |
| // Define dependencies | |
| var gulp = require('gulp'); | |
| var sass = require('gulp-sass'); | |
| var autoprefixer = require('gulp-autoprefixer'); | |
| var nano = require('gulp-cssnano'); | |
| var parker = require('gulp-parker'); | |
| var run = require('gulp-run'); | |
| const workboxBuild = require('workbox-build'); | |
| // Compile sass to compressed css andd add vendor prefixes |
| # A sample Apache vHost configuration file | |
| # Source: http://grimnes.no/blog/how-easily-deploy-wagtail-website/ | |
| <VirtualHost *:80> | |
| ServerName www.example.com # your domain name | |
| ServerAlias example.com *.example.com | |
| Define project_name some_project_name # | |
| Define user the_username # who owns the project? /home/the_username/.. | |
| Use script https://downloads.linux.hpe.com/SDR/add_repo.sh (wget, chmod +x, run) or add manually: | |
| vim /etc/apt/sources.list.d/HP-mcp.list | |
| # HPE Management Component Pack | |
| # Latest, here for Debian stretch: | |
| deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current non-free | |
| # for Gen9 and older, use 10.xx dist: | |
| deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/10.62 non-free |