Skip to content

Instantly share code, notes, and snippets.

View Lulalaby's full-sized avatar
💕
Bored!

Lala Sabathil Lulalaby

💕
Bored!
View GitHub Profile
@Lulalaby
Lulalaby / ow cmd
Created March 11, 2022 01:58 — forked from Toyz/OW1 CMD
All command line options to Overwatch
----------POSSIBLE OPTIONS----------------------------------------------
--account : [optional] account name to login with
--key : [optional] connection key for the server (defaults to 1 in debug)
--automationRoutine : [optional] automation routine to run after login
--startAutomationGraph : [optional] start up and execute automation global graph using provided guid
--gatherEffectStats : [optional] enables effect stat gathering
--noautoconnect : [optional] Do not automatically connect to a server
--fastQuit
--dumpAssetNames : Write to <file> a JSON map of GUID (String "0xabc...") to asset name for all soft assets
--startPosition : [optional] start position when joining a map
[
{
"id": 0,
"name": {
"default": "General"
},
"is_primary": true
},
{
"id": 15,
@Lulalaby
Lulalaby / xiaoxiao_tts.py
Created December 3, 2021 00:48 — forked from Dobby233Liu/xiaoxiao_tts.py
superb edit of an old parameterless script
#!/usr/bin/env python
# -*- coding:utf-8 -*-
"""Edge Microsoft TTS for Python."""
import sys
from ws4py.client.threadedclient import WebSocketClient
import binascii
import argparse
import json
import requests
import re
@Lulalaby
Lulalaby / .gitignore
Created September 15, 2021 21:37
Gitignore Template for C# projects
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
<?php
if (!empty($_SERVER["HTTP_CLIENT_IP"]))
{
//check for ip from share internet
$ip = $_SERVER["HTTP_CLIENT_IP"];
}
elseif (!empty($_SERVER["HTTP_X_FORWARDED_FOR"]))
{
// Check for the Proxy User
$ip = $_SERVER["HTTP_X_FORWARDED_FOR"];

Keybase proof

I hereby claim:

  • I am lulalaby on github.
  • I am lulalaby (https://keybase.io/lulalaby) on keybase.
  • I have a public key whose fingerprint is 3DCB 25BF 5BBF 1D73 56EE FA28 9898 5E8C 3C81 6420

To claim this, I am signing this object:

@Lulalaby
Lulalaby / emoji.pl
Created February 18, 2019 09:43 — forked from windytan/emoji.pl
Visualize SSH public key fingerprints using Unicode emoji
# Oona Räisänen 2013
# http://windytan.com
# ssh-keygen -l -f ~/.ssh/id_rsa.pub | perl emoji.pl
@emoji = qw( 🌀 🌂 🌅 🌈 🌙 🌞 🌟 🌠 🌰 🌱 🌲 🌳 🌴 🌵 🌷 🌸
🌹 🌺 🌻 🌼 🌽 🌾 🌿 🍀 🍁 🍂 🍃 🍄 🍅 🍆 🍇 🍈
🍉 🍊 🍋 🍌 🍍 🍎 🍏 🍐 🍑 🍒 🍓 🍔 🍕 🍖 🍗 🍘
🍜 🍝 🍞 🍟 🍠 🍡 🍢 🍣 🍤 🍥 🍦 🍧 🍨 🍩 🍪 🍫
🍬 🍭 🍮 🍯 🍰 🍱 🍲 🍳 🍴 🍵 🍶 🍷 🍸 🍹 🍺 🍻