background preloader

VirtualBox

Related:  Développement web

PDF Split and Merge css - Can I test on Safari 7.0 in Windows 8.x locally? Évolution des langages de programmation en 2016 : si Java domine toujours, le langage C serait-il en baisse de popularité ? En début ce d'année, c'est un moment propice pour consulter les principaux indicateurs pour voir comment ont évolué les langages de programmation en 2016. En ce qui concerne TIOBE, le classement de janvier des langages (en fonction de leur popularité) a été récemment publié. Faisant le point de l’année 2016, l'index TIOBE laisse croire que l’intérêt accordé par les développeurs au langage de programmation C serait en baisse. À mi-parcours de l’année 2016, le langage de programmation inventé par Dennis Ritchie se trouvait à son niveau le plus bas depuis le lancement de l’index TIOBE en 2001, soit depuis plus de 15 ans. Il est également important de noter que le score de popularité de C était en baisse depuis novembre 2015. Index TIOBE : évolution des scores de popularité des langages de programmation depuis 2001 Le langage C reste toutefois à la deuxième place dans un classement largement dominé par Java (17,28 %). Le langage C est-il réellement en baisse de popularité ? Et vous ?

for Websites - Sviluppatori di Facebook As mentioned, the code above uses the common defaults for the options available when initializing the SDK. You can customize some of these options, if useful. Changing SDK Language In the basic setup snippet, the en_US version of the SDK is initialized, which means that all the dialogs and UI will be in US English. You can change this language by changing the js.src value in the snippet. Take a look at Localization to see the different locales that can be used. <script> (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/es_LA/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document)); </script> Disabling Login Status Check By setting status to true in the FB.init() call, the SDK will attempt to get info about the current user. Setting status to false can improve page load times, but you'll need to manually check for login status using FB.getLoginStatus.

Sandboxie - Front Page Dia - Flowcharts Welcome to Dia's homepage. Dia is a GTK+ based diagram creation program for GNU/Linux, MacOS X, Unix, and Windows, and is released under the GPL license. Dia is roughly inspired by the commercial Windows program 'Visio,' though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and many other diagrams. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape. It can load and save diagrams to a custom XML format (gzipped by default, to save space), can export diagrams to a number of formats, including EPS, SVG, XFIG, WMF and PNG, and can print diagrams (including ones that span multiple pages). Download Dia and try using it; tell us what you think of it (visit the Contact page), including to report bugs if you find them. CategoryGraphics

How to Code an Expanding HTML5/CSS3 Search Input Field A common user interface style for Apple and WordPress has been the expanding search field. Whenever a user clicks to focus, the field will expand wider, then contracts when the user de-focuses. This technique has become popular because it saves room on your page when the search isn’t being used. In this tutorial I want to demonstrate two different methods for building an expanding search field. Live Demo – Download Source Code Building a Simple Form I do not want to have the demo forms actually submit anything, so I am using JavaScript for stopping the submit event. This snippet contains all the header codes we need in the HTML page. The search fields are named #s and #s2 respectively. Expanding with CSS Transitions My demo CSS file contains a series of resets along with basic styles for creating the layout structure. It looks a lot nicer to blend typical input text with the rest of your design. The transition properties can be found at the very bottom of the .searchfield class.

Totodunet | Compilation / Créer son propre langage de programmation de A à Z Dans ce tutoriel, nous allons apprendre à créer son propre langage de programmation mais surtout à développer un compilateur. Le langage que je vous propose de créer est le langage Simple. Il s'agit d'un langage imaginé par moi-même, très minimaliste avec peu de mots et une syntaxe facile, d'où son nom. Au fur et à mesure du cours, nous ferons évoluer ensemble le langage Simple. Les utilisateurs et machines se parlent en langage informatique - Un utilisateur devant du "code" informatique (© DeanDrobot/iStock) J'ai depuis cette 2018 lancé avec Erwan Aubry un site baptisé buildyourlanguage.com qui a pour objectif de générer un compilateur. Ce cours est articulé en plusieurs chapitres. Sommaire | Introduction >>

Experts Exchange - The #1 resource on the web for solving technology problems. Readability

Related: