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/



vendredi 27 janvier 2017

Getting Started: WebView-based Applications for Web Developers



Getting started with the Android WebView is fairly simple, whether you want load a remote URL or display pages stored in your app.

https://developer.chrome.com/multidevice/webview/gettingstarted