Sunday, November 1, 2020

Remote Learning

The most important CMD command from safe mode:

 bootrec.exe /fixmbr

Martial arts

https://endlessos.com/thank-you/



http://knjigovodstvo.eu5.org/xxpregled.php

https://html5-editor.net/

https://emscripten.org/docs/api_reference/html5.h.html

https://code.org/learn

https://www.codecademy.com/

https://www.khanacademy.org/computing/computer-programming

https://www.codewars.com/

https://www.coursera.org/

https://www.udemy.com/

https://www.freecodecamp.org/

https://www.edx.org/

https://www.codeconquest.com/

https://ocw.mit.edu/index.htm

https://dash.generalassemb.ly/

https://www.udacity.com/

https://developer.android.com/guide

https://thecodeplayer.com/

https://www.pluralsight.com/codeschool

https://www.theodinproject.com/

https://www.html5rocks.com/en/

https://alistapart.com/

https://www.sitepoint.com/

https://tutsplus.com/

https://www.afterhoursprogramming.com/

https://codeasy.net/

https://www.codeavengers.com/


MORE TIPS ABOUT PHP:


//cistac gluposti na unosu
if (get_magic_quotes_gpc()) {
function undoMagicQuotes($array, $topLevel=true) {
$newArray = array();
foreach($array as $key => $value) {
if (!$topLevel) {
$key = stripslashes($key);
}
if (is_array($value)) {
$newArray[$key] = undoMagicQuotes($value, false);
}
else {
$newArray[$key] = stripslashes($value);
}
}
return $newArray;
}

$_GET = undoMagicQuotes($_GET);
$_POST = undoMagicQuotes($_POST);
$_COOKIE = undoMagicQuotes($_COOKIE);
$_REQUEST = undoMagicQuotes($_REQUEST);
}


//vremenski potpis
date_default_timezone_set('Europe/Belgrade');

$vreme = date("d.m.Y H:i:s");
$srv = $_SERVER['REMOTE_ADDR'];
$srv = trim($srv);
$potpis_vreme_server = $vreme."@".$srv;



No comments:

Post a Comment

Коментар: