nav-left cat-right
cat-right
Home > 2008

free Qt Visual Studio Integration

Volker Wiendl has released a new Version of his VsQtAddin Visual Studio Plugin: Download (Version for VS 2005) In case you have a previous installed version uninstall it first, and make sure no component is remaining on the system. You may also run "C:\Programme\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /resetaddin VsQtAddIn.Connect /Command File.Exit with your appropriate directory. In...

Multifunktionsdrucker unter Linux

ÜbersichtXerox Phaser™ 6115MFPSamsung CLX-3175FWBrother DCP-9045CDNHP Color LaserJet CM1312nfi MFP (CC431A)HP Color LaserJet CM2320fxi MFP (CC435A)Lexmark X502nLexmark X560n alle Angaben ohne Gewähr! Übersicht Drucker Preis Sprache Treiber Duplex Xerox Phaser 6115MFP 835 GDI foo2lava ja Samsung CLX-3175FW 499 GDI Samung, (SpliX,...

Installation of Fonts in Miktex

I have several Type1 fonts which need to be installed such that LaTeX knows about them. To achive this under Miktex you have to follow these steps: Setup you localtexmf tree with the fonts or copy your localtexmf tree from a different installation into the corresponding Miktex directory. Run initexmf --edit-config-file updmap. That will open an editor. Insert in that file all map files in the following form:Map...

convert Images in batch process

Converting images in a batch process is not difficult in general, but approaches like this fail at filenames/directories with spaces #!/bin/sh for file in $(find -iname *.bmp); do mogrify -verbose -format png $file; done The solution is to use ‘read’ in the following way #!/bin/sh find . -iname "*.bmp" | while read name; do mogrify -verbose -format png "$name";...

mediawiki installieren

Ändern der URIsLogo zuweisenInstallation der ExtensionsBreadCrumbsCategoryTreeConfirmEditStubManagerSecureHTMLspellchecker not working with 1.12.0SyntaxHighlight_GeSHiUserImagesCategoryCloudCategoryBreadcrumbGoogle Analytics Zuerst ein Verzeichnis erstellen in das man die mediawiki Datei (z.B: mediawiki-1.12.0.tar.gz) entpackt. Dort das Verzeichnis config für den Webserver schreibbar machen. Sollte mediawiki auf...
Page 1 of 512345