3,937 skills found · Page 15 of 132
geopandas / GeodatasetsSpatial data examples
arey / Spring Javaconfig SampleSpring JavaConfig example for Spring MVC / Spring Data JPA / Hibernate
MossaabFrifita / Spring Boot 4 Security 7 JwtSpring Boot 4 & Spring Security 7 : Token Based Authentication example with JWT, Authorization, Spring Data & PostgreSQL
argonne-lcf / ALCF Hands On HPC WorkshopThe ALCF hosts a regular simulation, data, and learning workshop to help users scale their applications. This repository contains the examples used in the workshop.
ijsto / Strapi Plugin MigrateStrapi-Plugin-Migrate helps to migrate Strapi data from one environment of your app to another. For example development > staging
JohannesMilke / Hive Database ExamplePersist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.
theocalmes / TBCoreDataStackExample Core Data Stacks
iobruno / Data Engineering LabsData Engineering examples for Airflow, Prefect; dbt for BigQuery, Redshift, ClickHouse, Postgres, DuckDB; PySpark for Batch processing; Kafka for Stream processing
aaqibmehrban / Automatic Reddit Text To Video Generator And Youtube UploaderYou would have noticed alot of channel getting popular on YouTube just by uploading “Reddit to Text-To-Speech” YouTube Videos. So I decided to create a program that can automate the process of receiving, generating and uploading these videos to YouTube with as little intervention as possible. It took me one month to complete this project. I divided the project to 3 scripts. The idea was to minimize as much manual intervention as possible and automate all the trivial tasks. However the process cannot be 100% automated. For example comments with links in them cannot be kept as quality of the video will be comprised due to the TTS. Additionally while a comment might have a large number of votes it could potentially be offensive and not safe for a YouTube video and thus must be removed. The thumbnail, while partially generated, must be edited in order to create any kind of appeal to viewers to click on your video. The same goes for the title of the video which must be clickbait-y in order to receive any attention. I have attempted to streamline the manual process with the client program and it takes me approximately 30 minutes to create 6 videos (the max that can be uploaded within 24 hours with the YouTube Data API).
cloudflare / Workers Airtable FormExample codebase showing how to handle form data using Cloudflare Workers serverless functions - sending the data to Airtable
kapost / Graphql Api GatewayAn open-sourced example of a GraphQL API Gateway. This service queries and joins data across different back-ends into one GraphQL schema.
nikhilkumarsingh / YouTubeAPI ExamplesYouTube Data API Usage Examples using Python.
mmig / Speech To FlacExample for client-side encoding of microphone audio into FLAC data
googlearchive / Firebase Work QueueAn example of processing data using Firebase as a queuing system
tpof314 / Plotly ExamplesData Visualisation - plotly examples
DataIntellectTech / TorQ Finance Starter PackExample data capture system, based on random financial data
CaptGreg / SenecaOOP345 AtticThis folder, attic, contains code fragments. Like most attics, this attic needs a good cleaning. Some fragments are from the usual places on the web, cplusplus.com, stackoverflow, etc. Some fragments are DIY code written in class. Some fragments are as-is as found on the web while others are heavily modified to make work or add functionality. Some fragments are useful, some are not. Most fragments work, some don't. Notable Useful Fragments ======================== fastforward.cpp - a summary of OOP345. funcptr.cpp - examples of the many ways of passing function names to other functions: direct call, c-style function pointer, c++-style function pointer, function object (functor), lambda, bind examples of intersting functions to pass function to: thread, async, packaged_task sp?.cpp - smart pointer resources mi-*.cpp - multiple inheritance resources, clone+diamond problem theading?01?.cpp - threading101?.cpp - basic threading, mutexes - threading201?.cpp - futires and promises - threading301?.cpp - async, packaged_task - threading401?.cpp - how things were done before async + packaged task thread-*.cpp - cool thread code, such as thread pools ll*.cpp - linked list code moveSimple.cpp - move semantics stl-calc-*.cpp - postfix calculator using stl stack, list, vector, deque containers vectorchar*.cpp - how to make a string class mased on std::vector<char> dp-composite*.cpp - composite (tree) design pattern code alarmsetjmp.cpp + setjmp*.cpp - use alarm and setjmp to do interesting things swap.cpp - swapping data in place (without using a temporary) using xor and add operators. asmlist.cpp - how to generate an in-line assembler listing of the code generated by the compiler popen.cpp - how to start up a pipe to a program and read the output from the program folder threading-concurrency_in_action - pdf and sample code from Concurancy in Action book
wibosco / CoreDataMigrationRevised ExampleAn example project showing how to implement progressive Core Data migrations
MeteoSwiss / Opendata Nwp DemosNotebook examples using model data for the Open Government Data initiative
BackupNerd / Backup ScriptsUnofficial Scripts and Automation for N-able Cove Data Protection. Please visit https://developer.n-able.com/n-able-cove/recipes for N-able hosted API, script and recipe examples.