Logo

Web, mobile, programming problem solving

Archive for 'Random' Category

Disclaimer

By admin - Last updated: Saturday, May 6, 2017

I hereby declare that the articles displayed in this website are temporarily used for website test only, and sources are originated from www.codemeit.com and all rights reserved. From Website Admin.

DOS delete all svn related folders or files

By admin - Last updated: Friday, March 3, 2017

Run the command on the dir which contains the versioned files or folders. for /d /r . %d in (.svn) do @if exist “%d” rd /s/q “%d”

Hello C#

By admin - Last updated: Saturday, May 6, 2017

Hello World C#