GitHub topics: higher-order-functions
etiams/optiscope
A Lévy-optimal lambda calculus reducer with a backdoor to C
Language: C - Size: 466 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 22 - Forks: 0

mattriley/node-module-composer
Bring order to chaos. Level up your JS application architecture with Module Composer, a tiny but powerful module composition utility based on functional dependency injection.
Language: JavaScript - Size: 1.77 MB - Last synced at: 11 days ago - Pushed at: 18 days ago - Stars: 8 - Forks: 2

ngwndeLong/SymbolTable-HOF-LC
Symbol table Python Implementation
Language: Python - Size: 14.6 KB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

masumkhan081/javascript-code-notes
This repository contains notes and code snippets related to JavaScript programming, covering fundamental concepts, core libraries, and best practices. It serves as a personal reference for learning and consolidating knowledge in JavaScript, intended for personal use to reinforce understanding of JavaScript concepts.
Language: JavaScript - Size: 510 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

AnyDSL/thorin
The Higher-Order Intermediate Representation
Language: C++ - Size: 11.3 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 155 - Forks: 18

MilaZiabchenko/JavaScript-coding-challenges
My solutions to a variety of coding challenges in JavaScript
Language: JavaScript - Size: 129 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

mrinaljain/Javascript-A-Z-notes
A comprehensive collection of end-to-end learning notes on Namaste JavaScript concepts. Simplified explanations, examples, and practical insights to help developers of all levels grasp JavaScript fundamentals with ease.
Language: JavaScript - Size: 1.01 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 14 - Forks: 5

thma/WhyHaskellMatters
In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.
Language: Haskell - Size: 480 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 470 - Forks: 14

sandybansalhere/javascript
JavaScript under the hood
Language: JavaScript - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

anyulled/Composing_high_order_functions
Created with CodeSandbox
Language: JavaScript - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

JohnMwendwa/higher-order-array-methods
Planning on learning ES6? Learn through these simple examples
Language: JavaScript - Size: 1000 Bytes - Last synced at: about 5 hours ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

Abdelmagidawad/JavaScript-30-Day-Challenge
Solving Leetcode's 30-day Javascript challenge , Problem Solving about different Topics of Js
Language: JavaScript - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

SystemsBioinformatics/parcr
Construct parser combinators in R
Language: HTML - Size: 588 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

fogfish/gurl
ᵍ🆄🆁🅻 is a combinator library for network I/O
Language: Go - Size: 276 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 7 - Forks: 0

droidbg/portfolio
This is my portfolio website created using React, Three.js and Vite
Language: JavaScript - Size: 18.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

c-cube/iter
Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
Language: OCaml - Size: 1.41 MB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 123 - Forks: 12

amboxer21/CustomPythonDecorators
Custom Python decorators I wrote to restrict method arguments to a specific type. I also added an encrypt/decrypt decorator as well.
Language: Python - Size: 43.9 KB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ralvarezdev/js-decorator
Higher-order functions implementations for JavaScript projects
Language: JavaScript - Size: 27.3 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

asteroid-lang/asteroid
Asteroid is a modern, multi-paradigm programming language that supports first-class patterns.
Language: Python - Size: 4.56 MB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 41 - Forks: 10

ChinmayKaitade/JavaScript-Practice-Series-hn
This is a JavaScript Practice Series in Hindi | HC
Language: JavaScript - Size: 2.08 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

HashimThePassionate/javascript-mastery
Master JavaScript step by step with practical examples and hands-on projects. This repository covers everything from the basics to advanced concepts, including values, types, operators, functions, and more.
Language: HTML - Size: 3.72 MB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

ahelmi365/GET-JS-Talk
In this repository, I will be talking about JavaScript and its features.
Language: JavaScript - Size: 78.1 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

verse-lab/sisyphus
Mostly Automated Proof Repair for Verified Libraries
Language: OCaml - Size: 2.17 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

derektypist/build-a-book-organizer
Build a Book Organizer using higher order functions in JavaScript.
Language: JavaScript - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

michaelbull/kotlin-coroutines-jdbc
A library for interacting with blocking JDBC drivers using Kotlin Coroutines.
Language: Kotlin - Size: 191 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 47 - Forks: 1

p-samuel/anonymous-methods
Using higher-order logic to copy JavaScript's "filter", "map" and "reduce" functions in Delphi.
Language: Pascal - Size: 64.5 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 7 - Forks: 0

thieu1995/reflame
reflame: Revolutionizing Functional Link Neural Network by Metaheuristic Optimization
Language: Python - Size: 130 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

KyNorthstar/Swift-Fast-Reduce 📦
A fast version of the Swift Standard Library's reduce function
Language: Swift - Size: 2.93 KB - Last synced at: 10 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

fogfish/m_http
A class of Erlang monads which can do http requests
Language: Erlang - Size: 96.7 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 0

eyouyou/pipeline
rust interceptor
Language: Rust - Size: 17.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 0

MallikarjunH/Swift_Concepts
It includes all basics of swifts concepts
Language: Swift - Size: 265 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Kamirus/purescript-functional-concepts
Elaborated examples concerning functional concepts e.g. gadt, eadt, church encodings
Language: PureScript - Size: 32.2 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

aneeshlalwani/30DaysOfVanillaJavaScript
Language: HTML - Size: 45.6 MB - Last synced at: 10 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

weijentu/Higher-Order-Function-ObjC
Map, Filter, Reduce, Contains, ForEach and FlatMap Implementation in Objective-C
Language: Objective-C - Size: 15.6 KB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 24 - Forks: 4

steinfletcher/func-dependency-injection-go
Dependency injection example using higher order functions
Language: Go - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 25 - Forks: 4

my-crazy-lab/remixrun-boilerplate
Clean and Solid boilerplate for Remix
Language: TypeScript - Size: 953 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

Olubakinde/BankAccount-MS
This TypeScript Bank Account Management System consists of an Account class for individual accounts and a Bank class to manage multiple accounts. It offers functionalities like creating accounts, depositing and withdrawing funds, checking balances, and transferring funds between accounts.
Language: TypeScript - Size: 105 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jaykishan-sewak999/kotlin-examples
This project contain various Android concept Highorder function, coroutine,scop functions, extension functions
Language: Kotlin - Size: 313 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

himynameisdave/browser-event-utils
🎟 A collection of higher-order functions for invoking common browser event methods.
Language: TypeScript - Size: 2.62 MB - Last synced at: about 13 hours ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

robertschnitman/RubyOps
Ruby utility methods
Language: Ruby - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Toobo/Hop
Higher-order functional predicates.
Language: PHP - Size: 38.1 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

matheusschittini/projeto-zoo-functions
Projeto final do módulo Fundamentos do Desenvolvimento Web do curso da Trybe
Language: JavaScript - Size: 241 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ravshanaliyev/Netflix
Netfix Clone with Plain JavaScript. Technologies used in the project: HTML, CSS, JavaScript, IMDB API
Language: JavaScript - Size: 1.12 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Floofies/Differentia.js 📦
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
Language: JavaScript - Size: 351 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 4

prbale/NewsApp
News App Sample - Using Android Architectural Components using NewsApi.org
Language: Kotlin - Size: 14.3 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

anticipasean/funcify
Explore functional DSLs and type systems in Java and Kotlin that facilitate easier-to-read, cleaner, more testable, and more fault tolerant code
Language: Java - Size: 622 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tanya-johari/JavaScript
Implementing few higher order JavaScript functions.
Language: JavaScript - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dasjideepak/js_closure Fork of AltCampus/js_closure
This repository contains assignments that I have worked on for practicing Higher Order Function and Closure in javascript
Language: JavaScript - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

rikreddy97/JavaScriptPractice
This Repo Includes some Key Concepts Related to Javascript ES6 from Webdev Perspective.. Herein I write simple code to Refresh/ Brush up My skills of Core JS for sake of Interviews.
Language: JavaScript - Size: 12.6 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abhijhacodes/higher-order-functions
Language: C++ - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

llauderesv/eloquent-javascript
A simple guide to Higher-Order Function in Javascript
Language: JavaScript - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

bube054/go-js-array-methods
This comprehensive module provides an array (no pun intended) of helper functions specifically designed to empower developers in working efficiently with golang slices. It encompasses popular methods like Map, Filter, Reduce, ForEach, Some, and many more, offering streamlined functionalities to enhance your golang coding experience.
Language: Go - Size: 67.4 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

tideland/go-slices
Process typed Go slices via generics and higher-order functions.
Language: Go - Size: 82 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

JulianoMariano/GITFAV-
GITFAV★
Language: JavaScript - Size: 5.48 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cordovacarlos22/learning-array---objests-js-for-beginners-course
learning about most Array methods in JS
Language: JavaScript - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

iAmVishal16/LeetCodeSolutions
Swift solutions for LeetCode problems using Higher Order function and Algorithms
Language: Swift - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

saidali-ibn-zafar/Hard-Parts-of-Functional-JS-Fundamentals
Explore the increasingly popular paradigm of functional programming in JavaScript! You’ll learn how to wield and manipulate functions to develop more readable, maintainable and manageable codebases. You’ll go under the hood of powerful techniques like: Higher Order Functions, Function Composition, Pure Functions, and Immutability of State.
Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hcerim/Funk
Functional programming library for C#
Language: C# - Size: 2.82 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

MilenaSuzumura/project-zoo-functions
Projeto focado em organizar as informações de um zoológico, utilizando Higher Order Functions.
Language: JavaScript - Size: 29.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

No3x/nested-function
Simple extension of Function to express chained (or nested) Functions fluently.
Language: Java - Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chetna050699/Higher_Order
Higher_Order_Functions codes
Language: JavaScript - Size: 4.88 KB - Last synced at: about 21 hours ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

mrWh1te/Botmation
A simple TypeScript framework for declaratively composing bots with Puppeteer
Language: TypeScript - Size: 8.87 MB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 18 - Forks: 2

leonid-sokolinsky/BSF-Jacobi
Parallel implementation of Jacobi method using the higher-order functions Map and Reduce
Language: C++ - Size: 76.2 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

kuzhalikumaraguru/d8rms28reactcontextapishoppingcart
Context API to handle the state and functionalities in react.js
Language: JavaScript - Size: 42 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

weilok2021/CS61A
UC Berkeley CS61A exercises solutions
Language: Python - Size: 2.17 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

markuswt/curry-py
Simple currying for python functions
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Jacob-Clark-809/object-oriented-javascript
Exercises exploring OOP in JavaScript.
Language: JavaScript - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Cybernate-IT/python-functional-programming
Unlock the power of functional programming in Python with this repository's concise code examples and clear explanations covering core concepts, higher-order functions, closures, decorators, generators, and more. Elevate your Python skills and tackle real-world challenges using functional programming principles.
Language: Python - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sachdevavaibhav/js-fundamentals
JavaScript Fundamentals (Notes) ft. Namaste JavaScript
Size: 113 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

briwyatt/map_and_fill
higher order functions - map and fill functions
Language: HTML - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

MilenaSuzumura/project-talker-manager
Talker Manager é um projeto focado em desenvolver uma API de cadastro e pesquisa de talkers utilizando operações CRUD (Create, Read, Update e Delete).
Language: JavaScript - Size: 751 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Vyachowski/frontend-project-46
JSON Difference generator: This project is centered around concepts like higher-order functions, recursion, and configuring the environment.
Language: JavaScript - Size: 637 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vinayChiliveri99/iplProject
This is a project on JavaScript, which helps one to get used to the higher order functions in JS, how to apply higher order functions on JSON data to get desired results.
Language: JavaScript - Size: 2.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

swapnilwakchaure/python_learning_notes_with_examples
Welcome to my Python learning repository! 🚀 This space is where I document my journey into the fascinating world of Python programming. Whether you're a beginner or someone looking to enhance your Python skills, this repository is designed to be your go-to resource.
Language: Python - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

alexandrabaturina/mars-rover-dashboard
Dashboard that allows the user to view data and images from one of the Mars rovers.
Language: JavaScript - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

kutlugsahin/redux-saga-callback
redux-saga helper functions to await dispatched actions
Language: JavaScript - Size: 365 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 2

rollbear/lift
constexpr C++17 library for simplifying higher order functions in application code
Language: C++ - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 189 - Forks: 8

AlexanderKaraberov/SwiftLand
Swift µframework for functional programming and higher-order data processing
Language: Swift - Size: 107 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 1

lucaslirah/filmov
A project to practice some advanced knowledges about Javascript.
Language: JavaScript - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

jsfoliveira/Projeto-Zoo-Function
Projeto desenvolvido no curso da Trybe.
Language: JavaScript - Size: 166 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

owainlewis/hof
Higher order functions for Golang
Language: Go - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

deepcloudlabs/dcl113-2023-aug-24
DCL-113: Functional Programming in C++20
Language: C++ - Size: 681 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

iswarya15/hoc-react
sample hoc components
Language: JavaScript - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

EvitanRelta/predicate-hof
TypeScript higher-order-functions to combine or negate predicates without evaluating them.
Language: TypeScript - Size: 158 KB - Last synced at: 29 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Ardywsptr/javascript-lanjutan
Materi Javascript lanjutan playlist youtube channel Web Programming Unpas
Language: JavaScript - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jpoliveiramateus/trybe-exercicios
Este repositório contém todas as atividades de aprendizagem desenvolvidas enquanto estudava na Trybe.
Language: JavaScript - Size: 18.9 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

deepcloudlabs/dcl113-2023-aug-14
DCL-113: Functional Programming in C++20
Language: C++ - Size: 188 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Shank404/FP_Snake
~~ Elm / Browser Game ~~ This is a snake game written in Elm. The language itself is a functional language. I learned many declarative concepts while developing this project. This game was a task in my studies.
Language: Elm - Size: 124 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

vimlord/Lomda
An interpreted programming language with mathematical functionality.
Language: C++ - Size: 535 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 0

lzaghi/HOFs-playground
Projeto que simula um sistema de gerenciamento de um zoológico. Aplicação JavaScript.
Language: JavaScript - Size: 161 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

misharash/s4PCF
Code to compute the 4-point correllation function binned by distances between and within 2 different pairs of galaxies
Language: C++ - Size: 971 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

misharash/encore Fork of oliverphilcox/encore
encore: Efficient isotropic 2-, 3-, 4-, 5- and 6-point correlation functions in C++ and CUDA
Language: C - Size: 44.8 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SarahMarie73/turtle-race
Day 19 project for Python bootcamp course on Udemy
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dotubutis/UW-ProgrammingLanguages
Exercises from CSE341 Programming Languages course at University of Washington
Language: Standard ML - Size: 637 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

VanehSann/project-zoo-functions
A Trybe project to put on pratice Javascript ES6.
Language: JavaScript - Size: 178 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

marianpadron/VehicleRegistrationSystem
Java Project OOD/SOLID - Mar 2023
Language: Java - Size: 55.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

okira-e/go-vector
Simple implementation of a generic vector data structure in Go. It provides higher level functions to manipulate the vector.
Language: Go - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kechenkristin/hog-game
UCB CS61A 2020fall hog game
Language: Python - Size: 978 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

kongware/ftor
ftor enables ML-like type-directed, functional programming with Javascript including reasonable debugging.
Language: JavaScript - Size: 1.09 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 44 - Forks: 1

MilaZiabchenko/Vanilla-JavaScript-playground
JavaScript theory and code snippets, using functional and OOP, prototypes, higher-order array methods, regular expressions, DOM, events, and asynchronous JS
Language: JavaScript - Size: 4.98 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
