Skip to content

Instantly share code, notes, and snippets.

View ylazy's full-sized avatar
πŸ‘»
yay!

Ylazy ylazy

πŸ‘»
yay!
View GitHub Profile
@adielbm
adielbm / ipa-for-google-translate.js
Last active August 24, 2025 22:36
IPA for Google Translate (phonetic transcription)
// ==UserScript==
// @name IPA for translate.google
// @namespace https://gist.github.com/adielBm/21762fe5e964071cb820a0c46896da34
// @version 2024-06-27
// @description Convert phonetic transcription to IPA on Google Translate
// @author adielBm
// @match https://translate.google.com/*
// @grant none
// @updateURL https://gist.githubusercontent.com/adielBm/21762fe5e964071cb820a0c46896da34/raw
// @downloadURL https://gist.githubusercontent.com/adielBm/21762fe5e964071cb820a0c46896da34/raw
@dominikwilkowski
dominikwilkowski / README.md
Last active September 15, 2025 10:02
ANSI codes for cli controled output

ANSI escape sequences

ANSI escape sequences can be printed to a shell to as instructions. The below is a list of codes I have used often in my CLI programs and I find myself looking up over and over again.

A great article about it can be found here.

Content

@juniorcesarabreu
juniorcesarabreu / sharing-folder-windows-macos-vmware.md
Created March 30, 2020 22:16
Sharing a folder between windows and mac os x on vmware

You need to follow this procedure in order to share files between Windows 7 and Mac OS X on VMWare :

  1. Go in your virtual machine settings and select 'Options' tab.
  2. Click on 'Folder Sharing' and tick 'Always enabled'.
  3. Click on 'Add' button and select a folder you want to share.
  4. Confirm virtual machine settings.
  5. From 'System preferences' on Mac OS X, select 'Sharing'.
  6. Make sure that 'File Sharing' is enabled.
  7. From top menu bar, select 'Go' and 'Computer'.
  8. You will now see a folder named '/'. This is your shared folder between Windows 7 and Mac OS X.
@roipeker
roipeker / BezierEase.as
Created April 21, 2018 13:40
Cubic Bezier Easing for any AS3 Tween engine (Starling / Greensock)
// =================================================================================================
//
// Created by Rodrigo Lopez [roipekerβ„’] on 21/04/2018.
//
// =================================================================================================
// ** Cubic Bezier Easing **
// based on https://github.com/gre/bezier-easing/
//
// Compatible with Greensock and Starling tween engine.
@therabbitwindfall
therabbitwindfall / gist:8eca8f4c4dcb62387bb6620bb3cff4df
Last active March 9, 2023 04:17
Говносвайп для CreateJS | Swipe for CreateJS. Used for Animate CC
createjs.Touch.enable(stage);
var box = this.box;
box.isDown = false;
box.addEventListener('mousedown', MouseDownAction);
stage.addEventListener('stagemouseup', MouseUpAction);
function MouseDownAction(event){
box.prevInteraction = new Date().getTime();
@aesuli
aesuli / Wikipedia_character_frequencies.txt
Last active September 30, 2024 10:41
Unicode character frequencies computed on dumps of all wikipedia languages
# Unicode character frequencies computed on dumps of all wikipedia languages (288)
# Dumps downloader: https://github.com/aesuli/wikipediatools
# Html converted to plain text: https://github.com/aesuli/wikipedia-extractor
#
# Andrea Esuli
# http://www.esuli.it/
#
#'char'<tab>ord(char)<tab>freq
' ' 32 6098823328
'e' 101 3226481962
@Manouchehri
Manouchehri / rfc3161.txt
Last active October 9, 2025 14:52
List of free rfc3161 servers.
https://rfc3161.ai.moda
https://rfc3161.ai.moda/adobe
https://rfc3161.ai.moda/microsoft
https://rfc3161.ai.moda/apple
https://rfc3161.ai.moda/any
http://rfc3161.ai.moda
http://timestamp.digicert.com
http://timestamp.globalsign.com/tsa/r6advanced1
http://rfc3161timestamp.globalsign.com/advanced
http://timestamp.sectigo.com
@DesignByOnyx
DesignByOnyx / JS Comments REGEX - Failing Cases.md
Last active September 21, 2022 03:31
JS Comments REGEX - Failing Cases

This shows use cases where a simple regex like the one on StackOverflow cannot be relied upon for 100% accuracy in detecting comments in code.

Case 1 - comment-like characters within a string:

var foo = "There's no way to tell that this /* is not the beginning of a comment";
var bar = "There's no way to tell that this */ is not the end of a comment";
var baz = "There's no way to tell that this // is not a single line comment";
var buz = "Matters get much worse when there are escaped \" quotes /* inside the string. Definitely need a parser.";
var fiz = `And there is
@joshtynjala
joshtynjala / tasks.json
Last active June 24, 2016 01:25
Visual Studio Code tasks.json for asjsc #NextGenAS
{
"version": "0.1.0",
"command": "asjsc",
"isShellCommand": true,
"args": ["src/Main.as"],
"showOutput": "always",
"problemMatcher":
{
"fileLocation": "absolute",
"pattern":
@rxaviers
rxaviers / gist:7360908
Last active October 27, 2025 08:49
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: