Skip to content

Instantly share code, notes, and snippets.

View guilhermelirio's full-sized avatar

Guilherme Lirio Tomasi de Oliveira guilhermelirio

View GitHub Profile
@guilhermelirio
guilhermelirio / lambda_function.py
Created April 8, 2022 12:21 — forked from matt2005/lambda_function.py
Alexa Smart Home Skill Adapter for Home Assistant
"""
Copyright 2019 Jason Hu <awaregit at gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@guilhermelirio
guilhermelirio / ec2-ftp-tutorial.md
Created November 21, 2020 02:58 — forked from tylermakin/ec2-ftp-tutorial.md
Tutorial for configuring FTP access to an EC2 server
@guilhermelirio
guilhermelirio / view_cart.html
Created August 17, 2018 18:58 — forked from onefriendaday/view_cart.html
Pagseguro checkout transparent
<script type="text/javascript" src="https://stc.pagseguro.uol.com.br/pagseguro/api/v2/checkout/pagseguro.directpayment.js"></script>
<script type="text/javascript">
var paymentModule = 'pagseguro_app';
checkoutCallbacks.add(pagseguroCheckout);
function pagseguroCheckout() {
if ($('input[name=module]').val() == paymentModule) {