Skip to content

Instantly share code, notes, and snippets.

View sunix's full-sized avatar
⌨️
coding ...

Sun S. D. Tan sunix

⌨️
coding ...
View GitHub Profile
@sunix
sunix / jrelease.jsh
Last active August 31, 2023 15:26
release script for jkube
///usr/bin/env jbang "$0" "$@" ; exit $?
// //DEPS <dependency1> <dependency2>
//DEPS org.jline:jline:3.16.0
//DEPS de.codeshelf.consoleui:consoleui:0.0.13
//DEPS org.fusesource.jansi:jansi:2.3.4
//DEPS info.picocli:picocli:4.6.1
//DEPS org.apache.maven:maven-model:3.8.1
//DEPS org.apache.commons:commons-exec:1.3
//DEPS org.yaml:snakeyaml:1.29
@sunix
sunix / vscode-asciidoc.devfile.yaml
Last active December 21, 2020 11:00
dev asciidoc extension in che
# A devfile to develop VS Code extensions.
# For developers who would like to create his plugin inside Che-Theia.
apiVersion: 1.0.0
metadata:
generateName: vscode-asciidoc-ext-in-che-
projects:
- name: asciidoctor-vscode
@sunix
sunix / quarkus.devfile.yaml
Created December 21, 2020 09:49
with host 0.0.0.0
---
apiVersion: 1.0.0
metadata:
generateName: quarkus-
projects:
-
name: quarkus-quickstarts
source:
type: git
location: "https://github.com/quarkusio/quarkus-quickstarts.git"
@sunix
sunix / download_1fichier.sh
Created December 6, 2020 21:13
1fichier script login and download
#!/bin/bash
set -o xtrace;
wget --max-redirect=3 --content-disposition --progress=bar:force --load-cookies ~/.1fichier-cookie "$1"
@sunix
sunix / che-theia-rust-editor.yaml
Created November 30, 2020 12:44
custom editor that use che-theia + rust to test remote task not working
apiVersion: v2
publisher: eclipse
name: che-theia
version: next
type: Che Editor
displayName: theia-ide
title: Eclipse Theia development version + rust.
description: Eclipse Theia, get the latest release each day. + rust
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
category: Editor
@sunix
sunix / meta.yaml
Last active December 10, 2020 12:28
vscode-rust v0.7.8
apiVersion: v2
publisher: rust-lang
name: rust
version: 0.7.8
type: VS Code extension
displayName: Rust
title: Rust
description: >-
Rust for Visual Studio Code (powered by Rust Language Server/Rust Analyzer). Provides lints, code completion and
navigation, formatting and more.
@sunix
sunix / meta.yaml
Created October 21, 2020 15:36
vscode-didact-0.1.17
apiVersion: v2
publisher: redhat
name: vscode-didact
version: 0.1.17
type: VS Code extension
displayName: Didact
title: Didact Tutorial Tools by Red Hat
description: Provides interactive tutorial support to Visual Studio Code, via didact links calling VS Code commands, Markdown, AsciiDoc, and the VS Code webview.
icon: https://raw.githubusercontent.com/redhat-developer/vscode-didact/0.1.17/icon/logo.png
repository: https://github.com/redhat-developer/vscode-didact
@sunix
sunix / meta.yaml
Last active August 21, 2020 09:13
vscode-teletype-guest
apiVersion: v2
publisher: ms-vscode
name: vscode-teletype
version: 0.1.0
type: VS Code extension
displayName: vscode-teletype
title: Co-editing support
description: VS Code Teletype extension for Creating CoEditing skeleton for Eclipse Che and Theia
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/Rijul5/vscode-teletype-guest
@sunix
sunix / meta.yaml
Created August 10, 2020 12:23
tekton plugin test
apiVersion: v2
publisher: redhat
name: vscode-tekton
version: 0.2.0
type: VS Code extension
displayName: Tekton
title: Tekton pipelines support
description: This extension adds rich pipeline support for Tekton
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/redhat-developer/vscode-tekton
# chectl devfile:generate --name=che-docs --git-repo=https://github.com/eclipse/che-docs --dockerimage=docker.io/antora/antora --command=./run_antora.sh
apiVersion: 1.0.0
metadata:
generateName: che-docs-
projects:
- source:
type: git
location: 'https://github.com/eclipse/che-docs'
name: che-docs
components: