I've seen this poll too late, although it's interesting that the most used Perl editor is the vi family (where I'd belong) with 34%, followed not very closely by Emacs (13%).
Eclipse + EPIC got only 6%...
The full poll results here.
Showing posts with label emacs. Show all posts
Showing posts with label emacs. Show all posts
Monday, 26 October 2009
Subscribe to:
Posts (Atom)
Decrypt SDES SRTP from pcap
If you have a pcap file with encrypted RTP (SDES SRTP) and have access to the SIP signalling to see the keys, these instructions will help y...
-
WebRTC applications use the ICE negotiation to discovery the best way to communicate with a remote party. I t dynamically finds a pair of...
-
I needed an efficient way to programmatically extract RTP streams from a network capture. In addition I wanted to: save each stream into a s...
-
There are various levels of testing, from unit to component, from integration to end-to-end, not to mention performance testing and fuzzing....