๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

How do I check if a string contains only numbers and not letters

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: String If-Statement

I have a string that I load throughout my application and it changes from numbers to letters and such I have a simple if statement to see if it contains

Thumbnail for Posts

How do I show a console outputwindow in a forms application

๐Ÿ“‚ Categories: C#

To get stuck in straight away a very basic example using System using SystemWindowsForms class test static void Main ConsoleWriteLinetest MessageBoxShowtest If

Thumbnail for Posts

How does a debugger work

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Debugging Internals

I keep wondering how does a debugger work Particulary the one that can be attached to already running executable I understand that compiler translates code to

Thumbnail for Posts

How to create a template function within a class C

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Templates Function Class

I know its possible to make a template function templatelttypename Tgt void DoSomeThingT x and its possible to make a template class templatelttypename Tgt

Thumbnail for Posts

how to customize show processlist in mysql

๐Ÿ“‚ Categories: Mysql

I want to order by Timebut seems no way to do that mysqlgt show processlist Id User Host db Command Time State Info 1 system user NULL Connect 226953 Waiting

Thumbnail for Posts

How to delete files older than X hours

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

Im writing a bash script that needs to delete old files Its currently implemented using find LOCATION name REQUIREDFILES type f mtime 1 delete This will delete

Thumbnail for Posts

how to download file in react js

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

I receive file url as response from api when user clicks on download button the file should be downloaded without opening file preview in a new tab How to

Thumbnail for Posts

How to fix Unable to determine application id comandroidtoolsidearunApkProvisionException No outputs for the main artifact of variant

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Android-Studio-3.0

I am trying to run a selected build variant but giving me following error in Run tab Unable to determine application id

Thumbnail for Posts

How to get the entire document HTML as a string

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

Is there a way in JS to get the entire HTML within the html tags as a string