Coder Social home page Coder Social logo

Ian Beauregard's Projects

addons icon addons

Useful extra functionality for TensorFlow 2.x maintained by SIG-addons

asm-library icon asm-library

A library of 11 C functions implemented with the NASM assembler for Linux x86-64 systems

basic-calculator icon basic-calculator

This is a basic calculator, similar to the bc Unix command. It handles the addition, subtraction, multiplication, division and modulo operations on integer values.

biggest-square icon biggest-square

This application finds and prints the largest possible square on a board while avoiding obstacles. The code uses only the following library functions and system calls: malloc, free, read, open, close, printf.

blockchain icon blockchain

Implementation of a very basic blockchain. More details in the README. Only the following functions and system calls were used: malloc, free, printf, write, open, read, close.

c411-scraper icon c411-scraper

Given a CSV database of personal information records, this application updates the database by appending the correct phone number to each record. It does that by scraping the https://www.canada411.ca website.

curl icon curl

This is a partial replica of the Unix curl command. Just like its counterpart, my_curl is used to fetch data from a server without any user interaction.

handson-ml2 icon handson-ml2

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

http-proxy icon http-proxy

This repo features a forward HTTP proxy used for caching purposes.

http-server icon http-server

The hands-on walkthrough example from Chapter 20 of The Rust Programming Language book.

libsignal-client icon libsignal-client

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.

ls icon ls

Simple, partial implementation of the ls command, using only the following functions and system calls: malloc, free, printf, write, stat, lstat, opendir, closedir, readdir.

malloc icon malloc

This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.

maze-solver icon maze-solver

This application finds the shortest path between the entrance and the exit of a maze, while avoiding obstacles. It does so using the IDA* path search algorithm. Extensive use is also being made of the C+ coding style.

minigrep icon minigrep

The hands-on walkthrough example from Chapter 12 of The Rust Programming Language book.

musescore icon musescore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!

pandas icon pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

securedrop icon securedrop

GitHub repository for the SecureDrop whistleblower platform. Do not submit tips here!

signal-server icon signal-server

Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS

sqlite icon sqlite

This project is a partial replica of the SQLite command-line interface (CLI) and data manipulation operations. It is implemented with Python 3.6, using only modules of the Python Standard Library.

tar icon tar

Simple implementation of the tar command using only the following functions and system calls: chmod, close, free, stat, getpwuid, getgrgid, getxattr, listxattr, lseek, major, malloc, minor, mkdir, open, opendir, read, readdir, readlink, stat, symlink, unlink, time, ctime, utime, write.

tensorflow icon tensorflow

An Open Source Machine Learning Framework for Everyone

unix-shell icon unix-shell

This is a Unix command line interpreter. It implements the following built-ins: echo, cd, setenv, unsetenv, env and exit. Other commands are delegated to the system.

url-shortener icon url-shortener

This repo contains the backend components of a URL shortening service similar to what is offered by TinyURL and Bitly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.