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



mercredi 6 mars 2019

updown.io | SIMPLE & INEXPENSIVE WEBSITE MONITORING


https://updown.io  
SIMPLE & INEXPENSIVE WEBSITE MONITORING

Website monitoring — beautiful, simple and inexpensive


https://updown.io/



samedi 17 novembre 2018

Kali Linux -- Penetration Testing Distribution


Kali Linux - "Most Advanced Penetration Testing Distribution, Ever"

Most advanced penetration testing platform we have ever made. Available in 32 bit, 64 bit, and ARM flavors, as well as a number of specialized builds for many popular hardware platforms. Kali can always be updated to the newest version without the need for a new download.

url: https://kali.org/


Wikihttps://en.wikipedia.org/wiki/Kali_Linux

Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. 

It is maintained and funded by Offensive Security Ltd. It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewrite of BackTrack, their previous information security testing Linux distribution based on Knoppix. The third core developer Raphaël Hertzog joined them as a Debian expert.




mercredi 17 janvier 2018

ReactJS | JavaScript library for building user interfaces



React - A JavaScript library for building user interfaces


JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations




In computing, React (sometimes styled React.js or ReactJS) is a JavaScript library for building user interfaces.

It is maintained by Facebook, Instagram and a community of individual developers and corporations.

React allows developers to create large web-applications that use data and can change over time without reloading the page. It aims primarily to provide speed, simplicity, and scalability. React processes only user interfaces in applications. This corresponds to View in the Model-View-Controller (MVC) pattern, and can be used in combination with other JavaScript libraries or frameworks in MVC, such as AngularJS.

mardi 14 novembre 2017

The best free video editor 2017




The best free video editor 2017: the best video editing tools around

Video editing software that's powerful, simple to use and totally free

samedi 12 août 2017

Tools | Frameworks for Mobile Hybrid Apps


CSS framework (html5 & responsive)
- Framework7 | CSS framework (https://framework7.io/)
- Foundation | CSS framework (http://foundation.zurb.com/)

Frameworks for Mobile Hybrid Apps
- Angular | One framework *> Mobile & desktop (https://angular.io/)
- IONIC framework & Angular * (https://ionicframework.com/)

SDK Tools (compilation/packaging)
- Android Studio (multiplatform) * (https://developer.android.com/studio)
- XCode (iOS) (https://developer.apple.com/xcode/)

Client (code editor)
- Visual Studio Code (multiplatform) (https://code.visualstudio.com/)
- Brackets (http://brackets.io/)


--------------

*

NPM
npm is a package manager for the JavaScript programming language.
npm consists of a command line client that interacts with a remote registry
(https://www.npmjs.com/)

Node.js
Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side
(https://nodejs.org)





samedi 3 juin 2017

Microsoft Azure - Tons of features

Exploring Microsoft Azure Services


Wiki:




  • GIT Repository : Bitbucket
  • Azure ASP.NET Web Application
  • Microsoft SQL Azure 12


Microsoft Azure SDK


Developer tips: Don’t forget to install the azure sdk for Visual Studio



samedi 6 mai 2017

ionic apps in 30 minutes from fresh ubuntu 17.04 install on vm machine (vmware)

---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------


-- ionic application from fresh ubuntu 17.04 install
-- tutorial | montrealix.com | == 05-05-2017
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------


1st > Fully install ubuntu 17.04 64 bits

After installation, click the ubuntu icon on top left, and type update in search box.
Click on Software and update

then, click the Community-maintained free and open-source software (universe)

--- Distro update
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

--- Installing ionic for ubuntu
sudo apt-get install nodejs
sudo apt get install npm
sudo apt-get update
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g cordova ionic

--- Java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install java-common oracle-java8-installer
sudo apt-get install oracle-java8-set-default
source /etc/profile


--- Android studio
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
sudo apt install ubuntu-make
umake android
/opt/android-studio/bin/studio.sh
> under configuration > create desktop entry

--- Visual studio code
-- Download android studio file from website
sudo apt-get install -f # Install dependencies
sudo dpkg -i code_1.12.1-1493934083_amd64.deb

-- ANDROiD PATH
export PATH="$PATH:/Users/user/Android/Sdk/tools/bin"
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools


--- Create the apps
ionic start DemoApps tabs
cd DemoApps
ionic platform add android


--- Android Studio
--- In android studio, open an existing Android Studio project
> DemoApps/platforms/android/ build.gradle


--- See result in browser
ionic serve

Take a look at the src/pages/ directory to add or change tabs, update any existing page or create new pages.

--- Compile
ionic build android
-- Android Studio -> Hit the play button to see on device result


---------------------------------------------------------
--https://forum.ionicframework.com/t/install-ionic-on-ubuntu-14-04/50270
--https://tecadmin.net/install-ionic-framework-on-ubuntu/
--https://askubuntu.com/questions/634082/how-to-install-android-studio-on-ubuntu
--https://montrealix.blogspot.ca

 

samedi 25 mars 2017

Easily generate IONIC/Cordova icons and splash screens

Easily generate the app icons and splash screens needed for Cordova


Modify both .png in the resources folder [/resources]


open new terminal, run
> ionic cordova resources





Other option :





mercredi 8 mars 2017

PassMark CPU Benchmarks - CPU Test Information


PassMark CPU Benchmarks - CPU Test Information

PassMark Software has delved into the thousands of benchmark results that PerformanceTest users have posted

Website
https://www.cpubenchmark.net/


Top 100 CPU
https://www.cpubenchmark.net/high_end_cpus.html


New Laptop CPU Performance
https://www.cpubenchmark.net/laptop.html





vendredi 24 février 2017

WOW > Linux BASH on Ubuntu on Windows 10 (no emulation, no vm. NATIVE)


Take a look on this,

Source: https://msdn.microsoft.com/en-us/commandline/wsl/about

Amazing, wow !
Linux is now in Microsoft, inside the beast. No emulation, no image. NATIVE stuff.
Impress, ......
microsoft goes crazy with open source and linux


They use Linux as command line
Microsoft Experience with Dev tool Software (Visual Studio)
Combine, ...  no emulation. direct access to your windows drive

Hot stuff from microsoft recently, ...

Image result for site:microsoft.com microsoft linux
https://blogs.technet.microsoft.com/learningittogether/2016/03/15/cloud-weekly-digest-week-of-march-6-12-2016/