tankietse's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
esri-es/koop-provider-postgresql
Expose an API to return PostgreSQL queries like ArcGIS Feature Layers
weatherlayers/cpt2js
Color palette text parser to a function, compatible with GMT, GDAL, GRASS, PostGIS, ArcGIS
jakobzhao/geog328
Web GIS
sshuair/awesome-gis
😎Awesome GIS is a collection of geospatial related sources, including cartographic tools, geoanalysis tools, developer tools, data, conference & communities, news, massive open online course, some amazing map sites, and more.
opengeos/qgis-basemaps
Adding basemaps to QGIS
Esri/arcgis-maps-sdk-flutter-samples
Sample code for ArcGIS Maps SDK for Flutter
Solexofficial/react-hotel_booking
Отель. Бронирование номеров
suno-ai/bark
🔊 Text-Prompted Generative Audio Model
timlrx/tailwind-nextjs-starter-blog
This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
ahmedshahriar/HR-Management-System
delee03/CyberPhone_SASS
Cybersoft Academy - BS12 | Sass
delee03/Ba-Anh-Em
Project _Website đặt vé xem phim | HUTECH University
delee03/react_glasses
Cybersoft Academy - BS12 | ReactJS - Thử kính với State
delee03/basic_react
Cybersoft Academy - BS12 | ReactJS Learning
delee03/shoes_store
Cybersoft Academy - BS12 | Capstone Project API ES6 Sass
huseinzol05/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
mshaikh2/AttentionHandwritingVerification
ICFHR2020
Gimi818/CinemaMicroService
A cinema management application with a ticketing system
vladpetrovskyi/cinema-booking_project
Cinema ticket booking service
nguy3n47/cinema-ticket-booking
A web application that allows users to book movie tickets, including the management page of theaters, movies, showtimes, and revenue statistics.
aakashsr/Movie-Seat-Booking
Movie seat booking UI that allows booking of tickets including seat reservations
yash-patni/UML-Diagrams
Online Movie Ticket Booking System
mpgn/BEAST-PoC
:muscle: Proof Of Concept of the BEAST attack against SSL/TLS CVE-2011-3389 :muscle:
russellizadi/ssp
ebrahimpichka/GAT-pt
PyTorch implementation of the Graph Attention Networks (GAT) based on the paper "Graph Attention Network" by Velickovic et al - https://arxiv.org/abs/1710.10903v3
bifurcation/mint
A Minimal TLS 1.3 Implementation in Go
tlswg/tls13-spec
TLS 1.3 Specification
skovv3/Kaggle-Data-Cleaning-Challenge
Learn professional data cleaning techniques! Data cleaning is a key part of data science, but it can be deeply frustrating. Why are some of your text fields garbled? What should you do about those missing values? Why aren’t your dates formatted correctly? How can you quickly clean up inconsistent data entry? In this five day challenge, you'll learn why you've run into these problems and, more importantly, how to fix them! In this challenge we’ll learn how to tackle some of the most common data cleaning problems so you can get to actually analyzing your data faster. We’ll work through five hands-on exercises with real, messy data and answer some of your most commonly-asked data cleaning questions. Here's a day-by-day breakdown of what we'll be learning each day: - Day 1: Handling missing values - Day 2: Data scaling and normalization - Day 3: Cleaning and parsing dates - Day 4: Character encoding errors (no more messed up text fields!) - Day 5: Fixing inconsistent data entry & spelling errors Ready to get started? Just enter your e-mail below to register. How do I know what to do each day? Every day you’ll get an email with instructions for that day’s challenge sent to the address you provide below. What if I need help? You're welcome to ask for help on the forums or in the comments section of the notebook for each day. When is the challenge? This 5-Day Challenge will run from March 26 through March 30 2018. What do I need to know to get started? This challenge will be taught in Python and assumes you have used some Python before. If you haven't, try working through the Kaggle Learn Machine Learning curriculum before you get started to get up to speed.
gordicaleksa/pytorch-GAT
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!