-
7 lesser known hacks for debugging in Visual Studio
Post originally appeared at: https://blogs.msdn.microsoft.com/visualstudio/2017/06/26/7-lesser-known-hacks-for-debugging-in-visual-studio/ Please refer the thread for more discussion, this is for reference purpose only. The Visual Studio debugger is a magical beast that can save you loads of time while finding and fixing issues in your application. It is chock-full of tools that can make debugging easier… if you know…
-
The fastest way to split a string using CLR
The original post appeared here: http://sqlblog.com/blogs/adam_machanic/archive/2009/04/28/sqlclr-string-splitting-part-2-even-faster-even-more-scalable.aspx Please visit the original website for more discussion, this is for reference purpose only. using System; using System.Collections; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; public partial class UserDefinedFunctions { [Microsoft.SqlServer.Server.SqlFunction( FillRowMethodName = “FillRow_Multi”, TableDefinition = “item nvarchar(4000)” ) ] public static IEnumerator SplitString_Multi( [SqlFacet(MaxSize = -1)]…
-
A curated list of awesome Tor related projects, articles, papers, etc
A curated list of awesome Tor related projects, articles, papers, etc Contents Awesome Tor The Tor Project Tor Project’s Projects Implementation of the Tor Protocol in Other Languages Tools Hidden Service Running Hidden Services Relay Using Tor Resources Conference Talks Articles Websites Donate The Tor Project torproject.org blog.torproject.org Tor Project’s Projects This is a listing…
-
WordPress theme broken update! We are good to go!
So my theme was broken after some wordpress update. Probably 4.7.1? Maybe. Anyways, fixed the issue. Should have done it earlier. Was a whole lot busy lately. Hope no more WordPress issues now. Cheers!
-
Theme Broken
A recent wordpress update has broken my theme. I hope to fix it as soon as I get some time. Probably couple of days. Apologize for the delay.