• Stars
    star
    2
  • Language
    Java
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Flatten an array of arbitrarily nested arrays of integers into a flat array of integers. e.g. [[1,2,[3]],4] -> [1,2,3,4].

More Repositories

1

face-recognition

A Java application for Face Recognition under expressions, occlusions and pose variations.
Java
72
star
2

parking-lot-problem

Parking Lot problem solved in Java (http://pastie.org/pastes/2416252)
Java
18
star
3

invoicing-app

A PHP application for generating simple invoices in PDF format.
PHP
9
star
4

ecommerce-store

A Spring Boot based implementation of a generic E-commerce Store
Java
9
star
5

spring-async-example

Fetching data from 2 REST endpoints asynchronously and merging the responses
Java
4
star
6

order-book

Axon (https://axoniq.io/) powered simple Order Book implementation.
Java
3
star
7

currency-converter

A currency converter application written using Spring Boot.
Java
3
star
8

prasadus92.github.io

Prasad in a nutshell.
HTML
2
star
9

registration-service

A Spring Boot based web service that provides a simple endpoint for user registration
Java
2
star
10

checkout

Checkout System in a supermarket for a pricing schema.
Java
2
star
11

tic-tac-toe

A simple and easy Tic Tac Toe game using C with OpenGL library for GUI.
C
2
star
12

statistics

Statistics API for N26.
Java
2
star
13

reports

Report files generation tool written using Java.
Java
2
star
14

news-app

Backend for the Upday App; Upday is an App for reading news articles.
Java
2
star
15

prasadus92

Prasad's summary!
1
star
16

superhero

Shell
1
star
17

calculator

Small Calculator Application using Swings.
Java
1
star
18

robo-cleaner

A robotic cleaner to navigate and clean oil spills in the sea
Java
1
star
19

game-of-three

A two player game built using APIs.
Java
1
star
20

toggle-message-box

A toggle sidebar for submitting messages online. Typically needed by all websites.
JavaScript
1
star
21

nbx-assignment

NBX User Service implementation using aiohttp and PostgreSQL
Python
1
star
22

apple-calculator

A simple Apple Calculator written using JavaScript.
JavaScript
1
star