Visit my website http://j.mp/ajaybhatia
Posts
Showing posts from 2015
Java Program to find 3X3 Magic Square
- Get link
- X
- Other Apps
The following is the Java code for Magic Square of 3x3 but limited to. Dimensions can be changed to any odd number. /* * MagicSquare.java * * Copyright 2015 Ajay Bhatia <prof.ajaybhatia@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, ...
Linux 4.1 - Expected Features
- Get link
- X
- Other Apps
While the Linux 4.0 kernel hasn't even been released yet, there's already a number of items we're looking forward to seeing with Linux 4.1 . Linux 4.0 has many nice features and with being addicted to Git there's already a lot of -next material queuing up to make for an exciting Linux 4.1 when its development commences in the weeks ahead. Among the likely Linux 4.1 features are: - Intel vGPU support for XenGT on the client side . - More improvements for Intel Skylake . - More atomic mode-setting work . - DisplayPort MST for the Radeon driver . - Support for multiple graphics devices/drivers with the AMDKFD HSA kernel drive - New eBPF tracing features for this in-kernel virtual machine component. - Virtual GEM for faster software rasterizer performance. - Potentially the new VirtIO DRM driver . - Initial Intel Braxton support . - Maybe at long last we'll finally see KDBUS in the mainline kernel ? Source: Phoronix