๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

How to delete a record by id in Flask-SQLAlchemy

๐Ÿ“‚ Categories: Python

I have users table in my MySql database This table has id name and age fields How can I delete some record by id Now I use the following code user

Thumbnail for Posts

How to delete images from a private docker registry

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Docker-Registry

I run a private docker registry and I want to delete all images but the latest from a repository I dont want to delete the entire repository just some of the

Thumbnail for Posts

How to download Visual Studio Community Edition 2015

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Visual-Studio Visual-Studio-2015

I have a Resharper 9x license and it is only compatible up to MS VS Community 2015 edition I tried to download the 2015 version from Microsoft but their

Thumbnail for Posts

How to drop all tables from a database with one SQL query

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sql-Server

I dont want to type all tables name to drop all of them Is it possible with one

Thumbnail for Posts

How to find patterns across multiple lines using grep

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

I want to find files that have abc AND efg in that order and those two strings are on different lines in that file Eg a file with content blah blah blah blah

Thumbnail for Posts

How to find the mime type of a file in python

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Mime

Lets say you want to save a bunch of files somewhere for instance in BLOBs Lets say you want to dish these files out via a web page and have the client

Thumbnail for Posts

How to get http headers in flask

๐Ÿ“‚ Categories: Python

Using Flask how can I read HTTP headers I want to check the authorization header which is sent by the

Thumbnail for Posts

How to go to each directory and execute a command

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Shell Unix Find

How do I write a bash script that goes through each directory inside a parentdirectory and executes a command in each directory The directory structure is as

Thumbnail for Posts

How to include js file in another js file duplicate

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

This question already has answers here Including a js file within a js file duplicate 5 answers Closed 4 years ago How can I include a js file into another js