background preloader

Langage

Facebook Twitter

10 Basic Python Examples That Will Help You Learn Fast. Advertisement If you’re going to learn a new language today, Python is one of the options out there.

10 Basic Python Examples That Will Help You Learn Fast

Not only is it relatively easy to learn, but it has many practical uses that can come in handy across several different tech-related careers. 5 Reasons Why Python Programming Is Not Useless 5 Reasons Why Python Programming Is Not Useless Python -- You either love it or you hate it. You might even swing from one end to the other like a pendulum. Regardless, Python is a language that's hard to be ambivalent about. Read More. Cours et Tutoriels sur le Langage SQL.

Vincent Guigue - Homepage - CourseLI230. Teaching - 2i002 - (TME: sujets) 2i002 : Introduction à la programmation Objet.

Vincent Guigue - Homepage - CourseLI230

JavaRanch - A friendly Place for Java Greenhorns. Discount – a C implementation of the Markdown markup language. Discount is free software released under the terms of a BSD-style license.

Discount – a C implementation of the Markdown markup language

If you find it useful, please consider making a contribution to help support onward development. TechNet downloads and scripts - IT pro's. DevDocs API Documentation. Zulip. Getting started. Bootstrap is downloadable in two forms, within which you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations. jQuery required Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template. Consult our bower.json to see which versions of jQuery are supported. Precompiled Bootstrap Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap.

CSS. Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development. HTML5 doctype Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects. <! Doctype html><html lang="en"> ... Mobile first With Bootstrap 2, we added optional mobile friendly styles for key aspects of the framework. To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>. You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag.

Bootstrap sets basic global display, typography, and link styles. Set background-color: #fff; on the body Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base Set the global link color via @link-color and apply link underlines only on :hover. Installing Discourse with Docker - Servers for Hackers. Markdown Reference. Free Online IDE and Terminal. JS NICE: Statistical renaming, Type inference and Deobfuscation. Node-RED. Cyn.in Features. Wikis Harness collective knowledge of your business using wikis.

Cyn.in Features

Cyn.in’s Enterprise class wiki system helps every member of your business or team to collaboratively create documents or departmental knowledge bases rapidly. Easy interlinking between documents help to create an organically growing and improving knowledge structure. Unlike most wikis, Cyn.in users do not have to learn a new formatting language in order to create beautifully formatted documents within the wiki, thanks to the easy to use WYSIWYG content editor. Event Calendars Communicate, co-ordinate and maintain schedules across the company using event calendars in cyn.in.

Image Galleries Present and communicate better with Image Galleries in cyn.in. Nodeschool.io. Découvrez le framework PHP Laravel. Bienvenue sur Laravel France. Scripting. Learn to code the way professional programmers do. Bento Grid Welcome!

Learn to code the way professional programmers do

We've hand picked the best resources on each of these technologies. If you're just getting started, you should be going through resources from left to right, row by row. You can also click on each box to see related boxes. fundamentals How the web works How the Internet Works in 5 Minutes 20 Things I Learned html The very basics of putting something on a webpage Dash Codecademy css Styling your webpage Codecademy shell Use the command line Learning the Shell Learn Shell git Simple to use version control Try Git The simple guide javascript Make your pages interactive Codecademy Learn X in Y Minutes jquery Control webpage elements with javascript Try jQuery.

Learn to Code by Doing - Code School. ViewerJS Get ViewerJS. Three JS Mutating Field, GLSL Sombrero + Ashima Noise. SQL Tutorial. Cours javascript. Markdown Syntax Documentation. Note: This document is itself written using Markdown; you can see the source for it by adding ‘.text’ to the URL.

Markdown Syntax Documentation

Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. To this end, Markdown’s syntax is comprised entirely of punctuation characters, which punctuation characters have been carefully chosen so as to look like what they mean.

Inline HTML Markdown’s syntax is intended for one purpose: to be used as a format for writing for the web. Markdown is not a replacement for HTML, or even close to it. For any markup that is not covered by Markdown’s syntax, you simply use HTML itself.