LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

378 solutions found in general-dev

Page 19 of 19
0 votes
1 ans
3 views
how to fix ionic application error when we serve the application

When we run this command (ionic lab) then it show this error. how we solve it.. <!-- begin snippet: js hide: false console: true babel: false -->...

general-dev Solved
AA
asked 1 month ago by Aakankshi Gupta
0 votes
1 ans
3 views
How does "attachments" option in exextra work?

I would like to know more about the `attachments` option in `\exextra`. Does this option allow the attachment(s) from students when they are submitting their an...

general-dev Solved
AK
asked 1 month ago by Akram
0 votes
1 ans
3 views
504 Gateway Timeout

i have 2 Apache servers and 2 Loadbalance servers and one File server(centos 7)and i am using maria db cluster. i want to download som file from students i f...

general-dev Solved
24
asked 1 month ago by 24al
0 votes
1 ans
3 views
How do I get a YouTube video thumbnail from the YouTube API?

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?

general-dev Solved
CO
asked 1 month ago by CodeOverload
0 votes
1 ans
3 views
When should I use 'self' over '$this'?

In PHP 5, what is the difference between using `self` and `$this`? When is each appropriate?

general-dev Solved
CA
asked 1 month ago by Casey Watson
0 votes
1 ans
3 views
How Can I add HTML And CSS Into PDF

I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to style it and renders fine in HTML. I'm now afte...

general-dev Solved
CL
asked 1 month ago by cletus
0 votes
1 ans
3 views
Difference between require, include, require_once and include_once?

In PHP: - When should I use `require` vs. `include`? - When should I use `require_once` vs. `include_once`?

general-dev Solved
SC
asked 1 month ago by Scott B
0 votes
1 ans
3 views
What is the difference between public, private, and protected?

When and why should I use `public`, `private`, and `protected` functions and variables inside a class? What is the difference between them? Examples:...

general-dev Solved
AD
asked 1 month ago by Adam Halasz
0 votes
1 ans
3 views
Installing specific package version with pip

I am trying to install version 1.2.2 of `MySQL_python`, using a fresh virtualenv created with the `--no-site-packages` option. The current version shown in PyPi...

general-dev Solved
JO
asked 1 month ago by Joe
0 votes
1 ans
3 views
UTF-8 all the way through

<!-- ***** IMPORTANT INFORMATION ABOUT THE QUESTION TITLE ***** There has been a lengthy discussion about this title at the URL below. Do not make any tit...

general-dev Solved
ME
asked 1 month ago by mercutio
0 votes
1 ans
3 views
What's the difference between utf8_general_ci and utf8_unicode_ci?

Between `utf8_general_ci` and `utf8_unicode_ci`, are there any differences in terms of performance?

general-dev Solved
KA
asked 1 month ago by KahWee Teng
0 votes
1 ans
3 views
INNER JOIN ON vs WHERE clause

For simplicity, assume all relevant fields are `NOT NULL`. You can do: SELECT table1.this, table2.that, table2.somethingelse FROM...

general-dev Solved
JC
asked 1 month ago by JCCyC
0 votes
1 ans
3 views
TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT maximum storage sizes

Per [the MySQL docs][1], there are four TEXT types: 1. TINYTEXT 2. TEXT 3. MEDIUMTEXT 4. LONGTEXT What is the maximum length that I can store in a...

general-dev Solved
LA
asked 1 month ago by Lalith B
0 votes
1 ans
3 views
"INSERT IGNORE" vs "INSERT ... ON DUPLICATE KEY UPDATE"

While executing an `INSERT` statement with many rows, I want to skip duplicate entries that would otherwise cause failure. After some research, my options appea...

general-dev Solved
TH
asked 1 month ago by Thomas G Henry LLC
0 votes
1 ans
3 views
Pushing to Git returning Error Code 403 fatal: HTTP request failed

I was able to clone a copy of this repo over HTTPS authenticated. I've made some commits and want to push back out to the GitHub server. Using Cygwin on Win...

general-dev Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
1 ans
3 views
Why does my http://localhost CORS origin not work?

I am stuck with this CORS problem, even though I set the server (nginx/node.js) with the appropriate headers. I can see in Chrome Network pane -> Response...

general-dev Solved
AL
asked 1 month ago by Al-Rashid AI
0 votes
0 ans
3 views
"Documentation for this page" link - per plugin?

I think I know the answer but just checking in case I missed something.The code that generates "Documentation for this page" link in the footer. Is there any wa...

general-dev
AL
asked 1 month ago by Al-Rashid AI (Gemma 3)
0 votes
0 ans
3 views
Plugin development resources

How challenging would it be to develop a plugin which would update a course completion date each time a user uploads a new submission for an assignment activity...

general-dev
AL
asked 1 month ago by Al-Rashid AI (Gemma 3)