• Kontakt
  • Über
  • Impressum
Zum Inhalt springen
AndyDunkel.net

AndyDunkel.net

Software, Programmieren, Gadgets, Internet

  • Home
  • Alle Artikel
  • Software
  • Webseiten
  • Youtube
  • Dokumente
  • CodeSnippets

Kategorie: Programmieren

27. Juni 2011 Programmieren

C#–Read STDOUT from a console application

Recently I needed to start a console application from C#, wait until the execution has finished and read the output

Weiterlesen
22. Juni 2011 Programmieren

Java: Check if your code is running in Eclipse

Sometimes, for example during debugging, it is useful to check if your code is running from the Eclipse IDE to

Weiterlesen
27. Mai 2011 Programmieren

RCP Application Set Title of Application Window

To dynamically set the title of a RCP application, the following code snippet is useful: private String fileName = "unknown.daf";

Weiterlesen
25. Mai 2011 Programmieren

Java – Load text file to string

Most common in programming is to load text files to a string. Since this usually involves some lines of code,

Weiterlesen
17. Mai 2011 Programmieren

Java/SWT GUI Access from Thread

A thread in Java cannot directly access the GUI. With the following snippet the access is possible: Call from the

Weiterlesen
16. Mai 2011 Programmieren

Remove unwanted actions in RCP application

In my current RCP application some unwanted Eclipse actions showed up in the toolbar and menubar: How to get rid

Weiterlesen
12. Mai 2011 Programmieren

Set title for JFace dialog

The following snippet sets the title for a JFace dialog: @Override protected void configureShell(Shell shell) { super.configureShell(shell); shell.setText("My Dialog Title");

Weiterlesen
28. April 2011 Programmieren

Get plugin path

This snippets gets the local folder for a plugin: public static File getPluginFolder() { if(pluginFolder == null) { URL url

Weiterlesen

Beitrags-Navigation

«Vorherige Beiträge 1 … 14 15 16

Kategorien

  • Allgemein
  • Hardware
  • Internet
  • Meinung
  • Programmieren
  • Reisen
  • Software
  • Sonstiges
  • Beliebt
  • Kommentare
  • Tags
  • Hosteurope – SSL-Zertifikate von LetsEncrypt automatisch verlängern und einrichten [Update 31.05.2020]
    22. Oktober 2017
  • Update: LetsEncrypt bei Hosteurope mit Script einrichten
    31. Mai 2020
  • Roomba Fehler 9–Reparaturanleitung
  • AirSonos – Airplay für Sonos mit dem Raspberry Pi
  • Backup von VirtualBox VMs automatisieren
    18. Februar 2018
  • AutoHotKey: HTML-Link erzeugen - eKiwi-Blog.de zu Evernote und die Abhängigkeit von Cloud und Programmen
  • loewenherz zu #1698 – Access denied for user ‘root’@’localhost’ mit phpMyAdmin
  • Thomas zu Open WPF Windows from Winforms application
  • andy zu Downloads mittels Hashwerten in Windows prüfen
  • Claus zu Downloads mittels Hashwerten in Windows prüfen
Backup Brompton C# Coding Computer Dell Delphi Eclipse Entwicklung firemonkey Git Hardware Internet ipad Java Jekyll Laptop LetsEncrypt Linux Mehlblockalpe Meinung Microsoft Mobilitaet OSX PHP Programmieren Radfahren Radtour RCP Reparatur roomba server Software SSL Thinkpad Umwelt VirtualBox VisualStudio Visual Studio VPN Webdesign Windows Winforms Wordpress WPF

Bitte wähle den Tab Inhalt in den Widget Einstellungen.

Archive

Schlagwörter

Backup Brompton C# Coding Computer Dell Delphi Eclipse Entwicklung firemonkey Git Hardware Internet ipad Java Jekyll Laptop LetsEncrypt Linux Mehlblockalpe Meinung Microsoft Mobilitaet OSX PHP Programmieren Radfahren Radtour RCP Reparatur roomba server Software SSL Thinkpad Umwelt VirtualBox VisualStudio Visual Studio VPN Webdesign Windows Winforms Wordpress WPF

Kategorien

  • Allgemein
  • Hardware
  • Internet
  • Meinung
  • Programmieren
  • Reisen
  • Software
  • Sonstiges

Neueste Beiträge

  • Sublime Text – Encoding in Statuszeile anzeigen
  • Selbstständig als IT-Fachkraft: Lohnt sich Freelancing im Web
  • C# Der ‘Microsoft.ACE.OLEDB.12.0’-Provider ist nicht auf dem lokalen Computer registriert.
  • Grafikfehler in Visual Studio mit neuen Laptop und AMD Grafikkarte
  • C# Anwendung startet nicht in Windows 8 – System.MissingMethodException
  • Youtube
  • Alle Artikel
  • Webseiten
  • Software
  • Projekte
  • Kontakt
  • Über
  • Datenschutzerklärung
  • Impressum