Author Archives: CooLMinE

3DMark 11 is now available

Futuremark has released a new version of the known benchmark software 3DMark.

The new version consists of six new benchmark tests which make extensive use of DirectX 11 features including tessellation, compute shaders and multi-threading.

Available Benchmarks

  • Deep Sea 1
  • Graphic test using lights with no tessellation.

  • Deep Sea 2
  • Graphic test using tessellation, post processing, depth of field and other camera lens effects.

  • High Temple 1
  • Graphic test using lights and tessellation.

  • High Temple 2
  • Graphic test with high tessellation usage.

  • Physics test
  • Multi-theaded CPU heavy benchmark with minimal impact on the GPU.

  • Combined test
  • All around benchmark, that tests both the GPU and CPU using object collision, tessellation, volumetric lighting and post processing effects.

Minimum Requirements

  • OS: Microsoft Windows Vista or Windows 7
  • Processor: 1.8GHz dual-core Intel or AMD CPU
  • Memory: 1 GB of system memory
  • Graphics: DirectX 11 compatible graphics card
  • Hard drive space: 1.5 GB
  • Audio: Windows Vista / Windows 7 compatible sound card

There is a free edition available at http://www.3dmark.com/3dmark11/download

FileUnsigner – Remove digital certificates from files

This small tool was created to simplify the process that was discussed at Remove digital signature from a file using C# and simply aid the people that didn’t have the knowledge on how to compile the code posted there.

This is a small standalone tool that will simply remove the digital signature of any file.

The usage is fairly simple. Either drag and drop the files you want to unsign on the application or use command prompt with the following parameters:

FileUnsigner.exe <options> <file1> <file2> …

Current Options:
/f            Forces the program to remove a digital signiture even if one is not detected.

Remove digital signature from a file using C#

There are two reasons why you might want to consider removing the digital signature from some of the files you are using, especially third party libraries.

The first reason is because in many cases it will greatly speed up your programs start-up time. The reason for that is because if a file is signed with Microsoft digital certificate as an example on runtime it will attempt to verify the signature which in most cases it requires an internet connection. In cases where the user might not have an active internet connection or if the verification attempt is blocked by a firewall or any other reason, it will greatly increase the time your application will take to start.

Another important reason for removing a digital signature from a library you want to distribute alongside with your software is that a lot of users feel alarmed when an application tries to establish a connection at start-up, especially if the type of the application you are making doesn’t sound like the type it requires to connect somewhere.

Thankfully it is fairly easy to remove a signature from a file using the ImageRemoveCertificate API function. Below you can find a snippet that illustrates how it can be implemented.

If you would like to use the above code but have no knowladge on how to compile it then simply download the already compiled version from FileUnsigner v1.0.

Microsoft Office Professional Plus 2013 Trial now available

Office Professional Plus 2013 is the future of productivity. Office Professional Plus 2013 includes Word, PowerPoint, Excel, Outlook, OneNote, Access, Publisher, and Lync.

Microsoft has announced the release of Microsoft Office 2013 Trial version which is available for free. This version allows users to evaluate the software for 60 days. If you are interested in checking this product out head to http://technet.microsoft.com/en-us/evalcenter/jj192782.aspx.

Microsoft Office 2013 Requirements

  • Computer and processor: 1 gigahertz (Ghz) or faster x86- or x64-bit processor with SSE2 instruction set
  • Memory (RAM): 1 gigabyte (GB) RAM (32 bit); 2 gigabytes (GB) RAM (64 bit)
  • Hard Disk: 3.0 gigabytes (GB) available
  • Display: Graphics hardware acceleration requires a DirectX10 graphics card and 1024 x 576 resolution
  • Operating System: Windows 7, Windows 8, Windows Server 2008 R2, or Windows Server 2012
  • .NET version: 3.5, 4.0, or 4.5

Microsoft Visual Studio 2012

Visual StudioMicrosoft has officially announced the release of Visual Studio 2012.

In addition to the things we know and love about the Visual Studio products, the newest version provides the core tools that are required to build compelling, innovative Windows Metro style applications. There are also numerous of new features and enchantments that come with this version. If you are interested in finding what are those Microsoft already created a web page which you can access here that contains all the information you will need about this release.

Also you need to keep in mind that the interface of the new Visual Studio has changed drastically since this version now uses a Metro style interface. If you are one of those people that didn’t particularly like the Metro style you might need to consider that before rushing to upgrade.

Download Visual Studio 2012 Express for Windows 8
Visual Studio 2012 Online Installer (922kb)
Visual Studio 2012 Offline Installer (403MB)
Visual Studio 2012 Language Pack (20.2MB)