Ehibou - are.ehibou.com - are.ehibou.com

Latest News:

How to login into machine using c# and System.Management library 21 Mar 2013 | 06:09 pm

Have to do periodic checks if it is still possible to login into every Virtual Server using domain account. So I had to put some code togather: using System;using System.Collections.Generic;using VMw...

How to revert Virtual Machine Snapshot by Virtual Appliance name and Snapshot Name on VMVare vSphere using vSphere Power CLI API 21 Mar 2013 | 03:52 pm

Was looking for code like this for some time and could not find anything useful and in one place on the internet. At the end I came up with something like this: using System;using System.Collections....

How to convert your footnotes and endnotes into Smashwords.com compatible bookmarks 19 Mar 2013 | 03:29 am

Lately I had a lot of trouble with one e-book. I had to format Microsoft word document to comply with Smashwords.com standards. The biggest problem was to translate footnotes and endnotes into Smashwo...

How to collect the same file from several different servers for comparison or other type of analysis :) 14 Dec 2012 | 06:27 pm

this example is also useful if you want to iterate through comma separated/delimited values stored in a variable in bat script .bat file contents looks like this @echo off SET servers=server1,server2,...

Programmatically rejoin active directory domain after virtual machines snapshot is reverted 22 May 2012 | 07:29 pm

There is a problem with active directory computer accounts in combination with virtual machine snapshots. After virtual machine is added into domain computer account’s password gets updated in AD once...

Funny regular expression experience 23 Mar 2012 | 09:47 pm

I was working on a regex to check if all the symbols in the string are from the range of allowed ones. My initial regex, which  was working was: ^[a-zA-Z0-9_-]*$ Later I decided to allow spaces and...

c# .net code snippet to cache xslt objects 9 Mar 2012 | 02:12 am

XslCompiledTransform class is used to perform xslt transformation. Construction of the instance of the object of this type takes some time as it has to load, parse and compile xslt file and all the in...

java, *.jar to c# .NET 4 Oct 2011 | 01:20 am

Use tools from ikvm.net to generate .NET libraries out of java code.

custom theme war file for Novell Identity Managers (IDM) User Application (UA or User App) 9 Mar 2011 | 05:54 am

Was working on the software based on Novell Identity Management (IDM). IDM software package includes a peace of software called User Application – UA. It is user portal software which supports skins o...

strange javascript window.open problem on ie 9 Mar 2011 | 03:59 am

Internet explorer fails to open popup window using window.open() if the name for the window contains at least minus symbol ‘-’. I guess it will fail in case of any other strange symbol. <html> <body>...

Recently parsed news:

Recent searches: