All Projects → NelosG → fp-tests

NelosG / fp-tests

Licence: GPL-3.0 License
Haskell homework tests

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to fp-tests

KAI
KAI is a distributed computing model written in modern C++ and is cross-plaftorm. Using custom language translators and an executor, KAI provides full reflection, persistence and cross-process communications without having to modify existing source code. KAI Comes with an automated, generational tricolor garbage collector, and Console- and Windo…
Stars: ✭ 13 (-56.67%)
Mutual labels:  stack, tests
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+1163.33%)
Mutual labels:  stack
React-Realtime-Chat
A full-stack reproduction of the popular realtime chat application, Slack (http://slack.com) using React and GraphQL Subscriptions.
Stars: ✭ 16 (-46.67%)
Mutual labels:  stack
AT-browser-tests
HTML tests for various uses, including HTML5accessibility.com and JAWS tests
Stars: ✭ 74 (+146.67%)
Mutual labels:  tests
stackage2nix
Generate Nix build instructions from a Stack file
Stars: ✭ 48 (+60%)
Mutual labels:  stack
whitefield
Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
Stars: ✭ 70 (+133.33%)
Mutual labels:  stack
osu-cs-class-explorer
Angular-based web app allows OSU eCampus CS students to view candid class reviews from past students. Data scraped from OSU subreddit survey.
Stars: ✭ 24 (-20%)
Mutual labels:  stack
docker-elk
ELK Stack on Docker
Stars: ✭ 43 (+43.33%)
Mutual labels:  stack
web-haskell-graphql-postgres-boilerplate
Modern webserver in Haskell: Graphql + Postgresql + Authentication + DB migration + Dotenv and more
Stars: ✭ 114 (+280%)
Mutual labels:  stack
cfn-encrypt
🔑🔐☁️ Cloudformation custom resource that enables creation of KMS encrypted strings and SSM secure parameters
Stars: ✭ 13 (-56.67%)
Mutual labels:  stack
selenoid-container-tests
An automated Java test suite to check browser images quality
Stars: ✭ 12 (-60%)
Mutual labels:  tests
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+186.67%)
Mutual labels:  stack
junit-annotate-buildkite-plugin
📈 Summarise your test failures as a build annotation
Stars: ✭ 18 (-40%)
Mutual labels:  tests
whats-new-in-java
Overview of features that were introduced in Java 8-13.
Stars: ✭ 29 (-3.33%)
Mutual labels:  tests
BDTest
BDTest - A Testing Framework for .NET
Stars: ✭ 58 (+93.33%)
Mutual labels:  tests
where-broke
A CLI utility that helps finding breaking module versions using binary search and automated tests.
Stars: ✭ 92 (+206.67%)
Mutual labels:  tests
gossip
An online user interface to efficiently author and delivery awesome and informative presentation. 🚀
Stars: ✭ 378 (+1160%)
Mutual labels:  stack
backend
Code for statistical methods which estimates outbreak indicators at Covid Today.
Stars: ✭ 13 (-56.67%)
Mutual labels:  tests
maze-generator
A real-time JavaScript maze generator using the depth-first search algorithm
Stars: ✭ 13 (-56.67%)
Mutual labels:  stack
pern-stack-auth
📋 Repair. PERN stack todo app with jwt user authentication
Stars: ✭ 17 (-43.33%)
Mutual labels:  stack

FP homework-tests

Положите свои решения в src/HW+/T*.hs. Тесты запускаются командой stack test hw+:t*, где вместо + нужно написать номер домашнего задания, а вместо * нужно написать номер тестируемого модуля. Все тесты запускаются командой stack test hw+.

Задание

Создание приватного репозитория

  1. Создайте пустой приватный репозиторий.
  2. Сделайте bare клон этого репозитория:git clone --bare https://github.com/NelosG/fp-tests.git.
  3. Перейдите в созданную папку:cd fp-tests.git.
  4. Сделайте пуш в ваш приватный репозиторий: git push --mirror <your rep> Это позволит сохранить историю коммитов для последующей подгрузки новых тестов.
  5. Склонируйте ваш репозиторий и перейдите в него.
  6. Добавьте удаленный репозиторий:git remote add upstream https://github.com/NelosG/fp-tests.git
  7. Готово

Теперь вы можете подгружать новые тесты командой:git pull upstream master

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].