Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ tags:

# Hide the "Network" icon from Windows 7 Explorer

--8<-- "docs/snippets/archive.md"

If you want to hide the "Network" icon from the sidebar of the Windows Explorer in Windows 7 you can do this by modifying the registry.
In order to be able to do this you have to be logged in as an Administrator.
Despite that you'll have to give yourself the permissions to change the value.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# Mac OS: Airport not connecting automatically to Wi-Fi

--8<-- "docs/snippets/archive.md"

A few weeks ago I helped a friend with an issue he had on an iMac with the Wi-Fi.
After a while AirPort stopped from connecting automatically to the Wi-Fi.
Although this can be caused by various different issues I want to describe the one I found.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ tags:

# Office End-User License Agreement (EULA) has to be accepted every time

--8<-- "docs/snippets/archive.md"

Do you have to accept the the End-User License Agreement (EULA) of your Office applications every time you start them even though you've accepted them already?

This might be because you are using a restricted user account and thus the change can't be written into the Windows registry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ tags:

# Setting up Apache and Subversion on Debian Wheezy

--8<-- "docs/snippets/archive.md"

In this post I describe how to set up Apache and Subversion on a Debian server.
It is assumed that Apache is already installed and running properly on your server.
This includes PHP if you want to use WebSVN.
Expand Down
2 changes: 0 additions & 2 deletions docs/blog/posts/2011/things-discovered-in-struts-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tags:

# Things discovered in Struts 2

--8<-- "docs/snippets/archive.md"

In this post I write about some things I discovered during the development of a university project where [Struts 2](https://struts.apache.org "Apache Struts project website") is used.
I note them since I couldn't find them in the [documentation](https://web.archive.org/web/20170717125249/https://struts.apache.org/docs/home.html "Apache Struts 2 documentation") and they were discovered by digging through pieces of documentation, the code, and the web.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ tags:

# Hide star besides email addresses in Thunderbird

--8<-- "docs/snippets/archive.md"

If you—for some reason—don't like the yellow (for contacts in your address book) or gray (for unknown contacts) star next to email addresses in the message header there's a simple way on how to hide it.

If you don't have one yet, all it needs is a file called [userChrome.css](https://web.archive.org/web/20130728221756/https://developer.mozilla.org/en-US/docs/Thunderbird/Thunderbird_Configuration_Files#userChrome.css) inside a folder called `chrome` inside your profile folder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# How to use OCL when running EMF standalone

--8<-- "docs/snippets/archive.md"

If you are using the Eclipse Modeling Framework (EMF) standalone, i.e., you are not running it in an Eclipse-based environment, and you want to use OCL, some additional steps have to be performed besides registering your resource factory.

<!-- more -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ tags:

# LyX: Installing unknown document classes

--8<-- "docs/snippets/archive.md"

If you either received a LyX file that uses a document class unknown to your LyX installation or you would like to create a document using one of the options in the settings dialog, you need to install that document class.

This description is for Mac OS based on the latest version of _MacTeX_ (as of May 28th 2012 this is _MacTeX-2011_), but should work with any version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ tags:

# PostgreSQL accepts any or no password when connecting

--8<-- "docs/snippets/archive.md"

When connecting to the database with the `postgres` user I realized it accepts any password or no password even though the user has a password set.
I don't know if this happens also when using the installer to install _PostgreSQL_.
In my case I used `initdb` to set it up.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tags:

# Using multiple SVN clients with the `svn+ssh` protocol and a putty profile

--8<-- "docs/snippets/archive.md"

When trying to access an SVN repository using the `svn+ssh` protocol with _TortoiseSVN_ it might happen that the password prompt shows up endless times.
One suggested solution is to set up a profile in _putty_ and use a private key for authentication for SSH there.
Then in _TortoiseSVN_ the host name just has to be changed to the name of the profile, e.g., `svn+ssh://username@puttyProfileName/path/to/repo`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# Modifying the "New Child" sub-menu items in EMF

--8<-- "docs/snippets/archive.md"

I was just looking into a way to adjust the text of the items in the "New Child" (the same applies to "New Sibling" as well) sub-menu of the generated editor with EMF.
By default the items just show the type name of the element to create.
Depending on your meta-model it might be necessary to add some more information in order to be able to see which feature the new element gets added (or set) to.
Expand Down
2 changes: 0 additions & 2 deletions docs/blog/posts/2013/show-old-title-bar-in-thunderbird.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# Show old title bar in Thunderbird

--8<-- "docs/snippets/archive.md"

With the latest release of Thunderbird 17, the menu bar and tabs are drawn into the title bar.
On Windows XP, this then looks like the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# How to use OCL when running EMF standalone with Eclipse Mars

--8<-- "docs/snippets/archive.md"

I previously explained on [how to use OCL when running EMF in standalone](../2012/how-to-use-ocl-when-running-emf-standalone.md) (not as an Eclipse application).
This method works until Eclipse Luna.
With Eclipse Mars, OCL was heavily updated again.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# Move directory from one repository to another, preserving history

--8<-- "docs/snippets/archive.md"

I just moved one directory within a Git repository to a directory within another repository including its history.
For example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# Move more than one directory into a new repository

--8<-- "docs/snippets/archive.md"

I just realized that my previous post on [how to move one directory from one repository](move-directory-from-one-repository-to-another-preserving-history.md) to another really only works for one directory.

Fortunately, there is a very easy solution to that using a nice little tool called [git_filter](https://github.com/slobobaby/git_filter).
Expand Down
2 changes: 0 additions & 2 deletions docs/blog/posts/2015/mt4j-with-processing-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tags:

# MT4j with Processing 2

--8<-- "docs/snippets/archive.md"

In our [TouchCORE](https://djeminy.github.io/touchcore/) project at the [Software Engineering Lab](https://www.cs.mcgill.ca/~joerg/SEL/SEL_Home.html) at McGill University, we use [MT4j](https://www.mt4j.org) (Multitouch for Java) for the multitouch-enabled user interface.

For a long time, we had the problem that we couldn't run it on OSX using Java 7 and newer, because it is based on an older version of [Processing](https://processing.org) (`1.x`), which in turn uses an old version of [JOGL](https://jogamp.org/jogl/www/) (Java Binding for the OpenGL API).
Expand Down
2 changes: 0 additions & 2 deletions docs/blog/posts/2015/thunderbird-extension-hide-badge-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ tags:

# Thunderbird Extension: Hide Badge Icon

--8<-- "docs/snippets/archive.md"

About two years ago (a few months after switching to Mac OSX) I noticed that the badge on the Thunderbird app icon is quite distracting for me while I work (it notifies about new and how many emails were received).
As soon as it pops up I would notice it and felt an urge to immediately check what the new email is about.
Then of course, the current focus and concentration is lost.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tags:

# iOS: How to fix/change Voicemail number

--8<-- "docs/snippets/archive.md"

Recently, a friend's voice mail button did not work anymore.
Upon calling the voice mail, an audio error message appeared saying that the voice mail is not available or cannot be reached (something like that).

Expand Down
2 changes: 0 additions & 2 deletions docs/blog/posts/2017/airdrop-on-macos-working-unreliably.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# AirDrop on macOS working unreliably

--8<-- "docs/snippets/archive.md"

AirDrop is quite convenient to send files to a colleague or another device without having to send an email or uploading it somewhere.
At some point (I forgot with which exact OSX version), AirDrop was updated and required Bluetooth.
Since then, it often occurs that the device I want to share a file with does not appear.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ tags:

# How to drag music and videos onto iPhone/iPad using iTunes

--8<-- "docs/snippets/archive.md"

On an iPad I previously simply dragged some videos on to the device in iTunes to copy them onto it.
For some reason this did not work for my iPhone when I tried to do the same.
You can of course add the media to the iTunes library and select to sync it on to the device that way.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tags:

# Making EMF models serialized in XMI available in JSON with `emfjson`

--8<-- "docs/snippets/archive.md"

This summer we had two interns in our team at the _Software Engineering Lab_ who started creating a web application for our [TouchCORE](https://djeminy.github.io/touchcore/) tool.
I have wanted this for a long time.
Not only does it allow you to model in your browser, you can also do this collaboratively!
Expand Down
4 changes: 0 additions & 4 deletions docs/snippets/archive.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Following is a list of relevant tags:

<!-- material/tags { shadow: false } -->
<!-- material/tags -->
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ nav:
not_in_nav: |
tags.md
research/overview.md
snippets/archive.md

theme:
features:
Expand Down
62 changes: 62 additions & 0 deletions overrides/partials/content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!--
Copyright (c) 2016-2025 Martin Donath <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->

<!-- Tags -->
{% include "partials/tags.html" %}

<!-- Actions -->
{% include "partials/actions.html" %}

<!-- Note about archived posts -->
{% if "archived" in page.meta.tags %}
<blockquote>
<p>
<span class="twemoji"
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
d="M3 3h18v4H3zm1 5h16v13H4zm5.5 3a.5.5 0 0 0-.5.5V13h6v-1.5a.5.5 0 0 0-.5-.5z"
></path></svg
></span>
This post is <strong>archived</strong>. It is left as originally published.
</p>
</blockquote>
{% endif %}

<!--
Hack: check whether the content contains a h1 headline. If it doesn't, the
page title (or respectively site name) is used as the main headline.
-->
{% if "\u003ch1" not in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}

<!-- Page content -->
{{ page.content }}

<!-- Source file information -->
{% include "partials/source-file.html" %}

<!-- Was this page helpful? -->
{% include "partials/feedback.html" %}

<!-- Comment system -->
{% include "partials/comments.html" %}