Coder Social home page Coder Social logo

codex's Introduction

⚗️ Who am I?

Hi there 👋.

I ❤️ DevOps-engineering very much.

📆 Present days

2024-04-01 -> 04.01 -> 2024-04-09 | Pre release MVP stage
🔬 I'm diving into pocket_coach using 🦋 Flutter/Dart
v.0.3.2 released: https://pocket.tw1.ru/


🖥 I practice

  • 🦋 Flutter
  • 🎯 Dart

📙 History

  • 2018 Created & published my 1st Mobile App into https://play.google.com/store. It's a song's book.
    • Used stack:
      • Cordova + Framework7 + VueJS + WebPack

codex's People

Contributors

vovs03 avatar

Watchers

 avatar

codex's Issues

Да-нетки

Задача "Да-нетки"

Написать программу которая случайным образом возвращает один из вариантов ответа: "Да" или "Нет".

  • Использовать библиотеку import random(для масштабирования(расширения) количества вариантов перебора).
  • список vars = ("Да" ,"Нет")
  • функция get_random_vars()

Сумма квадратов

Сумма квадратов

Complete the square sum function so that it squares each number passed into it and then sums the results together.

For example, for [1, 2, 2] it should return 9 because 1^2 + 2^2 + 2^2 = 9.

ARRAYS | LISTS | FUNDAMENTALS

new_numeral_system.rb

Note

Вызываю метод с заданным аргументом = 0, после чего number переопределяется методом rand("A".."Z").to_a

stf-01

STF-01

Задача принята в работу 2022-08-16 10:23

  • создать ветку issue24/stf-01 | git checkout -b issue24/stf-01
  • Создать директории для решения задач: mkdir -p language/ruby/ex/stfpro
  • Все задачи сохранять в собственной директории по номеру задачи(01..10)
  • task 01 done

Write Basics: random array

Basics: "Random array"

🅱️ 🚋

  • Readme
  • Tests
  • Code
z = rand(21)
generated_z = z.times.map{Random.rand(z)}

Dart install on Linux

🎯 Dart lang install (Linux)

https://dart.dev/get-dart#install

If you’re using Debian/Ubuntu on AMD64 (64-bit Intel), you can choose one of the following options, both of which can update the SDK automatically when new versions are released.

🐧 Install

Install using apt-get
Install a Debian package

Install using apt-get

Perform the following one-time setup:

  • sudo apt-get update

  • sudo apt-get install apt-transport-https

  • wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/dart.gpg

  • echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list

Then install the Dart SDK:

  • sudo apt-get update
  • sudo apt-get install dart

🖥️ Modify PATH for access to all Dart binaries

After installing the SDK, add its bin directory to your PATH. For example, use the following command to change PATH in your active terminal session:

  • export PATH="$PATH:/usr/lib/dart/bin"

To change the PATH for future terminal sessions, use a command like this:

  • echo 'export PATH="$PATH:/usr/lib/dart/bin"' >> ~/.profile

stf-02

Stf-02

Задача принята в работу 2022-08-16 13:46

  • создать ветку issue26/stf-02 | git checkout -b issue26/stf-02
  • Создать директории для решения задач: mkdir -p language/ruby/ex/stfpro/02
  • task 02 done

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.