background preloader

Programming

Facebook Twitter

What is HTTP? - How to use APIs with JavaScript. ScripTastic. Leaflet - a JavaScript library for mobile-friendly maps. AsciiDoc Home Page. Markdown. Download Markdown 1.0.1 (18 KB) — 17 Dec 2004 Introduction Markdown is a text-to-HTML conversion tool for web writers.

Markdown

Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible.

The best way to get a feel for Markdown’s formatting syntax is simply to look at a Markdown-formatted document. (You can use this ‘.text’ suffix trick to view the Markdown source for the content of each of the pages in this section, e.g. the Syntax and License pages.) Markdown is free software, available under a BSD-style open source license. Discussion List I’ve set up a public mailing list for discussion about Markdown.

Installation and Requirements Movable Type Blosxom. Pelican — Pelican 3 documentation. HTML Source: HTML Tutorials. LiveCoder.net. W3Schools Online Web Tutorials. How to Create a Time-Lapse Movie with Google Street View. This tutorial describes how you can quickly create a time-lapse movie using Street View imagery from Google Maps and publish it to YouTube in HD.

How to Create a Time-Lapse Movie with Google Street View

I made a short time-lapse movie today using Street View images from Google Maps and playing them all in a quick sequence with some background music. The end result, as you may have noticed in the video, is quite similar to the view that you would get if you were actually driving on that road while sitting inside the Street View car. This may have some practical uses. For instance, you can create a time-lapse of the route between the airport and your business, add voice narration to mention the important landmarks on that route, and people are then less likely to call you for directions.

To get started, you would obviously need hundreds of Street View images. Step 1. Step 2. Step 3. Step 4. AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText. QR Code Generator - Make your own QR Code. Free. - Qurify.com. aSc TimeTables - Download. Once you’re satisfied with ascTimetables new schedule, print it out for each class, for each classroom, for each teacher, or even hand out personalized copies to individual students.

aSc TimeTables - Download

You can customize fonts, layout, and logos – export to pdf, Excel or share online. Automatic Generation Let the computer do the work for you Manual adjustments Once a schedule’s been generated you’re free to make any manual adjustments you like Verifying the Schedule Our algorithm quickly checks the schedule for any conflicts Simple data entry We’ve made the initial process as fast and easy as possible Mobile Publish your schedule and make it available to teachers and students on their mobile devices Data import You probably already have most of the data in electronic form, so alll you have to do is import it Buildings ascTimetables supports classrooms in multiple buildings and can optimize movement between buildings Fully customizable ascSubstitutions ascEdupage Region specific ascTimetables Online Electronic classbook. Online travel itinerary and trip planner. HTML5 Coding assessment test. Wonderfl build flash online. Hscript - Scripting Engine for haXe.

In some projects it's sometime useful to be able to interpret some code dynamically, without any recompile.

hscript - Scripting Engine for haXe

Haxe script is a complete subset of the Haxe language. It is dynamically typed but allow allow all Haxe expressions apart from type (class,enum,typedef) declarations. In order to install Haxe Script, use haxelib install hscript and compile your program with -lib hscript. There are only three files in hscript : hscript.Expr : contains enums declarations hscript.Parser : a small parser that turns a string into an expression structure (AST) hscript.Interp : a small interpreter that execute the AST and returns the latest evaluated value Here's a small example of Haxe Script usage : This will calculate the sum of the cosines of the angles given as input. Haxe Script has not been really optimized, and it's not meant to be very fast. Compared to Haxe, limitations are : BotNetChecker.com. Learn to code.

What's a Closure?