Skip to content
#

first-timers

Here are 317 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated May 1, 2022
  • C#
plots2
sagarpreet-chadha
sagarpreet-chadha commented Nov 24, 2018

We have this API implemented here :

https://github.com/publiclab/plots2/blob/ba053502ded9ec0163af90d3d7a4cb3eb2a4b74e/app/api/srch/search.rb#L224

We need to fetch all the results (they can be thousands in number!) if the query parameter used is 'question:*' .

For example :
/api/srch/taglocations?tagName=question:*

Happy to help ! Thank you !

help wanted Ruby good first issue
Vic-ST
Vic-ST commented Oct 20, 2017

Requirements

I think there already is an issue for each requirement, but I'll just bring it all together here.

Script files:

Your ending script file should look something like this:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Steven Copeland
// GITHUB: https://github.com/StevenCopeland

console.log("Hello World") 

Do NOT make your file like this

``

Hacktoberfest-2020
LeetCode-Solutions
AlgoBook
geekquad
geekquad commented Sep 29, 2021

Implementation of Graph Algorithms:
Needs to be merged in java/graph_algorithms

  • A* (A star)

  • Dijkstra’s shortest path algorithm

  • Dijkstra’s Algorithm for Adjacency List Representation

  • Kruskal’s Minimum Spanning Tree Algorithm

  • Bellman-Ford Algorithm

  • Floyd Warshall Algorithm

  • Kahns Algorithm

  • Peterson Graph Problem

  • Steine

good first issue beginner-friendly up-for-grab java
github-readme-quotes
shravan20
shravan20 commented Oct 2, 2021

Is your feature request related to a problem? Please describe.
Implementation of SwaggerDocs for maintaining developer's reference documentation.

Describe the solution you'd like
Use swagger-ui-express and swagger-jsdoc
For detailed implementation plan, refer this article
![](https://blog.logrocket.com/wp-

documentation enhancement help wanted good first issue
prosecutor-database
Coursify-hacktoberfest
icoderharshit
icoderharshit commented Oct 2, 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I think, homepage link which is missing in the Navbar logo is something that catches eye(atleast once) , Isn't it ?
Describe the solution you'd like
Addition of an anchor tag around the Navbar logo, simple as it sounds.

@ishandev

enhancement good first issue hacktoberfest hacktoberfest-accepted
data-science-notes
wyattowalsh
wyattowalsh commented Jan 27, 2021

Project Context

There are certainly many topics that are good for a data scientist to know and practice! I've tried my best so far to research and develop what I would consider an outline of the different topics broken up into the major sections of interest and practice. This is by no means a comprehensive list, but is ever developing and so far contains most topics. The goal with this is to

help wanted good first issue up for grabs index

Improve this page

Add a description, image, and links to the first-timers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the first-timers topic, visit your repo's landing page and select "manage topics."

Learn more