Skip to content

Instantly share code, notes, and snippets.

@FrnandMG
FrnandMG / ffmpeg.md
Created October 15, 2022 17:56 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet
"""Aprende como traducir cualquier Texto con Python por #Tecsify
¡Tecnología que empodera!"""
from deep_translator import GoogleTranslator
# - - Esta parte del código traduce únicamente un texto plano
traductor = GoogleTranslator(source='es', target='en')
resultado = traductor.translate("La educación es el arma más poderosa para cambiar al mundo")
print(resultado)
#-----------------------------------------------------------------------------
'use strict';
/**
* @ngdoc service
* @name ProjectAdminApp.Login
* @description
* # Login
* Service in the ProjectAdminApp.
*/
angular.module('project.lsrv',[])
<div class="row-fluid">
<div class="{{user.provider === 'password'? 'col-md-4' : 'col-md-12'}}">
<h3>Account</h3>
<form role="form">
<p class="form-group">
<label>Cuenta ID</label>
<br />{{user.uid}}
</p>
<h2>Login</h2>
<div class="jumbotron2">
<form role="form">
<p class="form-group">
<label for="loginEmail">Email</label>
<input id="loginEmail" required name="email" type="email" ng-model="email" class="form-control" />
</p>
<p class="form-group">
<label for="loginPass">Password</label>
@FrnandMG
FrnandMG / DownloadYouTube.user.js
Last active April 1, 2017 16:05
Download YouTube Videos as MP4
// ==UserScript==
// @name Download YouTube Videos as MP4
// @description Adds a button that lets you download YouTube videos.
// @author frnandmg
// @version 1
// @date 2014
// @namespace http://frnandmg.com
// @include http://www.youtube.com/*
// @include https://www.youtube.com/*
// @exclude http://www.youtube.com/embed/*
// ==UserScript==
// @name Youtube HTML5 stop autoplay
// @namespace http://smiler.se/
// @description Prevent HTML5 videos on youtube from autoplaying
// @include http://www.youtube.com/*
// @include https://www.youtube.com/*
// @exclude http://www.youtube.com/embed/*
// @exclude https://www.youtube.com/embed/*
// @match http://www.youtube.com/*
// @match https://www.youtube.com/*
@FrnandMG
FrnandMG / YouTubeStopAutoplay.user.js
Last active June 26, 2021 21:47
YouTube Stop Autoplay (play one video at a time)
// ==UserScript==
// @name Youtube Flash stop autoplay
// @namespace http://localhost
// @description Prevents autoplay.
// @include http://www.youtube.com/*
// @include https://www.youtube.com/*
// @exclude http://www.youtube.com/embed/*
// @exclude https://www.youtube.com/embed/*
// @match http://www.youtube.com/*
// @match https://www.youtube.com/*
<?php
require_once __DIR__.'/vendor/autoload.php';
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
$app = new Silex\Application();
$app['debug'] = true;
@FrnandMG
FrnandMG / dabblet.css
Created February 23, 2013 03:41
ANDY ANDROID CSS3
/**
* ANDY ANDROID CSS3
*/
.android.normal {
position: relative;
top: 0;
left: 20%;
width: 264px;
height: 336px;