Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: learning-materials

jfb-h/intro-to-sna

Course website for the introduction to social network analysis taught at the LMU Department of Geography

Language: CSS - Size: 1.39 MB - Last synced: about 8 hours ago - Pushed: about 9 hours ago - Stars: 0 - Forks: 0

TheZaychik/FA

Репозиторий практик факультета ИТиАБД направления Прикладной Информатики в Финансовом Университете при Правительстве РФ/Financial University under the Government of the Russian Federation [2020-2025]

Language: Jupyter Notebook - Size: 348 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 0 - Forks: 0

lnishan/awesome-competitive-programming

:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources

Size: 6.95 MB - Last synced: 3 days ago - Pushed: 10 days ago - Stars: 12,203 - Forks: 2,554

SVUIT/mmtt

Kho tài liệu học tập UIT, phiên bản Mạng máy tính và Truyền thông

Language: SCSS - Size: 608 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 14 - Forks: 0

emilyannemoses/functions-exercises Fork of SF-WDI-LABS/functions-exercises

Practice with writing functions in JavaScript

Language: JavaScript - Size: 5.86 KB - Last synced: 22 days ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

emilyannemoses/command-line-mystery Fork of sf-wdi-27-28/command-line-mystery

Terminal game to learn common commands

Size: 4.56 MB - Last synced: 22 days ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

lochungtin/ICL70053-Python-Programming 📦

Intro to Python Programming Material

Language: Jupyter Notebook - Size: 932 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

jorzel/concurrency-control

In this repo I would like to show 4 strategies of concurrency control for writing data using Python SQLAlchemy ORM and PostgresSQL (however this examples could be easily transformed to plain SQL).

Language: Python - Size: 20.5 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 6 - Forks: 2

cp-algorithms/cp-algorithms

Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)

Language: C++ - Size: 3.83 MB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 6,433 - Forks: 1,424

onur-bicer/python_101

Python öğrenirkenki materyallerim

Language: Jupyter Notebook - Size: 8.79 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

onur-bicer/matlab_101

MATLAB öğrenme sürecimi paylaşıyorum

Language: MATLAB - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

jorzel/service-layer

Playground app showing how service layer pattern can decouple your application from framework (API).

Language: Python - Size: 32.2 KB - Last synced: 2 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

jorzel/recruitment

Playground app modelling candidate simple path in a recruitment process using Event Sourcing + CQRS

Language: Python - Size: 59.6 KB - Last synced: 2 months ago - Pushed: about 2 years ago - Stars: 4 - Forks: 0

jorzel/goodpractices

Some examples of good practices (e.g. SOLID)

Size: 20.5 KB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

jorzel/contract-testing

Simple playground app for pact-python contract testing. Including both messaging and REST

Language: Python - Size: 148 KB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Roobyx/awesome-game-design

A comprehensive list of Game Design related learning materials, examples and tools.

Size: 165 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 214 - Forks: 5

jorzel/postgres-full-text-search

Postgres full text search options (tsearch, trigram, ilike) examples

Language: Python - Size: 5.04 MB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 111 - Forks: 6

hasansezertasan/random-profile

Random profile generator for designers. Name, surname, biography, username...

Language: HTML - Size: 27.3 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

jorzel/opentable

Clean architecture python application sample, with domain layer protected

Language: Python - Size: 114 KB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 25 - Forks: 1

Fidget-Spinner/cpython_optimization_notes

Personal notes on optimizations in CPython

Size: 30.3 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 4 - Forks: 0

piotrl/understand-full-text-search

📖 Support examples for learning full-text search with use of PostgreSQL. Ready to run.

Size: 12.7 KB - Last synced: about 1 month ago - Pushed: about 7 years ago - Stars: 100 - Forks: 6

wayfair-archive/awesome-learning 📦

Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace

Language: JavaScript - Size: 4.45 MB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 229 - Forks: 92

ProgrammerGnome/CUDA-codes

Snippet repository for learning parallel GPU programming with CUDA.

Language: C++ - Size: 4.12 MB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

TruongNhanNguyen/Python-Fundamentals

A solid, comprehensive foundation on data structures and algorithms in Python

Language: Python - Size: 2.21 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 7 - Forks: 0

AAROC/AnsibleBootCamp

A repository of learning materials for teaching Ansible for e-Infrastructures

Language: TeX - Size: 33.6 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 7 - Forks: 33

datasciencecampus/gov-uk-rap-materials

Learning materials describing Reproducible Analytical Pipeline

Language: HTML - Size: 83.4 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 16 - Forks: 9

jorzel/value-object-persistance

Value object persistent strategies using SQLAlchemy ORM

Language: Python - Size: 20.5 KB - Last synced: 2 months ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

PTHARRISH/Python-Notes

Python codes & Notes

Language: Python - Size: 1.22 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

GeorgiyDemo/KIP

Репозиторий практик в Колледже Информатики и Программирования при Финансовом Университете при Правительстве РФ [2015-2019]

Language: C# - Size: 969 MB - Last synced: 7 months ago - Pushed: about 4 years ago - Stars: 8 - Forks: 8

merely-useful/r-rse 📦

ARCHIVED: Activity moved to rostools organization.

Language: TeX - Size: 29.2 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 11 - Forks: 5

SamirSouzaSys/Learning_Laravel_5.3

Language: PHP - Size: 188 KB - Last synced: 9 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

kevinbird61/stochastic-calculus-and-probability-model

Record the learning materials of the course - "STOCHASTIC ANALYSIS OF COMPUTER NETWORKS" in National Cheng Kung University.

Language: C++ - Size: 4.22 MB - Last synced: 2 months ago - Pushed: almost 6 years ago - Stars: 16 - Forks: 3

yaswanthteja/MySQL

Size: 37.1 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

jorzel/system-architecture

C4 model architecture visualization

Language: ASL - Size: 286 KB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Thilagavijayan/Python_Through_Examples

Learning Material which consists of n number of concepts with example programs using python

Language: Jupyter Notebook - Size: 41 KB - Last synced: 6 days ago - Pushed: 12 months ago - Stars: 0 - Forks: 1

GeorgiyDemo/FA

Репозиторий практик факультета ИТиАБД направления Прикладной Информатики в Финансовом Университете при Правительстве РФ [2019-2023]

Language: Jupyter Notebook - Size: 1.45 GB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 37 - Forks: 26

alexanderknop/algorithms

Size: 547 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

mcalthrop/tdd-fibonacci

TDD implementation of JavaScript Fibonacci series function

Language: JavaScript - Size: 235 KB - Last synced: 9 months ago - Pushed: about 1 year ago - Stars: 8 - Forks: 67

OpenSecEd/appliedcrypto

Learning module for Applied Cryptography

Language: TeX - Size: 3.3 MB - Last synced: about 2 months ago - Pushed: 3 months ago - Stars: 5 - Forks: 0

tommyjepsen/airesources

Collection of AI Resources - everything from courses to books to fun projects

Size: 6.84 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 3 - Forks: 1

syhwawa/Coding_Daily_Practice

Daily coding practise using Python3, Questions from Leetcode, HankerRank and etc.

Language: Jupyter Notebook - Size: 3.51 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

jassics/security-presentations

Collection of my presentations on various topics like application security, python, cloud security, DevSecOps and so on...

Size: 44.5 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 16 - Forks: 5

FlymeDllVa/FU

Repository related to activities at the Financial University under the Government of the Russian Federation

Language: Jupyter Notebook - Size: 858 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 9 - Forks: 6

Universemul/postgresql-search-engine

This application demonstrates how to use PostgreSQL as a full-text search and spatial engine

Language: Python - Size: 1.33 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

piotrl/understand-sql-window-functions

📖 Support examples for learning Window Functions in PostgreSQL. Ready to run.

Size: 4.88 KB - Last synced: about 1 month ago - Pushed: almost 7 years ago - Stars: 2 - Forks: 0

ifndefdeadmau5/TIL

curated links about web development or general software engineering

Size: 6.84 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Tkachenko-School/awesome-graphql-beginner-links

Size: 85 KB - Last synced: 4 days ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

TheZaychik/KIP

Репозиторий практик в Колледже Информатики и Программирования при Финансовом Университете при Правительстве РФ [2016-2020]

Language: JavaScript - Size: 130 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

chr0m3/whois-c-programming

Whois C Programming Lecture Materials

Size: 8.9 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 1

havanagrawal/c2c2017

Course material and references for Campus To Corporate course, 2017.

Language: Java - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 36 - Forks: 23

PabloAceG/learning-n-tools

Not much content here. Just URLs and stuff that you can use to learn something, or maybe something useful for a project.

Size: 29.3 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

jizusun/apcs-2017-spring

Learning Material for AP Computer Science, 2017 Spring

Language: Java - Size: 64.7 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 6 - Forks: 2

afifadayu/build-a-website-ii

Build a Website II (IND) - Generation Girl Winter Club 2020

Language: JavaScript - Size: 786 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

mcalthrop/js-basics

Practical explanation and examples of some JavaScript basics

Size: 19.5 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

yezihack/ibook

专收集技术相关的学习资料,均来自网络大神,感谢.

Size: 104 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

mcalthrop/cv

Source code for Matt Calthrop's online CV

Language: HTML - Size: 101 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

timklapdor/learning-materials

Developing a new theme and style for CSU Learning Resources - A work in process

Language: HTML - Size: 35.2 MB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 1 - Forks: 3

MozUP/RainOfRust-Campaign

Mozilla Uttar Pradesh Rain of Rust Campaign

Size: 166 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 1

mcalthrop/development-setup-js

Useful setup instructions forJavascript projects, whether client- or server-side.

Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

cogitoergosumsw/springaop-learn

Learning Java Spring AOP. Road to Mastery. Repo contains learning materials related to Java Spring AOP framework etc

Language: Java - Size: 56.6 KB - Last synced: 11 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 1

mcalthrop/auth-mongo-express-node

Express server with MongoDB and authentication and authorisation

Language: JavaScript - Size: 155 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

Dawn-Team/learning-materials

Repo for saving learning materials.

Language: TeX - Size: 993 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 1

mcalthrop/selenium-sandbox

Playing with Selenium

Language: Java - Size: 15.6 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

mcalthrop/html-basics

Practical explanation and examples of some HTML basics

Size: 12.7 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

mcalthrop/unit-testing-angularjs-controller

A simple example of unit testing an AngularJS controller

Language: JavaScript - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

mcalthrop/junit-sandbox

Playing with jUnit

Language: Java - Size: 349 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

SteGriff/design-patterns

Learning about design patterns

Language: C# - Size: 124 KB - Last synced: almost 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 1