wpDiscuz Syntax Highlighter addon displays formatted source code using the highlight.js JavaScript library in comment content. This addon supports almost all programming languages including Apache, Bash, C#, C++, CSS, HTML, XML, JSON, Java, JavaScript, Objective-C, PHP, Perl, Python, Ruby, SQL, Basic, Delphi, Erlang, Matlab, Prolog, ScalaScheme, Swift, TypeScript, VB.NET, Shell with dozens of different syntax highlighting styles. With this addons your commenters can insert different scripts and codes using the [</>] code toolbar button in comment editor. In the dashboard settings you can enable/disable certain programming language and change the highlighting style.
wpDiscuz – Syntax Highlighter

try (PreparedStatement stmt = con.prepareStatement(“SELECT country FROM country”)) { ResultSet rs = stmt.executeQuery(); while (rs.next()) System.out.println (rs.getString(“country”)); } catch (SQLException sqle) { System.out.println(“Error en la ejecución:” + sqle.getErrorCode() + ” ” + sqle.getMessage()); }
“; echo “Hi! My name is ” . $NAME . ”
“; echo “Hi! My name is ” . $NaMe . ”
“; ?>
AAAAAAAAA
$a=2;
regggrgrg
just test
test code
code block
this is code
// ES5 syntax function Person() { // we assign this to self so we can use it later var self = this; self.age = 0; setInterval(function growUp() { // self refers to the expected object self.age++; }, 1000); } // ES6 syntax function Person(){ this.age = 0; setInterval(() => { // this now refers to the Person object, brilliant! this.age++; }, 1000); } var p = new Person();
arma 3 hack
Essai
chown nobody:nobody connectScript.sh chmod 755 connectScript.sh Проверка конфига и перезапуск сервера openvpn –config openvpn.conf rc-service openvpn restart
addon displays formatted source code using the highlightest comment h3 title
FUCK
css code test,
testtesttestststststs
.grid-container {
display: grid;
grid-template-columns: auto auto auto auto;
}
Check this code
Hola
.wrapper {
display: flex;
flex-direction: column;
min-height: 100%;
}
Ok, testing