by Manvir | Aug 30, 2014 | Open SSL, Security, Tool
SSL Overview SSL is a commonly-used protocol for managing the security of message transmission on the Internet. SSL makes use of what is known as asymmetric cryptography, commonly referred to as public key cryptography (PKI). With public key encryption, a public key...
by Manvir | Aug 24, 2014 | Git, Project Management, SCM, Tool
Gerrit Overview Web based code review and project management for Git based project Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer Gerrit simplifies Git based project maintainer-ship by...
by Manvir | Aug 23, 2014 | Security
OpenLDAP: Open Source Implementation of LDAP – Light Weight Directory Access Protocol LDAP Protocol is used to access information stored in LDAP directory Resources: LDAP Browser – Apache Directory Studio [ User Guide PDF ] OpenLDAP JXplorer LDAP Browser...
by Manvir | Aug 16, 2014 | ArcGis
ArcGIS ArcPy The ArcPy Mapping module is a Python scripting library that provides access to the contents of map documents (.mxd) and layer files (.lyr). With arcpy.mapping, you can create scripts that can reference map documents and layers; query and alter their...
by Manvir | Aug 16, 2014 | ArcGis
ArcGIS REST API It is an interface that simplifies interactions between GIS applications (clients) and ArcGIS for Server services. What is REST? REpresentational State Transfer, or REST, is a way for software to work when distributed across a network. When software is...