Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="Composer Targets" default="build"> | |
<property name="builddir" value="${basedir}/build"/> | |
<property name="composer" value="${builddir}/composer.phar"/> | |
<target name="php-check"> | |
<condition property="php" value="php"> | |
<not> | |
<isset property="${php}"/> |
sudo mkdir -m 0700 /var/www/.ssh | |
sudo chown -R apache:apache /var/www/.ssh | |
sudo -u apache ssh-keygen (empty passphrase) | |
paste public key into repo manager | |
(git-repo) sudo -u apache git pull origin branch (this will create /var/www/.ssh/known_hosts) | |
call git_hook.php?branch=xxx |
//Skalisty bridge | |
{"Land_nav_pier_m_2", {13101.5, 3757.98, -0.337635}, 53.1818}, | |
{"Land_nav_pier_m_2", {13077.7, 3789.81, -5.66993}, 53.1818}, | |
{"Land_nav_pier_m_2", {13149.2, 3694.32, 6.4866}, 53.1818}, | |
{"Land_nav_pier_m_2", {13173, 3662.49, 6.49378}, 53.1818}, | |
{"Land_nav_pier_m_2", {13196.8, 3630.66, 6.47524}, 53.1818}, | |
{"Land_nav_pier_m_2", {13220.6, 3598.83, 6.06439}, 53.1818}, | |
{"Land_nav_pier_m_2", {13244.5, 3567, 6.09408}, 53.1818}, | |
{"Land_nav_pier_m_2", {13292.1, 3503.34, 6.36069}, 53.1818}, | |
{"Land_nav_pier_m_2", {13316, 3471.51, 3.62269}, 53.1818}, |
This tutorial will turn your Raspberry PI into a simple Bluetooth audio receiver, which plays music through connected speakers. It's like a regular car audio system, but it can be used anywhere and it's a good value.
Audio source (i.e. smartphone)
|
v
((( Wireless Bluetooth Channel )))
|
This gist will show how to setup Raspbian Stretch as a headless Bluetooth A2DP audio sink. This will allow your phone, laptop or other Bluetooth device to play audio wirelessly through a Rasperry Pi.
A quick search will turn up a plethora of tutorials on setting up A2DP on the Raspberry Pi. However, I felt this gist was necessary because this solution is: