This file contains hidden or 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
package com.example; | |
import com.google.android.gms.common.GooglePlayServicesNotAvailableException; | |
import com.google.android.gms.maps.GoogleMap; | |
import com.google.android.gms.maps.MapView; | |
import com.google.android.gms.maps.MapsInitializer; | |
import com.google.android.gms.maps.model.LatLng; | |
import com.google.android.gms.maps.model.MarkerOptions; | |
public class MainActivity { |
This file contains hidden or 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
gsettings set org.gnome.shell.overrides workspaces-only-on-primary true |
This file contains hidden or 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
sudo rm -rf app/cache/* | |
sudo chmod 777 -Rf app/cache/* | |
sudo chmod 777 -Rf app/logs/* | |
sudo setfacl -R -m u:www-data:rwX -m u:`whoami`:rwX app/cache app/logs | |
sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx app/cache app/logs | |
app/console cache:clear --no-warmup |
This file contains hidden or 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
{ | |
"push_id": "542c241cf43e44c67c330fc3", | |
"gifs": [ | |
{ | |
"id": "542c241c7425582efdb97b9e", | |
"scale": 0.29, | |
"rotation": 360, | |
"position": { | |
"x": 0.85, | |
"y": 0.67 |
This file contains hidden or 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
{ | |
"push_id": '{{objectId()}}', | |
"gifs": [ | |
'{{repeat(1, 5)}}', | |
{ | |
"id": '{{objectId()}}', | |
"scale": '{{floating(0, 1, 2)}}', | |
"rotation": '{{integer(0,360)}}', | |
"position": { | |
"x": '{{floating(0, 1, 2)}}', |
This file contains hidden or 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
{ | |
"categories": { | |
"marvel": { | |
"name": "Marvel Comics", | |
"description": "Some longer text", | |
"paid": 1, | |
"files": ["spiderman.gif", "hulk.gif"] | |
}, | |
"pets": { | |
"name": "Cute pets", |
This file contains hidden or 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
2014-11-17 11:49:12,286 ERROR [celery.worker.job:278][MainThread] Task videobombing.app.workers.compose_movie_worker[401aca55-d71b-4022-98c$ | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 240, in trace_task | |
R = retval = fun(*args, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 437, in __protected_call__ | |
return self.run(*args, **kwargs) | |
File "/home/ubuntu/videobombing/videobombing/app/workers.py", line 88, in compose_movie_worker | |
compose_movie(config_data, result_movie_path, movie_id) | |
File "/home/ubuntu/videobombing/videobombing/app/workers.py", line 154, in compose_movie | |
composer.compose(movie_path) |
This file contains hidden or 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
esphome: | |
name: garage_hub | |
platform: ESP32 | |
board: nodemcu-32s | |
wifi: | |
ssid: !secret wifi_ssid | |
password: !secret wifi_password | |
mqtt: |