Git Product home page Git Product logo

yamin8000 / querasubmissions Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 307 KB

My submissions for Quera.org questions

License: GNU General Public License v3.0

C++ 3.15% Python 1.31% Java 65.72% Kotlin 19.60% Go 4.10% C 0.35% Ruby 0.32% Rust 5.43%
algorithm algorithms algorithms-and-data-structures competitive-programming quera quera-ir quera-problems quera-programming-problems cpp data-structures

querasubmissions's Introduction

Hello there/سلام

Ask not what the open source community can do for you, ask what you can do for the open source community.

  • I’m currently working on mostly Android projects
  • I’m looking to collaborate on Android/Kotlin/IoT projects
  • I’m looking for help with Backend/IoT/Raspberry Pi
  • How to reach me: My cv
My GitHub stats

querasubmissions's People

Contributors

renovate[bot] avatar yamin8000 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

querasubmissions's Issues

Fix 'Parentheses in ((File("$current/$path").listFiles() ?.filterNotNull() ?.filter { it.name.endsWith(suffix) } ?: listOf()).toTypedArray()) are unnecessary and can be replaced with: (File("$current/$path").listFiles() ?.filterNotNull() ?.filter { it.name.endsWith(suffix) } ?: listOf()).toTypedArray()' issue in src\main\kotlin\ReadmeBuilder.kt

CodeFactor found an issue: Parentheses in ((File("$current/$path").listFiles() ?.filterNotNull() ?.filter { it.name.endsWith(suffix) } ?: listOf()).toTypedArray()) are unnecessary and can be replaced with: (File("$current/$path").listFiles() ?.filterNotNull() ?.filter { it.name.endsWith(suffix) } ?: listOf()).toTypedArray()

It's currently on:
src\main\kotlin\ReadmeBuilder.kt:59

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

gomod
go/go.mod
  • go 1.21.6
gradle
settings.gradle
build.gradle
  • org.jetbrains.kotlin.jvm 1.9.22
  • com.squareup.okhttp3:okhttp 5.0.0-alpha.12
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.5

  • Check this box to trigger a request for Renovate to run again on this repository

Fix 'Parentheses in (client.newCall(Request.Builder().url(url).build()) .execute() .body .string() .substringAfter("<title>") .substringBefore("</title>") .split("|") .first() .replace("\u200F", "") .trim()) are unnecessary and can be replaced with: client.newCall(Request.Builder().url(url).build()) .execute() .body .string() .substringAfter("<title>") .substringBefore("</title>") .split("|") .first() .replace("\u200F", "") .trim()' issue in src\main\kotlin\ReadmeBuilder.kt

CodeFactor found an issue: Parentheses in (client.newCall(Request.Builder().url(url).build()) .execute() .body .string() .substringAfter("<title>") .substringBefore("</title>") .split("|") .first() .replace("\u200F", "") .trim()) are unnecessary and can be replaced with: client.newCall(Request.Builder().url(url).build()) .execute() .body .string() .substringAfter("<title>") .substringBefore("</title>") .split("|") .first() .replace("\u200F", "") .trim()

It's currently on:
src\main\kotlin\ReadmeBuilder.kt:86

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.