background preloader

Code

Facebook Twitter

Google API Console. One account.

Google API Console

All of Google. Sign in to continue to Google API Console. Javascript : les frameworks de jeux videos. Si nous avons vu précédemment comment certains outils Javascript peuvent vous simplifier vos développements, il existe aussi des outils très spécialisés.

Javascript : les frameworks de jeux videos

LimeJS HTML5 Game Framework. Ionic: Advanced HTML5 Hybrid Mobile App Framework. Les Websockets. Une WebSocket est une spécification d'un protocole permettant une communication bidirectionnelle et full duplex sur une seule socket TCP entre un client et un serveur.

Les Websockets

Initialement développé pour HTML 5, WebSocket a été normalisé par l'IETF et le W3C. Tous les navigateurs récents implémentent et supportent les WebSockets. Ce protocole permet notamment d'implémenter facilement et de manière standard l'envoi de données en mode Push à l'initiative du serveur. Comment DOOM et Wolfenstein affichaient leurs graphismes. Les tout premiers First Person Shooters, comme DOOM, Wolfenstein 3D, et autres jeux des années 1990 avaient un rendu relativement simpliste et anguleux.

Comment DOOM et Wolfenstein affichaient leurs graphismes

Le rendu n'était pas totalement en 3D, le meilleur moyen pour s'en rendre compte étant de tourner autour d'un objet : la forme de l'objet ne change pas du tout, ce qui indique que les objets sont de simples images, placées au-dessus du décor : ce sont des sprites. Mais on n'observe pas la même chose pour les murs, parce que la 3D des murs est simulée par un mécanisme différent de celui utilisé pour les objets et ennemis. Plus précisément, les moteurs de DOOM et autres jeux du même genre utilisent du ray-casting pour les murs, et des sprites pour les items et objets. La map et le joueur : de la 2D pure Avec cette méthode, la map doit respecter quelques contraintes :

Wordpress

Flickity. JavaScript Plugins Repository. Input controls, such as date pickers, autocompleters and rich text editors.

JavaScript Plugins Repository

Signature Pad A JavaScript library for drawing smooth signatures on an HTML5 canvas. Countable.js. SVG-edit. Geocomplete - jQuery Geocoding and Places Autocomplete Plugin. jQuery Geocoding and Places Autocomplete Plugin An advanced jQuery plugin that wraps the Google Maps API's Geocoding and Places Autocomplete services.

Geocomplete - jQuery Geocoding and Places Autocomplete Plugin

You simply provide an input that lets you search for locations with a nice autocomplete dropdown. Optionally add a container to show an interactive map and a form that will be populated with the address details. View the annotated source. Writing a Plugin. Languages: English • العربية • বাংলা • Español • Italiano • a Plugin 日本語 한국어 • Português do Brasil • Русский • ไทย • 中文(简体) • (Add your language) WordPress Plugins allow you to easily modify, customize, and enhance a WordPress site.

Writing a Plugin

Instead of changing the core program code of WordPress, you can add functionality with WordPress Plugins. Here is a basic definition. Nominatim. Available languages — Nominatim (from the Latin, 'by name') is a tool to search OSM data by name and address and to generate synthetic addresses of OSM points (reverse geocoding).

Nominatim

It can be found at nominatim.openstreetmap.org. Nominatim is also used as one of the sources for the search box on the OpenStreetMap home page. Several companies provide hosted instances of Nominatim that you can query via an API, for example see MapQuest Open Initiative, PickPoint or the OpenCage Geocoder. This page provides usage instructions.

Débuter avec Leaflet. Leaflet is a JavaScript library for embedding maps which came along after OpenLayers, but quickly gained popularity since it’s generally simpler and smaller.

Débuter avec Leaflet

It is a good choice for those with fairly standard embedding needs. In general check out out the excellent leafletjs.com tutorials pages, which will walk you through the basics. How to find out Raspberry Pi GPU and ARM CPU temperature on Linux. ByVivek GiteonMarch 9, 2016 last updated March 9, 2016.

How to find out Raspberry Pi GPU and ARM CPU temperature on Linux

Simpla: An alternative to the CMS by Simpla. HTTP Controllers - Laravel - The PHP Framework For Web Artisans. Introduction Instead of defining all of your request handling logic as Closures in route files, you may wish to organize this behavior using Controller classes. Controllers can group related request handling logic into a single class. Controllers are stored in the app/Http/Controllers directory. SVG animation. Going from a static SVG to an animated SVG is a big jump, unless you want to float a balloon up the screen (even that takes a bijillion lines of code).

There’s three ways to animate an SVG: CSS, native SVG animation and JavaScript. As email devs we can’t use JavaScript, so we started with the more familiar CSS. Processing power Our first test translated the fox across the screen using CSS animation. It was jerky in the iOS email client as mobile devices don’t have the processing power of a desktop computer.

It needs to calculate all those positions each time, and then all the gradients to fill the shapes. The fox artwork could have been more lightweight. SVG animation vs.

Standards

Données ouvertes. A better library for JavaScript Asymmetrical RSA Encryption - Travis Tidwell. I am a firm believer that JavaScript will eventually be the ubiquitous coding language of the future. Although there are many objections to this statement, I don’t think anyone can argue that it is the best poised for ubiquity considering it is now used in both server side (node.js) and obviously client side open web standards. A better library for JavaScript Asymmetrical RSA Encryption - Travis Tidwell. Encryption - Javascript cryptography library to sign form data in browser. CaliOpen Dev. Can I use... Support tables for HTML5, CSS3, etc. About "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers. The site was built and is maintained by Alexis Deveria, with occasional updates provided by the web development community.

The design used as of 2014 was largely created by Lennart Schoors. MorphSVGPlugin. MorphSVGPlugin provides advanced control over tweens that morph SVG paths. The video below details what you need to know to get up and running fast with MorphSVGPlugin. It has never been easier to morph between SVG shapes. 12 Awesome CSS3 Features That You Can Finally Start Using. Martin Angelov. Microsoft Project Oxford Emotion Demo. Grav Documentation. The Grav Administration Panel plugin for Grav is a web GUI (graphical user interface) that provides a convenient way to configure Grav and easily create and modify pages. This will remain a totally optional plugin, and is not in any way required or needed to use Grav effectively. In fact, the admin provides an intentionally limited view to ensure it remains easy to use and not overwhelming. Power users will still prefer to work with the configuration files directly. This plugin is currently in development as is to be considered a beta release.

Docs - HTML5. Meet the Docs Super Menu The menu to the left gives you access to every class across the entire GreenSock API for HTML5. Take a peak inside GSAP to see the docs for all our animation tools. Looking to add some snazzy text effects? Check out the tools in the Text category. Select a class to get an overview and list of every method and property. Our most popular tools. Greensock API. Converting Your JavaScript App to an Android App w/ PhoneGap - PubNub. So you’re here because you want to turn your JavaScript application into a mobile Android application. Luckily for you, we’ve written this tutorial just for that, using the PhoneGap framework. Using a Custom Web Font – Independent Publisher. If you want to use a custom font–that is a font that is not included with any of the common operating systems (Windows, Mac OS, Linux)–you’ll need to download the font, upload it to your web server, and then create a few CSS rules that point to the new font.

Once you’ve created the CSS rules that point to the new font on your web server, you can being using the font on your site. Using a Custom Web Font – Independent Publisher. Application Distribution. v0.34.0 / Tutorial / Application Distribution To distribute your app with Electron, the folder containing your app should be named app and placed under Electron's resources directory (on OS X it is Electron.app/Contents/Resources/ and on Linux and Windows it is resources/), like this: On OS X: Quick Start. v0.36.5 / Tutorial / Quick Start. 10 Ways an Open Source CMS Can Make You Happier. WSO2 API Management - Try It. Quick Start. Sans titre. La RAM. How can I suspend/hibernate from command line? SSLSocket (Java Platform SE 7 ) This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.

Google Calendar. XiVO. Musique en téléchargement gratuit - Licensing. Apvrille.pdf. Titre. The Xen Project, the powerful open source industry standard for virtualization. Rust by Example. Hardcoded Software Home. Web Design, Speaking, Consulting, Music, and Art. Death to Bullshit. First Aid git. The Man in Blue > Code & Beauty. Unicode/UTF-8-character table. List of Open Source Hypervisors. Lantern - Open Internet for Everyone. List of Open Source Hypervisors. PhantomJS. Pixelapse - Visual version control for designers. OpenCode Québec. Spring 4 and Hibernate 4 Integration Tutorial Part 2: Java-based Configuration. An Introduction To Object Oriented CSS (OOCSS)