• Blog
  • About
  • Site Notice

Welcome to the Blog

  • Home
  • |
  • Tag: Snippets

Kill all processes of a single user

kill -9 `ps -u $username -o "pid="` ...

English

Read More

Copy something directly into the clipboard from Terminal.app

cat foo.txt | pbcopy ...

English

Read More

Java enums from a given string

To generate a instance of a enum class by a given string you can ...

English

Read More

Show DB2 SQLCODES

With the db2 comand line tool: db2 ? SQL$FOO Replace $FOO with your sql ...

English

Read More

Java BigDecimal is negative?

To check if a BigDecimal in Java is negative use the signum() method like ...

English

Read More

Testing that a method throws an exception

In Java with JUnit 3 public void testIndexOutOfBounds() { try { new ArrayList().get(0); fail("Should ...

English

Read More
Load More

Categories

  • Allgemein
  • English
  • German
  • Java
  • News

tags cloud

  • 1password
  • 2o minute meals
  • 3C
  • 4Gewinnt
  • agile
  • agile Softwareentwicklung
  • Agile Werte
  • agohumanized
  • ajax
  • Algorithmen

Useful links

  • Kontakt/Impressum
  • Musik
  • Über Jens Jäger
  • Protected: Basecamp
  • ScribbishWPde

Archives

  • April 2008
  • May 2008
  • June 2008
  • July 2008
  • August 2008
  • September 2008
  • October 2008
  • November 2008

About me    Site notice    

Copyright 2025 JSE GmbH, all rights reserved.