vendredi 27 décembre 2019

#HHVM #Facebook

github.com/facebook/hhvm
hhvm.com
manpages.ubuntu.com/hhvm
HHVM - docker/hhvm - dockerfile.readthedocs.io/hhvm-nginx
En raison de problèmes de performance avec PHP, l’équipe de Facebook a développé la HipHop Virtual Machine (HHVM). C’est un système qui utilise la compilation Just In Time (JIT) pour convertir le code PHP en langage machine afin d’établir une synergie entre le code PHP et le matériel sous-jacent qui l’exécute. Important : HHVM a arrêté le support pour PHP entièrement depuis la v3.30.
abyssproject.net/installation-de-nginx-hhvm-et-mariadb-sur-debian-8
www.acseo.fr/utiliser-hhvm-sur-votre-serveur-apache-avec-symfony-2/
alibabacloud.com/how-to-setup-wordpress-with-nginx-and-hhvm-on-ubuntu-16-04
fideloper.com/hhvm-nginx-laravel
hackernoon.com/how-to-install-nginx-and-hhvm-with-php5-fpm-fallback-on-ubuntu-14-04
hacklang.org
hostadvice.com/how-to/how-to-host-drupal-8-websites-with-hhvm-on-vps-plans
howtoforge.com/wordpress-installation-with-nginx-mariadb-and-hhvm-on-ubuntu
jorani.org/utilisation/hautes-performance-avec-nginx-et-hhvm
oreilly.com/library/hack-and-hhvm
patricelaurent.net/wordpress-nginx-mariadb-hhvm
research.fb.com/hhvm-jit-a-profile-guided-region-based-compiler-for-php-and-hack
seboss666.info
servermom.org/install-wordpress-hhvm-vps
unixmen.com/install-wordpress-nginx-hhvm-mariadb-ubuntu-16-04
vexxhost.com/how-to-setup-hhvm-on-ubuntu-14-04

dimanche 1 décembre 2019

#models #designers

www.behance.net
www.cursiveq.com
www.deviantart.com
dribbble.com
www.mightydeals.com
www.pixeden.com
psdboom.com

#programmation @VIEIRAEmmanuel

clojure.org

#python #programming

automatetheboringstuff.com
circuitpython.org
www.codecademy.com/learn/learn-python-3
docs.python.org/fr/3/tutorial/
docs.python-guide.org/intro/learning/
www.guru99.com/python-tutorials
www.homeandlearn.uk
learnxinyminutes.com/docs/python3
www.letslearnpython.com
linuxconfig.org/learn-python-fundamentals
www.lynda.com/Python-training-tutorials/415-0.html
www.learnpython.org
micropython.org
python.swaroopch.com
www.python-course.eu
pythonbasics.org
pythonprogramming.net
runestone.academy/runestone/books/published/thinkcspy/
www.programiz.com/python-programming
www.pythonforbeginners.com
pythonhow.com
snakify.org
stackify.com/learn-python-tutorials/
talkpython.fm
www.teachingpython.fm
www.udemy.com/course/learn-python/
www.w3schools.com/python/

Autres :
github.com/alexmojaki/futurecoder

CODENAME=`grep UBUNTU_CODENAME /etc/os-release | cut -d= -f2`
if ["$CODENAME"] = ""]
then
   CODENAME=`lsb_release -c -s`
fi;
wget -O - http://nuitka.net/deb/archive.key.gpg | apt-key add -
echo >/etc/apt/sources.list.d/nuitka.list "deb http://nuitka.net/deb/stable/$CODENAME $CODENAME main"
apt-get update
apt-get install nuitka


Archives du blog