HttpClient : Apache Http Client

image_pdfimage_print

Apache HttpClient

imports

Example

Example 2

Example 3_

 

IKVM.NET

image_pdfimage_print

IKVM.NET is an implementation of Java for Mono and the Microsoft .NET Framework. It includes the following components:

A Java Virtual Machine implemented in .NET
A .NET implementation of the Java class libraries
Tools that enable Java and .NET interoperability
Read more about what you can do with IKVM.NET

 

https://sourceforge.net/projects/ikvm/files/

 

Session Management

image_pdfimage_print

GetCookies

Logout Example

 

FaceRecognition SDK

image_pdfimage_print
  • Real-time biometric authentication systems allowing the user to log in by simply looking into a webcam. FaceSDK enables touchless, non-intrusive biometric authentication;
  • Time and attendance control systems;
  • Video-based subject identification applications with no prior enrolment;
  • Video surveillance systems with automatic face identification;
  • Image organizers with face-based image search;
  • Face animation effects for the entertainment industry;
  • Automatic red-eye removal tools empowered with facial feature detection;
  • Mobile applications for iOS and Android;
  • Image enhancement applications and graphic editors.

http://www.luxand.com/facesdk/

davfs2 Mount System : WebDAV (mount, umount, etc.)

image_pdfimage_print

Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol,
allows authoring of resources on a remote web server.

davfs2 provides the ability to access such resources like a typical filesystem,
allowing for use by standard applications with no built-in support for WebDAV.
davfs2 is designed to fully integrate into the filesystem semantics of Unix-like systems (mount, umount, etc.).
davfs2 makes mounting by unprivileged users as easy and secure as possible.
davfs2 does extensive caching to make the file system responsive, to avoid unnecessary network traffic
and to prevent data loss, and to cope for slow or unreliable connections.
davfs2 will work with most WebDAV servers needing little or no configuration.
davfs2 is developed and tested on GNU/Linux but porting to other free operating systems should not be too cumbersome.

 

Projects That OneDrive Supports

  • DAVFS2 via WebDAV Protocol savannah.nongnu.org/projects/davfs2 WebDAV is a file transfer protocol using HTTP, OneDrive uses WebDAV under the hood Not natively
  • Program  : If you have OneDrive Personal, using DAVFS2 might be the cleanest option. You will see it using your file manager straight away and it will act pretty much like a normal network drive. Firstly, find out what your HTTPS WebDAV address should be (found HERE).  You can either add an entry to your /etc/fstab (so that it is mounted on startup every time – recommended), or you can use GNOME Nautilus/Files (or KDE Konqueror) to mount it.
    • Fstab : https://cid-kutayzorlu.com.users.storage.live.com/items/blablabla /home/media/MS davfs user,noauto,file_mode=600,dir_mode=700 0 1
    • Make sure davfs2 is instaled on your machine before you do this obviously!

 

 

Ref: http://savannah.nongnu.org/projects/davfs2
rkz