encapsulation
There are 908 repositories under encapsulation topic.
sipcapture/homer
HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
gaoxiaoliangz/react-scoped-css
CSS encapsulation solution for React
arvimal/oop_with_python
Object-Oriented Programming concepts, with Python
milaan9/06_Python_Object_Class
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.
anaconda/anaconda-project
Tool for encapsulating, running, and reproducing data science projects
fastify/fastify-plugin
Plugin helper for Fastify
divScorp/Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
tigranv/Useful_Examples_C-Sharp
In this repository, I gathered a lot of useful examples of code and their description that I create while studying programming. Here you can find examples on the use of the Inheritance, Encapsulation, Abstraction, Interfacies, Polymorphism, Indexers, Operators Overloading, Extention Methods, System IO , Exception Handling, Delegates, Events, IDisposable, IClonable, GC, IEnumerable, IEnumerator Interfaces, Yield, Generic Programming,
Shikha-code36/Object-Oriented-Programming-OOPs-Python
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn about object-oriented programming in Python.
arasgungore/CMPE160-projects
Three Java projects assigned for the Introduction to Object-Oriented Programming (CMPE 160) course in the Spring 2021 semester.
CalvinVon/axios-api-module
一个专注于业务并基于 axios 的模块化封装模块。🚀 v3.x 重新设计了API和中间件,让发送请求更简单!
VerisimilitudeX/CS50
This is CS50x. Fall 2024 Solutions.
sipcapture/HEP
HEP-EEP: Extensible Encapsulation Protocol (Specs & Technical Docs)
guideline-tech/subroutine
Subroutine makes it easy to write encapsulated, feature-driven code. It handles the boilerplate of inputs, outputs, type casting, and validation and lets you focus on the important functional code.
yasingunay/CS50x
This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently.
lpefferkorn/ipdecap
Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP (ipsec) protocols, can also remove IEEE 802.1Q (virtual lan) header. Works with pcap files.
niloycste/Object-Oriented-Programming-Cheatsheet
This is object oriented programming cheatsheet
xxDark/Unsolver-8306275
Enables EnableDynamicAgentLoading in a remote process
ab-noori/School-Library
A school library application will record the books available in the library and track their borrowers. It will allow new students or teachers to be added, new books to be added, and records of borrowed books and corresponding borrowing dates to be saved. A beautiful and well-organized system will be built to accomplish the task efficiently.
TrainingByPackt/Cpp-Fundamentals
Hit the ground running with C++
vlaaad/blanket
Soft encapsulation for Clojure data structures
final-hill/decorator-contracts
Decorator Contracts is a library that provides the ability to create and assign Code Contracts to ECMAScript and TypeScript classes. This enables enforcement of the Liskov substitution principle and the Open-closed principle of SOLID to support Design By Contract™.
LilaRest/terrar
An experimental, efficient, and permeable alternative to iframes 🌿
Mabdullahatif/Object_Oriented_Programming
Welcome to my C++ code repository showcasing various examples of Object-Oriented Programming (OOP) concepts.
sjohann81/c-classes
Object-oriented programming (OOP) in pure C
alejoalvarez/oop
Object Oriented Programming - Brief summary on OOP
cuzv/Redes
High-level network layer abstraction library written in Swift.
marichu-kt/Slot-Machine-CSharp
Simulador de máquina tragaperras desarrollado en C# con interfaz de consola. Permite a los jugadores girar los rodillos, alinear símbolos para ganar premios y gestionar recompensas personalizadas desde archivos CSV. El proyecto enfatiza principios de programación orientada a objetos como abstracción, encapsulación, herencia y polimorfismo.
BBTK-2020-2021-Dersleri/Object-Oriented-Programming
Object Oriented Programming with C++ /created by Muzaffer Arda Uslu
sipcapture/hep-js
HEP: Javascript/Node implementation of HEP/EEP Encapsulation Protocol
AfonsoVilalonga/TorKameleon
A Tor Pluggable Transport that shields Tor users from passive and active correlation attacks by employing WebRTC-based covert channels and K-anonymization.
alfianlosari/Filter-MVC-iOS
Using Child View Controllers for encapsulation, reusability, and avoid Massive View Controller
gdvalishvili1/EventManagement
DDD, CQRS and Event Sourcing based .Net Core EventManagement Application
Ruben-Arushanyan/base-classes
Useful JavaScript base classes for efficient and quick solutions to common problems.
matthyk/fastify-override
Fastify plugin to override decorators, plugins and hooks
Shubh2-0/Core-JAVA
This repository contains three projects developed in Core Java to solve basic problem statements. The projects focus on different aspects of Core Java, including console printing, multiple-choice questions, and simple interactive problems.