Skip to main content

Home/ Coders/ Group items tagged modular

Rss Feed Group items tagged

Pooja Runija

Google modular phone, A new era of smartphone | Blog - 0 views

  •  
    Google project ara modular phone is a concept where a Smartphone made of different modules. All those modules can work independently and coordinate with the other modules.
Joel Bennett

Bug Labs Build-a-BUG Challenge - Popular Science - 1 views

  •  
    A contest where you can win the "BUG" modular computer system by writing an app for it using their Java SDK
Joel Bennett

Composite WPF and Silverlight - patterns & practices - CodePlex - 0 views

  •  
    The Composite Client Application Guidance is intended to make it easier to design and build modular WPF and Silverlight client apps with rich user interfaces and loosely coupled, independently evolveable, UI pieces.
Joel Bennett

metabuild - Google Code - 0 views

  •  
    MetaBuild is a modular and extensible MSBuild based build system. It breaks monolithic build scripts into modules ("projects") and leverages the MSBuild 3.5 parallel build feature.
Joel Bennett

ooc - 1 views

  •  
    "ooc is a modern, object-oriented, functional-ish, high-level, low-level, sexy programming language. it's translated to pure C with a source-to-source compiler. it strives to be powerful, modular, extensible, portable, yet simple and fast. "
izmir tabela reklamcılık

İzmir Fuar Stand İmalatı-Stands In Turkey - Stand Contractos Turkey - 0 views

  •  
    We are StandART Exhibition Stand Contractor company in Turkey and main cities. You can call us for your exhibition stand needs. Our company offers services for the organization of trade fairs and exhibitions in Turkey and in major cities. Exhibition stand manufacturing, wooden exhibition stands, special exhibition stand designs, congress stands, product display stands and stage designs. Visit Us WWW.STANDARTFUAR.COM for more details. Modular exhibition stand design and manifacturing and much more.
maobang

modular mezzanine floor manufacturers - 0 views

  •  
    1. Bolt construction: easy assembly, no need any welding. Small space for shipping. 2. Ultra-resistant: made of high quality durable materials including Cold-rolled Steel, and anti-rust coating. Ready to endure many years of use. 3. Can take full advantage of your space: It can transform your workshop, garage or any workspace thanks to the adaptable and large dynamic storage capacity of this warehouse rack 4. Large storage capacity: It can support 200kg to 5000 kg per square meter. Mezzanine Floors are ideal for making use of unused roof space and can effectively double the work area at a fraction of the cost compared to relocating to larger premises. They are fully engineered mezzanine floors to meet the Standards and the Building Code in your country. Mezzanine Floor Builders specialize in clear span Mezzanine floors of up to 14 metres to reduce the amount of columns, for easy mobility around the warehouse.
David Corking

JavaScript as a Functional Language | Ajaxonomy | 2009 - 0 views

  • there is a little bit of hand-waving involved in calling JavaScript a functional language. JavaScript is not a side-effect free language, nor is it an expression-based language (i.e., it is not value-oriented, but rather variable-oriented). There is no tail call optimization in any of the current implementations, so recursion must be kept shallow. And the list goes on. Truth be told, JavaScript is really one of the first hybrid imperative-functional languages.
  • Higher-order functions allow us to do functional composition,
  • Since JavaScript does not have "overloaded" functions, this type of functionality is usually simulated using manipulation of the function's arguments. Currying comes in handy because it allows you to do this manipulation in a much cleaner and more modular way.
  • ...1 more annotation...
  • Closures have quite a few applications in real-world JavaScript: event binding, callbacks, sorting, mapping (in the classical Lisp sense), and many others. In more modern JavaScript programming, you can find them almost everywhere.
  •  
    This is a short tutorial approach to an old but little-noticed saw.
1 - 8 of 8
Showing 20 items per page