Skip to content

Instantly share code, notes, and snippets.

View Jerakin's full-sized avatar
🔥
Makin'

Jerakin

🔥
Makin'
View GitHub Profile
@echo off
REM Slightly edited from source:
REM https://www.itechtics.com/easily-enable-group-policy-editor-gpedit-msc-in-windows-10-home-edition/
REM This script installs gpedit (Group Policy Editor) on Windows 10 Home Edition
REM (Because it's not included by default in Home Edition)
pushd "%~dp0"
@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active May 9, 2024 04:48
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
REM My main disk
D:
REM Defold project
cd "D:\Defoldx86\branches\34041\2444\app"
REM Build with bob
java -jar "D:\Defoldx86\branches\34041\2444\app\tools\build\bob.jar" --archive --platform "armv7-android" --bundle-output "C:\Users\mattias\Desktop\builds" --debug distclean build bundle
REM Move to adb folder
@Jerakin
Jerakin / ps-export-layers-to-png.jsx
Last active January 6, 2020 12:31 — forked from tomekc/ps-export-layers-to-png.jsx
Photoshop script that exports to PNG all layers and groups whose names end with ".png".
#target photoshop
// $.level = 2;
/*
* Script by Tomek Cejner (tomek (at) japko dot info)
* based on work of Damien van Holten:
* http://www.damienvanholten.com/blog/export-groups-to-files-photoshop/
*
* My version adds support of nested layer groups,
* and exports single layers in addition to groups.