Pinned Repositories
EmbeddingPyExamples
Examples of embedded Python in C++
Imagify
Create a bitmap from a string
Paradigms-AI
Code listings and some exercises for the book "Paradigms of Artificial Intelligence Programming".
Software-Foundations-Solutions
SweetJsTests
Tests with sweet.js, macros in Javascript! :3
urweb-canvas
urweb-nmarkdown
silly markdown implementation
urweb-nregex
silly regex implementation
fabriceleal's Repositories
fabriceleal/Paradigms-AI
Code listings and some exercises for the book "Paradigms of Artificial Intelligence Programming".
fabriceleal/ImageProcessing
.NET Library developed using C# for digital image enhancement and edge detection. It was made in 2011 as the project for concluding my Bachelor's degree.
fabriceleal/Elements-AI
Code listings and some solutions for the book "The Elements of Artificial Intelligence Using Common Lisp"
fabriceleal/SerialPortCommunication
Simple serial port app using C#.
fabriceleal/erl_interface-examples
Some examples on how to use build/use erlang's interface with the C language
fabriceleal/functional-javascript
Functional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions such as curry, rcurry, and partial for partial function application; and compose, guard, and until for function-level programming.
fabriceleal/Lambda-Lang
A quick and dirty language based in lambda calculus, so I (and you...) can practice lambda calculus.
fabriceleal/PhpExperiences
Some experiences with PHP.
fabriceleal/YoutubeDesktop
Interface to Google Youtube API using C# (Windows Forms).
fabriceleal/bochs
The Open Source IA-32 Emulation Project. The "iphone" branch has the isoftcom.com port, cleaned up and with SDK 3.0. Ethernet may also work. The "iphone-master" branch has a port to the current head of master.
fabriceleal/C-Haskell
Some examples interfacing C and Haskell
fabriceleal/cecil
Cecil is a library to generate and inspect programs and libraries in the ECMA CIL form.
fabriceleal/erl_chat_tutorial
source for erl_chat tutorial
fabriceleal/FrenchVerbsConjugator
A french verbs conjugator using Clojure.
fabriceleal/git.js
Javascript Git implementation
fabriceleal/Make-CodeFiles
Scripts for generation of source files (.c, .h, ...) to be used as templates
fabriceleal/Os-Plays
Playing with operating systems tutorials ...
fabriceleal/paimei
A reverse engineering framework written in Python.
fabriceleal/pl
A collection of javascript helpers
fabriceleal/PL101
Lessons and homeworks of the PL101 class on www.nathansuniversity.com . Working solutions on the project's website.
fabriceleal/ProjectEuler
Solutions for Project Euler problems using mostly Clojure.
fabriceleal/PsWebServer
Web Server using PowerShell.
fabriceleal/PythonTemplates
Templates for Python projects using Python :)
fabriceleal/Rofs
Dropbox Read-only filesystem
fabriceleal/TetraSquash
Some experiences with Box2D, HTML5 and Javascript, resulting in a squash game with 4 players!
fabriceleal/v8
An official mirror of V8 SVN repository
fabriceleal/WinDbgCc
Some plays with the WinAPI (kernel32, ...) with C++