Skip to content

Instantly share code, notes, and snippets.

@3rdstage
3rdstage / dl_settings.xml
Last active February 27, 2020 11:31
Preferred or enhanced settings for Oracle SQL Developer Data Modeler project
<?xml version="1.0" encoding="UTF-8" ?>
<!--
'sed' commands to generate the following settings from the original one
$ sed -i 's/font_name=\"Dialog\" font_size=\"10\"/font_name=\"Malgun Gothic\" font_size=\"12\"/' dl_settings.xml
$ sed -ri 's/fc_object classname="(Table|Entity)" background="[^"]*"/fc_object classname="\1" background="-1"/' dl_settings.xml
$ sed -ri 's/fc_object classname="Note" background="[^"]*"/fc_object classname="Note" background="-52"/' dl_settings.xml
$ sed -ri 's/<pk value="[^"]*"\/>/<pk value="{table abbr}_PK"\/>/' dl_settings.xml
$ sed -ri 's/<fk value="[^"]*"\/>/<fk value="{child abbr}_FK{seq nr}"\/>/' dl_settings.xml
@3rdstage
3rdstage / using-remix-ide-chrome-extension-and-remixd.md
Last active January 21, 2020 07:12
Simple guide to use the Chrome extension of Remix IDE with local Remixd on Windows.

Using Chrome Extension of Remix IDE with Local Remixd on Windows

1. Download Remix IDE Binary

Download the zipped Remix IDE binary from release page (https://github.com/ethereum/remix-ide/releases) and unpack the file into the wanted location such as c:\tools\remix-ide

2. Fix the 'Content Security Policy' in the Manifest File

@3rdstage
3rdstage / optimized-eclipse-preference.ini
Last active October 6, 2020 13:36
Optimized Eclipse preference file which can be imported.
# 2019/05/03 - update Java type filter
# 2017/12/05 - add file association for '*.j2'
# 2017/04/20 - add Go source editor setting and register 'jmx' (JMeter test plan file) extension as XML content-type
# 2017/03/09 - disable error reporting e-mail, automatic transition to PMD perspective and added file association for 'project-reposts.html' and 'pmd.html' with web browser
# 2017/03/08 - add file association for 'findbugs.html' with web browser
# 2017/03/03 - add tab size for debug console
# 2017/02/23 - remove editor indicators for Info annotations
# 2017/02/15 - make to use external web browser by default and add file associations for 'api.link.html' and 'javadoc.link.html' with web browser
# 2017/02/13 - update Java type filter
# 2017/02/08 - set 2 for indentation size following 'Google Style Guides' and 120 for line width for most type of editors