Skip to main content

Home/ Coders/ Group items tagged interactive

Rss Feed Group items tagged

Wicked Tunez

jQuery Geo - 0 views

  •  
    jQuery Geo, an open-source geospatial mapping project from Applied Geographics, provides a streamlined JavaScript API for a large percentage of your online mapping needs. Whether you just want to display a map on a wep page as quickly as possible or you are a more advanced GIS user, jQuery Geo can help!
Biztech Consultancy

HTML5 Development | HTML5 Web Developers India - 0 views

  •  
    Our reliable HTML5 Development solutions will allow you to attract more number of visitors and turn them into customers. We offer the best designing solutions using HTML5 for websites, web applications and also mobile applications.
Joel Bennett

Android 4.3 and Updated Developer Tools | Android Developers Blog - 2 views

  • Notification access — Your apps can now access and interact with the stream of status bar notifications as they are posted. You can display them in any way you want, including routing them to nearby Bluetooth devices, and you can update and dismiss notifications as needed.
    • Joel Bennett
       
      All operating systems should get on board with this notification access feature. Just think what clever coders can do with notifications if only they had access ...
escaping1 escaping1

Sac Longchamp pour Femme Vous - 0 views

Le Himawari-8, en rotation à 35.400 kilomètres au-dessus du Pacifique, a pris ces images toutes les dix minutes (en comparaison, les satellites météorologiques américains prennent une photo toutes...

toile pas cher Sac Longchamp pour Femme taupe

started by escaping1 escaping1 on 24 Aug 15 no follow-up yet
Shahriar Kabir

Swift - A Modern Programming Language - 0 views

  •  
    Swift is an innovative new programming language for iOS and OS X. Coding with swift is really interactive and fun. The syntax is short yet expressive. The apps built with swift runs lightning fast.
longchamppas

sac a dos longchamps soldes - 0 views

Mais, observent les auteurs, la sécheresse inédite qui a frappé la Syrie entre 2006 et 2010, conjuguée à la ? mauvaise gestion chronique ? des nappes phréatiques, a ? forcé 1,5 million de personnes...

sac a dos longchamps soldes longchamp pas cher solde 2015

started by longchamppas on 31 Aug 15 no follow-up yet
Joel Bennett

Using C++ Interop (Implicit PInvoke) - 0 views

  • C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke.
  • C++ Interop allows COM components to be accessed at will and does not require separate interop assemblies
  •  
    Because it is the language of the native APIs, Visual C++ has a special status on Windows which makes it  the best language for interacting with the platform APIs -- whether those are pure C++ APIs or COM components. This is partly due to the fact that unlike other .NET languages, Visual C++ allows managed and unmanaged code to exist in the same application and even in the same file ... allowing integration with existing apps and platform APIs that is just not possible in other .NET languages.
Kevin O'Neill

In Search of Excellent Requirements - 1 views

  • Consequently, it is not reasonable to expect us to make sound business or technical decisions on behalf of the customers, or to resolve conflicting requirements supplied by different end users, or to set priorities for the many requirements that might be collected.
  • We have finally reached the state where if no project champion can be found to see that the right system is built, we cancel the project.
  • The consequence of not explicitly discussing these quality tradeoffs is a surprise upon delivery, when the customer finds that his implicit quality attribute requirements have not been achieved
  • ...3 more annotations...
  • One way to reach an appropriate middle ground in the specification process is to conduct formal inspections of the SRS. A structured document like the IEEE SRS is readily inspected by the design team, the project champions, other representative users, and other software engineers who are not directly involved with the project
    • Kevin O'Neill
       
      sadly, this is something that is always left to the end to 'clean up'. Meaning, the spec is complete when the project is delivered versus kept up to date and in sync with what we are delivering.
  • A prototype is intended to answer specific questions about functionality or interaction styles. If you don't have any questions, don't bother with a prototype
  • Even in a small software group, a focus on accurately and completely capturing, documenting, and modeling the user requirements is a major contributor to building high quality information systems
Joel Bennett

Interactive C# Shell - Miguel de Icaza - 0 views

  •  
    Mono's C# Shell ... cute, but no PowerShell ;-)
Joel Bennett

Ian Griffiths' Weblog on WPF and .Net development - 0 views

  •  
    Ian's blog has some great in-depth articles focused on whateever is the latest and greatest in .Net...
Matteo Spreafico

Joe Duffy's Weblog - OnBeingStateful - 0 views

  • The biggest question left unanswered in my mind is the role state will play in software of the future.
  • The biggest question left unanswered in my mind is the role state will play in software of the future. That seems like an absurd statement, or a naïve one at the very least.  State is everywhere: The values held in memory. Data locally on disk. Data in-flight that is being sent over a network. Data stored in the cloud, including on a database, remote filesystem, etc. Certainly all of these kinds of state will continue to exist far into the future.  Data is king, and is one major factor that will drive the shift to parallel computing.  The question then is how will concurrent programs interact with this state, read and mutate it, and what isolation and synchronization mechanisms are necessary to do so?
  • Many programs have ample gratuitous dependencies, simply because of the habits we’ve grown accustomed to over 30 odd years of imperative programming.  Our education, mental models, books, best-of-breed algorithms, libraries, and languages all push us in this direction.  We like to scribble intermediary state into shared variables because it’s simple to do so and because it maps to our von Neumann model of how the computer works.
  • ...3 more annotations...
  • We need to get rid of these gratuitous dependencies.  Merely papering over them with a transaction—making them “safe”—doesn’t do anything to improve the natural parallelism that a program contains.  It just ensures it doesn’t crash.  Sure, that’s plenty important, but providing programming models and patterns to eliminate the gratuitous dependencies also achieves the goal of not crashing but with the added benefit of actually improving scalability too.  Transactions have worked so well in enabling automatic parallelism in databases because the basic model itself (without transactions) already implies natural isolation among queries.  Transactions break down and scalability suffers for programs that aren’t architected in this way.  We should learn from the experience of the database community in this regard
  • There will always be hidden mutation of shared state inside lower level system components.  These are often called “benevolent side-effects,” thanks to Hoare, and apply to things like lazy initialization and memorization caches.  These will be done by concurrency ninjas who understand locks.  And their effects will be isolated by convention.
  • Even with all of this support, we’d be left with an ecosystem of libraries like the .NET Framework itself which have been built atop a fundamentally mutable and imperative system.  The path forward here is less clear to me, although having the ability to retain a mutable model within pockets of guaranteed isolation certainly makes me think the libraries are salvageable.  Thankfully, the shift will likely be very gradual, and the pieces that pose substantial problems can be rewritten in place incrementally over time.  But we need the fundamental language and type system support first.
Matteo Spreafico

LINQPad - 1 views

  •   LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!
  • it's a highly ergonomic code snippet IDE that instantly executes any C#/VB expression, statement block or program – the ultimate in dynamic development.
  • Best of all, LINQPad standard edition is free and can run without installation (or with a low-impact setup)
Joel Bennett

Code Bubbles Project: Rethinking the User Interface Paradigm of Integrated Development ... - 5 views

  • A bubble is a fully editable and interactive view of a fragment such as a method or collection of member variables. Bubbles, in contrast to windows, have minimal border decoration, avoid clipping their contents by using automatic code reflow and elision, and do not overlap but instead push each other out of the way.
  •  
    We propose a novel user interface metaphor for code understanding and maintanence based on collections of lightweight, editable fragments called bubbles, which form concurrently visible working sets.
Matteo Spreafico

Processing.js - 2 views

  • Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games.
Fabien Cadet

Design Patterns: 15 Years After the Revolution, by Danny Kalev @ InformIT [2009-10-30] - 1 views

  • by defining a description template that included among the rest: Known uses. Sample code (as opposed to a typical algorithm which were often described in plain English and perhaps a few sketchy lines of pseudo-code). Collaboration (A description of how classes and objects used in the pattern interact with each other). Consequences (results and side-effects). Related patterns.
  • Would a 2009 catalog of the 23 classic design patterns look much different? According to the authors of Design Patterns: Elements of Reusable Code, the answer is no.
  • The authors would reclassify certain patterns and omit a few of the original patterns but the design and implementation would remain pretty much the same: "We have found that the object-oriented design principles and most of the patterns haven't changed since then" says Erich Gamma. You can't escape the feeling that patterns are frozen in time
  • ...2 more annotations...
  • In the meantime, in the C++ world the tide has turned towards a completely different paradigm known as generic programming (and to some extent, functional programming). Instead of plain classes and a complex inheritance chain, C++ these days uses templates, meta-programming and static type checking. The C++ Standard Library is the most prominent showpiece of the generic and functional programming idioms.
  • Over-engineering is another source of criticism. Programmers who become acquainted with patterns are often tempted to solve every problem using a pattern, even when a much simpler solution would probably be a better choice.
longchamppas

Casquette DC pas cher Ce - 0 views

Ferme des «mille vaches» Des milliers de manifestants attendus à Amiens pour soutenir la Confédération paysanne JUSTICE - Neuf militants de la Confédération paysanne sont jugés pour des dégradatio...

Casquette Wati B pas cher DC http:__www.bisca-piscines.fr_

started by longchamppas on 05 Nov 14 no follow-up yet
escaping1 escaping1

booster de lacoste pas cher Or - 0 views

Distillées en vertu d'une séquence de communication mûrement réfléchie, ses critiques rejoignent celles qui continuent à sourdre, à gauche, à la veille du vote du budget 2015 en première lecture à ...

chaussure de sport lacoste pas cher booster jogging homme

started by escaping1 escaping1 on 21 Oct 14 no follow-up yet
escaping1 escaping1

hermès birkin taille 35 Cancer - 0 views

Grâce à un nouveau site internet Cats vs Cancer, elle permet de récolter des fonds et lutter contre le cancer. Pour cela, Tom O'Connor et Eddie Peña, deux anciens diplômés de l'Université de George...

echarpe hermes pas cher hermès birkin taille 35 foulard prezzi

started by escaping1 escaping1 on 06 Dec 14 no follow-up yet
« First ‹ Previous 41 - 60 of 75 Next ›
Showing 20 items per page