Skip to content

Instantly share code, notes, and snippets.

@D0zee
D0zee / GSoC.md
Created August 24, 2023 12:37
Google Summer of Code, Kotlin Foundation

Project Purposes

  • Add Kotlin DSL support to the Eclipse IDE.
  • Improve the user experience of using Eclipse for Java/Kotlin projects.
  • Save users from needing to use multiple IDEs during development.

What Has Been Done

  • Added: syntax highlighting, content assist for static Gradle properties, and diagnostic reports.
@joncardasis
joncardasis / Storing-Images-On-Github.md
Last active May 12, 2025 11:14
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets

@walkerjeffd
walkerjeffd / Synology-Diskstation-Git.md
Last active May 12, 2025 21:32
Instructions for setting up git server on Synology Diskstation

Configure Synology NAS as Git Server

Instructions for setting up a git server on a Synology NAS with Diskstation. Specifically, I am using a DS414 with DSM 5.0.

Set Up User and Folder

  • Create user gituser via Diskstation interface (with File Station and WebDAV privilages)
  • Add new shared folder called git (located at /volume1/git) with read/write access for gituser and admin. This folder will hold all the repos.
  • Install Git Server package via Diskstation