Author Archive

DLLs erstellen mit C#

Unter http://snippets.dzone.com/posts/show/3861 liegt eine kleine Anleitung, wie man mit C# DLLs erstellt und einbindet. Eine angepasste übersetzte Version des Artikels für C# Express 2008 werde ich in den nächsten Tagen mal fertigstellen.

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

LaTeX – Vortrag

Für die Troisdorfer Linux Usergroup bereite ich momentan einen Vortrag vor, der ein paar Grundzüge von LaTeX vorstellen soll. Ist noch lange nicht fertig, in unregelmäßigen Abständen lege ich aber eine PDF-Version unter folgender URL ab: http://uweziegenhagen.de/troisdorf/Intro.pdf.

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

LuaTeX

Mit LuaTeX gibt es ein LaTeX mit eingebauter Skriptsprache, was viele momentan recht mühsam zu programmierende Kontrukte in TeX/LaTeX erleichtern dürfte. Unter http://www.luatex.de/2009/12/luatex-fur-den-latex-benutzer-eine-einfuehrung/ gibt es eine kurze Einführung in LuaTeX.

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

PDF reader für iPhone und iPod touch

Goodreader, ein nach erstem Test ziemlich cooler PDF Reader für iPod und iPhone ist momentan für 0,79 € erhältlich. Für den Preis ein absolutes Muss.

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

Powershell und MP3 Tags

Auf http://www.powershell.nu/2009/09/04/scripting-mp3-metadata-through-powershell/ habe ich heute einen interessanten Artikel gefunden, der das Auslesen von MP3-Tags mit Powershell beschreibt.

Edit: Hier findet man die fertige DLL: http://download.banshee.fm/taglib-sharp/.

$TagLib = "C:\taglib\Libraries\taglib-sharp.dll"
 
[System.Reflection.Assembly]::LoadFile($TagLib)
 
$Media  =  [TagLib.File]::Create("C:/nemo.mp3")
 
$Media
 
$Media.Tag

GAC    Version        Location                                                                                                                                       
---    -------        --------                                                                                                                                       
False  v2.0.50727     C:\taglib\Libraries\taglib-sharp.dll                                                                                                           

Tag                    : TagLib.NonContainer.Tag
Properties             : TagLib.Properties
TagTypesOnDisk         : Id3v1, Id3v2
TagTypes               : Id3v1, Id3v2
Name                   : C:/nemo.mp3
MimeType               : taglib/mp3
Tell                   : 0
Length                 : 0
InvariantStartPosition : 644
InvariantEndPosition   : 6508416
Mode                   : Closed




GAC    Version        Location                                                                                                                                       
---    -------        --------                                                                                                                                       
False  v2.0.50727     C:\taglib\Libraries\taglib-sharp.dll                                                                                                           

Tag                    : TagLib.NonContainer.Tag
Properties             : TagLib.Properties
TagTypesOnDisk         : Id3v1, Id3v2
TagTypes               : Id3v1, Id3v2
Name                   : C:/nemo.mp3
MimeType               : taglib/mp3
Tell                   : 0
Length                 : 0
InvariantStartPosition : 644
InvariantEndPosition   : 6508416
Mode                   : Closed


StartTag                   : TagLib.NonContainer.StartTag
EndTag                     : TagLib.NonContainer.EndTag
TagTypes                   : Id3v1, Id3v2
Tags                       : {, }
Title                      : Nemo
Performers                 : {Nightwish}
PerformersSort             : {}
AlbumArtistsSort           : {}
AlbumArtists               : {}
Composers                  : {}
ComposersSort              : {}
TitleSort                  : 
AlbumSort                  : 
Album                      : Once
Comment                    : 
Genres                     : {Other}
Year                       : 2004
Track                      : 0
TrackCount                 : 0
Disc                       : 0
DiscCount                  : 0
Lyrics                     : 
Grouping                   : 
BeatsPerMinute             : 0
Conductor                  : 
Copyright                  : 
MusicBrainzArtistId        : 
MusicBrainzReleaseId       : 
MusicBrainzReleaseArtistId : 
MusicBrainzTrackId         : 
MusicBrainzDiscId          : 
MusicIpId                  : 
AmazonId                   : 
MusicBrainzReleaseStatus   : 
MusicBrainzReleaseType     : 
MusicBrainzReleaseCountry  : 
Pictures                   : {}
IsEmpty                    : False
Artists                    : {Nightwish}
FirstArtist                : Nightwish
FirstAlbumArtist           : 
FirstAlbumArtistSort       : 
FirstPerformer             : Nightwish
FirstPerformerSort         : 
FirstComposerSort          : 
FirstComposer              : 
FirstGenre                 : Other
JoinedArtists              : Nightwish
JoinedAlbumArtists         : 
JoinedPerformers           : Nightwish
JoinedPerformersSort       : 
JoinedComposers            : 
JoinedGenres               : Other

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

Windows 7 Tricks bei Chip online

Chip online hat ein paar brauchbare Windows 7 Tricks: http://www.chip.de/bildergalerie/Windows-7-Die-besten-Tipps-und-Tricks-Galerie_34472217.html.

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

Partitionen in virtuelle Festplatten verwandeln

Von Sysinternals gibt es mit Disk2VHD (http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx) ein Tool, das aus echten Partitionen virtuelle Festplatten machen kann.

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

Powershell und xcopy

Kürzlich musste ich eine größere Menge Ordner erstellen, die einen bestimmten Aufbau hatten. Zuerst habe ich einen Musterordner erstellt, den dann per Powershell dupliziert. Die Namen der Ordner habe ich aus einer CSV Datei genommen.

Get-Content foldernames.csv | Foreach-Object {
xcopy c:\template F:\target\$_  /E /Y /I
}

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

Google Chart API

Google hat vor einiger Zeit eine API herausgebracht, die die Erstellung von schicken Grafiken im Netz ermöglicht. Notiz an mich: Mal ausprobieren!

Hier der Link: http://code.google.com/intl/de-DE/apis/chart/ .

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website

Mit Powershell Verzeichnisrechte verwalten

Momentan bin ich dabei, Skripte zu schreiben, die mir ein Auslesen der Rechte einer Fileserver-Struktur ermöglichen. Neben den exzellenten Quest AD-Commandlets (siehe http://www.computerperformance.co.uk/powershell/powershell_quest_qad.htm ist es vor allem der intensive Gebrauch von get-acl.

Auf http://www.terminal23.net/2007/04/powershell_auditing_permissions.html habe ich ein Skript gefunden, das nicht nur das ansatzweise macht, was ich brauche, sondern auch so, dass ich verstehe was passiert. 🙂

Hier noch ein paar Links zu dem Thema:

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website