0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
withastro
software
eye 0
favorite 0
comment 0
Build faster websites with Astro's next-gen island architecture 🏝✨ Astro is a website build tool for the modern web — powerful developer experience meets lightweight output. Install ```bash Recommended! npm create astro@latest Manual: npm install --save-dev astro``` Looking for help? Start with our Getting Started guide. Looking for quick examples? Open a starter project right in your browser. Documentation Visit our offical documentation . Support Having trouble? Get help in the...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
novuhq
software
eye 0
favorite 0
comment 0
🚀 The open-source notifications infrastructure. A fully-featured microservice to send SMS, E-mail, Slack and Push notifications. Embeddable notification center for React with real-time updates, content management, and much more...  ![Logo...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
labmlai
software
eye 0
favorite 0
comment 0
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠 labml.ai Deep Learning Paper Implementations This is a collection of simple PyTorch implementations ofneural networks and related algorithms.These implementations are documented with explanations,...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
ange-yaghi
software
eye 0
favorite 0
comment 0
Combustion engine simulator that generates realistic audio. Engine Simulator ## Warning: code is in development and will change frequently What is this? This is a real-time internal combustion engine simulation designed specifically to produce engine audio and simulate engine response characteristics. It is NOT a scientific tool and cannot be expected to provide accurate figures for the purposes of engineering or engine tuning. Why is the code so sloppy? I wrote this to demo in a YouTube video...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
dragonflydb
software
eye 0
favorite 0
comment 0
A modern replacement for Redis and Memcached Quick Start | Discord Chat | GitHub Discussions | GitHub Issues | Contributing Probably, the fastest in-memory store in the universe! Dragonfly is a modern in-memory datastore, fully compatible with Redis and Memcached APIs. Dragonfly implements novel algorithms and data structures on top of a multi-threaded, shared-nothing architecture. As a result, Dragonfly reaches x25 performancecompared to Redis and supports millions of QPS on a single instance....
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
craftzdog
software
eye 0
favorite 0
comment 0
My personal dotfiles Takuya's dotfiles Warning : Don’t blindly use my settings unless you know what that entails. Use at your own risk! Looking for a Markdown note-taking app? Check out my app called Inkdrop Contents vim (NeoVim) config tmux config git config fish config PowerShell config Neovim setup Requires Neovim (>= 0.7) wbthomason/packer.nvim - A plugin manager for Neovim svrana/neosolarized.nvim - A truecolor, solarized dark colorscheme nvim-lualine/lualine.nvim - A blazing fast...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
Baiyuetribe
software
eye 0
favorite 0
comment 0
Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术 Paper2GUI 🚀🚀🌟: 让每个人都简单方便的使用前沿人工智能技术 Paper2GUI:...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
microsoft
software
eye 0
favorite 0
comment 0
12 Weeks, 24 Lessons, AI for All! Artificial Intelligence for Beginners - A Curriculum | ||:---:|| AI For Beginners - Sketchnote by @girlie mac_ | Azure Cloud Advocates at Microsoft are pleased to offer a 12-week, 24-lesson curriculum all about Artificial Intelligence . In this curriculum, you will learn: Different approaches to Artificial Intelligence, including the "good old" symbolic approach with Knowledge Representation and reasoning ( GOFAI ). Neural Networks and Deep Learning ,...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
iptv-org
software
eye 0
favorite 0
comment 0
Collection of publicly available IPTV channels from all over the world IPTV Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. Usage To watch IPTV, simply insert one of the links below into any player that supports M3U playlists: https://iptv-org.github.io/iptv/index.m3u https://iptv-org.github.io/iptv/index.nsfw.m3u (includes adult channels) https://iptv-org.github.io/iptv/index.category.m3u (grouped by category)...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
punk-security
software
eye 0
favorite 0
comment 0
dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team! DNS Reaper DNS Reaper is yet another sub-domain takeover tool, but with an emphasis on accuracy, speed and the number of signatures in our arsenal! We can scan around 50 subdomains per second, testing each one with over 50 takeover signatures.This means most organisations can scan their entire DNS estate in less than 10 seconds. You can use DNS Reaper as an attacker or bug hunter! You can run it by...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
pacocoursey
software
eye 0
favorite 0
comment 0
Fast, unstyled command menu React component. ⌘K ⌘K is a command menu React component that can also be used as an accessible combobox. You render items, it filters and sorts them automatically. ⌘K supports a fully composable API How? , so you can wrap items in other components or even as static JSX. Demo and examples: cmdk.paco.me Install bash$ npm install cmdk Use ```tsximport { Command } from 'cmdk' const CommandMenu = () => { return ( No results found. <Command.Group...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
dotnet
software
eye 0
favorite 0
comment 0
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. ASP.NET Core ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps run on .NET Core , a free, cross-platform and open-source application runtime. It was architected to provide an optimized development framework for apps that are deployed...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
curl
software
eye 0
favorite 0
comment 0
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features Curl is a command-line tool for transferring data specified with URLsyntax. Find out how to use curl by reading the curl.1 manpage or the MANUALdocument . Find out how to install Curlby reading the...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
datahub-project
software
eye 0
favorite 0
comment 0
The Metadata Platform for the Modern Data Stack DataHub: The Metadata Platform for the Modern Data Stack Built with ❤️ by Acryl Data and LinkedIn 🏠 Project Homepage: datahubproject.io Quickstart | Documentation | Features | Roadmap | Adoption | Demo | Town Hall 📣 Next DataHub town hall meeting on May 26th, 9am-10am PDT ( convert to your local time ) Topic Proposals: submit here Signup to get a calendar invite: here Town-hall Zoom link: zoom.datahubproject.io Meeting details &...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
imbushuo
software
eye 0
favorite 0
comment 0
A terrible application setting SV2 Efficiency Mode for inactive Windows apps and user background apps EnergyStar EnergyStar is a terrible* Windows application that leverages Windows EcoQoS API to throttle any inactive user process and background applications to improve system thermal and battery life, similar to the process management strategy on modern Apple macOS releases. See It In Action *: By saying terrible , I mean currently there are a few known limitations on track to be addressed. See...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
nv-tlabs
software
eye 0
favorite 0
comment 0
None Adversarial Skill Embeddings Code accompanying the paper:"ASE: Large-Scale Reusable Adversarial Skill Embeddings for Physically Simulated Characters" \(https://xbpeng.github.io/projects/ASE/index.html) \ Installation Download Isaac Gym from the website , thenfollow the installation instructions. Once Isaac Gym is installed, install the external dependencies for this repo: pip install -r requirements.txt ASE Pre-Training First, an ASE model can be trained to imitate a dataset of...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
juicedata
software
eye 0
favorite 0
comment 0
JuiceFS is a distributed POSIX file system built on top of Redis and S3. JuiceFS is a high-performance POSIX file system released under Apache License 2.0, particularly designed for the cloud-native environment. The data, stored via JuiceFS, will be persisted in object storage (e.g. Amazon S3), and the corresponding metadata can be persisted in various database engines such as Redis, MySQL, and TiKV based on the scenarios and requirements. With JuiceFS, massive cloud storage can be directly...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
enaqx
software
eye 0
favorite 0
comment 0
A collection of awesome things regarding React ecosystem Awesome React A collection of awesome things regarding the React ecosystem. React React General Resources React Community React Online Playgrounds React Tutorials React General Tutorials React Hooks React and TypeScript React Performance React Internals React Interview Questions React Tools React Development Tools React Frameworks React Styling React Routing React Component Libraries React Awesome Components React Testing React Libraries...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
huggingface
software
eye 0
favorite 0
comment 0
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. English | 简体中文 | 繁體中文 | 한국어 State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow 🤗 Transformers provides thousands of pretrained models to perform tasks on different modalities such as text, vision, and audio. These models can be applied on: 📝 Text, for tasks like text classification, information extraction, question answering, summarization, translation, text...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
solidjs
software
eye 0
favorite 0
comment 0
A declarative, efficient, and flexible JavaScript library for building user interfaces. Website • API Docs • Features Tutorial • Playground • Discord Solid is a declarative JavaScript library for creating user interfaces. Instead of using a Virtual DOM, it compiles its templates to real DOM nodes and updates them with fine-grained reactions. Declare your state and use it throughout your app, and when a piece of state changes, only the code that depends on it will rerun. Check out our...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
The Software Toolworks
software
eye 0
favorite 0
comment 0
Challenge Pack V1.0.0 RC4 Nine Exciting Games For One Incredible Price 1993 The Software Toolworks CD
Topics: Challenge Pack V1.0.0 RC4, Nine Exciting Games For One Incredible Price, 1993, The Software...
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
SanDisk Corporation
software
eye 0
favorite 0
comment 0
SanDisk ImageMate™ Installation CD Version 2.01 For: CompactFlash™ SmartMedia™ MultiMediaCard
Topics: sandisk, imagemate, cd, software, windows 95, windows 98, windows nt 4.0 workstation, windows 2000
Mac OS X Jaguar (version 10.2) is the third major release of macOS , Apple's desktop and server operating system . It superseded Mac OS X 10.1 and preceded Mac OS X Panther . The operating system was released on August 23, 2002 either for single-computer installations, and in a "family pack," which allowed five installations on separate computers in one household. Jaguar was the first Mac OS X release to publicly use its code name in marketing and advertisements. System requirements...
Topics: Apple, Mac, Mac OS X, Power PC, PowerBook, Power Mac, iBook, Software, eMac
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description The story begins with another moon appearing in our skies. No one has yet to find out why such a celestial occurrence came to be, but humanity has to keep on living. Three years since the event, Ryo Hamura is your unassuming high school guy when they are confronted by a strange girl who asks him to fight along side her. Without much else to say (nor much to be written beyond this information), our hero is drawn into a secret world of magic and intrigue. Additional Note: - Alice CD...
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description Lazlocke is a wizard belonging to the Wizard's society, the organization that manages the affairs between wizards. One day while he was going home he stumbled upon a girl being bullied by magic students. He decided to intervene but before he manages to do so, the other party lost interest and left. He then went to the now alone girl and apologized on their behalf as a wizard. The girl asked if he's a wizard and implored him to teach her magic. Naturally he refused and told her to go...
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description Schwarzschild GXR is a strategy game, developed and published by Kogado Studio.
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description The year is 2005 in Japan. The world has received word that aliens shall invade Earth. Therefore, Japan set up a robot group called Yugoku to fend off the aliens when they come. However, the aliens never came, so Yugoku was all for nothing. Meanwhile, the Japanese government was totally corrupted, and Yugoku decided to use their robot army to overthrow the government.
Topics: IBM PC, IBM PC Compatible, PC Game, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description In a High school of a fantasy world, students spend their time learning magic and sword fighting, training to be adventurers. At the botton of the school there's a special dungeon to test their skills. The protagonist is one of these students who want to become someday a great hero.
Topics: IBM PC, IBM PC Compatible, PC Game, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description People and nail people share the same continent and are in constant struggle against each other. At some point a relative peace has been settled and both populations continued to coexist in several smaller nations. The stage is Altair Kingdom. Jam Rock is a famous swordsman. One day on the way home from the swordsmen dojo, he helped a girl chased by suspicious men. She only remembered her name - Minwi. She turned out to be a shrine maid of Zainhad Temple and her memory was sealed...
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description JRPG game from BAROQUE studio. Additional Note: - Soundtrack CD is Not preset.
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description The Fairy Gods series continues! The Shikigami Sisters Kumi and Koukaku are called back to the Fairy Village, and Jango must accompany them or risk losing them forever. What they find along the way are danger, betrayal, and Jango's confrontation with an ancient legend! The plans of the Organization are laid bare, and the deep bonds between Jango and his Fairies, especially dear Kumi, are sorely tested in the conclusion of the Fairy Gods series.
Topics: IBM PC, IBM PC Compatible, PC Game, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description Mahjong game with visual novel elements from Apollocreate studio.
Topics: IBM PC, IBM PC Compatible, PC Game, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description Yuji Takeda is an unpopular actor who can not sell. During the shooting of a historical drama, he is struck by lightning and he find himself in a parallel world similar to the drama that was shot - Sengoku period full of ninja and samurai.
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description The protagonist, Leopard (Leo) is a disciple of Batch, the genius monster tamer, yet he can't even tame weak monsters yet. One day he meets with a monster girl, Captain Vanilla, who asks for his help and teleports him to a mysterious island. This island is created by Baron Squid as his personal paradise. He abducted monster girls from all over the world to chose one to be his wife. These monster girls, unable to defeat Baron Squid themselves, decided to ask Batch for help, but...
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description Main character is a reincarnation of a legendary hero. He has no choice but to save a different world by collecting crystals, rescuing damsels in distress and defeating the demon king.
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description Main character Kentaro travels the country in search of stations not visited and station bentos not tasted yet. He does not have money to pay for station bento, so he pays with body and attacks the sales girl. It turns out that Kentaro is being watched by a mysterious "Senior upper alliance" organization. They are outraged that Kentaro was doing that right at the station depot, so now they are sending thugs after Kentaro one by one.
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 1
comment 0
Description A mysterious space creature, 'The Cosmic Man,' tries to save the earth from bad space monsters. In the year 21XX, Bad monsters from space threaten our peaceful life on earth. The Cosmic Man suddenly appears and beats the monsters. Cooperating with the earth defense organization, 'CAT (Cancer Attack Team)', Cosmic Man begins to get rid of the damage. People start to see the fighting Cosmic Man and space monsters on a daily basis. One day, a bad monster comes from space and destroys a...
Topics: IBM PC, IBM PC Compatible, PC Game, Redump, Redump.org, Software, VGDB, VGPC
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
Herps
texts
eye 0
favorite 0
comment 0
Dutch Software Magazine with info about Msx , Amiga , Pc & Atari Software
Topics: Software, Pc, Magazine, Dutch
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
imo
software
eye 0
favorite 0
comment 0
imo is a global instant communication platform aiming to provide the most convenient, interactive and fun way for people to connect. Through accessible audio and video communication services,we connect over 200million users in 62 languages,across more than 170 countries and regions around the world.
Topics: free messaging software, free international call
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
software
eye 0
favorite 0
comment 0
Try DataOne to get ecommerce analytics for multiple marketplaces and brands under one dashboard. Get realtime sku level analytics, amazon sales reports and inventory reports with DataOne.
Topics: ecommerce inventory management software, amazon revenue calculator, Ecommerce Analytics tool
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
TheAlgorithms
software
eye 0
favorite 0
comment 0
All Algorithms implemented in Python The Algorithms - Python All algorithms implemented in Python - for education Implementations are for learning purposes only. As they may be less efficient than the implementations in the Python standard library, use them at your discretion. Getting Started Read through our Contribution Guidelines before you contribute. Community Channels We're on Discord and Gitter ! Community channels are great for you to ask questions and get help. Please join us! List of...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
craftzdog
software
eye 0
favorite 0
comment 0
My personal dotfiles Takuya's dotfiles Warning : Don’t blindly use my settings unless you know what that entails. Use at your own risk! Looking for a Markdown note-taking app? Check out my app called Inkdrop Contents vim (NeoVim) config tmux config git config fish config PowerShell config Neovim setup Requires Neovim (>= 0.7) wbthomason/packer.nvim - A plugin manager for Neovim svrana/neosolarized.nvim - A truecolor, solarized dark colorscheme nvim-lualine/lualine.nvim - A blazing fast...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
hasura
software
eye 0
favorite 0
comment 0
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events. Hasura GraphQL Engine Hasura is an open source product that accelerates API development by 10x by giving you GraphQL or REST APIs with built in authorization on your data, instantly. Read more at hasura.io and the docs . Features Make powerful queries : Built-in filtering, pagination, pattern search, bulk insert, update, delete mutations Works with existing, live...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
jwasham
software
eye 0
favorite 0
comment 0
A complete computer science study plan to become a software engineer. Coding Interview University I originally created this as a short to-do list of study topics for becoming a software engineer, but it grew to the large list you see today. After going through this study plan, I got hired as a Software Development Engineer at Amazon ! You probably won't have to study as much as I did. Anyway, everything you need is here. I studied about 8-12 hours a day, for several months. This is my story:...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
toeverything
software
eye 0
favorite 0
comment 0
There can be more than Notion and Miro. Affine is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. AFFiNE.PRO The Next-Gen Knowledge Base to Replace Notion & Miro. Planning, Sorting and Creating all Together. Open-source, Privacy-First, and Free to use. [all-contributors-badge]: https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square[![All...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
Baiyuetribe
software
eye 0
favorite 0
comment 0
Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术 Paper2GUI 🚀🚀🌟: 让每个人都简单方便的使用前沿人工智能技术 Paper2GUI:...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
duckdb
software
eye 0
favorite 0
comment 0
DuckDB is an in-process SQL OLAP Database Management System DuckDB DuckDB is a high-performance analytical database system. It is designed to be fast, reliable and easy to use. DuckDB provides a rich SQL dialect, with support far beyond basic SQL. DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs), and more. For more information on the goals of DuckDB, please refer to the Why DuckDB page on our website . Installation If...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
RalfJung
software
eye 0
favorite 0
comment 0
A precise specification for "Rust lite / MIR plus" MiniRust MiniRust is the cornerstone of my vision for a normative specification of Rust semantics.It is an idealized MIR-like language with the purpose of serving as a "core language" of Rust.This is part of a larger story whose goal is to precisely specify the operational behavior of Rust, i.e., the possible behaviors that a Rust program might have when being executed:the behavior of a Rust program is defined by first...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
datahub-project
software
eye 0
favorite 1
comment 0
The Metadata Platform for the Modern Data Stack DataHub: The Metadata Platform for the Modern Data Stack Built with ❤️ by Acryl Data and LinkedIn 🏠 Project Homepage: datahubproject.io Quickstart | Documentation | Features | Roadmap | Adoption | Demo | Town Hall 📣 Next DataHub town hall meeting on May 26th, 9am-10am PDT ( convert to your local time ) Topic Proposals: submit here Signup to get a calendar invite: here Town-hall Zoom link: zoom.datahubproject.io Meeting details &...
Topics: GitHub, code, software, git
0
0.0
Aug 11, 2022
08/22
Aug 11, 2022
by
microsoft
software
eye 0
favorite 0
comment 0
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib. :newspaper: What's NEW! :sparkling_heart: Recent released features| Feature | Status || -- | ------ || HIST and IGMTF models | :chart with upwards...
Topics: GitHub, code, software, git