This file contains 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
// ==UserScript== | |
// @name XPOHID | |
// @namespace http://fabi.pw | |
// @version 0.1 | |
// @description Hide Posts from X (formerly Twitter) more effectively | Oculta Posts de X (ex Twitter) de forma más eficaz | |
// @author Nekitaww | |
// @match https://x.com/* | |
// @icon https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Logo_of_Twitter.svg/512px-Logo_of_Twitter.svg.png | |
// @grant none | |
// ==/UserScript== |
This file contains 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
// ==UserScript== | |
// @name VNT sonido | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Reproduce un sonido cuando se carga el formuulario | |
// @author Nekita Burger | |
// @match https://titulosvalidez.educacion.gob.ar/validez/detitulos/index.php | |
// @icon https://www.argentina.gob.ar/profiles/argentinagobar/themes/argentinagobar/argentinagobar_theme/favicon.ico | |
// @grant none | |
// ==/UserScript== |
This file contains 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
// ==UserScript== | |
// @name VNT Reloader | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Recarga cada 5 minutos la pagina de validez en caso de error | |
// @author Nekita Burger | |
// @match https://titulosvalidez.educacion.gob.ar/validez/detitulos/noaccess.php* | |
// @icon https://www.argentina.gob.ar/profiles/argentinagobar/themes/argentinagobar/argentinagobar_theme/favicon.ico | |
// @grant none | |
// ==/UserScript== |
This file contains 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
import twemoji from "twemoji"; // npm i twemoji | |
export const stemoji = function (node, params) { | |
twemoji.parse(node); | |
return { | |
update(params) { | |
twemoji.parse(node); | |
}, | |
}; | |
} |
This file contains 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
#include "MediaKeyboard.h" | |
#if defined(USBCON) | |
#include "usbd_hid_consumer_if.h" | |
typedef struct | |
{ | |
uint8_t MODIFIER; | |
uint8_t RESERVED; | |
uint8_t KEY1; //X |
This file contains 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
subst_span_main_tit&GeoFis | Professional GPS Tracking<script>alert(1)</script> | |
subst_span_head_compra&COMPRA AHORA | |
subst_span_head_contacto&CONTACTO | |
subst_span_menu_3&ACCESORIOS | |
subst_span_menu_4&CATALOGO | |
subst_span_menu_5&SOPORTE | |
subst_span_menu_6&TRABAJA CON NOSOTROS | |
subst_span_gpslive&GPS Live | |
subst_span_logo_sub&GPS Trackers & Professional GPS Tracking Software | |
subst_span_head_mail&[email protected] |
This file contains 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
public function get_price_html( $price = '' ) { | |
//$prices = $this->get_variation_prices( true ); | |
$prices = ["price" => strval($this->price), "regular_price" => strval($this->price)]; | |
if ( empty( $prices['price'] ) ) { | |
$price = apply_filters( 'woocommerce_variable_empty_price_html', '', $this ); |
This file contains 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
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Text; | |
using System.Threading; | |
namespace App.Video | |
{ | |
public class VideoDecoder : IDisposable |
This file contains 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
#region | |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Net; | |
using System.Net.Sockets; | |
using System.Text; | |
using System.Threading; | |
using Ionic.Zlib; |
This file contains 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
float4x4 World; | |
float4x4 View; | |
float4x4 Projection; | |
float4x4 xWorldViewProjection; | |
Texture xColoredTexture; | |
float DisplacementScroll; | |
sampler ColoredTextureSampler = sampler_state | |
{ |
NewerOlder