List of Abbreviations - Latex
Sandareka
This is a short post about generating a list of abbreviations for your document with Latex. While there are many packages available for this, I'm going to use glossaries package. You can find the user mannual of glossaries package from here.
Here is the basic example.
\documentclass[a4paper,12pt]{report}...
5:28 AM
Latex
,
List of Abbreviations
,
TechnicalEnvision
Grad-CAM Implementation in pycaffe
Sandareka
9:42 AM
Caffe
,
Convolutional Neural Network (CNN)
,
Deep Learning
,
Envision
,
Grad-CAM
,
pycaffe
,
Python
,
TechnicalEnvision
Data Pre-Processing with R
Sandareka
3:35 AM
Data Analytics
,
Pre-processing
,
Programming
,
R
,
TechnicalEnvision
Implementing a sever fail over feature
Sandareka
Suppose you have a client-server application and you want to automatically switch to a standby/backup server when the primary server is unavailable due to either failure or scheduled shut down. I present you how to achieve that by this post.
We can have the primary and secondary urls in a configuration file and load them to a list at the beginning of the system. For the demonstration...
2:28 AM
Envision
,
Java
,
Programming
,
TechnicalEnvision
How to create a batch file to run a Java program?
Sandareka
10:49 AM
BatchFile
,
Envision
,
Java
,
Maven
,
Programming
,
TechnicalEnvision
How to create an exe for a java program using maven?
Sandareka
Usually a software is distributed as an executable file. Therefore as programmers we would need to create an .exe file for our programs. Through this post I will present you how to achieve it easily with Maven (a build automation tool used primarily for Java projects) .
A windows executable can be created by using a
combination of two maven plug-ins , Maven Shade plugin
and launch4j...
7:08 AM
Envision
,
Java
,
Maven
,
Programming
,
TechnicalEnvision
Masks...!
Sandareka
2:12 AM
Envision
,
MyThoughts
Subscribe to:
Posts
(
Atom
)