background preloader

Dev

Facebook Twitter

Snipt Helps Programmers Share Code Snippets. Snipt is a web service that attempts to solve a simple problem: storing commonly used snippets of code, and sharing them with your fellow coders. It seems to do that pretty well, with lots of good options for storing and sharing. Better yet, it has its Snipt API so coders can use this simple storage engine within their own programs. As they say on their site: So, what exactly is Snipt good for? It’s good for storing small pieces of code or commands that you use rather frequently, and will probably forget.

The Snipt API is a RESTful service that allows responses to be formatted in json, xml, yaml, or pickle. The pickle representation is a remarkably useful idea, allowing people to store small, usable python scripts and then directly access them within a python script. There are a few similar services, including the similarly-named Snipt.org API and Snipplr API. Snipt.net is very pretty. Well, now there’s an API. Both comments and pings are currently closed.

Call graphs

Java. UML. Scintilla and SciTE. Vista-ready terminal emulation for secure browser- and Windows-b. Reflection 2014: Easy on You—Tough on Security Reflection 2014 terminal emulation delivers the time-saving flexibility you want, plus the robust security you can’t do without. These next-generation terminal emulators support Windows 8.1, Windows 7, critical virtualization technologies, and diverse security architectures. With Reflection 2014, tough security features help protect your most sensitive data, and new IT tools deliver finely-tuned customization control—all within a modern, user-friendly interface. Optimized for Windows 7 and Windows 8.1. Reflection 2014 is built specifically for Windows 7, allowing you to leverage valuable Windows security and productivity features and maximize your Windows investment. What’s more, you can be confident that Reflection 2014 will run on the Windows 8.1 platform when you make the move to it.

Built for rapidly evolving IT. Enhances the mobile experience with TouchUx. Controls threats from the inside and out. Boosts productivity. Learn More. Accelerate your team with online workspaces | Home. Twisted. Twisted is an event-driven networking engine written in Python and licensed under the open source ​MIT license. Twisted runs on Python 2 and an ever growing subset also works with Python 3. Twisted makes it easy to implement custom network applications. Here's a TCP server that echoes back everything that's written to it: from twisted.internet import protocol, reactor, endpoints class Echo(protocol.Protocol): def dataReceived(self, data): self.transport.write(data) class EchoFactory(protocol.Factory): def buildProtocol(self, addr): return Echo() endpoints.serverFromString(reactor, "tcp:1234").listen(EchoFactory()) reactor.run() Learn more about ​writing servers, ​writing clients and the ​core networking libraries , including support for SSL, UDP, scheduled events, unit testing infrastructure, and much more.

Twisted includes an event-driven web server. Learn more about ​web application development, ​templates and Twisted's ​HTTP client. Twisted includes a sophisticated IMAP4 client library.

Scripts

Xemacs. Splint Home Page. Coyote: Home. Mercurial. Project management. Eclipse. Web tools.