I have installed Yii2 advanced application, and now I want to change backend theme. How can I do this? Is there any file where I need to tell Yii2 that use my
<script> function voice(){ var recognition = new webkitSpeechRecognition(); recognition.lang = "en-GB"; recognition.onresult =
I am making a webplatform working with the OpenLibrary API, I am pulling data from the subjects then when you click on one of the books in the subjects, I want
hi I'm trying to implement this double pivot function and then pass the found indices to the recursive quicksort function with three calls (arr, left, pivot_sx)
I have my site hosted on pythonanywhere.com and I can get my site visitor's ip address from access log. my question is Is it possible to get e
I'm attempting to customise the control buttons on my video player. Currently I have a button that plays and pauses my video. This is working great. Though I wa
Assuming I have the following string: string = "path/stack/over_flow/Pedro_account" I am intrested in matching the first 2 characters after the last / and befo
I’m trying to make a html5 form that contains one email input, one check box input, and one submit input. I'm trying to use the pattern attribute for the
I have following build.sh and want to install my python package by simply copying the $RECIPE_DIR to $CONDA_PREFIX/... #!/bin/sh # Variables # package_name="fi