All Posts
How do I drag and drop files into an application
Ive seen this done in Borlands Turbo C environment but Im not sure how to go about it for a C application Im working on Are there best practices or gotchas to
How do I format a number with commas in T-SQL
Im running some administrative queries and compiling results from spspaceused in SQL Server 2008 to look at dataindex space ratios of some tables in my
How do I run Python code from Sublime Text 2
I want to set up a complete Python IDE in Sublime Text 2 I want to know how to run the Python code from within the editor Is it done using build system How do
How does springjpahibernateddl-auto property exactly work in Spring
I was working on my Spring boot app project and noticed that sometimes there is a connection time out error to my Database on another serverSQL Server This
How to delete a file via PHP
How do I delete a file from my server with PHP if the file is in another directory Here is my page layout projectsbackendremoveProjectDataphp this file deletes
How to edit a node module installed via npm
Im using the nodeswiz module which in turn uses the validator module I want to make changes to the validator module but I used npm install to install the
How to embed HTML into IPython output
Is it possible to embed rendered HTML output into IPython output One way is to use from IPythoncoredisplay import HTML HTMLlta hrefhttpexamplecomgtlinkltagt or
How to exclude certain directoriesfiles from git grep search
Is there a way to exclude certain pathsdirectoriesfiles when searching a git repository using git grep Something similar to the exclude option in the normal
How to force uninstallation of windows service
I installed a windows service using installUtilexe After updating the code I used installUtilexe again to install the service wo uninstalling the original