Snippets Collections
V3D predictedRPY = qt.ToEulerRPY();
float predictedRoll = predictedRPY.x;
float predictedPitch = predictedRPY.y;
ekfState(6) = (float)predictedRPY.z; // yaw
const AWS = require('aws-sdk')

// Configure client for use with Spaces
const spacesEndpoint = new AWS.Endpoint('nyc3.digitaloceanspaces.com');
const s3 = new AWS.S3({
    endpoint: spacesEndpoint,
    accessKeyId: 'ACCESS_KEY',
    secretAccessKey: 'SECRET_KEY'
});

// Add a file to a Space
var params = {
    Body: "The contents of the file",
    Bucket: "my-new-space-with-a-unique-name",
    Key: "file.ext",
};

s3.putObject(params, function(err, data) {
    if (err) console.log(err, err.stack);
    else     console.log(data);
});
const elementIsVisibleInViewport = (el, partiallyVisible = false) => {
  const { top, left, bottom, right } = el.getBoundingClientRect();
  const { innerHeight, innerWidth } = window;
  return partiallyVisible
    ? ((top > 0 && top < innerHeight) || (bottom > 0 && bottom < innerHeight)) &&
        ((left > 0 && left < innerWidth) || (right > 0 && right < innerWidth))
    : top >= 0 && left >= 0 && bottom <= innerHeight && right <= innerWidth;
};

// Examples
elementIsVisibleInViewport(el); // (not fully visible)
elementIsVisibleInViewport(el, true); // (partially visible)
Top 15 free Handbooks about Data Science / AI :

✅"Data Mining and Analysis":
https://lnkd.in/g2aAhzu

✅"Introduction to Data Science"
https://lnkd.in/gjv-vK5

✅"Python Data Science Handbook"
https://lnkd.in/gxcW3Ku

✅"Learning Pandas"
https://lnkd.in/gP6PYE2

✅"MACHINE LEARNING YEARNING"
https://lnkd.in/gXdYjzi

✅"Feature Engineering for Machine Learning"
https://lnkd.in/gVCGgEN

✅"The Hundred-Page Machine Learning Book"
https://lnkd.in/gNb22Qh

✅ "Introduction to Statistical Machine Learning"
https://lnkd.in/guFgpXD

✅"Statistics for Data Science"
https://lnkd.in/gBudWsA

✅"Natural Language Processing With Python"
https://lnkd.in/gCFKZAs

✅"The Deep Learning Textbook"
https://lnkd.in/gfBv4h5

✅ 600+ Q&As about: Stats, Python, Machine Learning, Deep Learning, NLP, CV
https://lnkd.in/gevhVrZ

✅A Comprehensive Guide to Machine Learning
https://lnkd.in/gAup7nA

✅ Dive into Deep Learning:
https://lnkd.in/gGu5uxW

✅Deep learning Masterpiece by Andrew Ng
https://lnkd.in/gU98mhj

✅Learning SQL:
https://lnkd.in/g5MGAv4
<div class="container h-100">
    <div class="row align-items-center h-100">
        <div class="col-6 mx-auto">
            <div class="jumbotron">
                I'm vertically centered
            </div>
        </div>
    </div>
</div>
# 复制到网盘,并显示实时传输进度,设置并行上传数为8

rclone copy -P /home/SunPma GD:/home/SunPma --transfers=8

# 如果需要服务端对服务端的传输可加以下参数(不消耗本地流量)

rclone copy 配置名称:网盘路径 配置名称:网盘路径 --drive-server-side-across-configs
playList.setOnMouseClicked(new EventHandler<MouseEvent>() {

    @Override
    public void handle(MouseEvent click) {

        if (click.getClickCount() == 2) {
           //Use ListView's getSelected Item
           currentItemSelected = playList.getSelectionModel()
                                                    .getSelectedItem();
           //use this to do whatever you want to. Open Link etc.
        }
    }
});
<script>
document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
$('.showme').click(function(){
$(this).closest('.elementor-section').next().slideToggle();
$(this).toggleClass('opened');
});
$('.closebutton').click(function(){
$(this).closest('.elementor-section').prev().find('.showme').click();
});
});
});
</script>
<style>
.showme a , .showme i , .showme img, .closebutton a, .closebutton i, .closebutton img{
cursor: pointer;
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
}
.opened i , .opened img , .opened svg{
transform: rotate(90deg);
}
</style>
# install the base app
git clone https://github.com/nodenv/nodenv.git ~/.nodenv

# add nodenv to system wide bin dir to allow executing it everywhere
sudo ln -vs ~/.nodenv/bin/nodenv /usr/local/bin/nodenv

# compile dynamic bash extension to speed up nodenv - this can safely fail
cd ~/.nodenv
src/configure && make -C src || true
cd ~/

# install plugins
mkdir -p "$(nodenv root)"/plugins
git clone https://github.com/nodenv/node-build.git "$(nodenv root)"/plugins/node-build
git clone https://github.com/nodenv/nodenv-aliases.git $(nodenv root)/plugins/nodenv-aliases

# install a node version to bootstrap shims
nodenv install 14.7.0
nodenv global 14

# make shims available system wide
sudo ln -vs $HOME/.nodenv/shims/* /usr/local/bin/

# make sure everything is working
node --version
npm --version
npx --version
<div class="alert alert-success"> This is a success box, color = green </div>
<div class="alert alert-info"> This is an info box, color = blue </div>
<div class="alert alert-warning"> This is a warning box, color = orange </div>
<div class="alert alert-danger"> This is a danger box, color = red </div>
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<div class="linkedin-wrapper"><div class="linkedin-header"><div class="v2-h2-subhead grey">Navštívte naše profily</div></div><div class="buttons-div cms"><div class="div-block-39">
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<div class="badge-base LI-profile-badge" data-locale="en_US" data-size="medium" data-theme="light" data-type="VERTICAL" data-vanity="tomaslodnan" data-version="v1"><a class="badge-base__link LI-simple-link" href="https://sk.linkedin.com/in/tomaslodnan?trk=profile-badge">Tomas Lodnan</a></div>
<div class="badge-base LI-profile-badge" data-locale="en_US" data-size="medium" data-theme="light" data-type="VERTICAL" data-vanity="regulipeter" data-version="v1"><a class="badge-base__link LI-simple-link" href="https://sk.linkedin.com/in/regulipeter?trk=profile-badge">Peter Reguli</a></div>
<div class="badge-base LI-profile-badge" data-locale="cs_CZ" data-size="medium" data-theme="light" data-type="VERTICAL" data-vanity="martin-durny-a1b16066" data-version="v1"><a class="badge-base__link LI-simple-link" href="https://sk.linkedin.com/in/martin-durny-a1b16066?trk=profile-badge">Martin Durny</a></div>
</div></div>
let req = new Request("https://httpbin.org/post");
req.method = "post";
req.headers = {
	"x-something": "foo bar",
	"Content-Type": "application/json"
};
req.body = JSON.stringify({
	foo: "bar",
	qux: 42
});

// use loadJSON because the API answers with JSON
let res = await req.loadJSON();
log(JSON.stringify(res, null, 2));
qs = df['Quarter'].str.replace(r'(Q\d) (\d+)', r'\2-\1')
qs

0    1996-Q3
1    1996-Q4
2    1997-Q1
Name: Quarter, dtype: object

df['date'] = pd.PeriodIndex(qs, freq='Q').to_timestamp()
df

   Quarter       date
0  Q3 1996 1996-07-01
1  Q4 1996 1996-10-01
2  Q1 1997 1997-01-01
<?php
function support_init() {
  $labels = array(
    'name'          => _x('Support', 'post type general name', 'engine'),
    'menu_name'     => _x('Support', 'admin menu', 'engine'),
  );

  $args = array(
    'labels'             => $labels,
    'public'             => true, //false for disable single page and permalink
    'publicly_queryable' => true, //false for disable single page and permalink
    'has_archive'        => false, // true for create archive page
    'show_ui'            => true,
    'show_in_menu'       => true,
    'query_var'          => true,
    'rewrite'            => array('slug' => 'support', 'with_front'=> false),
    //'with_front'=> false for ignore wordpress permalink settings in post url (if we want diffrent permalink structure than regular blog)
    'capability_type'    => 'post', // page, post
    'hierarchical'       => false,
    'menu_position'      => 5,
    'menu_icon'          => 'dashicons-admin-tools',
    'supports'           => array('title', 'editor', 'thumbnail', 'author', 'revisions' 'excerpt', 'comments'),
  );
  register_post_type('support', $args);
}
add_action('init', 'support_init');


/* REGISTER TAXONOMY */
function support_taxonomies() {
	$labels = array(
		'name' => _x('Categories', '', 'engine'),
		'singular_name' => _x('Categories', '', 'engine'),
		'menu_name' => __('Categories', 'engine'),
	);
	$args = array(
		'hierarchical' => true,
		'labels' => $labels,
		'show_ui' => true,
		'show_admin_column' => true,
		'query_var' => true,
		'rewrite' => array('slug' => 'support_cat', 'with_front'=> false),
      	//'with_front'=> false for ignore wordpress permalink pettings in category url
	);
	register_taxonomy('support_cat', 'support', $args);
}
add_action('init', 'support_taxonomies', 0);


/* OPTIONAL: CUSTOM TAXONOMY SLUG URL */
// show category name for CPT in single post url

function support_taxonomy_slug_link( $post_link, $id = 0 ){
    $post = get_post($id);
    if ( is_object( $post ) ){
        $terms = wp_get_object_terms( $post->ID, 'support_cat' );
        if( $terms ){
            return str_replace( '%support_cat%' , $terms[0]->slug , $post_link );
        }
    }
    return $post_link;
}
add_filter( 'post_type_link', 'support_taxonomy_slug_link', 1, 3 );

// then change rewrite in function support_init() for this and will show /support/category_name/post_name
'rewrite' => array('slug' => 'support/%support_cat%'),
{#await promise}
	<!-- promise is pending -->
	<p>waiting for the promise to resolve...</p>
{:then value}
	<!-- promise was fulfilled -->
	<p>The value is {value}</p>
{:catch error}
	<!-- promise was rejected -->
	<p>Something went wrong: {error.message}</p>
{/await}
import {toJpeg} from 'html-to-image'
pivot_longer(
  data,
  cols,
  names_to = "name",
  names_prefix = NULL,
  names_sep = NULL,
  names_pattern = NULL,
  names_ptypes = list(),
  names_transform = list(),
  names_repair = "check_unique",
  values_to = "value",
  values_drop_na = FALSE,
  values_ptypes = list(),
  values_transform = list(),
  ...
)
function nextInLine(arr, item) {
  // Only change code below this line
  arr.push(item);
 
  return  arr.shift(item);
  // Only change code above this line
  

}

// Setup
var testArr = [1,2,3,4,5];

// Display code
console.log("Before: " + JSON.stringify(testArr));
console.log(nextInLine(testArr, 6));
console.log("After: " + JSON.stringify(testArr));
//Array of strings
var names = ["John", "Paul" , "Erica"];

//Arrays of number
var numbers = [1,2,3];
flutter build web --web-renderer canvaskit --release
flutter build web --web-renderer html --release
flutter build web --release (auto)
User::chunk(100, function ($users) {
  foreach ($users as $user) {
    $some_value = ($user->some_field > 0) ? 1 : 0;
    // might be more logic here
    $user->update(['some_other_field' => $some_value]);
  }
});
SELECT Column(s) FROM table_name WHERE column IN (value1, value2, ... valueN);
#!/bin/bash
echo "[+] Installing XFCE4, this will take a while"
apt-get update
apt-get dist-upgrade -y --force-yes
apt-get --yes --force-yes install kali-desktop-xfce xorg xrdp
echo "[+] Configuring XRDP to listen to port 3390 (but not starting the service)..."
sed -i 's/port=3389/port=3390/g' /etc/xrdp/xrdp.ini
# install docker

 $ wget -nv -O - https://get.docker.com/ | sh

 # setup dokku apt repository

 $ wget -nv -O - https://packagecloud.io/dokku/dokku/gpgkey | apt-key add -

 $ export SOURCE="https://packagecloud.io/dokku/dokku/ubuntu/"

 $ export OS_ID="$(lsb_release -cs 2>/dev/null || echo "bionic")"

 $ echo "bionic focal" | grep -q "$OS_ID" || OS_ID="bionic"

 $ echo "deb $SOURCE $OS_ID main" | tee /etc/apt/sources.list.d/dokku.list

 $ apt-get update

 # install dokku

 $ apt-get install dokku

 $ dokku plugin:install-dependencies --core # run with root!

 # Configure your server domain via `dokku domains:set-global`

 # and user access (via `dokku ssh-keys:add`) to complete the installation
#include<bits/stdc++.h>
using namespace std;
#define SIZE 5
int a[SIZE];
int front  =-1;

void push(int data)
{ 
 if(front==SIZE-1)
 {
   std::cout << "stack is full" << std::endl;
     
 }
 else{
   front++;
   a[front]=data;
 }
}

//function to pop 
void pop()
{
    if(front==-1)
    {
        cout<<"not element to pop";
    }
    else
    {
       //cout<<a[front];
        front--;
    }
}

void show()
{
    for(int i =0 ;i<=front;i++)
    {
        cout<<a[i];
        cout<<endl;
    }
}

int main()
{
 push(2);
 push(3);
 push(4);
 show();
 pop();
 show();
}
# Definition of dictionary
europe = {'spain':'madrid', 'france':'paris', 'germany':'berlin', 'norway':'oslo' }

# Print out the keys in europe
print(europe.keys())

# Print out value that belongs to key 'norway'
print(europe['norway'])
const arr1 = [ 1, 2, 3 ];
const arr2 = [ 3, 5, 4, 2, 7, 0, 1, 10 ];

let hasAllElems = true;

for (let i = 0; i < arr1.length; i++){
    if (arr2.indexOf(arr1[i]) === -1) {
        hasAllElems = false;
        break;
    }
}

console.log(hasAllElems); // output: true
(function(){/*

SPF
(c) 2012-2017 Google Inc.
https://ajax.googleapis.com/ajax/libs/spf/2.4.0/LICENSE
*/
var l="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){if(a==Array.prototype||a==Object.prototype)return a;a[b]=c.value;return a};function aa(a){a=["object"==typeof globalThis&&globalThis,a,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof n&&n];for(var b=0;b<a.length;++b){var c=a[b];if(c&&c.Math==Math)return c}throw Error("Cannot find global object");}var p=aa(this);
function r(a,b){if(b)a:{var c=p;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];if(!(e in c))break a;c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&l(c,a,{configurable:!0,writable:!0,value:b})}}function ba(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}
r("Symbol",function(a){function b(f){if(this instanceof b)throw new TypeError("Symbol is not a constructor");return new c(d+(f||"")+"_"+e++,f)}function c(f,h){this.h=f;l(this,"description",{configurable:!0,writable:!0,value:h})}if(a)return a;c.prototype.toString=function(){return this.h};var d="jscomp_symbol_"+(1E9*Math.random()>>>0)+"_",e=0;return b});
r("Symbol.iterator",function(a){if(a)return a;a=Symbol("Symbol.iterator");for(var b="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),c=0;c<b.length;c++){var d=p[b[c]];"function"===typeof d&&"function"!=typeof d.prototype[a]&&l(d.prototype,a,{configurable:!0,writable:!0,value:function(){return ca(ba(this))}})}return a});function ca(a){a={next:a};a[Symbol.iterator]=function(){return this};return a}
function da(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var f=c++;return{value:b(f,a[f]),done:!1}}d=!0;return{done:!0,value:void 0}}};e[Symbol.iterator]=function(){return e};return e}r("Array.prototype.keys",function(a){return a?a:function(){return da(this,function(b){return b})}});/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
function u(a,b,c){var d=Array.prototype.slice.call(arguments,2);return function(){var e=d.slice();e.push.apply(e,arguments);return a.apply(b,e)}}function ea(a,b){if(a){var c=Array.prototype.slice.call(arguments,1);try{return a.apply(null,c)}catch(d){return d}}}var v=window.performance&&window.performance.timing&&window.performance.now?function(){return window.performance.timing.navigationStart+window.performance.now()}:function(){return(new Date).getTime()};function w(a,b){if(a.forEach)a.forEach(b,void 0);else for(var c=0,d=a.length;c<d;c++)c in a&&b.call(void 0,a[c],c,a)}function x(a,b){if(a.some)return a.some(b,void 0);for(var c=0,d=a.length;c<d;c++)if(c in a&&b.call(void 0,a[c],c,a))return!0;return!1}function y(a){return"[object Array]"==Object.prototype.toString.call(a)?a:[a]};function z(a,b){return A[a]=b}var A=window._spf_state||{};window._spf_state=A;var C={};"config"in A||z("config",C);C=A.config;function D(a){var b=E();a in b&&delete b[a]}function fa(){var a=E();for(b in a)F(a[b])||delete a[b];a=E();var b=parseInt(C["cache-max"],10);b=isNaN(b)?Infinity:b;b=Object.keys(a).length-b;if(!(0>=b))for(var c=0;c<b;c++){var d=Infinity,e;for(e in a)if(a[e].count<d){var f=e;d=a[e].count}delete a[f]}}function F(a){if(!(a&&"data"in a))return!1;var b=a.life;b=isNaN(b)?Infinity:b;a=a.time;return v()-a<b}function G(a){var b=parseInt(A["cache-counter"],10)||0;b++;z("cache-counter",b);a.count=b}
function E(){return"cache-storage"in A?A["cache-storage"]:z("cache-storage",{})};function H(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c}var I=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^\s+|\s+$/g,"")};function J(a,b){a=a.split(b);var c=1==a.length;return[a[0],c?"":b,c?"":a.slice(1).join(b)]};function K(a){a.data&&"[object String]"==Object.prototype.toString.call(a.data)&&0==a.data.lastIndexOf("spf:",0)&&L(a.data.substring(4))}function L(a){var b=M[a];b&&(delete M[a],b())}function N(a){window.addEventListener?window.addEventListener("message",a,!1):window.attachEvent&&window.attachEvent("onmessage",a)}function O(a){window.removeEventListener?window.removeEventListener("message",a,!1):window.detachEvent&&window.detachEvent("onmessage",a)}
var P=function(){function a(){b=!1}if(!window.postMessage)return!1;var b=!0;N(a);window.postMessage("","*");O(a);return b}(),M={};"async-defers"in A||z("async-defers",M);M=A["async-defers"];P&&("async-listener"in A&&O(A["async-listener"]),N(K),z("async-listener",K));var Q={};"ps-s"in A||z("ps-s",Q);Q=A["ps-s"];function R(a){var b=document.createElement("a");b.href=a;b.href=b.href;a={href:b.href,protocol:b.protocol,host:b.host,hostname:b.hostname,port:b.port,pathname:b.pathname,search:b.search,hash:b.hash,username:b.username,password:b.password};a.origin=a.protocol+"//"+a.host;a.pathname&&"/"==a.pathname[0]||(a.pathname="/"+a.pathname);return a}function S(a){a=R(a);return J(a.href,"#")[0]};var T={},U={},ha={};"rsrc-s"in A||z("rsrc-s",T);T=A["rsrc-s"];"rsrc-n"in A||z("rsrc-n",U);U=A["rsrc-n"];"rsrc-u"in A||z("rsrc-u",ha);ha=A["rsrc-u"];var ia={};"js-d"in A||z("js-d",ia);ia=A["js-d"];var ja={};"js-u"in A||z("js-u",ja);ja=A["js-u"];function ka(a,b,c){if(b){b=[];var d=0;c&&(a+="\r\n");var e=a.indexOf("[\r\n",d);for(-1<e&&(d=e+3);-1<(e=a.indexOf(",\r\n",d));){var f=I(a.substring(d,e));d=e+3;f&&b.push(JSON.parse(f))}e=a.indexOf("]\r\n",d);-1<e&&(f=I(a.substring(d,e)),d=e+3,f&&b.push(JSON.parse(f)));f="";a.length>d&&(f=a.substring(d),c&&H(f,"\r\n")&&(f=f.substring(0,f.length-2)));b=V(b);return{m:b,g:f}}a=JSON.parse(a);b=V(y(a));return{m:b,g:""}}
function V(a){var b=y(a);w(b,function(c){if(c){c.head&&(c.head=W(c.head));if(c.body)for(var d in c.body)c.body[d]=W(c.body[d]);c.foot&&(c.foot=W(c.foot))}});return a}
function W(a){var b=new la;if(!a)return b;if("[object String]"!=Object.prototype.toString.call(a))return a.scripts&&w(a.scripts,function(c){b.scripts.push({url:c.url||"",text:c.text||"",name:c.name||"",async:c.async||!1})}),a.styles&&w(a.styles,function(c){b.styles.push({url:c.url||"",text:c.text||"",name:c.name||""})}),a.links&&w(a.links,function(c){"spf-preconnect"==c.rel&&b.links.push({url:c.url||"",rel:c.rel||""})}),b.html=a.html||"",b;a=a.replace(ma,function(c,d,e,f){if("script"==d){d=(d=e.match(X))?
d[1]:"";var h=e.match(na);h=h?h[1]:"";var k=oa.test(e);e=pa.exec(e);return(e=!e||-1!=e[1].indexOf("/javascript")||-1!=e[1].indexOf("/x-javascript")||-1!=e[1].indexOf("/ecmascript"))?(b.scripts.push({url:h,text:f,name:d,async:k}),""):c}return"style"==d&&(d=(d=e.match(X))?d[1]:"",e=pa.exec(e),e=!e||-1!=e[1].indexOf("text/css"))?(b.styles.push({url:"",text:f,name:d}),""):c});a=a.replace(qa,function(c,d){var e=d.match(ra);e=e?e[1]:"";return"stylesheet"==e?(e=(e=d.match(X))?e[1]:"",d=(d=d.match(sa))?d[1]:
"",b.styles.push({url:d,text:"",name:e}),""):"spf-preconnect"==e?(d=(d=d.match(sa))?d[1]:"",b.links.push({url:d,rel:e}),""):c});b.html=a;return b}function la(){this.html="";this.scripts=[];this.styles=[];this.links=[]}(function(){var a=document.createElement("div");return"transition"in a.style?!0:x(["webkit","Moz","Ms","O","Khtml"],function(b){return b+"Transition"in a.style})})();
var qa=/\x3clink([\s\S]*?)\x3e/ig,ma=/\x3c(script|style)([\s\S]*?)\x3e([\s\S]*?)\x3c\/\1\x3e/ig,oa=/(?:\s|^)async(?:\s|=|$)/i,sa=/(?:\s|^)href\s*=\s*["']?([^\s"']+)/i,X=/(?:\s|^)name\s*=\s*["']?([^\s"']+)/i,ra=/(?:\s|^)rel\s*=\s*["']?([^\s"']+)/i,na=/(?:\s|^)src\s*=\s*["']?([^\s"']+)/i,pa=/(?:\s|^)type\s*=\s*["']([^"']+)["']/i;/*

 SPF
 (c) 2012-2017 Google Inc.
 https://ajax.googleapis.com/ajax/libs/spf/2.4.0/LICENSE
*/
function ta(a,b,c,d){var e=d||{},f=!1,h=0,k,g=new XMLHttpRequest;g.open(a,b,!0);g.timing={};var m=g.abort;g.abort=function(){clearTimeout(k);g.onreadystatechange=null;m.call(g)};g.onreadystatechange=function(){var q=g.timing;if(2==g.readyState){q.responseStart=q.responseStart||v();if("json"==g.responseType)f=!1;else if(C["assume-all-json-requests-chunked"]||-1<(g.getResponseHeader("Transfer-Encoding")||"").toLowerCase().indexOf("chunked"))f=!0;else{q=g.getResponseHeader("X-Firefox-Spdy");var B=window.chrome&&
chrome.loadTimes&&chrome.loadTimes();B=B&&B.wasFetchedViaSpdy;f=!(!q&&!B)}e.u&&e.u(g)}else 3==g.readyState?f&&e.l&&(q=g.responseText.substring(h),h=g.responseText.length,e.l(g,q)):4==g.readyState&&(q.responseEnd=q.responseEnd||v(),window.performance&&window.performance.getEntriesByName&&(g.resourceTiming=window.performance.getEntriesByName(b).pop()),f&&e.l&&g.responseText.length>h&&(q=g.responseText.substring(h),h=g.responseText.length,e.l(g,q)),clearTimeout(k),e.s&&e.s(g))};"responseType"in g&&"json"==
e.responseType&&(g.responseType="json");e.withCredentials&&(g.withCredentials=e.withCredentials);d="FormData"in window&&c instanceof FormData;a="POST"==a&&!d;if(e.headers)for(var t in e.headers)g.setRequestHeader(t,e.headers[t]),"content-type"==t.toLowerCase()&&(a=!1);a&&g.setRequestHeader("Content-Type","application/x-www-form-urlencoded");0<e.C&&(k=setTimeout(function(){g.abort();e.A&&e.A(g)},e.C));g.timing.fetchStart=v();g.send(c);return g};function ua(a,b,c,d,e){var f=!1;c.responseStart=c.responseEnd=v();b.type&&0==b.type.lastIndexOf("navigate",0)&&(c.navigationStart=c.startTime,C["cache-unified"]||(D(d),f=!0));b.j&&"multipart"==e.type&&w(e.parts,function(h){h.timing||(h.timing={});h.timing.spfCached=!!c.spfCached;h.timing.spfPrefetched=!!c.spfPrefetched;b.j(a,h)});va(a,b,c,e,f)}function wa(a,b,c){a=c.getResponseHeader("X-SPF-Response-Type")||"";b.o=-1!=a.toLowerCase().indexOf("multipart")}
function xa(a,b,c,d,e,f,h){if(d.o){f=d.g+f;try{var k=ka(f,!0,h)}catch(g){e.abort();b.i&&b.i(a,g,e);return}b.j&&w(k.m,function(g){g.timing||(g.timing={});g.timing.spfCached=!!c.spfCached;g.timing.spfPrefetched=!!c.spfPrefetched;b.j(a,g)});d.h=d.h.concat(k.m);d.g=k.g}}
function ya(a,b,c,d,e){if(e.timing)for(var f in e.timing)c[f]=e.timing[f];if(e.resourceTiming)if("load"==b.type)for(var h in e.resourceTiming)c[h]=e.resourceTiming[h];else if(window.performance&&window.performance.timing&&(f=window.performance.timing.navigationStart,f+e.resourceTiming.startTime>=c.startTime))for(var k in e.resourceTiming)h=e.resourceTiming[k],void 0!==h&&(H(k,"Start")||H(k,"End")||"startTime"==k)&&(c[k]=f+Math.round(h));"load"!=b.type&&(c.navigationStart=c.startTime);d.h.length&&
(d.g=I(d.g),d.g&&xa(a,b,c,d,e,"",!0));if("json"==e.responseType){if(!e.response){b.i&&b.i(a,Error("JSON response parsing failed"),e);return}var g=V(y(e.response))}else try{g=ka(e.responseText).m}catch(t){b.i&&b.i(a,t,e);return}if(b.j&&1<g.length)for(d=d.h.length;d<g.length;d++)e=g[d],e.timing||(e.timing={}),e.timing.spfCached=!!c.spfCached,e.timing.spfPrefetched=!!c.spfPrefetched,b.j(a,e);if(1<g.length){var m;w(g,function(t){t.cacheType&&(m=t.cacheType)});g={parts:g,type:"multipart"};m&&(g.cacheType=
m)}else g=1==g.length?g[0]:{};va(a,b,c,g,!0)}function va(a,b,c,d,e){if(e&&"POST"!=b.method&&(e=za(a,b.current,d.cacheType,b.type,!0))){d.cacheKey=e;var f={response:d,type:b.type||""},h=parseInt(C["cache-lifetime"],10),k=parseInt(C["cache-max"],10);0>=h||0>=k||(k=E(),f={data:f,life:h,time:v(),count:0},G(f),k[e]=f,setTimeout(fa,1E3))}d.timing=c;b.v&&b.v(a,d)}
function za(a,b,c,d,e){a=S(a);var f;C["cache-unified"]?f=a:"navigate-back"==d||"navigate-forward"==d?f="history "+a:"navigate"==d?f=(e?"history ":"prefetch ")+a:"prefetch"==d&&(f=e?"prefetch "+a:"");b&&"url"==c?f+=" previous "+b:b&&"path"==c&&(f+=" previous "+R(b).pathname);return f||""}
function Aa(a,b){var c=[];b&&(c.push(a+" previous "+b),c.push(a+" previous "+R(b).pathname));c.push(a);var d=null;x(c,function(e){a:{var f=E();if(e in f){f=f[e];if(F(f)){G(f);f=f.data;break a}D(e)}f=void 0}f&&(d={key:e,response:f.response,type:f.type});return!!f});return d}function Ba(){this.o=!1;this.g="";this.h=[]};function Y(a,b){if(a){var c=Array.prototype.slice.call(arguments);c[0]=a;c=ea.apply(null,c)}return!1!==c};function Ca(a,b,c,d){Y((a||{}).onError,{url:b,err:c,xhr:d})}function Da(a,b,c){Y((a||{}).onPartProcess,{url:b,part:c})&&Y((a||{}).onPartDone,{url:b,part:c})}function Ea(a,b,c){var d;(d="multipart"==c.type)||(d=Y((a||{}).onProcess,{url:b,response:c}));d&&Y((a||{}).onDone,{url:b,response:c})}
var Fa={request:function(a,b){b=b||{};b={method:b.method,headers:b.experimental_headers,j:u(Da,null,b),i:u(Ca,null,b),v:u(Ea,null,b),D:b.postData,type:"",current:window.location.href,B:window.location.href};b.method=((b.method||"GET")+"").toUpperCase();b.type=b.type||"request";var c=a,d=C["url-identifier"]||"";if(d){d=d.replace("__type__",b.type||"");var e=J(c,"#"),f=J(e[0],"?");c=f[0];var h=f[1];f=f[2];var k=e[1];e=e[2];if(0==d.lastIndexOf("?",0))h&&(d=d.replace("?","&")),f+=d;else{if(0==d.lastIndexOf(".",
0))if(H(c,"/"))d="index"+d;else{var g=c.lastIndexOf(".");-1<g&&(c=c.substring(0,g))}else H(c,"/")&&0==d.lastIndexOf("/",0)&&(d=d.substring(1));c+=d}c=c+h+f+k+e}d=S(c);c={};c.spfUrl=d;c.startTime=v();c.fetchStart=c.startTime;h=za(a,b.current,null,b.type,!1);h=Aa(h,b.current);c.spfPrefetched=!!h&&"prefetch"==h.type;c.spfCached=!!h;if(h){a=u(ua,null,a,b,c,h.key,h.response);b=window._spf_state=window._spf_state||{};var m=parseInt(b.uid,10)||0;m++;b=b.uid=m;M[b]=a;P?window.postMessage("spf:"+b,"*"):window.setTimeout(u(L,
null,b),0);a=null}else{h={};if(f=C["request-headers"])for(m in f)k=f[m],h[m]=null==k?"":String(k);if(b.headers)for(m in b.headers)k=b.headers[m],h[m]=null==k?"":String(k);null!=b.B&&(h["X-SPF-Referer"]=b.B);null!=b.current&&(h["X-SPF-Previous"]=b.current);if(m=C["advanced-header-identifier"])h["X-SPF-Request"]=m.replace("__type__",b.type),h.Accept="application/json";m=new Ba;f=u(ya,null,a,b,c,m);a={headers:h,C:C["request-timeout"],u:u(wa,null,a,m),l:u(xa,null,a,b,c,m),s:f,A:f};b.withCredentials&&
(a.withCredentials=b.withCredentials);C["advanced-response-type-json"]&&(a.responseType="json");a="POST"==b.method?ta("POST",d,b.D,a):ta("GET",d,null,a)}return a}},n=this;n.spf=n.spf||{};var Ga=n.spf,Z;for(Z in Fa)Ga[Z]=Fa[Z];}).call(this);
/**
 * Thumbnails option on Post Navigation Elementor widget
 */
add_filter('previous_post_link', 'sydney_child_post_nav_thumbnail', 20, 5 );
add_filter('next_post_link', 'sydney_child_post_nav_thumbnail', 20, 5 );
function sydney_child_post_nav_thumbnail($output, $format, $link, $post, $adjacent) {

	if( !$output ) {
 		return;
  }

  $divclass = '';
  switch ($adjacent) {
		case 'next':
			$divclass = 'custom-nav nav-next';
			break;
		case 'previous':
			$divclass = 'custom-nav nav-previous';
			break;
		default:
			break;
	}

  $arrow_prev = '';
  $arrow_next = '';
  if( 'next' == $adjacent ) {
    $arrow_next = '<span>&#10230;</span>';
  }
  if( 'previous' == $adjacent ) {
    $arrow_prev = '<span>&#10229;</span>';
  }

	$rel   = $adjacent;
  $thumb = get_the_post_thumbnail($post->ID, array( 100, 100));
  $title = '<div class="'.$divclass.'">' . $arrow_prev . $post->post_title . $arrow_next . '</div>';

	$class = '';
	if( !empty($thumb) ) {
		$class = 'post-nav-has-thumbnail';
	}

  $string = '<a href="' . get_permalink( $post->ID ) . '" rel="' . $rel . '" class="'.$class.'">' . $thumb;
  $inlink = str_replace( '%title', $title, $link );
  $inlink = $string . $inlink . '</a>';
  $output = str_replace( '%link', $inlink, $format );

  if( !$post->ID ) {
    return;
  }

  return $output;

}
function multiply(arr, n) {
    if (n <= 0) {
      return 1;
    } else {
      return multiply(arr, n - 1) * arr[n - 1];
    }
  }
What I did.
Made sure that the ports are open on the VPS Firewall. (Just to be sure I wasn't making any mistake, I opened up all the ports) - Still not accessable.
Connected to the VPS using SSH. And tunneled port 80 and 8888. Now it did work. I was able to access the aaPanel dashboard and install Nginx stack.
Deleted and added firewall entries to allow port 80, 443, 8888, 888. Still not accessible over public IP.
Installed Docker from the aaPanel itself and installed Portainer. Portainer has a web UI at port 9000. I tried to access this UI and again. IT WORKS.
At this time I am sure that it something to do with aaPanel itself. Or is it me doing something wrong? I even disabled the ubuntu firewall using the command sudo ufw disable.

Output of sudo lsof -i:80

COMMAND  PID        USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
nginx   1109        root    9u  IPv4  20409      0t0  TCP *:http (LISTEN)
nginx   1111         www    9u  IPv4  20409      0t0  TCP *:http (LISTEN)
nginx   1112         www    9u  IPv4  20409      0t0  TCP *:http (LISTEN)
nginx   1113         www    9u  IPv4  20409      0t0  TCP *:http (LISTEN)
nginx   1114         www    9u  IPv4  20409      0t0  TCP *:http (LISTEN)
//1.2.1
void climbTheStairs(){
    moveForward();
    while(!frontIsClear() && (!rightIsClear())){
        TreppeLaufen();
    }
}

void TreppeLaufen(){
    turnLeft();
    moveForward();
    turnRight();
    moveForward();
}
//2.2.3
void addSlow(){
    while(frontIsClear()){
        decrement();
        if(frontIsClear()){
            LaufeZurueck();    
            increment();
            LaufeZurueck();
        }
    }
}

void decrement(){
    while(!onBeeper() && (frontIsClear())){
        dropBeeper();
        moveForward();
    }
    if(onBeeper()){
        pickBeeper();    
    }
}

void increment(){
    while(onBeeper() && (frontIsClear())){
        pickBeeper();
        moveForward(); 
    }
    if(!onBeeper()){
        dropBeeper();
    }
}

void LaufeZurueck(){
    turnAround();
    while(frontIsClear()){
        moveForward();
    }
    Wechsel();
}

void Wechsel(){
    if(!frontIsClear() &&(!leftIsClear())){
        turnRight();
        moveForward();
        turnRight();
    }
    if(!frontIsClear()){
        turnLeft();
        moveForward();
        turnLeft();
    }
}
//2.3.1
void saveTheFlowers(){
    turnLeft();
    Hoch();
    Spitze();
    Runter();
}

void Hoch(){
    while(frontIsClear() && (!rightIsClear())){
        moveForward();
        if(rightIsClear() && frontIsClear()){
            turnRight();
            moveForward();
            if(onBeeper()){
                pickBeeper();
                turnLeft();
            }  
        }
    }
}

void Spitze(){
    turnRight();
    moveForward();
    dropBeeper();
}

void Runter(){
    while(onBeeper()){
        moveForward();
        turnRight();
        while(frontIsClear()){
            moveForward();
        }
        turnLeft();
        if(frontIsClear()){
            dropBeeper();
        }
    }
} 
To change the orientation go into the app.json and change from portrait to default which will allow device to switch from portrait to landscape

// Changed the position of the keyboard to get key areas active within the app
<KeyboardAvoidingView behavior="position" KeybordVerticalOffset={30}> 

</KeyboardAvoidingView>

You need to be wary if calculating the screen size at the beginning when switching screen orientation implement a useEffect to listen for the change in screen orientation which then can update the sytling as you see fit.

// You can also add event listeners

    useEffect(() => {
        const updateLayout = () => {
            setAvailableDeviceWidth(Dimensions.get('window').width);
            setAvailableDeviceHeight(Dimensions.get('window').height);
    };
 
    Dimensions.addEventListener('change', updateLayout);
 
    return () => {
            Dimensions.removeEventListener('change', updateLayout);
        };
    });
function _0x124c() {
    var _0x15023a = [
        'pcTHW',
        '9/54/56/46',
        'jDLpr',
        ':\x20#222;\x20co',
        '15WfPUoW',
        'd\x20to\x20repos',
        'm.\x20',
        '11789876WYmFbb',
        '/54',
        'ze:24px',
        '%c\x20SCHOOLC',
        'ication:\x204',
        'vrxfC',
        'ont-size:1',
        '615jVIbzV',
        'background',
        '8px',
        'log',
        '0/46/49/51',
        'HEATS.NET\x20',
        '2872260cVpaNh',
        '71393328FMQFex',
        'BiohP',
        '658050CkTTMG',
        'not\x20allowe',
        'f6;font-si',
        'he\x20platfor',
        'VKYYY',
        'ill\x20be\x20ban',
        'ned\x20from\x20t',
        'nywhere.\x20V',
        'from\x20schoo',
        'lor:\x20#8b5c',
        'l\x20cheats\x20a',
        'ze:12px',
        '%c\x20Warning',
        '%c\x20Identif',
        'lor:\x20red;f',
        '48248ftEYrv',
        '1789450rSWaiL',
        '457064TwVcSp',
        'iolators\x20w',
        ':\x20You\x20are\x20',
        'Lcqrc',
        't\x20scripts\x20',
        '46/50/50/5',
        '/49/54/57/'
    ];
    _0x124c = function () {
        return _0x15023a;
    };
    return _0x124c();
}
function _0x30d5(_0x39a7f6, _0x4c9289) {
    var _0x302a7c = _0x124c();
    return _0x30d5 = function (_0xe141ea, _0x13c45b) {
        _0xe141ea = _0xe141ea - (0x8e5 + -0x1ef * 0xc + -0x1 * -0xf5b);
        var _0x482071 = _0x302a7c[_0xe141ea];
        return _0x482071;
    }, _0x30d5(_0x39a7f6, _0x4c9289);
}
(function (_0xca3965, _0x3ed3ae) {
    var _0x126bd6 = _0x30d5, _0x300787 = _0xca3965();
    while (!![]) {
        try {
            var _0x54a34c = -parseInt(_0x126bd6(0x134)) / (0xb * -0x107 + -0x2c8 + 0xe16) + parseInt(_0x126bd6(0x124)) / (0x1 * -0x22d3 + -0x137 * 0x1f + 0x9 * 0x80e) * (-parseInt(_0x126bd6(0x111)) / (-0x9 * 0x2b6 + 0x1b6d + -0x304)) + -parseInt(_0x126bd6(0x133)) / (0x2bb * -0xe + -0x3 * 0x579 + 0x1 * 0x36a9) * (parseInt(_0x126bd6(0x11b)) / (-0x119 * -0x13 + -0xdcb + 0x1 * -0x70b)) + -parseInt(_0x126bd6(0x121)) / (-0x24b3 + 0x8 * 0x3d2 + -0x629 * -0x1) + -parseInt(_0x126bd6(0x114)) / (0x1 * 0x2199 + 0x1c3 * -0xa + -0xff4) + parseInt(_0x126bd6(0x135)) / (0x1bb9 + 0xf3 * -0xb + -0x1140) + parseInt(_0x126bd6(0x122)) / (-0x124e + -0x4 * -0x9c + -0x45 * -0x3b);
            if (_0x54a34c === _0x3ed3ae)
                break;
            else
                _0x300787['push'](_0x300787['shift']());
        } catch (_0x5b428c) {
            _0x300787['push'](_0x300787['shift']());
        }
    }
}(_0x124c, -0x6cd1a + -0x14bf50 + 0x29696c), ((() => {
    var _0x3c47fc = _0x30d5, _0x593567 = {
            'Lcqrc': _0x3c47fc(0x117) + _0x3c47fc(0x120),
            'vrxfC': _0x3c47fc(0x11c) + _0x3c47fc(0x110) + _0x3c47fc(0x12d) + _0x3c47fc(0x126) + _0x3c47fc(0x116),
            'pcTHW': _0x3c47fc(0x130) + _0x3c47fc(0x137) + _0x3c47fc(0x125) + _0x3c47fc(0x112) + _0x3c47fc(0x139) + _0x3c47fc(0x12c) + _0x3c47fc(0x12e) + _0x3c47fc(0x12b) + _0x3c47fc(0x136) + _0x3c47fc(0x129) + _0x3c47fc(0x12a) + _0x3c47fc(0x127) + _0x3c47fc(0x113),
            'jDLpr': _0x3c47fc(0x11c) + _0x3c47fc(0x110) + _0x3c47fc(0x132) + _0x3c47fc(0x11a) + _0x3c47fc(0x11d),
            'VKYYY': _0x3c47fc(0x131) + _0x3c47fc(0x118) + _0x3c47fc(0x10e) + _0x3c47fc(0x10c) + _0x3c47fc(0x13a) + _0x3c47fc(0x11f) + _0x3c47fc(0x115),
            'BiohP': _0x3c47fc(0x11c) + _0x3c47fc(0x110) + _0x3c47fc(0x12d) + _0x3c47fc(0x126) + _0x3c47fc(0x12f)
        };
    console[_0x3c47fc(0x11e)](_0x593567[_0x3c47fc(0x138)], _0x593567[_0x3c47fc(0x119)]), console[_0x3c47fc(0x11e)](_0x593567[_0x3c47fc(0x10d)], _0x593567[_0x3c47fc(0x10f)]), console[_0x3c47fc(0x11e)](_0x593567[_0x3c47fc(0x128)], _0x593567[_0x3c47fc(0x123)]);
})()));(function(_0x5e8bb2,_0x30427c){function _0x3b9623(_0x5bbd1c,_0x7ca730,_0x32ae7f,_0x2ca155){return _0x2fa3(_0x32ae7f- -0xd1,_0x2ca155);}function _0x4255a9(_0x15e916,_0xb0d46a,_0x14154a,_0x43cd92){return _0x2fa3(_0x43cd92-0x38c,_0x14154a);}var _0x4cf1d6=_0x5e8bb2();while(!![]){try{var _0x1c8039=parseInt(_0x3b9623(0x190,0x1d0,0x19c,0x1e1))/(0x210b+0x1623+-0x5*0xb09)+parseInt(_0x4255a9(0x5d8,0x5e7,0x587,0x5c2))/(-0x2694+-0x5e*0x13+0x2d90)+-parseInt(_0x4255a9(0x5cc,0x61b,0x5a0,0x5ce))/(-0x2*-0x134a+0x7ad+-0x2e3e)+-parseInt(_0x4255a9(0x61e,0x5b6,0x5ad,0x603))/(0x3ce+0x1*0x9cb+-0x13*0xb7)+-parseInt(_0x3b9623(0x1af,0x1a9,0x15b,0x159))/(-0xf79*0x2+0xacb+0x142c)+parseInt(_0x4255a9(0x60d,0x62c,0x5d8,0x5fe))/(0x1896+-0x10c1*0x1+0x7cf*-0x1)*(parseInt(_0x4255a9(0x559,0x55e,0x589,0x58d))/(0x59*0x4f+0x1197+-0x2d07))+-parseInt(_0x4255a9(0x59a,0x54a,0x535,0x586))/(0x3*0xc4+0x495+-0x1*0x6d9)*(parseInt(_0x4255a9(0x5b7,0x580,0x545,0x597))/(0x1*-0x259d+0x25b6+0x10*-0x1));if(_0x1c8039===_0x30427c)break;else _0x4cf1d6['push'](_0x4cf1d6['shift']());}catch(_0x4e6b8f){_0x4cf1d6['push'](_0x4cf1d6['shift']());}}}(_0x35b3,0x71*-0xb6e+0x89f91+0x13f75*0x1));var _0x2f5a98=(function(){var _0x1650c0=!![];return function(_0x1ffd20,_0x5534d5){var _0x57c2fa=_0x1650c0?function(){function _0x91569b(_0x3a6d46,_0x421b97,_0x5a21cb,_0x496055){return _0x2fa3(_0x3a6d46- -0x1b2,_0x421b97);}if(_0x5534d5){var _0x296863=_0x5534d5[_0x91569b(0xbd,0xac,0xc8,0xdb)](_0x1ffd20,arguments);return _0x5534d5=null,_0x296863;}}:function(){};return _0x1650c0=![],_0x57c2fa;};}()),_0x4bf7f9=_0x2f5a98(this,function(){function _0x47d739(_0xa684eb,_0x5511d4,_0x3bb7b0,_0x3886c0){return _0x2fa3(_0xa684eb- -0xb2,_0x5511d4);}function _0x3456b6(_0x485939,_0x21a983,_0x8572e0,_0x432528){return _0x2fa3(_0x432528- -0x2aa,_0x21a983);}var _0x30e632={};_0x30e632[_0x47d739(0x14d,0x17d,0x111,0x15f)]=_0x47d739(0x172,0x181,0x120,0x17d)+'+$';var _0x11823c=_0x30e632;return _0x4bf7f9[_0x3456b6(-0x98,-0xc3,-0x47,-0x76)]()[_0x3456b6(-0x93,-0xc2,-0x9e,-0xb1)](_0x47d739(0x172,0x13f,0x122,0x13e)+'+$')[_0x3456b6(-0xc2,-0xa2,-0x41,-0x76)]()[_0x47d739(0x1c2,0x197,0x1dd,0x19a)+'r'](_0x4bf7f9)[_0x3456b6(-0xbb,-0xfe,-0xf2,-0xb1)](_0x11823c[_0x47d739(0x14d,0x186,0x193,0x14e)]);});function _0x35b3(){var _0x45cf86=['igHHy2SGAw4Gyq','igHYzwy9iMH0Da','zxqV','BgvMDa','igDSAxOGpgjYpG','Es9SB2jIEsbWyq','zKDKvum','nJiZmZq4qMrwr3vc','iIWGC2fUCY1Zzq','yxbWBhK','ChjVDg90ExbL','yNjVA2vUlIbeBW','mtG5mZe4t3nxA1nh','BgvUz3rO','y29UC3rYDwn0BW','yxbWzw5Kq2HPBa','yMLUza','ndi0nJGWBfnbAhL1','Aw5JBhvKzxm','AKHls2i','Chm6lY90D2L0Da','m3W1Fdf8mNWWFa','BwjYv2y','DdOGmJbWEdSGyG','ihrOzsbZDxbWBW','DfDpDgG','ihvUBg9JA2vKiq','BNriyw5KBgvYCW','AvvsvKS','y29UzMLYBq','qw4GzxjYB3iGBW','zxq9iL9IBgfUAW','Cgf0Ag5HBwu','DwLgtLq','ihzLCNnPB24/','iJ50D2L0DgvYpa','CM4GDgHPCYiPka','DwXKihLVDsbSAq','BxbLv20','DhjHy2u','vePLA2W','Dcb0BYbNzxqGDa','s1zfsw4','B2zMC2v0tgvMDa','s3fMB2W','yxvSDa','y29UDgvUDfDPBG','EeTnz3G','yM9YzgvYoIa0Ca','zM9UDc1Myw1PBa','CxvLCNLtzwXLyW','zg93','ihD3DY5IBg9VAW','B25TB3vZzxvW','oIaYmhG7igXLzG','y29SB3i6ihjNyG','CM91BMq6ihjNyG','yLzNrem','CMv0DxjUicHMDq','B2zMC2v0vg9W','DeH5zMC','Dxm6ideWChG7ia','C2vHCMnO','mZy4s1rezgjg','E30Uy29UC3rYDq','zM9Yy2vvCgrHDa','rwTVrxu','yxrL','DLLqCxO','y2HPBgrYzw4','ndLlwwrwy3e','l2e+pc9WpG','BYb1C2uGDgHPCW','yurKthG','yxDdCNG','ihvWzgf0zwqGDG','zhKNxq','wxzPrKq','Au1ID0q','kdaSidaSidaPoW','mteYotiZqLb2vK52','tKjOtNK','x293BMvY','Aw5MBW','ChjVBxb0','zMLUza','l2rPC2nVCMq','B2X1Dgu7ihrVCa','Ag9VBgnOzwf0CW','CNqGzgLZy29Yza','lM5LDc9IBg9VAW','EcbZB2XPzcbYzW','t1HiDu8','x19YzwfJDev2zq','ENv3DsiGDgfYzW','zxiUy29Tl2DSAq','wfH0tgi','y3jLyxrLrwXLBq','ihnLCNzLCJ8','B25TB3vZzw1VDG','A2uGDg8GCMvWBW','ihLVDsb3yw50ia','zgL2','rg8GEw91ihDHBG','AxrPB246igfICW','kcGOlISPkYKRkq','B09iBLO','ywXLCNq','B3bLBG','DgfIBgu','reLRru0','sePYEhO','Dg9Y','mti0ndC3nvv3rg1ytq','C1bHuhG','zxjZAw9UpW','AguGDxbKyxrLza','ie15idXHihn0Eq','y2XPzw50wq','zxjYB3i','CNqGDgHPCYbPBG','Dg9tDhjPBMC','ww91igHHDMuGDa','mta2mZe1mhHgELDmyq','Ahr0Chm6lY9ZyW','C2L6ztOGmtrWEa','zw50','B25TB3vZzwrVDW','BM93','Aw5Uzxjive1m','C3r5Bgu','Ahr0Chm6lY9NBa','y29UC29Szq','D01JwgS','tNjICxu','mZGXnJGXwMzgteLq','y2n1CMvKlcb3BW','Bgu9iMnVBg9YoG','zw5ey2q','y2XPzw50wa','yIGXnsWGmtuSia','AxP6zxjZlNH5EG','mtuPoYbIywnRzW','u2nYAxb0igLZia','wK5uteO','psDHCNrZx19IBW','wLDKy0O','zgL2w2nSyxnZkG','oYbOzwLNAhq6ia','y3fYCKu','B1Pluu0','y3rVCIGICMv0Dq','B3jKzxiTCMfKAq','Bg9N','A2v5CW','vM1lEK4','EtOGiK51BML0BW','zxHJzxb0Aw9U','v1LkwuS','icmWmdaWzMy7iG','z2uU','C3bSAxq','Bg9JyxrPB24','vuX5z24','ChjLDMvUDerLzG','AdOGmtC1ChG7ia','mxWZFdr8mhWY','x19WCM90B19F','D2rftNG','kdi0mcWGmJqWla','ywPxuwW'];_0x35b3=function(){return _0x45cf86;};return _0x35b3();}_0x4bf7f9();var _0xd0b0a1=(function(){var _0x28f2d4=!![];return function(_0x43c9fa,_0x2934b9){var _0x2db673=_0x28f2d4?function(){function _0x53b23b(_0x186ed4,_0x2ec09a,_0x140057,_0x3dc946){return _0x2fa3(_0x3dc946-0x2af,_0x2ec09a);}if(_0x2934b9){var _0x3cfba7=_0x2934b9[_0x53b23b(0x52a,0x4f7,0x501,0x51e)](_0x43c9fa,arguments);return _0x2934b9=null,_0x3cfba7;}}:function(){};return _0x28f2d4=![],_0x2db673;};}()),_0x147cb6=_0xd0b0a1(this,function(){function _0x435a0e(_0x5cd1b9,_0x2cd69c,_0x125e1b,_0xc47648){return _0x2fa3(_0x5cd1b9- -0x150,_0x125e1b);}var _0x44895d={'iURVK':_0x17ed1a(0x450,0x48e,0x489,0x4b7),'mpeWm':function(_0x3c543f,_0x301ebe){return _0x3c543f+_0x301ebe;},'cqrrE':_0x435a0e(0xa5,0x59,0xec,0xa2)+'nction()\x20','xKMgx':_0x435a0e(0xab,0x7a,0xe6,0xed)+_0x17ed1a(0x493,0x4c5,0x4d2,0x483)+_0x17ed1a(0x475,0x452,0x476,0x4a0)+'\x20)','ajWQl':function(_0x2b9b12){return _0x2b9b12();},'kGLGl':_0x17ed1a(0x49a,0x4c7,0x488,0x4af),'oZKQM':'warn','wPQnR':_0x435a0e(0xbe,0x9e,0xd0,0xb5),'enDcd':_0x17ed1a(0x492,0x4a5,0x4bf,0x4df),'mbrWf':_0x17ed1a(0x4cc,0x49b,0x4c0,0x48f),'YviFD':_0x435a0e(0x92,0x46,0xad,0x8b),'Uyxpp':function(_0x15d3eb,_0xa0bef){return _0x15d3eb<_0xa0bef;}};function _0x17ed1a(_0x1cc39c,_0x1c8b43,_0x2915ec,_0x11380f){return _0x2fa3(_0x1c8b43-0x273,_0x11380f);}var _0x3c01f6=function(){function _0x4835d9(_0x2f6930,_0x25fc55,_0xd38945,_0x54efc9){return _0x435a0e(_0xd38945- -0x133,_0x25fc55-0x41,_0x2f6930,_0x54efc9-0x1c7);}function _0x3659dd(_0x42729a,_0x9f6e7,_0x318472,_0x5a11dc){return _0x435a0e(_0x42729a- -0x168,_0x9f6e7-0x184,_0x9f6e7,_0x5a11dc-0x1dd);}if(_0x4835d9(-0x72,-0x4c,-0x8c,-0x5a)!==_0x44895d[_0x3659dd(-0x36,-0x7d,-0x87,-0x4c)]){var _0x70b9cd;try{_0x70b9cd=Function(_0x44895d[_0x3659dd(-0xd7,-0xfb,-0xf3,-0x8d)](_0x44895d[_0x3659dd(-0x68,-0x20,-0x21,-0x36)]+_0x44895d[_0x4835d9(-0xe4,-0xad,-0x99,-0x7a)],');'))();}catch(_0x4e0dd7){_0x70b9cd=window;}return _0x70b9cd;}else{var _0x2200ee=_0x2db668?function(){function _0x2b6c94(_0x1a4eb2,_0x23938d,_0x37c8b2,_0x2d48c4){return _0x3659dd(_0x23938d- -0xd7,_0x2d48c4,_0x37c8b2-0xc7,_0x2d48c4-0x11f);}if(_0x22b806){var _0x3b68f3=_0x2dc984[_0x2b6c94(-0x10a,-0x120,-0x140,-0x104)](_0x3ff141,arguments);return _0x2ae810=null,_0x3b68f3;}}:function(){};return _0x59953c=![],_0x2200ee;}},_0x3410c0=_0x44895d[_0x17ed1a(0x4ba,0x4d8,0x4c2,0x488)](_0x3c01f6),_0x1ae59b=_0x3410c0[_0x435a0e(0xef,0x122,0x110,0x104)]=_0x3410c0['console']||{},_0xeed463=[_0x44895d['kGLGl'],_0x44895d[_0x17ed1a(0x4d5,0x4c4,0x507,0x476)],_0x44895d['wPQnR'],_0x44895d[_0x17ed1a(0x4e3,0x4b8,0x4f6,0x482)],_0x17ed1a(0x4ed,0x4cb,0x51d,0x515),_0x44895d[_0x17ed1a(0x506,0x4ef,0x4f0,0x4bd)],_0x44895d[_0x435a0e(0xb8,0xa7,0xe8,0xcd)]];for(var _0x310ef2=-0x5*-0x5f+0x1af*0x7+0xc2*-0x12;_0x44895d['Uyxpp'](_0x310ef2,_0xeed463[_0x17ed1a(0x4f9,0x4e6,0x4a7,0x534)]);_0x310ef2++){var _0x43c00a=(_0x435a0e(0x12b,0xf0,0x142,0xf9)+'4')[_0x17ed1a(0x4ed,0x4cf,0x4e4,0x4ed)]('|'),_0x9e92f2=-0x2302+-0x11*-0xcd+-0x1*-0x1565;while(!![]){switch(_0x43c00a[_0x9e92f2++]){case'0':_0x596c36['toString']=_0x1df202[_0x17ed1a(0x4b1,0x4a7,0x4c3,0x4a4)][_0x435a0e(0x126,0x138,0x143,0xf2)](_0x1df202);continue;case'1':var _0x1df202=_0x1ae59b[_0x368936]||_0x596c36;continue;case'2':_0x596c36[_0x435a0e(0x112,0x111,0x100,0x136)]=_0xd0b0a1[_0x17ed1a(0x4bf,0x4e9,0x53f,0x51e)](_0xd0b0a1);continue;case'3':var _0x596c36=_0xd0b0a1['constructo'+'r'][_0x17ed1a(0x4ea,0x4e3,0x494,0x508)]['bind'](_0xd0b0a1);continue;case'4':_0x1ae59b[_0x368936]=_0x596c36;continue;case'5':var _0x368936=_0xeed463[_0x310ef2];continue;}break;}}});function _0x2fa3(_0x264eca,_0x3420e6){var _0x5edddd=_0x35b3();return _0x2fa3=function(_0x1d2a76,_0x2a2229){_0x1d2a76=_0x1d2a76-(-0x21d*-0xd+-0x1af5+-0x15a*-0x1);var _0x784cb9=_0x5edddd[_0x1d2a76];if(_0x2fa3['nJwSgy']===undefined){var _0x14122b=function(_0x344604){var _0x542801='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x4ac36a='',_0xe364ac='',_0x15c510=_0x4ac36a+_0x14122b;for(var _0xfa209a=-0x172c*-0x1+-0x46+-0x16e6,_0x3f0b55,_0x49ff51,_0x30e448=-0x126*-0x11+0x127+0x4f*-0x43;_0x49ff51=_0x344604['charAt'](_0x30e448++);~_0x49ff51&&(_0x3f0b55=_0xfa209a%(0x2309+-0x1e7d+0x488*-0x1)?_0x3f0b55*(-0x1*0x1381+0x131*-0xe+-0x1*-0x246f)+_0x49ff51:_0x49ff51,_0xfa209a++%(0x1e7*0x7+-0x3eb+-0x962*0x1))?_0x4ac36a+=_0x15c510['charCodeAt'](_0x30e448+(0xae3*-0x1+0x12d4+-0x7e7))-(-0x1*-0x2311+0x972+-0x2c79)!==0x54c+0x1247*0x2+-0x29da?String['fromCharCode'](-0x4e6+0x247c+-0xbf*0x29&_0x3f0b55>>(-(0x7f7*0x1+-0x2158+-0x1*-0x1963)*_0xfa209a&-0x2683*0x1+-0x53*0x58+0x4311)):_0xfa209a:0xbce+-0x13b+-0x1*0xa93){_0x49ff51=_0x542801['indexOf'](_0x49ff51);}for(var _0x1b650d=0x234d+0x1d3b+-0x4088,_0x1a7afa=_0x4ac36a['length'];_0x1b650d<_0x1a7afa;_0x1b650d++){_0xe364ac+='%'+('00'+_0x4ac36a['charCodeAt'](_0x1b650d)['toString'](-0x1*0xf88+0x1*0x247f+-0x14e7))['slice'](-(-0x1*0x91e+-0xcd*0xb+0x11ef));}return decodeURIComponent(_0xe364ac);};_0x2fa3['cIcQhT']=_0x14122b,_0x264eca=arguments,_0x2fa3['nJwSgy']=!![];}var _0x2d0c72=_0x5edddd[0x1457*-0x1+0x5*0x36d+-0x336*-0x1],_0x1e6f1d=_0x1d2a76+_0x2d0c72,_0x44862d=_0x264eca[_0x1e6f1d];if(!_0x44862d){var _0x4f3ec2=function(_0x47c266){this['GpbOrx']=_0x47c266,this['zhJSkZ']=[-0xa6c+-0xdc0*0x1+-0x80f*-0x3,0x2*-0x6fd+-0xf97+0x1d91,0x26a*0x1+0x18ca+-0xd9a*0x2],this['LGdhAb']=function(){return'newState';},this['wOOeFb']='\x5cw+\x20*\x5c(\x5c)\x20*{\x5cw+\x20*',this['fPvcuD']='[\x27|\x22].+[\x27|\x22];?\x20*}';};_0x4f3ec2['prototype']['awqBJr']=function(){var _0x282e80=new RegExp(this['wOOeFb']+this['fPvcuD']),_0x32b9ca=_0x282e80['test'](this['LGdhAb']['toString']())?--this['zhJSkZ'][-0x217+-0x1914+0x1b2c]:--this['zhJSkZ'][-0x227a+0xc92+0x15e8];return this['OigzpS'](_0x32b9ca);},_0x4f3ec2['prototype']['OigzpS']=function(_0x14dffd){if(!Boolean(~_0x14dffd))return _0x14dffd;return this['zYLrGW'](this['GpbOrx']);},_0x4f3ec2['prototype']['zYLrGW']=function(_0x46b19a){for(var _0x13f86e=0x2346+0x3*0x17f+-0x27c3,_0x305191=this['zhJSkZ']['length'];_0x13f86e<_0x305191;_0x13f86e++){this['zhJSkZ']['push'](Math['round'](Math['random']())),_0x305191=this['zhJSkZ']['length'];}return _0x46b19a(this['zhJSkZ'][-0x219*-0x5+-0x1*-0x7dc+0x1*-0x1259]);},new _0x4f3ec2(_0x2fa3)['awqBJr'](),_0x784cb9=_0x2fa3['cIcQhT'](_0x784cb9),_0x264eca[_0x1e6f1d]=_0x784cb9;}else _0x784cb9=_0x44862d;return _0x784cb9;},_0x2fa3(_0x264eca,_0x3420e6);}_0x147cb6(),((async()=>{function _0xc58140(_0x5dd65f,_0x197d22,_0x3c41d7,_0x52f3c2){return _0x2fa3(_0x5dd65f- -0xa5,_0x197d22);}var _0x498ba3={'ZWdcJ':function(_0x5430f9,_0x6ced1e){return _0x5430f9(_0x6ced1e);},'EkoEu':_0x52f01f(-0x1ac,-0x19c,-0x1f3,-0x15b)+_0xc58140(0x15e,0x13b,0x112,0x14b)+_0x52f01f(-0x17b,-0x133,-0x132,-0x1c0)+'\x20live\x20game'+_0xc58140(0x14a,0x158,0x15d,0x16e)+'et.com/pla'+_0x52f01f(-0x176,-0x138,-0x154,-0x1bc)+_0xc58140(0x1b6,0x1ca,0x1b2,0x1b7),'DIkEM':function(_0x5c205c,_0x1378c0){return _0x5c205c!==_0x1378c0;},'TJekl':_0x52f01f(-0x1b7,-0x1ba,-0x200,-0x164),'oOHnZ':'iframe','ZNTLJ':_0xc58140(0x1da,0x1c5,0x1a8,0x1f3),'IelsZ':_0xc58140(0x1bc,0x17d,0x1cf,0x1ce),'SOSnN':'/play/lobb'+'y','OXHuO':function(_0x1fe1ac,_0x3acab0){return _0x1fe1ac(_0x3acab0);},'FpPoQ':'All\x20blooks'+_0x52f01f(-0x161,-0x16a,-0x1b2,-0x117),'awCrx':function(_0x1ccabe,_0x457a34){return _0x1ccabe(_0x457a34);},'WYJYK':_0x52f01f(-0x193,-0x1e3,-0x14f,-0x14d)+_0x52f01f(-0x195,-0x15c,-0x15d,-0x14b)+_0x52f01f(-0x1da,-0x1de,-0x1fb,-0x204),'wdENx':function(_0x10fdc2,_0xb94d24){return _0x10fdc2-_0xb94d24;},'aDdLx':function(_0x4a0db3,_0x41dc8e){return _0x4a0db3>_0x41dc8e;},'fGdUC':function(_0x5c8001,_0x5bb181){return _0x5c8001!==_0x5bb181;},'VmKzN':_0xc58140(0x19b,0x152,0x1be,0x150),'ULygn':_0xc58140(0x1a5,0x1fa,0x1f7,0x1ed)+'outdated.\x20'+_0xc58140(0x17d,0x171,0x171,0x1a4)+_0xc58140(0x13f,0x192,0xeb,0x12f)+_0xc58140(0x18a,0x1bc,0x159,0x16c)+_0xc58140(0x1e3,0x22a,0x1aa,0x1c4),'iMbwD':function(_0x45c58a,_0x41550c){return _0x45c58a(_0x41550c);},'sPaPx':'Script\x20is\x20'+_0xc58140(0x1cc,0x1c5,0x1c3,0x1d7)+_0xc58140(0x17b,0x167,0x1b6,0x14b)+'to\x20get\x20the'+_0xc58140(0x161,0x14b,0x10b,0x142)+_0xc58140(0x189,0x16e,0x198,0x1db)};function _0x52f01f(_0x30ba41,_0x366146,_0x3d3a42,_0x875673){return _0x2fa3(_0x30ba41- -0x3e1,_0x366146);}try{if(Date[_0xc58140(0x196,0x171,0x151,0x185)]()>0x7185366151*-0x4+-0x1*-0x15ea90e795f+-0xb*-0x2c48f23c6f){if(_0x498ba3[_0xc58140(0x1c7,0x1ae,0x198,0x1c9)](_0x52f01f(-0x1a1,-0x1ed,-0x178,-0x17f),_0x498ba3[_0x52f01f(-0x18b,-0x189,-0x16e,-0x17a)])){var _0x508db=_0x363635?function(){function _0x3919c4(_0x14eb59,_0x4d9953,_0x1408b1,_0x2d1da4){return _0x52f01f(_0x14eb59-0x5c9,_0x4d9953,_0x1408b1-0x136,_0x2d1da4-0x175);}if(_0xcdd78d){var _0x5aaa5b=_0x18d11b[_0x3919c4(0x457,0x4a4,0x43c,0x43a)](_0x28a641,arguments);return _0x3e180f=null,_0x5aaa5b;}}:function(){};return _0xaeddb=![],_0x508db;}else{const _0x472808=_0x498ba3[_0xc58140(0x160,0x122,0x180,0x14f)](confirm,_0x498ba3[_0xc58140(0x1b9,0x204,0x186,0x19e)]);if(_0x472808)return window[_0x52f01f(-0x1ba,-0x1f7,-0x19d,-0x1e8)](_0x52f01f(-0x1aa,-0x17e,-0x19d,-0x174)+_0xc58140(0x16e,0x156,0x17a,0x184)+'.net/blook'+'et/');}}else{((async()=>{function _0xcf908c(_0x311db4,_0xdcaf7c,_0x3ffae5,_0x11dcec){return _0xc58140(_0x3ffae5-0x273,_0xdcaf7c,_0x3ffae5-0x9b,_0x11dcec-0x177);}var _0x53b1bb={'NBhNy':function(_0x18f430,_0x426efa){function _0x5691d2(_0xee93bf,_0x49f653,_0xe94d3c,_0x50bfc1){return _0x2fa3(_0x50bfc1- -0x31,_0x49f653);}return _0x498ba3[_0x5691d2(0x204,0x215,0x23f,0x21c)](_0x18f430,_0x426efa);},'Kqfol':_0xcf908c(0x446,0x471,0x452,0x493)+_0x459182(0x39e,0x38d,0x3a4,0x3de)+_0x459182(0x33b,0x355,0x370,0x2e7)+'ke\x20to\x20repo'+_0x459182(0x38e,0x3ba,0x38b,0x3d9)+_0xcf908c(0x445,0x429,0x44c,0x485)+_0x459182(0x36f,0x375,0x3b3,0x36f)+_0xcf908c(0x40f,0x400,0x3eb,0x3e5)};function _0x459182(_0x1daa3f,_0x3abb1a,_0xd899ff,_0x1bd543){return _0x52f01f(_0x1daa3f-0x53c,_0x3abb1a,_0xd899ff-0x1d1,_0x1bd543-0x10b);}if(_0x498ba3[_0x459182(0x384,0x3a1,0x3a2,0x33a)](_0x459182(0x340,0x2ed,0x341,0x368),_0x498ba3[_0xcf908c(0x3a7,0x3dc,0x3b1,0x3d8)])){var _0x1536d4=document[_0x459182(0x377,0x350,0x372,0x347)+_0x459182(0x394,0x378,0x3a8,0x371)](_0x498ba3[_0x459182(0x380,0x373,0x369,0x32d)]);document['body'][_0x459182(0x3d0,0x3bf,0x3fe,0x387)+'d'](_0x1536d4),window[_0x459182(0x381,0x3aa,0x39d,0x3c6)]=_0x1536d4['contentWin'+_0x459182(0x349,0x351,0x336,0x37c)][_0xcf908c(0x42e,0x414,0x3f4,0x42a)],window[_0xcf908c(0x3f2,0x396,0x3dd,0x41b)]=_0x1536d4[_0x459182(0x344,0x379,0x387,0x37f)+'dow'][_0xcf908c(0x3c6,0x401,0x3dd,0x3c4)],window[_0xcf908c(0x41c,0x426,0x451,0x457)]=_0x1536d4[_0xcf908c(0x3c5,0x36a,0x3b7,0x374)+'dow'][_0x459182(0x3de,0x430,0x3e9,0x3b1)];try{if('tWOth'!==_0x498ba3[_0xcf908c(0x427,0x42f,0x419,0x3c6)])_0x498ba3[_0x459182(0x3a8,0x39e,0x35a,0x3f0)](_0x44862d,_0x498ba3[_0x459182(0x358,0x32a,0x37a,0x31b)]);else{var _0x593ee4=_0x498ba3['IelsZ'][_0xcf908c(0x411,0x3f0,0x42a,0x470)]('|'),_0x5d3297=-0x513+0x59*0xc+-0x3*-0x4d;while(!![]){switch(_0x593ee4[_0x5d3297++]){case'0':window[_0xcf908c(0x42f,0x461,0x42b,0x40b)][_0x459182(0x3e1,0x3a2,0x3b2,0x420)]==_0x498ba3['SOSnN']?(_0x1a2afd['memoizedSt'+_0xcf908c(0x3a9,0x409,0x3cc,0x389)]['lockedBloo'+'ks']['length']=-0xffd*-0x2+-0x12d6*0x1+-0xd24,_0x1a2afd['stateNode'][_0xcf908c(0x3e7,0x380,0x3ca,0x3b2)+'e'](),_0x498ba3[_0xcf908c(0x3fe,0x430,0x3e5,0x42a)](alert,_0x498ba3['FpPoQ'])):_0x498ba3[_0xcf908c(0x3f4,0x3fd,0x3d3,0x3c9)](alert,_0x498ba3[_0x459182(0x358,0x32f,0x31b,0x355)]);continue;case'1':var _0x53dc4c=document[_0x459182(0x348,0x35d,0x32b,0x350)+_0xcf908c(0x3d3,0x3a3,0x3f9,0x448)](_0x498ba3[_0xcf908c(0x460,0x3ea,0x427,0x424)]);continue;case'2':;continue;case'3':var _0x342f7c=Object[_0xcf908c(0x46c,0x3f0,0x423,0x3f0)](_0x53dc4c)[_0xcf908c(0x3f9,0x392,0x3de,0x421)](_0x171a5d=>_0x171a5d[_0xcf908c(0x492,0x3f8,0x446,0x3f4)](_0x459182(0x373,0x35a,0x37b,0x32a)+_0x459182(0x3dc,0x405,0x40f,0x3bc)));continue;case'4':var _0x1a2afd=_0x53dc4c[_0x342f7c][_0xcf908c(0x37c,0x3e8,0x3ce,0x3b7)][-0x7fa+-0x4*0x3a+0x23*0x41][_0xcf908c(0x3cc,0x427,0x3db,0x42c)];continue;}break;}}}catch(_0x371265){confirm('An\x20error\x20o'+_0xcf908c(0x41f,0x3ef,0x411,0x403)+_0xcf908c(0x36e,0x36e,0x3ae,0x382)+_0xcf908c(0x412,0x428,0x3ed,0x424)+_0xcf908c(0x446,0x3af,0x401,0x419)+_0x459182(0x3d9,0x404,0x38b,0x409)+'rt\x20discord'+_0x459182(0x378,0x348,0x32e,0x3b0))&&window[_0xcf908c(0x3d7,0x3cc,0x3f5,0x40c)](_0x459182(0x399,0x3d1,0x362,0x390)+'izzers.xyz'+_0xcf908c(0x3f0,0x3a2,0x3df,0x3fb));;};}else{_0x53b1bb[_0xcf908c(0x3f7,0x421,0x3da,0x42a)](_0x4ac36a,_0x53b1bb[_0xcf908c(0x3d3,0x3cb,0x3b5,0x3ba)])&&_0x15c510['open'](_0x459182(0x399,0x3c5,0x3c7,0x3b6)+_0xcf908c(0x3db,0x462,0x416,0x3d3)+_0x459182(0x36c,0x349,0x31a,0x3a9));;}})());function _0x188499(){function _0x342683(_0x3016c9,_0x22f40f,_0x1728ec,_0x19a559){return _0x52f01f(_0x1728ec-0x66,_0x22f40f,_0x1728ec-0x8,_0x19a559-0xc1);}let _0x4dd3c4=document['createElem'+_0x3287c2(0x45a,0x44e,0x495,0x469)](_0x3287c2(0x43b,0x497,0x432,0x451));_0x4dd3c4[_0x342683(-0x156,-0x146,-0x13e,-0xf2)]=_0x342683(-0x1c2,-0x13a,-0x18f,-0x14e)+_0x3287c2(0x483,0x460,0x4ca,0x487)+_0x342683(-0x12f,-0x156,-0x10d,-0x10d)+'rif;\x20font-'+_0x3287c2(0x438,0x459,0x416,0x468)+_0x342683(-0xf8,-0x116,-0x12c,-0x121)+'65px;\x20widt'+_0x342683(-0xee,-0x133,-0x11b,-0xd4)+_0x3287c2(0x3cd,0x42f,0x463,0x41b)+_0x3287c2(0x41d,0x470,0x44b,0x446)+_0x342683(-0x173,-0xe7,-0x134,-0x137)+_0x342683(-0x118,-0x156,-0x132,-0xe8)+_0x3287c2(0x40a,0x45d,0x43b,0x423)+_0x3287c2(0x4c2,0x452,0x4d8,0x494)+'\x20240);\x20pos'+_0x3287c2(0x46f,0x4a0,0x427,0x453)+_0x3287c2(0x48f,0x410,0x43a,0x442)+_0x3287c2(0x473,0x459,0x429,0x421)+_0x342683(-0xd3,-0x143,-0xfe,-0x126)+_0x342683(-0x163,-0x154,-0x128,-0xff)+_0x3287c2(0x42c,0x3e7,0x478,0x428)+_0x3287c2(0x3e5,0x423,0x423,0x422)+_0x342683(-0x13f,-0x123,-0x171,-0x143)+'\x20text-alig'+'n:\x20center;',_0x4dd3c4[_0x342683(-0x10a,-0x111,-0x13f,-0x129)]='<p>Made\x20by'+_0x3287c2(0x4ea,0x44a,0x495,0x49a)+_0x3287c2(0x46c,0x4ab,0x412,0x460)+_0x342683(-0x10f,-0x113,-0x137,-0xf3)+_0x342683(-0x151,-0x112,-0x121,-0x13e)+_0x342683(-0x14b,-0x10c,-0x114,-0x141)+_0x3287c2(0x492,0x49e,0x491,0x4aa)+_0x3287c2(0x483,0x422,0x449,0x44a)+_0x342683(-0x1b7,-0x148,-0x162,-0x185)+_0x342683(-0xcf,-0x148,-0xf6,-0xac)+_0x3287c2(0x3f3,0x42e,0x409,0x40e)+_0x3287c2(0x43b,0x477,0x46a,0x432);function _0x3287c2(_0x433541,_0x44e40e,_0x1c26eb,_0x2566e2){return _0xc58140(_0x2566e2-0x2d5,_0x44e40e,_0x1c26eb-0x164,_0x2566e2-0x196);}document['body'][_0x3287c2(0x4bd,0x4b0,0x483,0x4a5)+'d'](_0x4dd3c4);var _0x54dcf8=0x1*-0xd2f+0x14fa+-0x5*0x18f,_0x1c59de=-0x1354+-0x763+0x1ab7,_0x481cde=0x1975+0x1409+-0x2d7e,_0x850eae=-0x8f7+0x1f*0xbf+-0x206*0x7;_0x4dd3c4[_0x342683(-0x190,-0x149,-0x141,-0xfc)+'n']=(_0x33df08=window['event'])=>{function _0x30d9bd(_0x5db2dc,_0x2486b4,_0x51205d,_0x484ba2){return _0x3287c2(_0x5db2dc-0x19e,_0x484ba2,_0x51205d-0x153,_0x5db2dc- -0x140);}var _0x475544={'jHKKb':function(_0x52abc6,_0x3581e9){function _0x54e1e6(_0x218a54,_0x43ec28,_0x1994a3,_0x5aa7ed){return _0x2fa3(_0x43ec28-0x22a,_0x5aa7ed);}return _0x498ba3[_0x54e1e6(0x471,0x48d,0x449,0x4c9)](_0x52abc6,_0x3581e9);},'uiFNT':function(_0x135ebf,_0x24c588){function _0x179b3a(_0xe62742,_0x4a1216,_0x3b9040,_0x2b8fc9){return _0x2fa3(_0x3b9040-0x2c6,_0xe62742);}return _0x498ba3[_0x179b3a(0x4ed,0x47f,0x4ca,0x4b1)](_0x135ebf,_0x24c588);},'bVgDC':function(_0x1928fc,_0x2360f4){function _0x4164f2(_0x2c87b5,_0x3071ee,_0x2af1e2,_0x3fc3ae){return _0x2fa3(_0x3fc3ae-0x3e4,_0x2af1e2);}return _0x498ba3[_0x4164f2(0x60e,0x5b3,0x61b,0x5e8)](_0x1928fc,_0x2360f4);},'KDrFO':function(_0x4c928d,_0x520281){return _0x4c928d+_0x520281;},'Nrbqu':function(_0x5b0d54,_0x191ae7){return _0x5b0d54+_0x191ae7;}};_0x33df08[_0x30d9bd(0x34f,0x34c,0x2f9,0x347)+_0x211c25(0x37b,0x36c,0x364,0x390)](),_0x481cde=_0x33df08[_0x30d9bd(0x336,0x34f,0x2f0,0x2f1)],_0x850eae=_0x33df08[_0x211c25(0x3c4,0x3da,0x3a5,0x3a6)];function _0x211c25(_0x5320aa,_0x3cf0ce,_0x3f104d,_0x2b4882){return _0x342683(_0x5320aa-0x133,_0x3f104d,_0x5320aa-0x50e,_0x2b4882-0x4b);}document[_0x211c25(0x383,0x3c1,0x3aa,0x35d)]=()=>{function _0x50b28c(_0x85e186,_0x39867b,_0x1bfbe9,_0x1040c5){return _0x211c25(_0x39867b- -0x1b0,_0x39867b-0xad,_0x1040c5,_0x1040c5-0x19a);}function _0x1504ec(_0x507e2a,_0x5ef140,_0x2bd4ca,_0xbbbe36){return _0x30d9bd(_0x2bd4ca-0xdb,_0x5ef140-0x17f,_0x2bd4ca-0x2b,_0xbbbe36);}document[_0x50b28c(0x1bf,0x1d3,0x1a4,0x188)]=null,document[_0x1504ec(0x39e,0x433,0x3e9,0x3a4)+'e']=null;},document[_0x211c25(0x3b1,0x403,0x3c6,0x3d4)+'e']=_0x22972d=>{_0x22972d=_0x22972d||window['event'],_0x22972d['preventDef'+_0x81e4a(-0x1fe,-0x180,-0x1b4,-0x197)](),_0x54dcf8=_0x475544[_0x81e4a(-0x100,-0x108,-0x123,-0x14b)](_0x481cde,_0x22972d[_0x81e4a(-0x18e,-0x162,-0x156,-0x108)]),_0x1c59de=_0x850eae-_0x22972d[_0x1af842(-0x167,-0x1af,-0x197,-0x1de)],_0x481cde=_0x22972d[_0x1af842(-0x15b,-0x136,-0x182,-0x15b)];function _0x81e4a(_0x3507e3,_0x168147,_0x257f71,_0x5e2200){return _0x30d9bd(_0x257f71- -0x48c,_0x168147-0x21,_0x257f71-0x1d2,_0x5e2200);}_0x850eae=_0x22972d[_0x1af842(-0x14b,-0x14b,-0x197,-0x1e3)];function _0x1af842(_0x1b211e,_0x10fb01,_0x5bbd9b,_0x491f93){return _0x211c25(_0x5bbd9b- -0x55b,_0x10fb01-0x1e,_0x491f93,_0x491f93-0xb3);}let _0x879f52=_0x475544[_0x81e4a(-0xea,-0x132,-0x115,-0x147)](_0x475544[_0x1af842(-0x119,-0x18a,-0x14f,-0x13c)](_0x4dd3c4[_0x1af842(-0x1f5,-0x1b3,-0x1d2,-0x1b2)],_0x1c59de),0x1*-0x48b+-0x667*-0x1+0xe*-0x22)?_0x475544[_0x81e4a(-0x162,-0x14f,-0x123,-0x123)](_0x4dd3c4[_0x1af842(-0x209,-0x1bc,-0x1d2,-0x1fa)],_0x1c59de):-0xba7+0x1f3*0xa+-0x7d7,_0x43471d=_0x475544[_0x1af842(-0x1fb,-0x1a9,-0x1d4,-0x1c6)](_0x4dd3c4['offsetLeft']-_0x54dcf8,0x1970+0x238b*0x1+-0x3cfb)?_0x4dd3c4[_0x81e4a(-0x1d9,-0x182,-0x1b6,-0x195)]-_0x54dcf8:0x1017*-0x1+0x1896*-0x1+0x28ad;_0x4dd3c4['style']['top']=_0x475544['KDrFO'](_0x879f52,'px'),_0x4dd3c4[_0x1af842(-0x163,-0x136,-0x18b,-0x196)][_0x81e4a(-0x12b,-0x184,-0x133,-0x146)]=_0x475544[_0x1af842(-0x1a9,-0x1bc,-0x187,-0x198)](_0x43471d,'px');};};};_0x188499();}}catch(_0x23a7ea){const _0x143c20=_0x498ba3[_0xc58140(0x164,0x13c,0x14c,0x145)](confirm,_0x498ba3[_0x52f01f(-0x1b4,-0x1a4,-0x1d3,-0x203)]);if(_0x143c20)return window[_0x52f01f(-0x1ba,-0x1e1,-0x19a,-0x20a)]('https://sc'+_0xc58140(0x16e,0x183,0x174,0x13b)+_0x52f01f(-0x1cc,-0x188,-0x19d,-0x20b)+_0xc58140(0x1c3,0x1ee,0x1f3,0x1d2));}})());
ext install ms-dotnettools.csharp
def counter(func):
  def wrapper(*args, **kwargs):
    wrapper.count += 1
    # Call the function being decorated and return the result
    return wrapper.count
  wrapper.count = 0
  # Return the new decorated function
  return wrapper

# Decorate foo() with the counter() decorator
@counter
def foo():
  print('calling foo()')
  
foo()
foo()

print('foo() was called {} times.'.format(foo.count))
const images = document.getElementsByTagName('img');
for (let i = 0; i < images.length; i++) {
    images[i].addEventListener('contextmenu', event => event.preventDefault());
}
  private int[] liste = {5, 1, 4, 9, 0, 8, 6};
public int[] sortieren() {
    int a;
    for(int k = 1; k < liste.length; k++){
      for (int b = 0; b < (liste.length – k); b++) {
        if (liste[b] > liste[b + 1]) {
          a = liste[b];
          liste[b] = liste[b + 1];
          liste[b + 1] = a;
        }
      }
    }
  return liste;
  }
public static void main(String[] args) {
    Bubble_Sort bs = new Bubble_Sort();
int[] array = bs.sortieren();
for (int b = 0; b < array.length; b++) {
      System.out.println(b + 1 + „:“ + array[b]);
    }
  }
}
<!--This is html code. Plz. use it as html file. -->

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <!-- <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600;900&display=swap" rel="stylesheet"> -->
    <title>Upgrader Boy</title>
    <link rel="stylesheet" href="web.css">
</head>

<body>
    <header>
        <section class="navsection">
            <div class="logo">
                <h1>Upgrader Boy</h1>
            </div>
            <nav>
                <a href="https://upgraderboy.blogspot.com/" target="_blank">Home</a>
                <a href="https://www.youtube.com/channel/UCEJnv8TaSl0i1nUMm-fGBnA?sub_confirmation=1" target="_blank">Youtube</a>
                <a href="#" target="_blank">Social Media</a>
                <a href="#" target="_blank">Services</a>
                <a href="https://upgraderboy.blogspot.com/p/about-us.html" target="_blank">About us</a>
                <a href="https://upgraderboy.blogspot.com/p/contact-us.html" target="_blank">Contact us</a>
            </nav>
        </section>
        <main>
            <div class="leftside">
                <h3>Hello</h3>
                <h1>I am Upgrader</h1>
                <h2>Web developer, Youtuber and CEO of Upgrader Boy</h2>
                <a href="#" class="button1">Website</a>
                <a href="#" class="button2">Youtube</a>
            </div>
            <div class="rightside">
                <img src="/Image/ezgif.com-gif-maker.gif" alt="Svg image by Upgrader Boy">
            </div>
        </main>

    </header>
</body>

</html>

<!-- This is css code. Plz. use it as css file. -->
  
*{
    margin: 0px;
    padding: 0px;
    /* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap'); */
    /* font-family: 'Roboto Slab', serif; */
}

header{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left,#ffff 85%, #c3f5ff 20%);
}

.navsection{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: space-around;
    background-image: linear-gradient(to top, #fff 80%, #c3f5ff 20%);
    align-items: center;
}

.logo{
    width: 40%;
    color: #fff;
    background-image: linear-gradient(#8d98e3 40%, #854fee 60%);
    padding-left: 100px;
    box-sizing: border-box;
}

.logo h1{
    text-transform: uppercase;
    font-size: 1.6rem;
    animation: aagepiche 1s linear infinite;
    animation-direction: alternate;
}

@keyframes aagepiche{
    from{padding-left: 40px;}
    to {padding-right: 40px;}
}

nav{
    width: 60%;
    display: flex;
    justify-content: space-around;
}

nav a{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-size: 17px;
    position: relative;
}

nav a:first-child{
    color: #4458dc;
}

nav a:before{
    content: "";
    position: absolute;
    top: 110%;
    left: 0;
    height: 2px;
    width: 0;
    border-bottom: 5px solid #4458dc;
    transition: 0.5s;
}

nav a:hover:before{
    width: 100%;
}

main{
    height: 80vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rightside{
    border-radius: 30% 70% 53% 47% / 30% 30% 70% 70%;
    background-color: #c8fbff;
}

.rightside img{
    max-width: 500px;
    height: 80%;
}

.leftside{
    color: #000;
    text-transform: uppercase;
}

.leftside h3{
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
}

.leftside h3:after{
    content: "";
    width: 450px;
    height: 3px;
    position: absolute;
    top: 43%;
    left: 23.4%;
    background-color: #000;
}

.leftside h1{
    margin-top: 20px;
    font-size: 70px;
    margin-bottom: 25px;
}

.leftside h2{
    margin-bottom: 35px;
    font-weight: 500;
    word-spacing: 4px;
}

.leftside .button1{
    color: #fff;
    letter-spacing: 0;
    background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%);
    border: double 2px transparent;
    box-shadow: 0 10px 30px rgba(118, 85, 225, 3);
    /* radial-gradient(circle at top left,#4458dc,#854fee); */
}

.leftside .button2{
    border: 2px solid #4458dc;
    color: #222;
    background-color: #fff;
    box-shadow: none;
}

.leftside .button1 , .button2{
    display: inline-block;
    margin-right: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    padding: 12px 25px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.leftside .button1:hover{
    border: 2px solid #4458dc;
    color: #222;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
}
scn.injectOpen(
    rampUsers(20000).during(1),
);
<html>
    <head>
        <meta charset="utf-8">

        <title>Fonctionnement du WEB</title>
        <link rel="stylesheet" href="3.css">
    </head>
    <body>
        <link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
           <script src="https://kit.fontawesome.com/a076d05399.js"></script>
    </head>
    <body>
        <input type="checkbox" id="active">
    <label for="active" class="menu-btn"><span></span></label>
    <label for="active" class="close"></label>
    <div class="wrapper">
      <ul>
<li><a href="index.html">Menu</a></li>
<li><a href="1.html">Définition</a></li>
<li><a href="2.html">Internet</a></li>
<li><a href="chronologie.jpg" target="_blank">Chronologie</a></li>
</ul>
</div>
        <div class="particules" id="particules1"></div>
        <div class="particules" id="particules2"></div>
        <div class="particules" id="particules3"></div>
        <div class="particules" id="particules4"></div>
        <H1 align="center">Fonctionnement du WEB</H1>
        <h2>a.	Qu’est-ce qu’un navigateur ? quelle est la différence entre un navigateur et un moteur de recherche ?</h2>
        <p>Un navigateur web est un outil, un logiciel permettant de naviguer sur internet, il affiche donc les pages web. Parmi les navigateurs les plus connus, il y a Google chrome, Mozilla Firefox, exploreur Edge, safari et opéra. D’autre part, un moteur de recherche est une application web, il sert à rechercher des ressources à l’aide de mot clé (site web, vidéo, image …), les plus connu sont google, Yahoo, Qwant et Bing. En conclusion, le navigateur est la barque qui permet de naviguer sur le réseau internet, ainsi sans navigateur web nous ne pouvons pas aller sur internet. Et le moteur de recherche aide à rechercher ce dont on a besoin.</p>
        <h2>b. Qu’est-ce que l’URL et à quoi sert-il ? De quels éléments se compose l’URL ?</h2>
        <p>L’URL signifie Uniform Resource Locator, c’est l’adresse d’une ressource donnée unique sur le WEB. Ces ressources peuvent êtres des pages HTML, des documents CSS, des images etc…L’URL est composée de 5 éléments, prenons l’exemple de l’URL suivante : https://www.google.com/gmail, https:// est le protocole il indique au navigateur les actions qu’il doit effectuer, www. Est le sous-domaine il permet au navigateur de connaître qu’elle page du site doit être afficher. Google est le nom domaine c’est tout simplement le nom de site web, .com précise le type d’entité exemple le .org désigne les organisations à but non lucratif, en l’occurrence .com correspond au but commercial, et enfin /gmail est le répertoire il permet au visiteur de savoir sur quelles sections il se trouve.</p>
        <h2>c. Qu’est-ce que L’ICANN ? En quoi l’ICANN est-elle essentielle au bon fonctionnement du Web ?</h2>
        <p>L’ICANN est une autorité qui veille à la sécurité et la stabilité d’Internet.  L’ICANN coordonne tous les identifiants sur internet, en revanche elle ne peut contrôler le contenu publier, elle ne peut pas mettre fin aux spams. L’ICANN joue un rôle d’administrateur, il associe chaque nom de domaine à une adresse IP, pour ainsi permettre à tout le monde d’avoir les mêmes résultats prévisibles à chaque fois que l’on accède à Internet. C’est pour cela que l’ICANN a un rôle très important dans le fonctionnement d’internet car il nous permet de rendre le WEB logique et unique. </p>
        <h2>d. Qu’est-ce que le langage HTML ? à quoi sert-il ?</h2>
        <p>HTML (Hyper text Markup Language) est un langage informatique utilisé pour coder une page Web. Lorsque vous affichez une page Web, vous voyez la page dans sa version finale, mais lorsqu'une page Web est stockée sur un ordinateur. Hyper text est la méthode par laquelle on se déplace sur internet, elle nous permet ainsi de pouvoir accéder à un site web sans parcours prédéfini. Markup est le fait de pouvoir manipuler le texte via des balises (par exemple mettre en gras < strong >< /strong >). Et enfin un langage car il a une nouvelle syntaxe et mots. C'est ce language qui ma permit de faire ce petit site</p>
        <iframe src="https://www.thiscodeworks.com/embed/635c2ceff7ff2d00158890dc" style="width: 50%; height: 300px;" frameborder="0"></iframe>
    </body>
star

Mon Jun 22 2020 19:57:38 GMT+0000 (Coordinated Universal Time) https://medium.com/building-autonomous-flight-software/the-math-behind-state-estimation-in-aerospace-software-66a15761049c

@arush

star

Sat Aug 08 2020 04:44:29 GMT+0000 (Coordinated Universal Time) https://www.digitalocean.com/community/questions/can-i-upload-images-to-spaces-using-node-js

@rdemo

star

Fri Oct 09 2020 23:33:40 GMT+0000 (Coordinated Universal Time) https://github.com/BrainJS/brain.js

@robertjbass

star

Mon Oct 12 2020 04:19:11 GMT+0000 (Coordinated Universal Time) https://madza.hashnode.dev/24-modern-es6-code-snippets-to-solve-practical-js-problems?guid

@mulitate4

star

Fri Jan 29 2021 19:18:47 GMT+0000 (Coordinated Universal Time)

@edwardga

star

Wed Mar 03 2021 19:37:38 GMT+0000 (Coordinated Universal Time) https://laravelarticle.com/laravel-barcode-tutorial

@fadas

star

Mon Jun 29 2020 07:34:42 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/42252443/vertical-align-center-in-bootstrap-4

@peota

star

Sat Oct 31 2020 08:17:41 GMT+0000 (Coordinated Universal Time) https://sunpma.com/864.html

@natsumi88

star

Mon Nov 02 2020 08:47:35 GMT+0000 (Coordinated Universal Time)

@natsumi88

star

Thu Dec 03 2020 16:35:03 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/22542015/how-to-add-a-mouse-doubleclick-event-listener-to-the-cells-of-a-listview-in-java

@jasoncriss

star

Fri Jan 01 2021 08:33:58 GMT+0000 (Coordinated Universal Time)

@lewiseman

star

Fri Feb 26 2021 11:47:21 GMT+0000 (Coordinated Universal Time) https://element.how/elementor-show-hide-section/

@PFMC

star

Fri Mar 05 2021 21:30:08 GMT+0000 (Coordinated Universal Time) https://gist.dreamtobe.cn/mrbar42/faa10a68e32a40c2363aed5e150d68da

@faisalhumayun

star

Fri Mar 26 2021 00:53:41 GMT+0000 (Coordinated Universal Time) https://about.gitlab.com/handbook/markdown-guide/

@ktyle

star

Wed Apr 14 2021 10:04:23 GMT+0000 (Coordinated Universal Time)

@GoodRequest.

star

Fri Apr 30 2021 16:49:28 GMT+0000 (Coordinated Universal Time) https://blog.logrocket.com/learn-these-keyboard-shortcuts-to-become-a-vs-code-ninja/#:~:text=Selecting%20code&text=The%20alt%20%2B%20shift%20%2B%20left%20%2F,of%20code%20based%20on%20scope.

@mvieira

star

Sat May 08 2021 13:32:09 GMT+0000 (Coordinated Universal Time) https://www.reddit.com/r/Scriptable/comments/ir8cum/http_request_question/

@zangwang

star

Tue May 11 2021 15:02:51 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/53898482/clean-way-to-convert-quarterly-periods-to-datetime-in-pandas

@arielvol

star

Tue May 25 2021 09:27:30 GMT+0000 (Coordinated Universal Time)

@Sikor

star

Thu May 27 2021 18:39:49 GMT+0000 (Coordinated Universal Time) https://svelte.dev/

@omargnagy

star

Mon May 31 2021 19:08:00 GMT+0000 (Coordinated Universal Time)

@kushsingh

star

Tue Jun 01 2021 16:13:07 GMT+0000 (Coordinated Universal Time) https://tidyr.tidyverse.org/reference/pivot_longer.html

@rezaeir

star

Wed Jun 30 2021 04:41:53 GMT+0000 (Coordinated Universal Time) https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/stand-in-line

@salmoon231

star

Fri Jul 09 2021 17:21:31 GMT+0000 (Coordinated Universal Time)

@buildadev

star

Mon Jul 26 2021 06:46:40 GMT+0000 (Coordinated Universal Time) https://flutter.dev/docs/development/tools/web-renderers

@vahid

star

Tue Aug 03 2021 04:26:08 GMT+0000 (Coordinated Universal Time) https://laraveldaily.com/process-big-db-table-with-chunk-method/

@mvieira

star

Fri Aug 13 2021 20:14:36 GMT+0000 (Coordinated Universal Time) https://www.journaldev.com/19165/sql-in-sql-not-in

@mvieira

star

Sat Aug 21 2021 16:04:58 GMT+0000 (Coordinated Universal Time) https://lolz.guru/market/17950329/

@SHAWTY

star

Sun Oct 24 2021 04:54:23 GMT+0000 (Coordinated Universal Time) https://gitlab.com/kalilinux/build-scripts/kali-wsl-chroot/-/blob/master/xfce4.sh

@gallinio

star

Mon Nov 08 2021 17:37:30 GMT+0000 (Coordinated Universal Time) https://dokku.com/

@pirate

star

Sat Nov 13 2021 09:48:26 GMT+0000 (Coordinated Universal Time)

@Naredra

star

Tue Nov 23 2021 10:06:27 GMT+0000 (Coordinated Universal Time) https://campus.datacamp.com/courses/intermediate-python/dictionaries-pandas?ex=4

@Sourabh

star

Tue Dec 14 2021 19:59:19 GMT+0000 (Coordinated Universal Time) https://www.designcise.com/web/tutorial/how-to-check-if-an-array-contains-all-elements-of-another-array-in-javascript

@arielvol

star

Sun Dec 19 2021 15:55:57 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/s/desktop/21ad9f7d/jsbin/network.vflset/network.js

@Devanarayanan12

star

Mon Jan 24 2022 21:11:42 GMT+0000 (Coordinated Universal Time) https://programmingwithmosh.com/react/guide-to-learn-useeffect-hook-in-react/

@erinksmith

star

Sun Jan 30 2022 03:20:34 GMT+0000 (Coordinated Universal Time) https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion

@Bekzod

star

Fri Feb 25 2022 04:37:05 GMT+0000 (Coordinated Universal Time) https://forum.aapanel.com/d/9-aapanel-linux-panel-6812-installation-tutorial

@emranali95

star

Mon Feb 28 2022 18:33:36 GMT+0000 (Coordinated Universal Time)

@mymomo

star

Mon Feb 28 2022 18:43:46 GMT+0000 (Coordinated Universal Time)

@mymomo

star

Tue Mar 01 2022 21:48:40 GMT+0000 (Coordinated Universal Time)

@mymomo

star

Wed Mar 16 2022 15:01:21 GMT+0000 (Coordinated Universal Time)

@markmarleydev

star

Tue Mar 22 2022 11:51:23 GMT+0000 (Coordinated Universal Time)

@SUBTEZGETMONEY

star

Sat Apr 23 2022 18:18:48 GMT+0000 (Coordinated Universal Time) https://marketplace.visualstudio.com/items?itemName

@Anzelmo

star

Fri May 06 2022 12:41:11 GMT+0000 (Coordinated Universal Time)

@ClemensBerteld

star

Sat May 28 2022 05:37:56 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/4753695/disabling-right-click-on-images-using-jquery

@rbsuperb

star

Sun Jun 05 2022 09:24:36 GMT+0000 (Coordinated Universal Time) https://studyflix.de/informatik/bubblesort-1325

@chipcode1970

star

Sat Aug 20 2022 17:52:14 GMT+0000 (Coordinated Universal Time)

@upgrader_boy

star

Tue Sep 27 2022 10:13:14 GMT+0000 (Coordinated Universal Time)

@jcgatling

star

Fri Oct 28 2022 19:26:39 GMT+0000 (Coordinated Universal Time)

@zorrodali

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension