Skip to main content

Home/ Coders/ Group items tagged abstractions

Rss Feed Group items tagged

Fabien Cadet

2013: An Absolute Beginner's Tutorial on Dependency Inversion Principle, Inversion of C... - 4 views

  • According to the definition of Dependency inversion principle: High-level modules should not depend on low-level modules. Both should depend on abstractions. Abstractions should not depend upon details. Details should depend upon abstractions.
allen peter

Difference between JDK, JRE and JVM - 0 views

  •  
    Here you Find difference between JDK, JRE and JVM. JVM is a specification and implementaion provided by sun microsystem. this is an abstract machine that is used to provide runtime environment for java application or applet.
Joel Bennett

Xamarin.Mobile / Xamarin - 6 views

  •  
    Xamarin.Mobile is a library that runs on iPhone, Android and Windows Phone 7 which abstracts the underlying functionality and exposes a common API that developers can build against.
Antti Kaihola

The Law of Leaky Abstractions - Joel on Software - 0 views

  • embezzling East Africans
    • Antti Kaihola
       
      Nigeria is in West Africa
Joel Bennett

Main Page - TagLib# - 0 views

  •  
    An Open Source media-tagging library with support for ID3, ASF, APE, Xiph, and other media tags embedded in everything from .asf to .wv including mp3 and mpeg4, wmv, etc. Supports a large variety of movie and music formats and abstracts away the differences so you can just write: file.Tag.Title, file.Tag.Duration ... etc.
anonymous

dbscript php framework - 0 views

  •  
    dbscript is a web development framework, it helps php programmers take advantage of efficient design patterns and idioms from other dynamic languages and frameworks. for example, the Mapper and Route classes work together to map actions and records to distinct urls. among the many advantages of routes are the automatic named routes: url_for( resource ). restful urls, http-style controllers, atompub/html introspection documents and content-negotiation are among the sophisticated features of this programmer-centric development tool. the framework is a database abstraction layer, with built-in adapters for PostgreSQL and MySQL.
Joel Bennett

CommonServiceLocator - CodePlex - 0 views

  •  
    The Common Service Locator library contains a shared interface abstraction over IoC containers and service locators.
Joel Bennett

jQuery Library for SharePoint Web Services - CodePlex - 0 views

  •  
    a jQuery library which abstracts SharePoint's Web Services and makes them easier to use...
Joel Bennett

Windows Sensors And Location Platforms - MSDN Code Gallery - 0 views

  •  
    The Sensor and Location .NET Interop Library provides an abstraction of the native Sensor and Location API and strongly typed objects for specific sensors for its Sensor Data Report ... You can create strongly-typed custom sensor objects as well as use the three built-in sensors: Accelerometer3D sensors, Light sensors, and Touch Array sensors.
Fabien Cadet

Threads Cannot be Implemented as a Library - Boehm, Hans-J. - 0 views

  •  
    Abstract: In many environments, multi-threaded code is written in a language that was originally designed without thread support (e.g. C), to which a library of threading primitives was subsequently added. [...] We provide specific arguments that a pure library approach, in which the compiler is designed independently of threading issues, cannot guarantee correctness of the resulting code. [...]
Fabien Cadet

Doctrine - PHP Object Relational Mapper - 2 views

  •  
    Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
Fabien Cadet

utf 8 nbsp - RE: nbsp is not that hard, folks ; reply by: Américo Albuquerque... - 0 views

  • " " " " and "\u00A0" have nothing, NOTHING to do with UTF-8.
  • There is a character -- an abstract unit in a "script" (a writing system; we are using Latin right now) -- called NO-BREAK SPACE by the Unicode Standard and ISO/IEC 10646. Unicode and ISO/IEC 10646 assign this character an integer number, 160, which is A0 in hex.
  • UTF-8 is an encoding scheme that provides a way of representing any of the approximately 1.1 million possible abstract characters in Unicode as a sequence of 1 to 4 bytes.
  • ...8 more annotations...
  • The UTF-8 representation of the Unicode character 160 (no-break space), is the pair of bytes C2 A0, in that order.
  • This thing: \u00A0
  • the no-break space character
  • This thing:   or this thing:  
  • is to SGML applications like HTML and XML what \u00A0 is to Java & Python;
  • is called a character reference (or "numeric character reference").
  • This thing:  
  • is to SGML applications like HTML and XML an "entity reference";
  •  
    « [...] " " " " and "\u00A0" have nothing, NOTHING to do with UTF-8 [...] Unicode and ISO/IEC 10646 assign this character an integer number, 160, which is A0 in hex [...] UTF-8 is an encoding scheme [...] The UTF-8 representation of the Unicode character 160 (no-break space), is the pair of bytes C2 A0. »
batif1991

Why to use AWS control tower and how it can help your organization to handle multiple A... - 1 views

  •  
    AWS Control Tower: AWS Control Tower is a service that enables you to enforce and manage governance rules for security, operations, and compliance at scale across all your organisations and accounts in the AWS Cloud. How it works: Setup: Setup the automated AWS control tower to monitor and governance rules of cloud premises. Apply guardrails: The second step is to apply the security promises to your cloud account. Like single-sign in and many more through IAM policies. Get Visibility: Monitor compliances and resources, have a look in every movement of resources and compliances. Why should we use Control tower? Setup basic practices of AWS environments in a few clicks. Standardise account provisions. Centralised policy management. Enforce governance and compliance proactively. Enable end user self services. Get continuous visibility of your AWS environment. Setup an AWS landing zone: Landing zone: a pre-configured, secure, scalable, multi-account AWS environment based on the best practice blue-prints. Multi-account management using AWS organisation. Identity and federated access management using AWS SSO. Centralised log archive using AWS cloudtrail and AWS config. Cross account audit using AWS IAM and AWS SSO. End user account provision using service catalog. Centralised monitoring and notifications using AWS cloudwatch and AWS SNS. Steps Involved: 1. Centralised identity and access: AWS SSO provides a default directory for identity. AWS SSO enables federated access management across all accounts in your organisation. Preconfigured groups (eg. AWS control tower administrator. Auditors. AWS service catalog end users). Preconfigured permission sets (e.g admin, read-only, write). Option to integrate with your managed or on-premises Active directory (AD). 2. Establish guardrails Guardrails are preconfigured governance rules for security, compliance and operations. Expressed in simple english to provide abstraction over granular AWS policies.
htmlslicemate.com

Interview with Designer: Marius Roosendaal - 0 views

  •  
    I do a lot of things, but I'm guessing you want to know more about my professional life. I mostly keep myself busy designing interactive and digital stuff, and I've been doing that for about 6 years. I also like to look over other people's shoulders and tell them they need to align something or make something or other red. Aside from that I like to do explorations with abstract geometry, patterns and typography. Some call it art, or at least want to put it on their walls or albums covers. It' s a lot of fun, and it gives some variety to my usual work of designing menus and layouts.
Joel Bennett

Abstract Path: PowerMenu - 0 views

  •  
    This app adds items to the application's system menu to change priority, set transparency, or toggle always-on-top mode.
David Corking

Object Vs Model - 0 views

shared by David Corking on 11 Jun 09 - Cached
  • Data Hiding simply doesn't make sense with regards to a reflective system where the data must regularly be updated by observers of reality (i.e. by one or more actors) and where the data inherently comes from the outside. This is, perhaps, one source of ObjectRelationalImpedenceMismatch?. Relational is designed for modeling data that came from an outside world whilst object-oriented is designed to... well... create and manipulate objects
    • David Corking
       
      why data hiding makes no sense in some programs
  • You can make them work together until you try to add virtualization - abstract objects for which the associated data isn't known.
David Corking

Stevey's Blog Rants: Execution in the Kingdom of Nouns - 2006 - 0 views

  • For the lack of a horseshoe, EquestrianDoctor.getLocalInstance().getHorseDispatcher().shoot();
  • the stories all take a definite shape: object construction is the dominant type of expression, with a manager for each abstraction and a run() method for each manager. With a little experience at this kind of conceptual modeling, Java citizens realize they can express any story in this style.
  •  
    The nursery rhyme looks familiar, but how realistic is it? Smalltalk and Self appear at first glance to be in danger of this kind of horror, especially Smalltalk where every object has a class, yet a Smalltalk statement consists largely of verbs. Yegge seems to have missed an important detail in his analogy - verbs are not functions - they are symbols (selectors) that resolve to a function (method) when they are looked up (depending on ... whatever - Smalltalk the class of the receiver, CLOS the types of the arguments and so on). C and FORTRAN don't have verbs, they just have functions (actions).
longchamppas

Foulard LV pas cher Les - 0 views

Echelonnées de 1890 à 2006, pour l'essentiel en noir et blanc, les oeuvres accrochées ont en commun, avec une apparente abstraction, une atmosphère onirique et apaisante. Leur petit format ne les i...

Carre LV Foulard pas cher http:__www.desmarquesprivees.fr_

started by longchamppas on 27 Dec 14 no follow-up yet
longchamppas

echarpe burberry pas cher Ils - 0 views

En niant cette réalité, le gouvernement d'Ankara perpétue un mensonge d'État dont l'Union européenne ne saurait se rendre complice. C'est faire injure aux concitoyens du prix Nobel de littérature O...

short burberry pas cher echarpe

started by longchamppas on 09 Aug 14 no follow-up yet
longchamppas

Polos Lacoste Pas cher - 0 views

Mon sixième figure trois fois dans le titre d'une chanson de Bigard. - Mon tout vient d'atterrir sur la piste de Milanello.Le club héraultais envisage de recruter l'attaquant du Red Star dans les p...

pull cher Polos Lacoste Pas Survetement Soldes

started by longchamppas on 18 Aug 16 no follow-up yet
1 - 20 of 20
Showing 20 items per page