Skip to main content

Home/ Coders/ Group items matching "Shared" 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

Olivier Dewit - Wpf3D - 0 views

  •  
    A "Shared Source" library for making 3D objects in WPF
Joel Bennett

Live Mesh : Live Mesh as a Platform - 0 views

  • The mesh is the foundation for a model where customers will ultimately license applications to their mesh, as opposed to an instantiation of Windows, Mac or a mobile account or a web site.
  • applications will be seamlessly installed and run from their mesh
  • one instantiation of a mesh object is as a local (shared, aka Live) folder on a PC. This same mesh object might be instantiated as a slideshow on a web site, and as preview and upload UX on a mobile device with a built-in camera.
  • ...3 more annotations...
  • A mesh object could also represent a range of cells in Excel
  • Live Mesh provides the building blocks to support the notion of groups, or communities (member lists) of people associated with a mesh object
  • The ability to open a mutually authenticated raw communications channel, to any device in a group, regardless of current location or network topology. This channel always works, by way of cloud relay if necessary, but will automatically and transparently take the cheapest and fastest possible network path.
  •  
    Illuminating insight into the future possibilities of writing apps based on Live Mesh
Joel Bennett

The Thing About Git - 0 views

  •  
    Pistos should have added this to the group -- doesn't anyone else share things around here?
  •  
    A good description of how Git is different than other version control systems -- makes me almost interested in using it.
Joel Bennett

Microsoft Watch - Web Services & Browser - Internet Explorer: A Browser Breaks - 0 views

  • Enterprise IE adoption dropped from 88.7 percent to 78.7 percent in 2007 with gains mainly going to Firefox, according to a new report
  • Firefox's overall enterprise adoption nearly doubled, to 18 percent, in 2007. IE 7's share climbed from about 10 percent to near 30 percent during the same time frame.
    • Joel Bennett
       
      So Firefox doubles, and IE7 triples, and somehow this is a bad thing for IE? I'm confused.
  •  
    IE6 is at 70% in enterprises, and IE7 at 30% ... and yet, according to Microsoft Watch, Firefox is at 18% and Safari at 2.4% How can this be?
Joel Bennett

Windows: A Monopoly Shakes - Microsoft Watch - Operating Systems - 0 views

  • Windows' enterprise adoption declined 3.7 percent, going from 98.6 percent in January to 94.9 percent in December. Mac OS gained 3 percent, going from 1.2 to 4.2 percent in the same time frame. Linux gained 0.5 percent in 2007.
  • Apple, with its enterprise share growing threefold
    • Joel Bennett
       
      Yeah, that's more like it -- they're going to be reporting 300% growth in the enterprise, I'm sure.
  •  
    Windows use in the enterprise (it's traditional stronghold) has declined almost 4% to about 95% in the last year ... It's just a tiny sliver, but the real question is: is it enough to make Apple start catering to their enterprise customers?
Joel Bennett

media for the inner you | matchmine.com - 0 views

  •  
    An api for preferences and social sharing of them to get valid recommendations for music, videos, blogs, etc
Joel Bennett

Deriving from WebClient to handle persisting cookies for login - 0 views

  • Then just use the ExWebClient class to make your requests;
  • Public Class CookieWebClient : Inherits WebClient ' overridden to add cookie headers to http requests. Protected Overrides Function GetWebRequest(ByVal address As System.Uri) As System.Net.WebRequest Dim request As WebRequest = MyBase.GetWebRequest(address) If TypeOf request Is HttpWebRequest Then DirectCast(request, HttpWebRequest).CookieContainer = _cookies End If Return request End Function ' overridden to save cookies to the container for http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function ' overridden to save cookies to the container for async http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest, ByVal result As System.IAsyncResult) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request, result) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function Private Shared _cookies As CookieContainer = New CookieContainer End Class
Joel Bennett

Tester Center Home - MSDN - 0 views

  •  
    Microsoft has opened the "Tester Center" to the public with the goal of providing a central location for software testers to share stories, knowledge and experience, and get answers, tools, and other resources...
Joel Bennett

.NET Framework Resource Management - 0 views

  •  
    An excellent White Paper on Resource Management in the .NET Framework.  How to handle managed and unmanaged resources, design cleanup code, and handle performance mplications.
  •  
    Hallo guys. I am very happy to share here. This is my site. If you would like to visit here. Go ahead. I've made ​​About a $ 58,000 from my little site. There is a forum and I was very happy to announce to you. I also provide seo service. www.killdo.de.gg
Joel Bennett

Gliffy - flowcharting and diagramming on the web - 0 views

  •  
    A Visio-like diagramming tool that's web based! Easily share diagrams etc.
Joel Bennett

Welcome to dimdim - 0 views

  • dimdim is the world’s first free web meeting service based on the open source platform.
  •  
    An open source competitor to WebEx and LiveMeeting...

Fabien Cadet

Dégage, sale programmeur ! « Codingly - 0 views

  •  
    This article is in french, sorry for that but I could find no relevant group to share this. Briefly it talks about how programmers (those who actually code) are perceived here in France: As guys dwelling the bottom of the hierarchy, whom only ambition *should be* to become lead progr. or better (architect, project lead, ...). i.e. programmer is not really seen as a career.
  •  
    A brief translation of the intro.: « Yes, being a programmer when you're 30+ yo in France is worst than being a 40+ yo cashier. Most of the people who spend 90% of their time programming will try to be perceived as R&D engineers, project lead, solution architect, consultant, etc.. The best, when you're a poor contractor of an "software engineering company", in mission for a banque, et that you spend you days coding, is telling people that you are Engineer in finance. »
David Corking

Steve's Squeak Enhancements - 0 views

  • The photos publisher will produce the html files necessary to share your photos. It will copy the original images to the target web site folder as well as create image thubmnails that look pretty nice. It will create the subdirectory folder structure as required. The
    • David Corking
       
      Who says you can't do scripting in Smalltalk?
  •  
    Nice set of applications here
Rajan Datta

IDEOne - Online Compiler and Debugging tool - 8 views

  •  
    Choose language, paste code and input data (optionally), choose whether your code ought to be executed and whether it ought to be private (i.e. not listed in recent pastes) and click submit button. Then watch your code being executed, share it with your team or friends, or run it again with new input to debug.
  •  
    Ideone is an online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
Matteo Spreafico

SqlClient Default Protocol Order - ADO.NET team blog - Site Home - MSDN Blogs - 0 views

  • By default, SqlClient attempts to make the connection using the following protocol order[1]: Shared Memory TCP/IP Named Pipes
Fabien Cadet

2006-10: Resolving ELF Relocation Name / Symbols | EM_386 blog - 0 views

  • From the ELF 1.2 standard:"Relocation is the process of connecting symbolic references with symbolic definitions. For example, when a program calls a function, the associated call instruction must transfer control to the proper destination address at execution. In other words, relocatable files must have information that describes how to modify their section contents, thus allowing executable and shared object files to hold the right information for a process's program image. Relocation entries are these data."
Matteo Spreafico

JS-Kit ECHO - 5 views

  • Echo is... the next generation commenting system. It’s the way to share your content, and watch the live reaction. You can quickly embed Echo on WordPress, Blogger, or any website and turn your static pages into a real-time stream of diggs, tweets, comments and more.
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 121 - 140 of 153 Next ›
Showing 20 items per page