Skip to content

Instantly share code, notes, and snippets.

View Miuler's full-sized avatar
🦀
Mi nueva pacion, Rust!

Hector Miuler Malpica Gallegos Miuler

🦀
Mi nueva pacion, Rust!
View GitHub Profile
#!/usr/bin/python
# -*- coding: UTF-8 -*-
# vim: ai ts=4 sts=4 et sw=4
# Autor: Hector Miuler Malpica Gallegos
# Email: miuler@gmail.com
# Rev: $Rev
# -------------------------------------------------------------------
# https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators
@Miuler
Miuler / pyproject.toml
Last active June 22, 2023 04:29
demo-poetry-pytest
[tool.poetry]
name = "test"
version = "1.0.0"
description = "test"
authors = ["Hector Miuler Malpica Gallegos <miuler@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
[tool.poetry.group.test.dependencies]
// ==UserScript==
// @name Scroll Bar Hide
// @namespace https://miuler.com/
// @version 0.1
// @description Hide the scroll bar for sites.
// @author Miuler
// @match https://www.youtube.com/*
// @grant unsafeWindow
// @grant GM_registerMenuCommand
// @icon https://miro.medium.com/v2/resize:fill:48:48/1*6LVWTSSvxCYaftgZH-XFMQ.jpeg

Keybase proof

I hereby claim:

  • I am miuler on github.
  • I am miuler (https://keybase.io/miuler) on keybase.
  • I have a public key ASCpNMQJMmFzNgyHk37z9glcEHUL3mrvzSAKeeMzBig4Jgo

To claim this, I am signing this object:

@Miuler
Miuler / connect_bluetooth_headphones.sh
Created September 28, 2020 15:52 — forked from egelev/connect_bluetooth_headphones.sh
Connect bluetooth headphones on Ubuntu 18.04
#!/usr/bin/env bash
function get_headphones_index() {
echo $(pacmd list-cards | grep bluez_card -B1 | grep index | awk '{print $2}')
}
function get_headphones_mac_address() {
local temp=$(pacmd list-cards | grep bluez_card -C20 | grep 'device.string' | cut -d' ' -f 3)
temp="${temp%\"}"
temp="${temp#\"}"
@Miuler
Miuler / gist:4134020
Created November 23, 2012 04:36
Benchmarks for Gatling: Gatling's simulation
package jmeter
import com.excilys.ebi.gatling.core.Predef._
import com.excilys.ebi.gatling.http.Predef._
import com.excilys.ebi.gatling.http.Headers.Names._
import bootstrap._
class JMeterBenchmark extends Simulation {
def apply = {
@Miuler
Miuler / AndroidManifest.xml
Created May 11, 2018 15:46 — forked from bjoernQ/AndroidManifest.xml
Creating a System Overlay (Always on Top over all Apps) in Android
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.mobilej.overlay"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" />
<application android:label="SystemOverlay" >
<activity
@Miuler
Miuler / sbt-plugin-ranking-2017-08-05.md
Created August 6, 2017 00:10 — forked from eed3si9n/ sbt-plugin-ranking-2017-08-05.md
List of sbt plugins sorted by GitHub stars. This was generated using https://gist.github.com/eed3si9n/ea4ceef0c5e5c07d6e62c87bea029f88, then augmented by hand.
@Miuler
Miuler / start.ini
Last active January 1, 2016 08:29
Configuration of jetty (9.1.0.v20131115)
#/home/almacen/java/jetty-distribution-9.1.0.v20131115/start.ini
#===========================================================
# Jetty start.jar arguments
#
# The contents of this file, together with the *.ini
# files found in start.d directory are used to build
# the classpath and command line on a call to
# java -jar start.jar [arg...]
#
# Use the following command to see more options
@Miuler
Miuler / start.ini
Last active January 1, 2016 08:29
Configuration of jetty (8.1.10.v20130312)
#/home/almacen/java/123/jetty-distribution-8.1.10.v20130312/start.ini
#===========================================================
# Jetty start.jar arguments
# Each line of this file is prepended to the command line
# arguments # of a call to:
# java -jar start.jar [arg...]
#===========================================================