Skip to content

Instantly share code, notes, and snippets.

@mfaizsyahmi
mfaizsyahmi / DOM DragEvent Test.ahk
Created February 3, 2022 02:06
A Neutron.ahk app to test DOM DragEvent
/*
This example is designed to show how to use the default Neutron template
page. Because it uses the default template, it is also the simplest example
to use and tweak as a beginner.
It is also designed to show how you would apply your own theming to the
template without having to modify it directly, by applying CSS styling to
the built-in template title bar elements.
*/
@mfaizsyahmi
mfaizsyahmi / youtube-playlist_with_youtube-dl.lua
Last active June 29, 2021 20:27
VLC YouTube Playlist parser using youtube-dl
--[[
Youtube playlist importer for VLC media player 1.1 and 2.0
Copyright 2012 Guillaume Le Maout
Authors: Guillaume Le Maout
Contact: http://addons.videolan.org/messages/?action=newmessage&username=exebetche
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or