Here are
300 public repositories
matching this topic...
List of Computer Science courses with video lectures.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
LibRec: A Leading Java Library for Recommender Systems, see
Updated
Jun 21, 2022
Java
🚀 The blazing fast build tool for Rust.
Updated
Jul 24, 2022
Rust
👔 How to transition from software development to engineering management
A fast and lightweight native programming language
Updated
Aug 10, 2022
Shell
Trigger is a robust network automation toolkit written in Python that was designed for interfacing with network devices.
Updated
Apr 20, 2021
Python
Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals.
Updated
May 24, 2022
Python
Knee point detection in Python 📈
Updated
Jul 30, 2022
Python
What to Read to Learn More About DevOps
CS 15-213: Introduction to Computer Systems in 2017 Spring, CMU
Updated
Jan 13, 2020
Assembly
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Updated
Jul 13, 2022
Jupyter Notebook
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Software Architecture for ML engineers
🔃 Cybernetics Reading Club
Updated
Dec 13, 2017
HTML
Lightweight printf library optimized for embedded systems
a friendly wrapper around ptrace
📆 The infrastructure deployment time machine
Updated
Aug 10, 2022
Python
Lightweight JSON parser for embedded systems
GNU-radio wireless communication system lab
Updated
Apr 11, 2020
Python
Vendor-agnostic tool for managing bare-metal systems via the Redfish API
Updated
Aug 10, 2022
Python
1st time TAing for CS110 at Stanford: Principles of Computer Systems? - Stars are appreciated :)
Updated
Sep 17, 2019
HTML
A systems development platform. A revamped portal is coming soon at:
Updated
May 14, 2022
JavaScript
A clean, well-written minimalist operating system designed to be used as an educational material for operating system development. [My flagship repo.]
This is the main repo for Penglai.
Improve this page
Add a description, image, and links to the
systems
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
systems
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
For now only strings are accepted as the
measuresparameter inGridSearchCV,RandomizedSearchCV, andcross_validate. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.We should then accept callables in addition to strings.
Each callable should only take the
predictionsparameter. In order to handle measur