• 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

Author: Alex (page 8)

Howto check site working in the Jenkins pipeline

Task: Check site working (response code = 200) in the Jenkins pipeline step Implementation sh script: url=’https://scalan.com’ attempts=5 timeout=10 online=false…
Continue reading “Howto check site working in the Jenkins pipeline”…
Posted on: November 10, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to clone git repository without enter login and password from keyboard

Task: clone git repository in bash script without enter login and password Implementation: Use next format: git clone http://<login>:<password>@server.com/repository.git Another…
Continue reading “How to clone git repository without enter login and password from keyboard”…
Posted on: November 6, 2020 Last updated on: December 23, 2020 Comments: 3 Written by: Alex

Configure your personal cloud

Task: Install nextcloud app on your instance Implementation: OS: ubuntuServer: nginx Steps: sudo apt update sudo apt upgrade sudo apt…
Continue reading “Configure your personal cloud”…
Posted on: November 6, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

How to update Jenkins CI/CD

Task: update early installed jenkins ci/cd Implementation steps: Open jenkins home URL and check job’s working. Done.
Continue reading “How to update Jenkins CI/CD”…
Posted on: November 2, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Howto setup docker in Ubuntu 18.04

Task: setup docker in Ubuntu 18.04 Implementation: sudo apt  install docker-composesudo docker ps To avoid use ‘sudo’ do next: sudo…
Continue reading “Howto setup docker in Ubuntu 18.04”…
Posted on: October 28, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

Output HTML page into the image

Task: display html page by link to some pngimage. Solution: One of ways is use google-crome browser: google-chrome –headless –screenshot…
Continue reading “Output HTML page into the image”…
Posted on: October 18, 2020 Last updated on: December 23, 2020 Comments: 0 Written by: Alex

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

Raspberry Pi as a clock

Task: Display clock on the Raspberry Pi display Implementation with ‘epd’ library: 1. Create python application (main.py) to display date…
Continue reading “Raspberry Pi as a clock”…
Posted on: October 5, 2020 Last updated on: December 23, 2020 Comments: 1 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

Game: maze

Maze game is a best game to practice your logic. Your goal to move a ball to the exit.

Continue reading “Game: maze”…
Posted on: September 30, 2020 Last updated on: May 5, 2023 Comments: 0 Written by: Alex

QRcode get service

Task: Generate QR code by text value as an image Implementation: https://scalan.com/apps/phpqrcode/get.php?data=textValue Result: Done.
Continue reading “QRcode get service”…
Posted on: September 29, 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
« Previous page 1 … 6 7 8 9 10 … 16 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 ↑