Browse | Submit A New Snippet | Create A Package
Snippets by category: Other
| Snippet ID | Title | Creator | |
|---|---|---|---|
| Packages Of Snippets | |||
| 2 | OQamlDebug | Sébastien Fricker | |
| OQamlDebug v0.9.0 is now available. New features: - an expression watch window - a breakpoint management window - a call stack window - the application output is now displayed in a separate window - execution control command (step, run, ...) from the graphical interface are now hidden. - ocamldebug command line window displays the execution timestamp for each command. - source window has now an incremental search dialog - source window displays now the breakpoint location | |||
| Snippets | |||
| 1 | Fisher-Yates Shuffle | Martin Bishop | |
| The Fisher-Yates shuffle (aka Knuth Shuffle) in OCaml. | |||
| 2 | Genetic Minimal Sorting Network | Matías Giovannini | |
| A Genetic Algorithm to find Minimal Sorting Networks. | |||
| 3 | Aperiodic Tilings | Matías Giovannini | |
| Program to generate aperiodic tilings given by rules encoded in modules. | |||
| 6 | Sample OCaml Makefile | Matías Giovannini | |
| A sample Makefile for OCaml, showing how to handle automatic dependencies. | |||
| 9 | Simple Trie | Till Crueger | |
| A simple Trie, that includes functions for approximate matching. Functorized to allow a wide range of Data types. License: CC Attribution-NonCommercial-ShareAlike 2.0 Generic | |||
| 10 | Domain Name (DNS) Client | Matías Giovannini | |
| A simple but complete RFC 1035 (Domain Name) client library, using monadic parsing combinators for protocol decoding. | |||
| 11 | Link assembly files output by ocamlopt -S | Eric Schulte | |
| Describes the steps required to compile .s file as generated by the -S option to ocamlopt. This makes it possible to link an assembly file of ocaml code which has been edited by hand. | |||
