Check if Cli Driver link is still the same:
https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz
//see all
https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/
Ext.define('App.security.Firewall', { | |
singleton: true, | |
requires: [ | |
'App.security.TokenStorage' | |
], | |
isLoggedIn: function() { | |
return null !== App.security.TokenStorage.retrieve(); | |
}, |
{ | |
"preset": "laravel", | |
"rules": { | |
"array_push": true, | |
"backtick_to_shell_exec": true, | |
"date_time_immutable": true, | |
"lowercase_keywords": true, | |
"lowercase_static_reference": true, | |
"final_class": true, | |
"final_internal_class": true, |
# === Optimized my.cnf configuration for MySQL/MariaDB (on Ubuntu, CentOS, Almalinux etc. servers) === | |
# | |
# by Fotis Evangelou, developer of Engintron (engintron.com) | |
# | |
# ~ Updated December 2021 ~ | |
# | |
# | |
# The settings provided below are a starting point for a 8-16 GB RAM server with 4-8 CPU cores. | |
# If you have different resources available you should adjust accordingly to save CPU, RAM & disk I/O usage. | |
# |
// Pi-Hole - Group management -> Lists -> Paste every Address one by one and press "Add blocklist" | |
## Add these: | |
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | |
https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt | |
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts | |
https://v.firebog.net/hosts/static/w3kbl.txt | |
https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt | |
https://someonewhocares.org/hosts/zero/hosts |
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# Trabalho (traindata)" | |
] | |
}, | |
{ |
<?php | |
class Math { | |
/** | |
* The base. | |
* | |
* @var string | |
*/ | |
private static $base = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; |
<?php | |
/** | |
* LDAP PHP Change Password Webpage | |
* @author: Matt Rude <http://mattrude.com> | |
* @website: http://technology.mattrude.com/2010/11/ldap-php-change-password-webpage/ | |
* | |
* | |
* GNU GENERAL PUBLIC LICENSE | |
* Version 2, June 1991 |