SirCmpwn

Untitled

May 3rd, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. Drew DeVault
  2. ============
  3.  
  4. **Contact Info:**
  5. *****
  6.  
  7. http://drewdevault.com
  8. [@sircmpwn](http://twitter.com/sircmpwn)
  9.  
  10. General Information
  11. ----------------
  12.  
  13. *Programming Languages:* C#, Java, HTML/CSS/JavaScript, PHP, C, various flavors of assembly, and more.
  14.  
  15. *Technologies:* Windows XP-Windows 8 desktop, Windows Server 2005-2008 for servers, various flavors of Linux, Microsoft SQL Server
  16. 2005-2008, MySQL 5, Visual Studio 2005-11, and more.
  17.  
  18. *Frameworks:* Microsoft.NET, ASP.NET, Umbraco 4+, MVC 3, Silverlight 2+, XNA, jQuery, and more.
  19.  
  20. Recognition
  21. -----------
  22.  
  23. * 3-time speaker at the Rocky Mountain Technology Trifecta event, earning the second-highest rating of 50 sessions in 2011.
  24. * Nominated for the INETA CHAMPS award for contributions to the .NET community.
  25. * Microsoft Certified Professional
  26. * Microsoft Student Insider
  27. * Umbraco Certified Developer
  28.  
  29. Work Experience
  30. ---------------
  31.  
  32. **DSoft Technology:** July 2011-April 2012
  33.  
  34. DSoft Technology specializes in government contracts as well as work in the private sector. Was required to work with ASP.NET
  35. and Umbraco, and built a number of websites from the ground-up, mostly powered by Umbraco. Also required to perform several IT
  36. tasks, helping to maintain the infrastructure of the company and its network. This task included work maintaining Windows
  37. Server 2005 and 2008 servers, as well as a number of Linux servers. Also required to work with Microsoft SQL Server 2008 on many
  38. occasions. Additionally responsible for most of the development on their website, http://dsoft-tech.com.
  39.  
  40. You may contact DSoft Technology at *****. My supervisor was *****.
  41.  
  42. **Colorado Technology Consultants**: January 2009-April 2011
  43.  
  44. Worked for a time with Colorado Technology Consultants, employing skills with ASP.NET MVC 3, Windows Phone 7, and Silverlight 2+.
  45. Tasked with making a number of Windows Phone 7 applications, including the DishOnIt application, which was featured in the Windows
  46. Phone 7 Marketplace on a number of occasions. Technical editor for the *Silverlight 3 Jumpstart* book, by David Yack.
  47.  
  48. You may contact Colorado Technology Consultants at *****. My supervisor was *****.
  49.  
  50. Open Source
  51. -----------
  52.  
  53. I also contribute to a number of open-source projects. You may view many of them on my GitHub account, under the name
  54. [SirCmpwn](https://github.com/SirCmpwn). Nearly all of my projects are cross-platform, running on Windows, Linux, and
  55. Mac OS X. Here's some information about those projects:
  56.  
  57. **LibMinecraft:**
  58.  
  59. LibMinecraft is a library written in C# that provides a number of services focusing on the game Minecraft. It features a
  60. completely custom implementaiton of the client and server protocols, as well as code to mimic the function of the official
  61. software. It has advanced features such as network load balancing, complex cellular autonoma, and optimized saving of
  62. in-game worlds in the Anvil format. It also vastly improves upon the function of the official software, using a fraction
  63. of the bandwidth, a fraction of the memory, and runs much faster. I am the lead developer of the project, and have worked
  64. on it with a team whose numbers frequently change from 3 to 12 developers. You may find more information about LibMinecraft
  65. [here](http://libminecraft.github.com/).
  66.  
  67. **Organic Assembler:**
  68.  
  69. Organic is an assembler for the DCPU-16 architecture. It provides many advanced features that no other DCPU-16 assembler
  70. can match, as of May 3rd, 2012, such as detailed listing output, full expression evalulation, macro support, plugins,
  71. instruction literals, and relative addressing. Its sister project is Inorganic, which is a disassembler for DCPU-16. I
  72. am the only developer on these projects, and add user-requested features and fix user-supplied bugs as needed. You may
  73. find more information on Organic [here](https://github.com/SirCmpwn/organic), and Inorganic
  74. [here](https://github.com/SirCmpwn/inorganic).
  75.  
  76. **SMProxy:**
  77.  
  78. SMProxy is one of two up-to-date projects that offer a proxy service for Minecraft. It is a debugging tool, and may be used
  79. to learn more about the Minecraft protocol. It is targeted at those who wish to learn more about the protocol and discover
  80. why their own software is misbehaving. SMProxy offers lots of customization, providing the ability to control logging to
  81. isolate issues, as well as prevent certain packets from being transferred, and to override or create new packets. You may
  82. also use it to provide a virtual hosting solution. It also provides the ability to do more fine-grained customization with
  83. context-sensitive Lua scripts. You can also use SMProxy to profile your software, recieving detailed per-packet information
  84. about timing and size. More information about SMProxy can be found [here](https://github.com/SirCmpwn/SMProxy).
Advertisement
Add Comment
Please, Sign In to add comment