Author Archives: 7u83

An AVL Tree im plementation in C

By | May 15, 2020

Here is an AVL tree implementation, a library called libmavl. You can download the source code as tarball:ftp://ftp.planix.org/pub/planix/libmavl-1.0.0.tgz Also you might want to run tests which requires to install libmutests you can download here:ftp://ftp.planix.org/pub/planix/libmutests-1.2.0.tgz You can browse the sour code via web:https://websvn.planix.org/listing.php?repname=PlanixRsrch.SVN

Install Netbeans 8.2 on Ubuntu 18.04

By | September 3, 2018

First you have to install OpenJDK 8 because Netbeans doesn't work with OpenJDK 11 which is installed on Ubuntu 18.04 by default. sudo apt-get install openjdk-8-jdk Next download here the Netbeans installer of your choice for Linux. If you chose Netbeans IDE Java SE you should get the file: netbeans-8.2-javase-linux.sh. Now start the installer, setting… Read More »