Skip to content

Instantly share code, notes, and snippets.

View jesusnoseq's full-sized avatar
🧐

Jesús Rodríguez Pérez jesusnoseq

🧐
View GitHub Profile
@jesusnoseq
jesusnoseq / Template-Developer-Survey.md
Created May 19, 2020 08:29 — forked from durbon/Template-Developer-Survey.md
Este listado de temas cubre un amplio abanico de asuntos que nos interesa evaluar dentro del equipo https://medium.com/@durbon/developer-survey-recopilando-la-opini%C3%B3n-de-los-desarrolladores-76384a0347bb

1. Development environment

  • How would you rate the development environment in team? (Use the [1-5] scale)
  • How would you rate the project Settings needed to start to work? (Use the [1-5] scale)
  • How would you rate documentation of the necessary tools? (Use the [1-5] scale)
  • How do you rate the team’s current onboarding process? (Use the [1-5] scale)
  • Do you think we have enough tools to work with? (Use the [1-5] scale)
  • What tools are you missing in order to be more productive at work?

2. Code

  • What is the level of satisfaction with the current codebase? (Use the [1-5] scale)
@jesusnoseq
jesusnoseq / FeasibilityLite.cs
Created December 8, 2017 02:17 — forked from guywald/FeasibilityLite.cs
Unity 3d Facebook + AWS Cognito + AWS Api Gateway + AWS Lambda Authenticated Web Request
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using Facebook.Unity;
using System.Collections.Generic;
using UnityEngine.Experimental.Networking;
using Amazon;
using Amazon.Runtime;
using Amazon.CognitoIdentity;
using Amazon.CognitoIdentity.Model;
<?php
require 'google-api/apiClient.php';
require 'google-api/contrib/apiOauth2Service.php';
require 'google-api/contrib/apiDriveService.php';
$pdfFile = 'test.pdf';
// API Console: https://code.google.com/apis/console/
// Create an API project ("web applications") and put the client id and client secret in config.ini.
Expected Result:
----------------
One
Two
Three
Four
Six
@jesusnoseq
jesusnoseq / envia_sms.php
Created December 15, 2012 14:03 — forked from anonymous/gist:4294511
Ejemplo de uso de la API de Panacea Mobile para enviar un SMS.
<?php
require_once("panacea_api.php");
define('PANACEA_USER','TU USUARIO DE PANACEA');
define('PANACEA_API_KEY','UNA DE TUS API KEY');
// SMS_SENDER_NAME es el nombre con que le llega al destinatario el SMS
// Tened cuidado de no pasaros con el nombre.
// Si os pasais el SMS se envia pero no llega.
// Simplemente no os paseis de los 8 caracteres.
define('SMS_SENDER_NAME','PRUEBA');