dimanche 19 février 2023

lundi 15 mars 2021

Capacitor Framework - A cross-platform native runtime for web apps

 

Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript, HTML, and CSS.

https://capacitorjs.com/
https://ionicframework.com/


IONIC Capacitor - Creating new application CMD - Android + iOS

 IONIC / CAPACITOR FRAMEWORK

MARCH, 2021, PC/MAC

==-=-=-=-=-=-=================

android:

ionic start
> angular
> project name: mtlxApp
> tabs
> adding capacitor:   Y (yes)
ionic build
npx cap add android
npx cap open android
>/src folder
ionic capacitor build android

ios:

ionic start
> angular
> project name: mtlxApp
> adding capacitor:  N (no)
npm install @capacitor/cli @capacitor/core
npx cap init
ionic build
sudo gem install cocoapods
npx cap add ios
>/src
ionic capacitor build ios

note:

<base href="/" /> in INDEX.HTML for orphelin project

jeudi 3 septembre 2020

Cloudflare - Security and performance

Cloudflare is one of the biggest networks on the Internet, people use Cloudflare for web application security and performance.

Web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security


WIKI: https://en.wikipedia.org/wiki/Cloudflare

Website: https://www.cloudflare.com/

Facebook: https://www.facebook.com/Cloudflare/

DNS: https://1.1.1.1/
1.1.1.1 — Makes your Internet faster and more secure


LineageOS - Operating system for smartphones, tablet computers, and set-top boxes, based on Android

 

LineageOS is an operating system for smartphones, tablet computers, and set-top boxes, based on Android with mostly free and open-source software. 

It is the successor to the custom ROM CyanogenMod

https://lineageos.org/



jeudi 5 septembre 2019

SQL Database Modeler | https://sqldbm.com

SqlDBMSQL Database Modeler

Design your Database/Data Warehouse online
Import Existing DB | Generate SQL | Collaborate

lundi 5 août 2019

Azure Cognitive Services -- Face Identification - Run through

Azure Cognitive Services


Azure Cognitive Serviceshttps://docs.microsoft.com/en-us/azure/cognitive-services/


Step 1


Sign in for Azure account (https://azure.microsoft.com/en-us/free/)
*free since you reach 30k call/month. read carefully limitation



Create New resource




Step 2
Example: Identify faces in images
https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/howtoidentifyfacesinimage


Microsoft Azure - Cognitive Service - Face API - V1.0
https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395244

Here I use Postman for API Call

PersonGroup - Create    >  personGroupId=myFriends

PersonGroup Person - Create > George St-Pierre

PersonGroup Person - Add Face
-- Add 3-4 picture of the person

PersonGroup - Train


-- To identify people

Face - Detect (URL of the person to identify)
will return faceid

Face - Identify {faceid} |Provide by Detect
will return candidate/personid or notfound