Posts

Free VPS Trial No Credit Card Required for 30 Days 2020

Image
  Free VPS Trial No Credit Card Required for 30 Days 2020 Table of Contents (Updated List) Free VPS Trial 2020- No Credit Card Required, No Ads #1 Kamatera #2 Interserver Cloud VPS Trial $0.01 For 30 Days #3 Google Cloud VPS 60 Days Free Trial worth $300 #4 ElasticHosts Free 5 Days Trial for VPS Hosting #5 CenturyLink 90 days $500 Worth VPS Trial #6 ArubaCloud 60 Days Free Trial #7 CloudSigma 7 Days VPS Trial #8 BlueHost Cloud-Based VPS Trial (Paid) #9 ResellerClub VPS Trial $5 for 30 Days #10 HP Cloud 90 Days Free Trial #11 Linode 7 Days Free VPS Trial #12 VPS.ME Free VPS More VPS Trial Offers Fill The Form Below To Request A Free VPS Trial What is a VPS? Why Free VPS Trial How do I get a VPS Free Trial Looking for a Free VPS Trial? Are you a student who is looking for a free VPS for education purpose or a professional who want to test an application in a VPS environment. Whatever your need is, we have a Free VPS trial for you. Whether you’re looking for a Windows VPS trial or a L...

Reverse proxy for nodejs process

  sudo vim /opt/lampp/etc/extra/httpd-xampp.conf  < VirtualHost * :80 > ServerAdmin hmdlohar@gmail.com ServerName skillora.thehypertech.in ProxyRequests off < Proxy *> Order deny,allow Allow from all </ Proxy > < Location /> ProxyPass http://localhost:2080/ ProxyPassReverse http://localhost:2080/ </ Location > </VirtualHost> <VirtualHost *:443> ServerName skillora.thehypertech.in # setup the proxy <Proxy *> Order allow,deny Allow from all </Proxy> RewriteEngine On RewriteCond %{REQUEST_URI} ^/hpws [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /(.*) ws://localhost:2999 [P,L] ProxyPass / http://localhost:2080/ ProxyPassReverse / http://localhost:2080...

Suggestion for Portfolio images. 200930

Image
 

Big Blue Button Server Setup. 200930

 wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-22 -s bbb.thehypertech.in -e hmdlohar@gmail.com -w -g docker exec greenlight-v2 bundle exec rake user:create["Admin","hmdlohar@gmail.com","44544545","admin"] ON Zulip big_blue_button_secret = VeCz0KuiBqgHFAUkyJGoiZY9ctoqvy1Ixp0oxhcpEeU Create facebook key hash. from sha1 http://tomeko.net/online_tools/hex_to_base64.php

Digital Persona Drivers and SDK

Driver: https://www.bayometric.com/fingerprint-sensor-driver/ DP Web Server  API https://documenter.getpostman.com/view/8258081/T1DjkKuB DP Web server Build: https://drive.google.com/file/d/1vEgR2wDT4UufbHCDDqqf07q1ctw7WPDR/view?usp=sharing

Gesture Recognation References

Main Presentation https://drive.google.com/file/d/1qc8cj3qtnHUlQdDZe1wn7tOysatQ_ITt/view?usp=sharing demos Teachable Matchine. https://teachablemachine.withgoogle.com/ Pose Net https://storage.googleapis.com/tfjs-models/demos/posenet/camera.html Pacman with Motion Learning https://storage.googleapis.com/tfjs-examples/webcam-transfer-learning/dist/index.html for png images http://www.pngonly.com dog png http://pngimg.com mymmy showing http://portagenews.net Hand Gesture Recognition With 3D Convolutional Neural Networks https://www.cv-foundation.org/openaccess/content_cvpr_workshops_2015/W15/html/Molchanov_Hand_Gesture_Recognition_2015_CVPR_paper.html Hand Gesture Recognition for Human Computer Interaction https://www.sciencedirect.com/science/article/pii/S1877050917319130 Convolutional neural network https://en.wikipedia.org/wiki/Convolutional_neural_network dataset and example https://medium.com/twentybn/gesture-recognition-using...

build and run web project online (angular) https://stackblitz.com

example https://stackblitz.com/edit/angular-font-awesome-starter?file=src%2Fapp%2Fapp.component.html