Cassini Server - 0 views
PNG Transparency in IE - 0 views
MSFT Code Samples - 0 views
Smart Client Design Guide - 0 views
Logging Application Block - 0 views
Fiddler PowerToy: HTTP Debugging - 0 views
Emacs, TRAMP, Ubuntu « What You're Doing Is Rather Desperate - 2 views
-
edit your ~/.emacs to include the line: (setq tramp-default-method "ssh")
-
Remote editing with ssh - no need to tunnel X11 over ssh. This reminds me of a question that puzzles me: for those of us that use multiple machines, is there a failsafe way to have a master .emacs file for them all? Where do folks store it? On a web server, ftp, NFS directory, a favourite home directory, or a USB stick? Is there a low effort way to sync it: rsync, unison, a custom shell or Emacs lisp script, or a manual scp?
-
Remote editing with ssh - no need to tunnel X11 over ssh, or cope without your window manager. This reminds me of a question that puzzles me: for those of us that use multiple machines, is there a failsafe way to have a master .emacs file for them all? Where do folks store it? On a web server, ftp, NFS directory, a favourite home directory, or a USB stick? Is there a low effort way to sync it: rsync, unison, a custom shell or Emacs lisp script, or a manual scp?
Spark View Engine | Html friendly. Less is more. - 0 views
-
Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks.
-
Replacing the default view engine in MVC w/ Spark
Moving to Symbian S60: One Year Later - 0 views
-
too many ways to develop for Symbian devices: native code, WRT (web run-time) widgets, Java, browser-apps, etc.
-
5-9 clicks just to add a calendar item.
-
disjointed software updating -- which requires a Windows PC in older Nokia devices -- that leaves many North American users without fixes to serious issues for all but the most popular of handsets.
- ...7 more annotations...
Gibraltar monitors errors and usage so you can build rock solid .NET software - 1 views
-
The bottom line is that with Gibraltar you go from just logging on the user's computer to sending those logs via a web-service (or email), to reporting on errors and usage to graphing usage patterns, performance trends and feature use... Get real insight into what happens when your customers meet your code.
Developer Network - 0 views
Why LD_LIBRARY_PATH is bad, by David Barr (2001) - 2 views
-
This list is prepended to the existing list of compiled-in loader paths for a given executable, and any system default loader paths.
-
For security reasons, LD_LIBRARY_PATH is ignored at runtime for executables that have their setuid or setgid bit set. This severely limits the usefulness of LD_LIBRARY_PATH.
-
SunOS 4.x uses major and minor revision numbers. If you have a library “Xt”, then it's named something like “libXt.so.4.10” (Major version 4, minor 10). If you update the library (to correct a bug, for example), you would install libX11.so.4.11 and applications would automatically use the new version.
- ...5 more annotations...
Deploying node.js on Amazon EC2 | The Carbon Emitter - 0 views
-
sudo apt-get update
-
sudo apt-get upgrade -y
-
sudo apt-get install build-essential libssh-dev git-core -y
- ...9 more annotations...
MSDN's New Look - A Preview - 3 views
Clemens Vasters, Bldg 42 : Port Bridge - 0 views
-
In order to increase the responsiveness and throughput for protocols that are happy to kill and reestablish connections such as HTTP does, “Port Bridge” is always multiplexing concurrent traffic that’s flowing between two parties on the same logical socket.
-
With Hybrid, all connections are first established through the Service Bus Relay and then our bits do a little “NAT dance” trying to figure out whether there’s a way to connect both parties with a direct socket – if that works the connection gets upgraded to the most direct connections in-flight.
-
Now you might say You are using a WCF ServiceContract? Isn’t that using SOAP and doesn’t that cause ginormous overhead? No, it doesn’t. We’re using the WCF binary encoder in session mode here. That’s about as efficient as you can get it on the wire with serialized data. The per-frame SOAP overhead for net.tcp with the binary encoder in session mode is in the order of 40-50 bytes per message because of dictionary-based metadata compression. The binary encoder also isn’t doing any base64 trickery but treats binary as binary – one byte is one byte. Port Bridge is using a default frame size of 64K (which gets filled up in high-volume streaming cases due to the built-in Nagling support) and so we’re looking at an overhead of far less than 0.1%. That’s not shabby.
CCR & DSS Toolkit - Microsoft - 1 views
« First
‹ Previous
61 - 80 of 82
Next ›
Showing 20▼ items per page