Pinned Repositories
awesome-french
A curated repository of resources for learning French. 🇫🇷
awesome-greek
A curated repository of resources for learning Greek.
awesome-linguistics
A curated repository of resources for Linguistics, the scientific study of language
compiler
A simple compiler written from scratch in C++ for an undergraduate course in program translation.
dbscan
DBSCAN density-based clustering algorithm in Python.
fcxref
Manages FreeCAD external references.
missionaries-and-cannibals
Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search.
naive-bayes
A Python implementation of Naive Bayes from scratch.
openafpm-cad-core
Repository containing OpenAFPM wind turbine CAD model.
ose-3d-printer-workbench
A FreeCAD workbench for designing 3D printers by Open Source Ecology (OSE).
gbroques's Repositories
gbroques/awesome-greek
A curated repository of resources for learning Greek.
gbroques/fcxref
Manages FreeCAD external references.
gbroques/openafpm-cad-core
Repository containing OpenAFPM wind turbine CAD model.
gbroques/awesome-french
A curated repository of resources for learning French. 🇫🇷
gbroques/greek-texts
Collection of texts from Tράπεζα κειμένων with synced audio for learning Modern Greek.
gbroques/openafpm-cad-visualization
Module for visualizing openafpm-cad-core's 3D wind turbine model in a web browser.
gbroques/cmp-ripgrep-flags
nvim-cmp completion source for ripgrep flags.
gbroques/democratizing-small-wind-through-open-source-computer-aided-design
Presentation for the 2024 Wind Empowerment conference in Greece.
gbroques/interlinearizer
Generates an interlinear text — a text with translation between lines — given translation pairs of semantic units (the shortest possible part of a phrase which makes sense when translated).
gbroques/openafpm-cad-desktop-app
gbroques/camera-controls
A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.
gbroques/cmp-variable-type
Tree-sitter based nvim-cmp completion source for lowerCamelCase variable names based on type.
gbroques/conjure
Interactive evaluation for Neovim (Clojure, Fennel, Scheme, Python, PHP, R, Lua, Rust and more!)
gbroques/cytoscape.js
Graph theory (network) library for visualisation and analysis
gbroques/cytoscape.js-dagre
The Dagre layout for DAGs and trees for Cytoscape.js
gbroques/cytoscape.js-git
Cytoscape layout extension for rendering git object graphs.
gbroques/dagre
Directed graph layout for JavaScript
gbroques/dagre-d3
A D3-based renderer for Dagre
gbroques/dotfiles
gbroques' personal dotfiles.
gbroques/eyeliner.nvim
👀 Move faster with unique f/F indicators.
gbroques/filesystem-websocket-notifier
Notifies a WebSocket connection about filesystem changes.
gbroques/git-websocket-notifier
gbroques/gitviz
Visualize git repository internals as they change, live, in the browser.
gbroques/gpt2-small-js
JavaScript implementation of GPT-2 small based on Ishan Anand's spreadsheets are all you need.ai implementation for educational purposes.
gbroques/interactive-terminal
An interactive terminal that runs in the browser using WebSockets, built with Node.js and xterm.js.
gbroques/mason-registry
Core registry for mason.nvim.
gbroques/nvim-jdtls
Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
gbroques/nvim-luaref
Add a vim :help reference for lua
gbroques/nvim-treesitter-textobjects
gbroques/wasm-git
GIT for nodejs and the browser using https://libgit2.org compiled to WebAssembly with https://emscripten.org