並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 237件

新着順 人気順

"object oriented"の検索結果81 - 120 件 / 237件

  • GitHub - PHP-FFMpeg/PHP-FFMpeg: An object oriented PHP driver for FFMpeg binary

    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. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - PHP-FFMpeg/PHP-FFMpeg: An object oriented PHP driver for FFMpeg binary
    • GitHub - IndigoUnited/js-dejavu: A set of object-oriented tools for JavaScript

      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. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - IndigoUnited/js-dejavu: A set of object-oriented tools for JavaScript
      • Object-oriented programming - Wikipedia

        "Object-oriented" redirects here. For other meanings of object-oriented, see Object-orientation. UML notation for a class. This Button class has variables for data, and functions. Through inheritance, a subclass can be created as a subset of the Button class. Objects are instances of a class. Object-oriented programming (OOP) is a programming paradigm based on the concept of objects,[1] which can

          Object-oriented programming - Wikipedia
        • Object Oriented CSS, Grids on Github – Nicole Sullivan

          How do you scale CSS for millions of visitors or thousands of pages? Object Oriented CSS allows you to write fast, maintainable, standards-based front end code. It adds much needed predictability to CSS so that even beginners can participate in writing beautiful websites. I recently presented Object Oriented CSS for high performance web applications and sites at Web Directions North 2009. If you d

          • #ooc_2020 / ドメイン駆動設計を支えるアーキテクチャテスト / Object-Oriented Conference 2020

            Object-Oriented Conference 2020(https://ooc.dev/) の登壇資料 プロポーザル https://fortee.jp/object-oriented-conference-2020/proposal/dedc65ee-8858-4eaa-aa47-4c1f1fbe4439 当日のタイムライン https://twitter.com/search?q=since%3A2020-02-16_16%3A30%3A00_JST%20until%3A2020-02-16_16%3A51%3A00_JST%20%23ooc_e%20-from%3Aakiray03 登壇レポートブログ https://tech-blog.rakus.co.jp/entry/20200313/it-event

              #ooc_2020 / ドメイン駆動設計を支えるアーキテクチャテスト / Object-Oriented Conference 2020
            • GitHub - pytransitions/transitions: A lightweight, object-oriented finite state machine implementation in Python with many extensions

              from transitions import Machine import random class NarcolepticSuperhero(object): # Define some states. Most of the time, narcoleptic superheroes are just like # everyone else. Except for... states = ['asleep', 'hanging out', 'hungry', 'sweaty', 'saving the world'] def __init__(self, name): # No anonymous superheroes on my watch! Every narcoleptic superhero gets # a name. Any name at all. SleepyMa

                GitHub - pytransitions/transitions: A lightweight, object-oriented finite state machine implementation in Python with many extensions
              • Amazon.co.jp: ビヨンド ソフトウェア アーキテクチャ Object Oriented Selection Classics: ルーク・ホフマン (著), 岡澤裕二 (翻訳), 和智右桂 (翻訳): Digital Ebook Purchas

                  Amazon.co.jp: ビヨンド ソフトウェア アーキテクチャ Object Oriented Selection Classics: ルーク・ホフマン (著), 岡澤裕二 (翻訳), 和智右桂 (翻訳): Digital Ebook Purchas
                • Summary of Object Oriented Programming Goodness in Go, without the pain

                  Summary of Object Oriented Programming Goodness in Go, without the pain If you haven’t gone over some of the related topics on this, please do so now. Here I’ll mostly be summarizing what we already went over so that it is available as a quick reference, especially for all those people who have been used to doing object oriented programming. Structs in Go Anonymous fields in structs Methods on str

                  • Practical Object-Oriented Design in Ruby

                    Practical Object-Oriented Design, An Agile Primer Using Ruby (POODR) is a programmers tale about how to write object-oriented code. Written by Sandi Metz, it explains object-oriented design (OOD) using realistic, understandable examples.   POODR* is a practical, readable introduction to how OOD can lower your costs and improve your applications. POODR will help you: Decide what belongs in a single

                      Practical Object-Oriented Design in Ruby
                    • Object-Oriented Programming With ANSI-C

                      v _ __________________________________________________________________________ Preface No programming technique solves all problems. No programming language produces only correct results. No programmer should start each project from scratch. Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then f

                      • Towards Digital Nature: Bridging the Gap between Turing Machine Objects and Linguistic Objects in LLMMs for Universal Interaction of Object-Oriented Descriptions

                        In this paper, we propose a novel approach to establish a connection between linguistic objects and classes in Large Language Model Machines (LLMMs) such as GPT3.5 and GPT4, and their counterparts in high level programming languages like Python. Our goal is to promote the development of Digital Nature: a worldview where digital and physical realities are seamlessly intertwined and can be easily ma

                        • ruby 0.95 - object-oriented script language (0/7)

                          まつもと ゆきひろ@トヨタケーラムです.ここのところ,細々と開発を続けて来たオブジェクト指向スクリプ ト言語 ruby を公開します. rubyは「手軽なオブジェクト指向」をテーマにしたオブジェクト指 向スクリプト言語インタプリタです.一応,perl程度の仕事は大体 こなせる程度の機能は持っています. 特徴は + Alogolっぽい文法(ちょっと独特) + 変数に型は無い + 変数名でスコープが分かる($varは大域変数,Varは定数,var はローカル変数,@varはインスタンス変数) + 普通のオブジェクト指向機能(クラス,メソッドコールなど) + 珍しいオブジェクト指向機能(Mixin, 特異メソッドなど) + 演算子オーバーロード + 例外処理機能 + イテレータとクロージャ + ガーベージコレクタ + ダイナミックローディング (アーキテクチャによる) + 簡易Tkインタフェース

                          • A Laboratory For Teaching Object-Oriented Thinking

                            A Laboratory For Teaching Object-Oriented Thinking Kent Beck, Apple Computer, Inc. Ward Cunningham, Wyatt Software Services, Inc. From the OOPSLA'89 Conference Proceedings October 1-6, 1989, New Orleans, Louisiana And the special issue of SIGPLAN Notices Volume 24, Number 10, October 1989 Contents Problem Perspective CRC Cards Experience Conclusion References Appendix Introduction It is difficult

                            • GitHub - kylejginavan/youtube_it: An object-oriented Ruby wrapper for the YouTube GData API

                              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. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - kylejginavan/youtube_it: An object-oriented Ruby wrapper for the YouTube GData API
                              • Object-Oriented CSS: What, How, and Why | Envato Tuts+

                                It sounds like an oxymoron, or at least an impossibility, doesn't it? How can a static language that's really more like markup than programming be object-oriented? In this tutorial, I'm going to introduce you to the idea of object-oriented CSS, show you how it works, and try to convince you that you should be using it too! What is Object-Oriented CSS? Object-oriented CSS, at its core, is simply wr

                                  Object-Oriented CSS: What, How, and Why | Envato Tuts+
                                • Swift Vs Scala 2.11 | Download Free PDF | Object Oriented Programming | Software Development

                                  This document compares control flow, expressions, declarations, patterns, and types between Swift and Scala programming languages. Key differences include Swift using 'for-in' while Scala uses 'for', Swift switches using 'case' while Scala uses 'match', Swift protocols being similar to Scala traits, and Swift optionals vs Scala's Option type. Overall the document provides a side by side comparison

                                    Swift Vs Scala 2.11 | Download Free PDF | Object Oriented Programming | Software Development
                                  • GitHub - roodi/roodi: Ruby Object Oriented Design Inferometer

                                    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. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - roodi/roodi: Ruby Object Oriented Design Inferometer
                                    • < TrueCode > - The stuff school didn't teach you: Object Oriented Super Class Method Calling with JavaScript

                                      Tuesday, August 15, 2006 Object Oriented Super Class Method Calling with JavaScript The Problem: Every programmer who's tried to apply classical Object Oriented techniques when developing with JavaScript, has at one time or another asked themselves the question: How do you call or invoke a super class method? Before the Ajax craze got into full swing, this question rarely arose because most develo

                                      • Object-Oriented C Style Languages: C++, Objective-C, Java, C# - Hyperpolyglot

                                        Object-Oriented C Style Languages: C++, Objective-C, Java, C# a side-by-side reference sheet grammar and execution | variables and expressions | arithmetic and logic | strings | regexes | dates and time | fixed-length arrays | resizable arrays | tuples | dictionaries | functions | execution control | exceptions | concurrency | file handles | files | file formats | directories | processes and envir

                                        • Amazon.com: Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series): Gamma, Erich Helm, Richard Johnson, Ralph Vlissides, John: Books

                                            Amazon.com: Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing Series): Gamma, Erich Helm, Richard Johnson, Ralph Vlissides, John: Books
                                          • 第四回 Growing Object-Oriented Software, Guided by Tests(goos)読書会 #goos_jp

                                            Takuto Wada @t_wada 二冊目のTDDバイブル『Growing Object-Oriented Software, Guided by Tests』の読書会を今週日曜日(10/23)13:00からチームラボ様にて行います。始まったばかり(次が第4回)の読書会です。ぜひご参加ください! #goos_jp 2011-10-17 17:05:37

                                              第四回 Growing Object-Oriented Software, Guided by Tests(goos)読書会 #goos_jp
                                            • The Deep History of Your Apps: Steve Jobs, NeXTSTEP, and Early Object-Oriented Programming

                                              The Deep History of Your Apps: Steve Jobs, NeXTSTEP, and Early Object-Oriented Programming Since 2008, over a hundred billion apps have been downloaded from Apple’s App Store onto users’ iPhones or iPads. Thousands of software developers have written these apps for Apple’s “iOS” mobile platform. However, the technology and tools powering the mobile “app revolution” are not themselves new, but rath

                                                The Deep History of Your Apps: Steve Jobs, NeXTSTEP, and Early Object-Oriented Programming
                                              • Growing Object-Oriented Software, Guided by Tests(goos_jp)読書会 - FrontPage

                                                第1回 2011/6/18(Sat) 第2回 2011/7/22(Fri) 第3回 2011/9/11(Sun) 第4回 2011/10/23(Sun) 第5回 2011/11/23(Wed) 第6回 2012/1/21(Sat) 第7回 2012/3/3(Sat) 第8回 2012/4/21(Sat) 第9回 2012/7/16(Mon) 第10回 2012/8/19(Sun) 第11回(最終回) 2012/9/23(Sun)

                                                • Object-Oriented PHP for Beginners | Envato Tuts+

                                                  For many PHP programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. As detailed in my book, Pro PHP and jQuery, you'll learn the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid in creating more compact, effective code. To see what you can do with object-oriente

                                                    Object-Oriented PHP for Beginners | Envato Tuts+
                                                  • Scala as "Better Java" from object-oriented viewpoint

                                                    Scala as "Better Java" from object-oriented viewpoint1 of 40

                                                      Scala as "Better Java" from object-oriented viewpoint
                                                    • Perst Open Source Object Oriented Database System

                                                      About PerstPerst is McObject’s open source, dual license, object-oriented embedded database system (ODBMS). It is available in one edition developed as an all-Java embedded database, and another implemented in C# (for Microsoft .NET Framework applications).  Perst gives developers the ability to store, sort and retrieve objects in their applications with maximum speed and with low memory and stora

                                                        Perst Open Source Object Oriented Database System
                                                      • Improve Your Python: Python Classes and Object Oriented Programming

                                                        Looking for Python Tutoring? Remote and local (NYC) slots still available! Email me at jeff@jeffknupp.com for more info. The class is a fundamental building block in Python. It is the underpinning for not only many popular programs and libraries, but the Python standard library as well. Understanding what classes are, when to use them, and how they can be useful is essential, and the goal of this

                                                          Improve Your Python: Python Classes and Object Oriented Programming
                                                        • Python - Object-Oriented Programming(class, __init__ method, __str__ method, __repr__ method) | Kamimura's blog

                                                          Python - Object-Oriented Programming(class, __init__ method, __str__ method, __repr__ method)

                                                            Python - Object-Oriented Programming(class, __init__ method, __str__ method, __repr__ method) | Kamimura's blog
                                                          • Build seven good object-oriented habits in PHP

                                                            IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.

                                                              Build seven good object-oriented habits in PHP
                                                            • MobiRuby Introduction | Download Free PDF | Objective C | Object Oriented Programming

                                                              MobiRuby is an iOS development environment that allows coding in Ruby using the mruby implementation. It provides access to native iOS functions through bridges like mruby-cfunc and mruby-cocoa. The initial alpha version supports iOS and is intended for hackers familiar with mruby and Cocoa. Future goals include improved documentation, packaged APIs, and fixing bugs. It differs from alternatives l

                                                                MobiRuby Introduction | Download Free PDF | Objective C | Object Oriented Programming
                                                              • Amazon.co.jp: Object-Oriented ActionScript for Flash 8: Elst, Peter: 本

                                                                  Amazon.co.jp: Object-Oriented ActionScript for Flash 8: Elst, Peter: 本
                                                                • Amazon.co.jp: Object-Oriented Software Construction (Book/CD-ROM) (Prentice-hall International Series in Computer Science): Meyer, Bertrand: 本

                                                                    Amazon.co.jp: Object-Oriented Software Construction (Book/CD-ROM) (Prentice-hall International Series in Computer Science): Meyer, Bertrand: 本
                                                                  • Practical Object-Oriented Design in Ruby: An Agile Primer | InformIT

                                                                    By Sandi Metz Published Jun 29, 2019 by Addison-Wesley Professional. Part of the Addison-Wesley Professional Ruby Series series. Description Copyright 2013 Dimensions: 7" x 9-1/8" Pages: 272 Edition: 1st Book ISBN-10: 0-321-72133-0 ISBN-13: 978-0-321-72133-4 The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby’s widely admired ease of use has a

                                                                    • lua-users wiki: Object Oriented Programming

                                                                      This is a collection of links related to OOP (object-oriented programming[1]) in Lua. Learning Material ObjectOrientationTutorial - tutorial on OOP with classes. InheritanceTutorial - tutorial on OOP using inheritance[2] with classes and prototypes. [Chapter on OOP] from [PiL] - a comprehensive view of OOP in Lua by the language's chief-architect. ObjectOrientationClosureApproach - alternative app

                                                                      • Amazon.co.jp: Object Oriented Perl: A Comprehensive Guide to Concepts and Programming Techniques: Conway, Damian (著), Schwartz, Randal L (はしがき): 本

                                                                          Amazon.co.jp: Object Oriented Perl: A Comprehensive Guide to Concepts and Programming Techniques: Conway, Damian (著), Schwartz, Randal L (はしがき): 本
                                                                        • Amazon.co.jp: Object-Oriented Analysis and Design with Applications (Addison-Wesley Object Technology Series): Booch, Grady Maksimchuk, Robert A. Engle, Michael W. Young, Bobbi J. Conallen, Jim Houston, Kelli A.: 本

                                                                            Amazon.co.jp: Object-Oriented Analysis and Design with Applications (Addison-Wesley Object Technology Series): Booch, Grady Maksimchuk, Robert A. Engle, Michael W. Young, Bobbi J. Conallen, Jim Houston, Kelli A.: 本
                                                                          • GitHub - cdk8s-team/cdk8s: Define Kubernetes native apps and abstractions using object-oriented programming

                                                                            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. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - cdk8s-team/cdk8s: Define Kubernetes native apps and abstractions using object-oriented programming
                                                                            • Object-Oriented Programming  —  The Trillion Dollar Disaster

                                                                              OOP is considered by many to be the crown jewel of computer science. The ultimate solution to code organization. The end to all our problems. The only true way to write our programs. Bestowed upon us by the one true God of programming himself…

                                                                                Object-Oriented Programming  —  The Trillion Dollar Disaster
                                                                              • Growing Object-Oriented Software Guided by Tests: About the Book

                                                                                Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, t

                                                                                • GitHub - KnpLabs/php-github-api: A simple PHP GitHub API client, Object Oriented, tested and documented.

                                                                                  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. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - KnpLabs/php-github-api: A simple PHP GitHub API client, Object Oriented, tested and documented.