๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

How do I drag and drop files into an application

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Winforms Drag-And-Drop

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

Thumbnail for Posts

How do I format a number with commas in T-SQL

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Sql-Server 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

Thumbnail for Posts

How do I run Python code from Sublime Text 2

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Ide Sublimetext2 Sublimetext

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

Thumbnail for Posts

How does springjpahibernateddl-auto property exactly work in Spring

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Spring Hibernate Jpa Ddl

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

Thumbnail for Posts

How to delete a file via PHP

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: File-Io

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

Thumbnail for Posts

How to edit a node module installed via npm

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: 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

Thumbnail for Posts

How to embed HTML into IPython output

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Html Ipython Jupyter-Notebook

Is it possible to embed rendered HTML output into IPython output One way is to use from IPythoncoredisplay import HTML HTMLlta hrefhttpexamplecomgtlinkltagt or

Thumbnail for Posts

How to exclude certain directoriesfiles from git grep search

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Grep

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

Thumbnail for Posts

How to force uninstallation of windows service

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: .Net Windows-Services

I installed a windows service using installUtilexe After updating the code I used installUtilexe again to install the service wo uninstalling the original