Skip to content

Instantly share code, notes, and snippets.

@jadeye
jadeye / upgrade_python_3.10_to_3.11.md
Created February 25, 2025 08:34 — forked from bewithdhanu/upgrade_python_3.10_to_3.11.md
Upgrade Python 3.10 to 3.11 on Ubuntu 22.04

Check python version use python and python3

The first comman will Not show version info.

The second one show 3.10 as version as it is provided by ubuntu as default

python --version
python3 --version

Add additional repository to download python 3.11

@jadeye
jadeye / Elementor Price Table Align Height
Created March 8, 2022 19:46 — forked from diggeddy/Elementor Price Table Align Height
Force same height on all pricing tables in a row and push footer to bottom
.elementor-widget-price-table, .elementor-widget-price-table>div, .elementor-price-table {
height: 100%;
}
.elementor-price-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
/usr/local/bin/cordova run --target=23a611a9 android --debug
ANDROID_HOME=/opt/android-sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_6gn0nn5raq2dj2zo0qm7tnuqs.run(/home/jadeye/cordova/hello/platforms/android/build.gradle:137)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
@jadeye
jadeye / npm-debug.log
Created December 29, 2016 20:56
npm-debug log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'bean-sdk' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree