๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How to remove all MySQL tables from the command-line without DROP database permissions duplicate

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Command-Line Sql-Drop

This question already has answers here MySQL DROP all tables ignoring foreign keys 27 answers Closed 10 years ago How do I drop all tables in Windows MySQL

Thumbnail for Posts

How to run a JAR file

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Jar

I created a JAR file like this jar cf Preditjar I ran this JAR file by double clicking on it it didnt work So I ran it from the DOS prompt like this java jar

Thumbnail for Posts

How to set my phpmyadmin user session to not time out so quickly duplicate

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Phpmyadmin Timeout Settings

This question already has answers here phpmyadmin automatic logout time 9 answers Closed 10 years ago I work on my wamp for localhost backend development

Thumbnail for Posts

How to split string with newline n in Node

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

Within Node how do I split a string using newline n I have a simple string like var a testjsnagainjs and I need to get testjs againjs I tried asplitn asplitn

Thumbnail for Posts

How to test credentials for AWS Command Line Tools

๐Ÿ“‚ Categories: Programming

Is there a commandsubcommand that can be passed to the aws utility that can 1 verify that the credentials in the awscredentials file are valid and 2 give some

Thumbnail for Posts

How to trigger Autofill in Google Chrome

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Google-Chrome Autofill

I would like to know if there is some kind of special markup to enable the Chrome autofill feature for a specific form I only found questions about how to

Thumbnail for Posts

How to trigger XDebug profiler for a command line PHP script

๐Ÿ“‚ Categories: Php

XDebug offers the configuration directive xdebugprofilerenabletrigger that allows to activate profiling by passing the GET or POST parameter XDEBUGPROFILE when

Thumbnail for Posts

How to use CSS to surround a number with a circle

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Css-Shapes

I would like to surround a number in a circle like in this image Is this possible and how is it

Thumbnail for Posts

How to validate an email address in PHP

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Regex Email Email-Validation

I have this function to validate an email addresses function validateEMAILEMAIL v azAZ09azAZ09azAZ return boolpregmatchv EMAIL Is this okay for checking if the