Skip to main content

Home/ Coders/ Group items matching "many" 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
Kingdon Barrett

River's Edge Party House - 0 views

  • The River's EdgeParty House
    • Kingdon Barrett
       
      For the curious, it was this page. This development is what I am tracking in that git repository on tues-crep unfuddle, known as job6. I can only handle a finite number of jobs at once. How many, that number is yet to be determined!
  •  
    This is the development version of my web-based Italian Restaurant and Party House.
Joel Bennett

.NET Reflector Add-Ins - 0 views

  •  
    Who knew there were so many very cool plugins for Reflector!?
Rick Fan

Setting up extension development environment - MDC - 0 views

  • javascript.options.showInConsole = true. Logs errors in chrome files to the Error Console. nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you're using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid. browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See window.dump for more info. You can also use nsIConsoleService from privileged script. javascript.options.strict = true. Enables strict JavaScript warnings in the Error Console. Note that since many people have this setting turned off when developing, you will see lots of warnings for problems with their code in addition to warnings for your own extension. You can filter those with Console2. extensions.logging.enabled = true. This will send more detailed information about installation and update problems to the Error Console.
Joel Bennett

Scott Hanselman's Tool List 2007 - 0 views

  •  
    A collection of links to awesome apps, most of which are free, many of which are indispensible.
Joel Bennett

html2wiki.pm - Convert HTML text to wiki markup - live preview - 0 views

  •  
    A Perl Module to convert HTML to any of the many pseudo-markups in use by wiki's and blogs, including Textile (see "Confluence") and Markdown, MediaWiki, UseMod, SnipSnap, MoinMoin, etc.
  •  
    At first I thought this could be the "back" part of TIM, but after trying it out on even simple example text, I'm a bit dissapointed. The nested lists, images, and URLs seem broken (although the links at least, work in Confluence).

    The worst problems are that it has no sense of %{style} span% or footnotes, and no concept AT ALL of tables.  It would be nice to at least get the {style} -- and therefore the spans -- working.
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.
David Corking

Gizmodo - Computing Classic: The 1954 SAGE Protected the US From Invasions That Never Came - Retromodo - 0 views

  • many of the fighters carried nuclear tipped air-to-air missiles, so it would have been a bit of a turkey shoot. Until, that is, all of the EMP from the exploding missiles and bombs rendered SAGE unusable.
  •  
    The design, build, and coding for this 1954 vacuum tube computer system is an utterly remarkable feat.
David Corking

Dr. Dobb's | Q&A: When Mobility and Open Source Collide | March 28, 2009 - 0 views

  • The web browser is a good example, on a pc it may make sense to ask a user to find, click, type, and browse the web or look for a service. In a mobile, converged product, you need to help the user be present with the service even or especially when they are driving or have the product in a pocket or handbag, and requiring them to constantly select 'yes' or to type in forms etc. are real headaches for a consumer.
  • We will not provide a store front, but will help the community create multiple online stores from which they can generate revenue for themselves and the developer.
  • At the other end of the spectrum, you see hoards of teenagers in the U.S., Europe and Asia happily texting one handed, using predictive text.
    • David Corking
       
      No: they do NOT use predictive text - we 40 somethings might - but the kids uset text speak. How does a kid text rom an iPhone in his pocket?
  • ...7 more annotations...
  • Focus on the whole experience, meaning you need to be inclusive of display sizes, input methods, and form factors when you design and develop your applications and services.
    • David Corking
       
      How much time does a Symbian app developer have to put in to considering all the different Symbian phones on the market?
  • .Net CF
  • expanding this functionality with QT libraries, Adobe AIR technology
  • StyleTap has a Palm emulator that allows you to run thousands of Palm applications on Symbian products
  • Red Five Labs has a runtime for Symbian OS which ensures Microsoft .net applications can be fully supported.
  • many people around the world are not buying and cannot afford a PC.
  • The Symbian Foundation is helping to do this by ensuring we lower the barrier for entry for software developers.
  •  
    Really interesting interview with Symbian boss
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.
Joel Bennett

WebSequenceDiagrams.com - 17 views

  •  
    Create sequence diagrams in seconds from text descriptions
  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
Joel Bennett

Nine Things Developers Want More Than Money | Software by Rob - 21 views

  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
awqi zar

Microsoft is Dead - 11 views

  •  
    A few days ago I suddenly realized Microsoft was dead. I was talking to a young startup founder about how Google was different from Yahoo. I said that Yahoo had been warped from the start by their fear of Microsoft. That was why they'd positioned themselves as a "media company" instead of a technology company. Then I looked at his face and realized he didn't understand. It was as if I'd told him how much girls liked Barry Manilow in the mid 80s. Barry who?
  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
awqi zar

The Cleverest Geeky Windows Tricks Everyone Should Know - 18 views

  •  
    You might recognize a few of these tips (we've covered most of them here before), but chances are good there's something new in the list for just about everybody. And if you know all of them already? Pat yourself on the back for your masterful geek skills.
  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
objectivist ursilly

14+ YouTube Playlists To Watch & Learn Computer Programming Quickly - 20 views

  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
onlinecomputer help

Online Computer Help in a Split Second - 2 views

My laptop cannot connect to the wi-fi zone in my school campus. After many months of putting up with this, I decided to call Online Computer Help Today. I was amazed because their online computer h...

online computer help

started by onlinecomputer help on 03 Aug 11 no follow-up yet
seth kutcher

Online PC Repair for Hospitals - 1 views

The hospital's PC and network system has been well maintained by Online PC Repair Site for years. The company has proven that their online pc repair services are high quality and very professional....

online pc repair

started by seth kutcher on 17 Aug 11 no follow-up yet
anonymous

Nick Farina - Git Is Simpler Than You Think - 15 views

  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
Marya Zander

Computer Repair At Its Best - 1 views

My computer was suffering from frequent freezing and it really disturbed me a lot, especially during my work times. I could not finish my work and I was often groping in the dark just to make deadl...

computer repair

started by Marya Zander on 14 Sep 11 no follow-up yet
Syntacticsinc SEO

IT Solutions That Really Work - 1 views

I am planning to build up and improve my website for my business and I was thinking of choosing the best IT company that can meet my requirements for my website and optimize it to make it easier fo...

web designing

started by Syntacticsinc SEO on 24 Sep 11 no follow-up yet
Fabien Cadet

12 Standard Screen Patterns, by Theresa neil, 2010-01-17 - 18 views

  •  
    If you want a quality seo service please click here. Many people said about seo. But do not understand about seo itself. I will help you. Please contact me on yahoo messenger .. aming_e@ymail.com or www.killdo.de.gg
« First ‹ Previous 201 - 220 of 286 Next › Last »
Showing 20 items per page