Skip to main content

Home/ Coders/ Group items matching "must" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Joel Bennett

C vs C++ vs Java - 0 views

  • Must be declared outside the loop
    • Joel Bennett
       
      This is a really important difference. C, C++, and Microsoft's Safe CRT C/C++ all behave differently in this case.
  •  
    A good language comparison of the differences between C and C++ and Java, calls out the major differences that are apt to bite you if you swtich back and forth.
  •  
    Visit News www.killdo.de.gg. How to make the 1000 visitor from PR9 backlinks. Buy cheap service www.fiverr.com/radjaseotea/making-best-super-backlink-143445
Joel Bennett

Announcing the Policy Injection Application Block - 0 views

  •  
    AOSD tools from Microsoft? 

    QUOTE: "the Policy Injection Application Block will simplify the separation of business logic from cross cutting concerns, by letting you define policies and the objects/methods they apply to in a declarative way."  -- if that's not Aspect Oriented, then I must have wasted my time in school ;-)
Joel Bennett

Andrew Whitechapel : VSTO/VSTA Power Tools v1.0 - 1 views

  •  
    PowerTools for Visual Studio Tools for Office
  •  
    If you're developing Office-based apps, these look like a must-have.
Joel Bennett

SharedView - Microsoft Connect - 0 views

  • Anyone can share, and the person sharing can give control to anyone else.
  • To start a session using this program, you must sign in using a Windows Live ID
  •  
    Like Netmeeting: share, review, and update documents with multiple people in real-time. Anyone can share, and the person sharing can give control to anyone else.
  •  
    A fast, easy way to share your screen or collaborate on documents with small (up to 15) groups of friends or coworkers...
Joel Bennett

Snippet Designer - CodePlex - 0 views

  •  
    This is really sort-of a must-have tool for anyone who's using Visual Studio... especially if you don't have R# or anything...
  •  
    A Snippet editor integrated into Visual Studio, plus the ability to create snippets from text selection.
Joel Bennett

Concurrency: What Every Dev Must Know About Multithreaded Apps -- MSDN Magazine, August 2005 - 0 views

  •  
    A comprehensive guide to the basics of multithreaded development...
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

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.
David Corking

Remember Smalltalk? | Gartner Blogs 2008 - 1 views

  • 2) If you are BIG fan of dynamics languages (closures, meta programming, and all that cool stuff) then consider giving Smalltalk a look.  You might like what you see.  Its like Ruby but with bigger muscles.  You think Rails is cool? Check out seaside. In the end we’ll see a up tick in Smalltalk momentum over the next few years. 
  • Please don’t talk about Smalltalk. I enjoy my competitive advantage over the Java/NET crowd
  • Where Smalltalk really shines recently is in field of web applications due to its dynamic nature (live upgrading, debugging etc.) and because its shortcoming are not relevant here.
  • ...9 more annotations...
  • On the Desktop - Dolphin creates 500k exe’s with ease - its a 1 button click (you just have to follow some of their easy put things in packages rules).
  • Remember LAN MAN? OS2? Both were heavily endorsed by Gartner.
  • I laugh when people say poor performance on older hardware was a mjor Smalltalk weakness. We routinely delivered applications that ran on 386 and 68020 processors with 8MB RAM. And yes, they were quite snappy. No, the reason Smalltalk didn’t catch on is because Sun spent more money on Java marketing than was spent on all computer languages combined, since the dawn of time.
  • I’ve listened personally to whiny ROR programmers groan and whine about PHP devs LEARNING ROR and undercutting them.
  • I didn’t fall for it for the marketing. I fell for WORA, for the language/runtime separation, for the multi-vendor approach (Sun never wanted to be the single provider for any Java centric product niche, and in fact was never the leader), for the comprehensive set of vendor-neutral APIs for all sorts of execution environments/applications,
  • For now I would like to see more use of Smalltalk like constructs in Java (Groovy).
  • Smalltalk must have sofisticated CASE tools, business process simulation tools, large development environments etc. etc. etc.
  • I stayed to teach Smalltalk since 1993 and am very happy about this information. Each academic year, we produce a small group of new Smalltalkers in the Czech Republic.
  • Joe Barnhart // Apr 4, 2009 at 2:48 pm At the company where I work, we have used Smalltalk for 19 years. Our tiny team of programmers has beat the pants off of competitors who employ teams 100 times our size.
  •  
    trend spotting
vikramsjn

Code of Ethics - Association for Computing Machinery - 0 views

  •  
    "Contents & Guidelines 1. General Moral Imperatives. 2. More Specific Professional Responsibilities. 3. Organizational Leadership Imperatives. 4. Compliance with the Code. 5. Acknowledgments."
  •  
    must read for every coder - for his work and career
Fabien Cadet

Why writing software is not like engineering. by Terence Parr - 5 views

  • ...30% of all software projects are canceled, nearly half come in over budget, 60% are considered failures by the organizations that initiated them, and 9 out of 10 come in late.
  • Unfortunately, midcourse design changes happen in software all the time
  • In fact, the agile software development method is a direct response to ever-changing design requirements.
  • ...2 more annotations...
  • Still, constant changes to the design hamper development efforts and developers must constantly refactor software to prevent it from becoming a tangled, unmaintainable mess.
  • If you look at software today, through the lens of the history of engineering, it's certainly engineering of a sort--but it's the kind of engineering that people without the concept of the arch did. Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves.
ybordiq

Best practices - robotlegs-framework - GitHub - 0 views

  • t is common to add event listeners in the onRegister method of the Mediator. At this phase of the Mediator’s lifecycle, it has been registered and its view component and other dependencies have been injected. The onRegister method must be overridden in concrete Mediator classes. Event listeners may be added in other methods as well, including event handler methods that are responding to both framework and view component events.
    • ybordiq
       
      note: this is only partially true: if any widget of the view is not included in the "normal" state of the view (cf use of states in flex + usage of "includeIn" component property), then it is null when the onRegister() is called => impossible to register an event listener to it via the eventMap (or any other way)=> we can listen to the view currentStateChange events and register event listeners at that moment, but this is somewhat ugly...(might be more a limitation of Flex than Robotleg, though...)
Maria Babae

Fast and Reliable Computer Help and Support - 2 views

My hotel has been running within the family business for 122 years. From time to time we update our systems and units through computer help services offered online. There was a time in Febuary 2000...

computer support fast online

started by Maria Babae on 11 Aug 11 no follow-up yet
subsequent1 subsequent1

costo occhiali ray ban a goccia Appena - 0 views

Era l'oste che veniva a dirgli che la mezzanotte era suonata."Perché il Gatto ha ricevuto un'imbasciata, che il suo gattino maggiore, malato di geloni ai piedi, stava in pericolo di vita.""E la cen...

costo occhiali da vista ray ban yahoo a goccia aviator

started by subsequent1 subsequent1 on 07 Jun 14 no follow-up yet
subsequent1 subsequent1

fused. sac a main longchamp pas cher cuir - 0 views

convinced that Colonna will benefit from the same situation.Will the trauma provoked by the Outreau case, in which a number of suspects were wrongly imprisoned for paedophilia, encourage leniency a...

Development

started by subsequent1 subsequent1 on 25 Nov 14 no follow-up yet
Roshan Singh

Birthday Party Organizer | Kids Birthday Planner In Delhi - 0 views

shared by Roshan Singh on 09 Nov 15 - No Cached
  •  
    Your child must be the most precious part of your life - the one reason that an always bring a smile on your face. Then why waste an opportunity to see them smiling?so visit our website and make your event awesome....9716516768
Antony Marphy

Dependable And Important Source To Borrow Cash In Your Small Needs - 0 views

As applying a short term payday loans Brisbane is a best financial solution in your emergency, you must use online mode checklist to choose a loan that suits your short term fiscal needs. It is bec...

short term loans brisbane payday loans short term loans Short Term Payday Loans

started by Antony Marphy on 08 Feb 16 no follow-up yet
anonymous

Mothering Sunday 2016 in UK - 0 views

  •  
    Mothering Sunday 2016 in UK. Mother's day in uk is coming soon. this collection is for Uk Mothers. if you want to wish your mothers on mothers day. so must read this collection and share to your mothers. Happy Mother's day uk from sms4like. Mothering Sunday 2016 in UK Mothers day date Day Date Year ...
« First ‹ Previous 81 - 100 of 128 Next › Last »
Showing 20 items per page