Skip to content

Instantly share code, notes, and snippets.

View John4650-hub's full-sized avatar

John Delvin John4650-hub

View GitHub Profile
@John4650-hub
John4650-hub / ace-editor.html
Created January 24, 2024 11:54 — forked from nilandev/ace-editor.html
How to create multiple instance of Ace Editor in one page?
<style>
#accordion {
height:500px;
}
.ace_editor {
width:600px;
height:300px;
}
</style>
@John4650-hub
John4650-hub / build.yml
Created November 14, 2022 04:10 — forked from alexanderbazo/build.yml
Github Actions: Build and Release Android-APK
name: Minimal Android CI Workflow
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
We couldn’t find that file to show.