• Skip to main navigation
  • Skip to main content
  • Skip to footer
  • Portfolio
    • Java
    • DevOps
    • Data mining
  • Online games
  • Posts
    • Author: QubeDron
    • Author: SnailDog
  • Experiments
  • Contacts
  • Skip to menu toggle button

ScAlAn

Scientific Algorithms and Analytics

Category: Posts (page 8)

Selenium get WebElement HTML body

Task: get body of Web Element Solution (java): String body = elem.getAttribute(“innerHTML”); Done.
Continue reading “Selenium get WebElement HTML body”…
Posted on: October 14, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to expand partition size on Raspberry Pi Ubuntu disk

Task: expand root partition. After writing image on sd card I see 3.8GB partition size. I have 14GB sd card.…
Continue reading “How to expand partition size on Raspberry Pi Ubuntu disk”…
Posted on: October 3, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to disable parent page scrolling

I have iframe html5 game with arrow keys control. Task is to disable parent page scrolling when arrow keys pressed.…
Continue reading “How to disable parent page scrolling”…
Posted on: September 26, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to disable run multiple cron jobs on different EC2 instances

Task: Disable run multiple cron jobs on different EC2 instances with common EFS directory Implementation Run bash script as a…
Continue reading “How to disable run multiple cron jobs on different EC2 instances”…
Posted on: June 2, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Yii get user’s attributes

Task: get password from user Object: app\models\User#1( => null => null => null … => […
Continue reading “Yii get user’s attributes”…
Posted on: May 30, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Amazon Linux + Apache + phpFPM

Task: Prepare environment with Apache and phpFPM Implementation: install apache: yum install httpd install php-fpm: yum install php-fpm add autostart:…
Continue reading “Amazon Linux + Apache + phpFPM”…
Posted on: May 15, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

CLI RPN Calculator

Task: Implement a command-line reverse polish notation (RPN) calculator using a language that you know well. Language: Java Java command…
Continue reading “CLI RPN Calculator”…
Posted on: April 29, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to make dump of Elasticsearch index

Task: Create dump of index in JSON format Steps: install npminstall elasticdump tools:npm install elastic dump -gcommand to make a…
Continue reading “How to make dump of Elasticsearch index”…
Posted on: April 8, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Arduino fast sin function

Task: Create fast function to get math sinus. One of implementation – create array for each degree values: float sin…
Continue reading “Arduino fast sin function”…
Posted on: April 6, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

HowTo tar with process symlink directory files

Task: compress directory with all symlink files. Use command: # tar -cvhf backup.tar /backupdirectory Result – tar.gz file with all…
Continue reading “HowTo tar with process symlink directory files”…
Posted on: March 16, 2020 Last updated on: March 16, 2020 Comments: 0 Written by: Alex

Docker: Setup MySQL master-slave

Task: create docker-compose environment to run MySQL master and slave servers. Implementation: docker-compose.yml file: version: ‘2’ services: mysqldb-master: image: mysql:5.7…
Continue reading “Docker: Setup MySQL master-slave”…
Posted on: March 6, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Setup nginx+php7.2fpm Ubuntu 18.04

Install NGINX # Install software-properties-common package to give us add-apt-repository package sudo apt-get install -y software-properties-common # Install latest nginx…
Continue reading “Setup nginx+php7.2fpm Ubuntu 18.04”…
Posted on: March 4, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex
« Previous page 1 … 6 7 8 9 10 11 Next page »

Recent Posts

  • Alternative js log from devices without access to console
  • Configure .htaccess file for React app located in the subdirectory
  • Write jUnit test to check service with json files
  • Setup FTP server on Paspberry PI
  • Add autoformat java sources into your maven project
  • Add autoformat java sources into your gradle project
  • Create Accordion on html and js
  • Adding and removing users version 2.0
  • Adding and removing user
  • Java Script summer
  • Java Script summer weekend day № 1: Finding the largest word
  • Freecad: fasteners for curtains in the bathroom
  • Java Script Array modification and output

What’s ScAlAn?

Main activity of our co-working team is service to develop and support IT solutions.

Can we help?

We can offer professional development and support for your business.

You have an idea?
You want to make some improvement?
You want to implement?

Contacts

Email: info@scalan.com
Phone: +38 (067) 573-24-19
© 2025 ScAlAn | Using Modern WordPress theme. | Back to top ↑