Arnisoft
RSS
  • Music Production
  • Virtualization
  • Programming
  • Imprint
    • Imprint/Impressum
    • Haftungsauschluss

Intern: Music Production on own site

By devarni On May 17, 2013 · Add Comment · In Music Production
Because I will not make all things twice, music production stuff is located now and in the future only on my music project site. Visit http://4damind.com  
[Continue Reading...]

Debug Python with OpenOffice/LibreOffice

By devarni On April 15, 2013 · Add Comment · In Programming, Python
Today I have a small hint for debugging Python scripts (macros) with Eclipse Pydev or Jetbrains PyCharm and for OpenOffice/Libreoffice Python Scripts. Both IDEs using Pydevd for remote debugging. It needs to start at first the debug server in the IDE (Pydev has a button/menu option to start the debug server) so the IDE will [...]
[Continue Reading...]

Cubase 6.5 – Retrologue Note Expression

By devarni On March 23, 2012 · Add Comment · In Music Production
A short screencast I made about the usage of VST3 Note Expression with the Retrologue synth from Cubase 6.5
[Continue Reading...]

PhpStorm new IDE from Jetbrains

By devarni On March 23, 2011 · Add Comment · In Programming
Jetbrains, the known company behind the IntelliJ IDE for Java, will change the market with a new PHP IDE “PhpStorm” This time version 2 is in the beta stage but can be tested as a EAP early adopter version. Version 1 is released but Version 2 will catch up with the top of the PHP [...]
[Continue Reading...]

PHP magic methods performance

By devarni On November 19, 2010 · Add Comment · In Programming
How is the performance of magic methods (__call, __get, __set, …)? Compared to direct method calls: bad. Here a short benchmark and the code I wrote for this benchmark (needs PHP 5.3): Method Call: 3.01 seconds Direct Access: 2.47 seconds Magic Method (__call) 5.32 seconds Magic Method (__get) 5.37 seconds define('ITERATIONS', 2000000); function doBenchmark($name, Closure [...]
[Continue Reading...]

Benchmark: VirtualBox vs VMware: Part2 2010

By devarni On October 29, 2010 · Add Comment · In Virtualization
VirtualBox vs VMware: part 2010 Because the free Vmware Player now supports also the creating of virtual machines, it’s time to make another short benchmark. Host Ubuntu GNU/Linux 10.10 64Bit (“Maverick”), 120GB SSD, 4GB RAM, Intel Core 2 Duo 6600 Guest Windows 7 64Bit Home, 2xCPU, 2GB RAM, 20GB virtual HD on 1TB Samsung Spinpoint [...]
[Continue Reading...]

NGinx: Custom error handling

By devarni On May 18, 2010 · Add Comment · In Webserver
I will give you a idea about the easy implementation of error page handling with Nginx. 1. Setting error handler Error handler can be set with the error_page directive. More about this directive you can find here. Do this in your server block but better use a generic file and include this in every virtual [...]
[Continue Reading...]

Nginx: phpmyadmin configuration

By devarni On May 13, 2010 · Add Comment · In Webserver
This configuration is used to access phpmyadmin as a “subfolder” of the domain like: http://mysite.com/phpmyadmin The location will be append to the root! For a similar behaviour like the Apache configuration, you could use the “alias” directive My phpmyadmin installation is under /usr/share/phpmyadmin, thats why I use /usr/share as the root. server{ ... location /phpmyadmin{ [...]
[Continue Reading...]

Server Benchmark: Apache, Nginx, Cherokee, Lighttp

By devarni On May 13, 2010 · Add Comment · In Networking
Quick Benchmark of Apache, Nginx, Cherokee, Lighttpd A short benchmark of this 4 server with dynamic and static content. All server provides the same functionality like URL rewriting, password protected folders/files etc. but all have their own way to do that For shared hosting where the user has no access to the server configuration, Apache [...]
[Continue Reading...]

Benchmark: VirtualBox vs VMware

By devarni On March 10, 2009 · Add Comment · In Virtualization
Benchmark VirtualBox 2.1.4 vs VMware Workstation 6.5.1 Host: Ubuntu64, 4GB RAM, Core2Duo E6600, Samsung HD502IJ Guest: Windows XP Home, 1GB RAM, 8GB virtual disk Benchmark Software: SiSoft Sandra Light, HD Tune Short benchmark of this both VM VirtualBox VMware Workstation HDTune Min (MB/s) 26 5,7 Max (MB/s) 250 803 Average (MB/s) 177 392 Access time [...]
[Continue Reading...]
  • ← Previous Entries
  • Language

    • English English
    • Deutsch Deutsch
  • Visit me also on:

  • Categories

    • Music Production
    • Networking
      • Webserver
    • Programming
      • IDEs & Development Tools
      • Python
    • Virtualization
  • Recent Posts

    • Intern: Music Production on own site
    • Debug Python with OpenOffice/LibreOffice
    • Cubase 6.5 – Retrologue Note Expression
    • PhpStorm new IDE from Jetbrains
    • PHP magic methods performance
  • Recent Comments

    • tigers on FlexBuilder3 with Aptana/Eclipse 3.4.1 “Ganymede”
    • devarni on FlexBuilder3 with Aptana/Eclipse 3.4.1 “Ganymede”
    • tigers on FlexBuilder3 with Aptana/Eclipse 3.4.1 “Ganymede”
Copyright by Arnisoft © 2012