3,937 skills found · Page 1 of 132
keon / AlgorithmsMinimal examples of data structures and algorithms in Python
ivanvorobei / SwiftUIExamples projects using SwiftUI released by WWDC2019. Include Layout, UI, Animations, Gestures, Draw and Data.
spring-projects / Spring Data ExamplesSpring Data Example Projects
nkaz001 / HftbacktestFree, open source, a high frequency trading and market making backtesting and trading bot, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books(Level-2 and Level-3), with real-world crypto trading examples for Binance and Bybit
thi-ng / Umbrella⛱ Broadly scoped ecosystem & mono-repository of 214 TypeScript projects (and ~185 examples) for general purpose, functional, data driven development
dwyl / Learn To Send Email Via Google Script Html No Server:email: An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.
scotthmurray / D3 BookCode examples for “Interactive Data Visualization for the Web”
jainaman224 / Algo Ds NotesA comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
waynewbishop / Bishop Algorithms SwiftExamples of commonly used data structures and algorithms in Swift.
spotify / Web Api ExamplesBasic examples to authenticate and fetch data using the Spotify Web API
mwaskom / Seaborn DataData repository for seaborn examples
microsoft / CDMThe Common Data Model (CDM) is a standard and extensible collection of schemas (entities, attributes, relationships) that represents business concepts and activities with well-defined semantics, to facilitate data interoperability. Examples of entities include: Account, Contact, Lead, Opportunity, Product, etc.
tradingview / Charting Library ExamplesExamples of Charting Library integrations with other libraries, frameworks and data transports
bezkoder / Spring Boot Spring Security Jwt AuthenticationSpring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL
m-ou-se / Rust Atomics And LocksCode examples, data structures, and links from my book, Rust Atomics and Locks.
damklis / DataEngineeringProjectExample end to end data engineering project.
lorey / Mlscraper🤖 Scrape data from HTML websites automatically by just providing examples
YelpArchive / Dataset ExamplesSamples for users of the Yelp Academic Dataset
agconti / Kaggle TitanicA tutorial for Kaggle's Titanic: Machine Learning from Disaster competition. Demonstrates basic data munging, analysis, and visualization techniques. Shows examples of supervised machine learning techniques.
utkuozbulak / Pytorch Custom Dataset ExamplesSome custom dataset examples for PyTorch