This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sammlung von PRs, Bugfixes etc. die sinnvoll wären in Contao 3 portiert zu werden. | |
* https://github.com/contao/core/issues/8255#issuecomment-193705782 | |
* * aber erst wenn https://github.com/contao/core/issues/8262 umgesetzt wurde. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://sonnguyen.ws/install-xhprof-in-ubuntu-14-04/ | |
https://www.youtube.com/watch?v=J89GJ1luZJ8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//http://stackoverflow.com/a/11535487 | |
class databaseClass { | |
var $conn; | |
var $db; | |
public function __construct() { | |
$this->connect(); | |
} | |
public function connect() { | |
$this->conn = mysql_connect(DB_HOST, DB_USER, DB_PASS); | |
$this->db = mysql_select_db(DB_NAME, $this->conn); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# W: A error occurred during the signature verification. | |
# The repository is not updated and the previous index files will be used. | |
# GPG error: http://de.archive.ubuntu.com precise-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]> | |
# Abhilfe: | |
cd /var/lib/apt | |
sudo mv lists lists.old | |
sudo mkdir -p lists/partial | |
sudo apt-get update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://box-project.org/ |
Über ADODB.Connection + odbc_connect
GitHub gianluca311/mdb2mysql-class
Über ADODB.Connection
GitHub shreyasgune/php_mdb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/contao/docs/issues/279 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Übersicht: https://github.com/avalanche123/free-programming-books/blob/master/free-programming-books-de.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://t3n.de/news/versionskontrolle-git-github-598054/ |