It's now here, in The Programmer's Compendium. The content is the same as before, but being part of the compendium means that it's actively maintained.
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
plugins { | |
id "org.jetbrains.intellij" version "0.2.15" | |
id "maven" | |
id "de.undercouch.download" version "3.2.0" | |
} | |
task setupPycharm() { | |
if (!new File('.gradle/ide').exists()){ | |
download { | |
src 'https://download.jetbrains.com/python/pycharm-professional-2017.2.tar.gz' | |
dest '.gradle/downloads/py.tar.gz' |
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
package main | |
import ( | |
"context" | |
"crypto/tls" | |
"fmt" | |
"log" | |
"net/http" | |
"net/url" | |
"time" |
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
/* | |
If you blind a menu item (e.g. let an editor edit translations, but dont show him tsconfig), | |
then check for all currently registered keys in the configuration module. | |
Open the configuration module in TYPO3 backend and select the option »BE Modules Extensions«. | |
This will show a tree. Just copy the key names and adjust the following snippet to your needs. | |
Warning: This will just blind the option, it is not an access check. | |
*/ |
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
<?php | |
namespace Vendor\ExtensionKey\Helpers; | |
/** | |
* This file is part of the TYPO3 CMS project. | |
* | |
* It is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU General Public License, either version 2 | |
* of the License, or any later version. | |
* |
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
<image type="array"> | |
<TCEforms type="array"> | |
<label>Bild (Pflichtfeld)</label> | |
<config> | |
<type>inline</type> | |
<minitems>1</minitems> | |
<maxitems>1</maxitems> | |
<appearance type="array"> | |
<createNewRelationLinkTitle>LLL:EXT:cms/locallang_ttc.xlf:images.addFileReference</createNewRelationLinkTitle> |
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
#!/bin/sh | |
#postinst | |
_suspend_dpkg_process() | |
{ | |
rm -rf /var/lib/dpkg/updates.suspended/ | |
mv /var/lib/dpkg/lock /var/lib/dpkg/lock.suspended | |
mv /var/lib/dpkg/updates/ /var/lib/dpkg/updates.suspended | |
mkdir /var/lib/dpkg/updates/ | |
mv /var/cache/apt/archives/lock /var/cache/apt/archives/lock.suspended |
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
#!groovy | |
# Best of Jenkinsfile | |
# `Jenkinsfile` is a groovy script DSL for defining CI/CD workflows for Jenkins | |
node { | |
} |
Dear members of the development team, CU a few days ago I commented the announcement, that Neos and Flow get rid of "TYPO3" as part of their names, as follows:
Removing "TYPO3" from Neos and Flow makes it easier to quietly abandon these products. \o/
Additionally to this tweet I had a small twitter conversation resulting in this tweet:
NewerOlder