2,481 skills found · Page 17 of 83
nanosai / Stream Ops JavaStream Ops is a fully embeddable data streaming engine and stream processing API for Java.
build-on-aws / Instrumenting Java Apps Using OpentelemetryMicroservice written in Java that shows how to instrument applications using OpenTelemetry, to produce telemetry data for traces and metrics. Also how to switch the observability backend without code changes.
Malabarba / Lazy Map ClojureCreate Clojure maps whose values are only calculated when accessed, either from data or from java objects.
deadskull7 / Agricultural Price Prediction And Visualization On Android AppIn Agriculture Price Monitioring , I have used data provided by open government site data.gov.in, which updates prices of market daily . Working Interface Details: We have provided user choice to see current market prices based on two choices: market wise or commodity wise use increase assesibility options. Market wise: User have to provide State,District and Market name and then select market wise button. Then user will be shown the prices of all the commodities present in the market in graphical format, so that he can analyse the rates on one scale. This feature is mostly helpful for a regular buyer to decide the choice of commodity to buy. He is also given feature to download the data in a tabular format(csv) for accurate analysis. Commodity Wise: User have to provide State,District and Commodity name and then select Commodity wise button. Then user will be shown the prices of all the markets present in the region with the commodity in graphical format, so that he can analyse the cheapest commodity rate. This feature is mostly helpful for wholesale buyers. He is also given feature to download the data in a tabular format(csv) for accurate analysis. On the first activity user is also given forecasting choice. It can be used to forecast the wholesale prices of various commodities at some later year. Regression techniques on timeseries data is used to predict future prices. Select the type of item and click link for future predictions. There are 3 java files Forecasts, DisplayGraphs, DisplayGraphs2 ..... Please change the localhost "server_name" at time of testing as the server name changes each time a new server is made. Things Used: We have used pandas , numpy , scikit learn , seaborn and matplotlib libraries for the same . The dataset is thoroughly analysed using different function available in pandas in my .iPynb file . Not just in-built functions are used but also many user made functions are made to make the working smooth . Various graphs like pointplot , heat-map , barplot , kdeplot , distplot, pairplot , stripplot , jointplot, regplot , etc are made and also deployed on the android app as well . To integrate the android app and machine learning analysis outputs , we have used Flask to host our laptop as the server . We have a separate file for the Flask as server.py . Where all the the necessary stuff of clint request and server response have been dealt with . We have used npm package ngrok for tunneling purpose and hosting . A different .iPynb file is used for the time series predictions using regression algorithms and would send the csv file of prediction along with the graph to the andoid app when given a request .
PacktPublishing / Hands On Data Structures And Algorithms With JavaScriptHands-On Data Structures and Algorithms with JavaScript, published by Packt
sameerean / Flight BookingSpring Boot Web Application that demonstrates Rest Endpoints, Spring Data JPA and Java 8 features.
emanuele-em / Java CheatsheetJava cheatsheet for the most commonly used data structures on leetcode
rajatt95 / MasterAppiumFrameworkAutomation Testing | Mobile | android | iOS | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
amazon-archives / Pocket EtlExtensible java library that orchestrates batched ETL (extract, transform and load) of data between services using native fluent java to express your pipeline
Wikia / PontoA native iOS (Obj-C) and Android (Java) to Webview (JavaScript) bridge for exchanging data across contextes.
oreillymedia / Data Science With JavaNo description available
LogicFirstTamil / DSA In JAVAData structures and algorithms implemented using java
c-bata / JpandasImplementation of Pandas (Python Data Analysis Library) on java.
ExC0d3 / Competitive:chart_with_upwards_trend: Implementations of various important algorithms and Data Structures used in Competitive Programming in C/C++/Python/Java ...
Krishna18062005 / Krishna18062005This is Krishna’s personal GitHub profile repository, serving as a hub for projects, coding challenges, and learning resources across various domains, including Java, machine learning, data structures, and problem-solving.
heroku / Devcenter Java DatabaseNo description available
RakhmedovRS / DataStructuresAndAlgorithmsInJava2ndEditionИсходный код с решением задач из книги "Структуры данных и Алгоритмы Java(Второе издание) Роберт Лафоре". ISBN(rus) 978-5-496-00740-5. Source code for solving problems from the book "Data Structures and Algorithms in Java (2nd Edition) Robert Lafore". ISBN(eng) 978-0672324536
ovenzeze / Data Structures And Algorithms In JavascriptComprehensive data structures and algorithms implementation in JavaScript/TypeScript for frontend engineers
hodovani / Awesome Javascript Data ScienceAwesome JavaScript Data Science
rogeriogentil / Data Structures And AlgorithmsCodes and resolutions of the exercises of Goodrich, Tamassia & Goldwasser's Data Structures & Algorithms in Java Sixth Edition Book (2014).