-
Updated
on Mar 24, 2021 - Ruby
#
object-oriented
Here are 757 public repositories matching this topic...
The Ruby Programming Language [mirror]
Gravity Programming Language
c
language
programming-language
json
interpreter
bytecode
objective-c
portable
virtual-machine
fibers
pratt-parser
scripting-language
closure
bridge
object-oriented
gravity
-
Updated
on Feb 7, 2021 - C
Goby - Yet another programming language written in Go
-
Updated
on Mar 10, 2021 - Go
OOP is better with stamps: Composable object factories.
-
Updated
on Oct 19, 2020 - JavaScript
swift
computer-science
playground
solid
object-oriented
ood
liskov-substitution-principle
dependency-inversion-principle
interface-segregation-principle
single-responsibility-principle
open-closed-principle
ood-principles
-
Updated
on Nov 2, 2019 - Swift
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
-
Updated
on Feb 9, 2021 - C++
C++ Design Patterns
design-pattern
cpp
observer-pattern
object-oriented
visitor-pattern
strategy-pattern
abstract-factory-pattern
singleton-pattern
decorator-pattern
behavioral-patterns
creational-patterns
structural-patterns
factory-method-pattern
iterator-pattern
template-method-pattern
-
Updated
on Oct 1, 2020 - C++
Innovative and practical general-purpose multi-paradigm language
windows
macos
linux
language
programming-language
games
mobile
web
compiler
functional-programming
virtual-machine
natural-language
webassembly
desktop
procedural
object-oriented
ring
declarative-language
imperative-programming-language
ring-programming-language
-
Updated
on Mar 25, 2021 - Ring
permcody
commented
on Mar 22, 2021
Reason
If you checkout a repository on a system that doesn't have git-lfs installed or enabled. You will get placeholder files for any files that are stored in git-lfs data stores. Those files contain plain ASCII text like this:
version https://git-lfs.github.com/spec/v1
oid sha256:3b7a78871b902e28e46756241a510dcb72de8f3
A distributed web crawler framework.(分布式爬虫框架XXL-CRAWLER)
-
Updated
on Oct 13, 2020 - Java
A syntax-highlighting text editors that renders to an HTML5 Canvas
javascript
syntax-highlighting
demo
html5
label
computer-graphics
labels
object-oriented
text-editor
primrose
text-editor-for-web
-
Updated
on Nov 14, 2020 - JavaScript
A WordPress plugin skeleton built using object-oriented principles and the MVC pattern.
-
Updated
on Jun 23, 2016 - PHP
C++ library strictly wrapping OpenGL objects.
-
Updated
on Mar 11, 2021 - C++
Interpreter with support for class, linq, sql, net, http, fmt, json and A realtime syntax highlighting REPL.
language
programming-language
interpreter
pratt-parser
scripting-language
object-oriented
interpreted-languages
scripting-languages
-
Updated
on Dec 20, 2018 - Go
30 lines library for object orientation in Lua
-
Updated
on Dec 10, 2017 - Lua
面向对象设计的设计原则和设计模式
-
Updated
on Mar 24, 2019 - Objective-C
A text-based widget toolkit
console
c-plus-plus
library
framework
widget
terminal
cpp
text
dialog
tui
tty
object-oriented
user-interface
termcap
widget-toolkit
text-mode-gui
terminal-app
-
Updated
on Mar 18, 2021 - C++
c-plus-plus
gplv3
metaprogramming
parallel-computing
lgplv3
c-plus-plus-14
object-oriented
scientific-computing
high-performance-computing
fem
finite-elements
multiphysics
high-order
reduced-basis
-
Updated
on Mar 24, 2021 - C++
Ring.js - JavaScript Class System with Multiple Inheritance
-
Updated
on Dec 10, 2020 - JavaScript
Dao Programming Language
android
windows
macos
linux
lightweight
ios
embeddable
scripting-language
object-oriented
concurrent
optional-typing
-
Updated
on Jan 29, 2021 - C
Open
New tutorials
arakov
commented
on Sep 16, 2020
Would you like to learn a new programming language and contribute to an open source project? Try ELENA.
Write a tutorial in ELENA and publish it at ELENA-LANG/tutorials
modified from http://sourceforge.net/projects/lwoopc/
-
Updated
on Jan 8, 2014 - C
Official repository for Moose
-
Updated
on Dec 24, 2020 - Perl
Looks like JavaScript, feels like Ruby, and it is a script language fitting in C programmers.
javascript
c
programming-language
interpreter
scripting-language
object-oriented
interpreted-programming-language
script-language
jit-compiler
object-oriented-programming
-
Updated
on Mar 24, 2021 - C
Newt DB is a Python object-oriented database with JSONB-based access and search in PostgreSQL
-
Updated
on Jun 14, 2020 - Python
A pure Kotlin UI framework for the Web.
-
Updated
on Mar 18, 2021 - Kotlin
DDD sample implementation by Scala.
scala
functional-programming
ddd
clean-architecture
object-oriented
onion-architecture
hexagonal-architecture
-
Updated
on Dec 12, 2020 - Scala
Inko is a statically-typed, safe, object-oriented programming language for writing concurrent programs. This is a read-only mirror of https://gitlab.com/inko-lang/inko
language
programming-language
rust
compiler
object-oriented
interpreted-programming-language
static-typing
-
Updated
on Feb 15, 2021 - Rust
Improve this page
Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.