ademar.name ademar.name

ademar.name

Solving the riddle

Raquo; Hosting a static website with Suave. Raquo; A Kaleidoscope in TypeScript. Raquo; Intermittent PHP include failures on Microsoft IIS. Raquo; Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS). Raquo; Combinators for logic programming. Raquo; Typed SQL access, second take. Raquo; A recipe for typed SQL database access. Raquo; A minimal TCP/IP proxy implementation with F# asynchronous workflows. Raquo; A little Nmap clone. Raquo; Monadic diagonalization.

http://www.ademar.name/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ADEMAR.NAME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 5 reviews
5 star
4
4 star
0
3 star
1
2 star
0
1 star
0

Hey there! Start your review of ademar.name

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

4.1 seconds

CONTACTS AT ADEMAR.NAME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Solving the riddle | ademar.name Reviews
<META>
DESCRIPTION
Raquo; Hosting a static website with Suave. Raquo; A Kaleidoscope in TypeScript. Raquo; Intermittent PHP include failures on Microsoft IIS. Raquo; Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS). Raquo; Combinators for logic programming. Raquo; Typed SQL access, second take. Raquo; A recipe for typed SQL database access. Raquo; A minimal TCP/IP proxy implementation with F# asynchronous workflows. Raquo; A little Nmap clone. Raquo; Monadic diagonalization.
<META>
KEYWORDS
1 ademar@toronto
2 archive
3 tags
4 pages
5 solving the riddle
6 blog posts
7 ademar gonzalez
8 ademar gonzalez@gmail com
9 github.com/ademar
10 twitter.com/ad3mar
CONTENT
Page content here
KEYWORDS ON
PAGE
ademar@toronto,archive,tags,pages,solving the riddle,blog posts,ademar gonzalez,ademar gonzalez@gmail com,github.com/ademar,twitter.com/ad3mar,and twitter bootstrap
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Solving the riddle | ademar.name Reviews

https://ademar.name

Raquo; Hosting a static website with Suave. Raquo; A Kaleidoscope in TypeScript. Raquo; Intermittent PHP include failures on Microsoft IIS. Raquo; Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS). Raquo; Combinators for logic programming. Raquo; Typed SQL access, second take. Raquo; A recipe for typed SQL database access. Raquo; A minimal TCP/IP proxy implementation with F# asynchronous workflows. Raquo; A little Nmap clone. Raquo; Monadic diagonalization.

INTERNAL PAGES

ademar.name ademar.name
1

Monadic diagonalization

http://ademar.name/blog/2009/10/monadic-diagonalization.html

Suppose we want to find all two factors decompositions of a positive integer. We could try the following naive solution. Let rec inf seq n = seq { yield n; yield! Inf seq (n 1) };. Val inf seq : int - seq int. Let omega = inf seq 1;. Val omega : seq int. For i in omega do for j in omega do if (i*j=24) then printf "(%d,%d)" i j;. Seq { for i in (inf seq 1) do for j in (inf seq 1) do yield (i,j)}; val it : seq int * int = seq [(1, 1); (1, 2); (1, 3); (1, 4); .]. Val x : LazyList LazyList int. Type DiagBuil...

2

A Kaleidoscope in TypeScript

http://ademar.name/blog/2012/11/a-kaleidoscope-in-typescript.html

A Kaleidoscope in TypeScript. Having nothing better to do I've taken TypeScript and Cloud9 IDE for a ride and coded this little kaleidoscope for your amusement. The code can be found on Cloud9 IDE. Or forked on GitHub. Haven't tested it yet on Microsoft Internet Explorer but seems to work fine on Safari, Chrome and Firefox *. About Cloud9 IDE I've found it very convenient to use while on the road without access to my IDE of choice; the integration with GitHub is also a plus. Update: It works fine on IE 9.

3

Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS)

http://ademar.name/blog/2011/07/notes-on-installing-movable-ty.html

Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS). Recently migrated my blog to a new server Windows Server 2008 R2 (also changed the painting) and had to re-install Movable Type. Whenever I have done this I usually hit the following two issues:. Error 502.2 – Bad Gateway. Application misbehaved by not returning a complete set of HTTP. Headers. The headers it did return are Can’t locate MT/Bootstrap.pm in. Movable Type directory layout. Contains: nas-005 winsp...

4

A recipe for typed SQL database access.

http://ademar.name/blog/2010/10/a-recipe-for-typed-sql-databas.html

A recipe for typed SQL database access. This is a rehash of ideas I’ve seen. Here we introduce a workflow encoding typed SQL. Queries computations. Consider the following code snippet. Open Suave.Data open System.Data.SQLite. Type Person = { FirstName: string; LastName: string; Age: int }. Let cn = new SQLiteConnection(@"Data Source = database") cn.Open(). Binding to tuples for (a,b,c) in "SELECT first name, last name, age FROM family" do printfn "%s, %s, %d" a b c. Databases. Throught the let!

5

Tags

http://ademar.name/tags.html

Melon-reports is up at Google Code. Calling IIsWebServer.Status via ADSI and C#. A simple .NET interface to dnscmd.exe. A simple .NET interface to dnscmd.exe. Calling IIsWebServer.Status via ADSI and C#. Intermittent PHP include failures on Microsoft IIS. Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS). Calling IIsWebServer.Status via ADSI and C#. Curl: SSL certificate problem, verify that the CA cert is OK. Intermittent PHP include failures on Microsoft IIS.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

github.com github.com

ademar (Ademar Gonzalez) · GitHub

https://github.com/ademar

X61;demar.gonzalez@gmail.com. Oct 16, 2009. Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition. EppLib.NET is a .NET library implementing the Extensible Provisioning Protocol (EPP). IronKernel is a dialect of the Kernel programming language for the .NET framework. 459 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions.

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

3

SOCIAL ENGAGEMENT



OTHER SITES

ademar.com ademar.com

Ademar León - Web Oficial de Club de Balonmano Ademar de León

Estatutos y Actas Fundación. Estatutos y Actas Fundación. ABANCA Ademar 28-24 BM Benirdorm. Domingo - 17 mayo, 2015. Jueves - 14 mayo, 2015. Abanca renueva con el Ademar. Martes - 12 mayo, 2015. Campeonato de España Juvenil masculino 2015 [semifinales]. Domingo - 10 mayo, 2015. Crónica Bada Huesca 29-25 / ABANCA Ademar. Sábado - 9 mayo, 2015. ABANCA Ademar 28-24 BM Benirdorm. Domingo - 17 mayo, 2015. Jueves - 14 mayo, 2015. Abanca renueva con el Ademar. Martes - 12 mayo, 2015. Domingo - 10 mayo, 2015.

ademar.deviantart.com ademar.deviantart.com

Ademar (Ademar) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 9 Years. This deviant's full pageview. Last Visit: 302 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Back to the f...

ademar.es ademar.es

Ademar - asistencia a domicilio

Es una empresa de Asistencia a Domicilio constituida en 1994. En sus orígenes fue. Parte integrante del Vivero de Empresas del Consorcio para la Recuperación Económica de la Marina Alta (CREAMA). Ha realizado de manera ininterrumpida durante casi quince años labores de asistencia a personas de la tercera edad y con discapacidad, tanto por minusvalías físicas como psíquicas.

ademar.info ademar.info

IIS Windows Server

ademar.luisfer1.com ademar.luisfer1.com

Cafetería ADEMAR

Cafetería Ademar ha formado parte de la historia de Barruelo desde el año 1964. Aquí se ha bebido, se ha jugado, se ha brindado, se ha rodado la película El deseo de ser piel roja con Pepe Sancho, incluso la suerte pasó un 7 de noviembre de 1998 dejando más de mil millones de pesetas entre nuestros clientes. BARRUELO DE SANTULLÁN. Si no conoces Barruelo, Cafetería Ademar te propone un pequeño recorrido turístico por este enclave minero situado en plena Montaña Palentina:. Nadie debe irse de Barruelo sin ...

ademar.name ademar.name

Solving the riddle

Raquo; Hosting a static website with Suave. Raquo; A Kaleidoscope in TypeScript. Raquo; Intermittent PHP include failures on Microsoft IIS. Raquo; Notes on installing Movable Type version 5.11 on Microsoft Internet Information Services (IIS). Raquo; Combinators for logic programming. Raquo; Typed SQL access, second take. Raquo; A recipe for typed SQL database access. Raquo; A minimal TCP/IP proxy implementation with F# asynchronous workflows. Raquo; A little Nmap clone. Raquo; Monadic diagonalization.

ademar.net ademar.net

www.ademar.net

Est en cours de réalisation. Ou ne diffuse aucune information.

ademar.nl ademar.nl

Ademar

Ademar houdt zich sinds 1981 bezig met de begeleiding van expeditie en transport van containers, stuksgoederen en bulkgoed. Ons enthousiast en deskundig team staat u in de verschillende disciplines terzijde. Onze aanpak, van een persoonlijke benadering en één aanspreekpunt binnen de organisatie, is de waarborg voor een langdurige relatie in dienstverlening. Wij zijn werkzaam in de havens van Rotterdam, Amsterdam, Vlissingen en Antwerpen. 2009 Ademar BV. Alle rechten voorbehouden.

ademar.org ademar.org

Ademar de Souza Reis Jr. - Página Pessoal

Essa é minha página pessoal. Aqui você encontra:. Onde mantenho relatos de viagens e textos em geral. Fotos de alguns lugares por onde passei. Utilitários diversos, arquivos de configuração, projetos antigos, etc. Versão em inglês desta página.

ademar.skyrock.com ademar.skyrock.com

ademar's blog - LE BLOG DUN GAS 100% PORTOS - Skyrock.com

LE BLOG DUN GAS 100% PORTOS. 15/06/2008 at 5:37 AM. 02/12/2010 at 8:23 AM. Subscribe to my blog! C moi et c tout pas de chichi. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.3) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Tuesday, 02 March 2010 at 12:12 PM. Edited on Wednesday, 07 April 2010 at 10:01 AM. Uma Noiite De aMor! Posted on Tuesday, 02 ...

ademar111190.wordpress.com ademar111190.wordpress.com

ademar111190 | Ademar Alves de Oliveira

Pular para o conteúdo. C / C GRAFICO. Ademar Alves de Oliveira. Programando para android e IOS usando C. Recentemente no trabalho estive fazendo algumas experiencias com a utilização de C para programar em android e iphone, ja aprendi muito com isso, então vou compartilhar alguns materiais que ja montei sobre o assunto, ainda estou fazendo um aplicativo grandinho com essa tecnica, quando termina-lo pretendo fazer um artigo bem detalhado sobre isso, mas por hora segue os links do que já tá pronto:. Netbea...