Skip to content

Instantly share code, notes, and snippets.

View OlegJakushkin's full-sized avatar
🤩

Oleg Jakushkin OlegJakushkin

🤩
View GitHub Profile
@OlegJakushkin
OlegJakushkin / Border.qml
Created April 23, 2022 08:25
Qml image provider
import QtQuick 2.0
Item {
property color borderColor : "#ff00f7"
Rectangle {
id: rectangle
color: "#00ffffff"
border.color: borderColor
border.width: 10
anchors.fill: parent
cmake_minimum_required(VERSION 3.15)
project(torc_ssd_hpp)
set(CMAKE_CXX_STANDARD 14)
find_package(Torch REQUIRED)
add_library(torc_ssd_hpp SHARED main.cpp include/api.h)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}")
cmake_minimum_required(VERSION 3.15)
project(torchpp)
set(CMAKE_CXX_STANDARD 14)
find_package(Torch REQUIRED)
add_executable(torchpp main.cpp)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}")
@OlegJakushkin
OlegJakushkin / MyApp.qml
Last active November 20, 2021 13:59
MyBrowser.qml 102
import QtQuick 2.0
import QtQuick.Controls 2.15
Item {
property Text pulicText: textToChange
id: groupBox
x: 0
y: 0
width: 215
height: 137
@OlegJakushkin
OlegJakushkin / MyApp.qml
Last active November 20, 2021 07:30
Qt Quick 101
import QtQuick 2.0
import QtQuick.Controls 2.15
GroupBox {
property Text pulicText: textToChange
id: groupBox
x: 0
y: 0
width: 215
FROM python:3.6.5-stretch
MAINTAINER Sandeep Srinivasa "sss@lambdacurry.com"
ENV DEBIAN_FRONTEND noninteractive
RUN pip install Cython
RUN pip install Pillow
RUN apt-get update && apt-get install -y \
autoconf automake libtool \
rsync \
@OlegJakushkin
OlegJakushkin / Rome.ipynb
Last active February 12, 2021 11:19
olejak/gis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@OlegJakushkin
OlegJakushkin / Google_Translate_V3_OJ.ipynb
Last active January 12, 2021 17:46
Translating LaTeX using Google Translate V3 In Colaboratory
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.