A text based adventure game

This is text based adventure game Aditya binukumarSrishti SharmaShiva TripathiTanishq Tanwar Theme: HorrorObjective: Reach the bathroom, and return backCharacters: Player: 8 year old kid You wake up in the middle of the night to a deafening thunderclap and you are feeling thirsty, but you soon realize that not everything is as it seems in the house tonight. Where has everyone gone? Your family is missing and strange things are lurking in the shadows. GitHub View Github    

Read more

Framework to build and train RL algorithms

RayLink is a RL framework used to build and train RL algorithms. RayLink was used to build a RL framework, andtested in a large-scale multi-agent training environment. It can help you easily build your own workload.RayLink will connect every working node, and let you efficiently arrange your own dataflow. Because you can define anode type based on its functionality, all dataflow are more clear to researchers and developers. It’s based on ray for now, and it has implemented several new […]

Read more

Sqlconfig: manage your config files with sqlite

The problem Your app probably has a lot of configuration in git. Storing it as files in a git repo has a lot of advantages, including: Diffing Rollbacks Blame Branching However, flat files in a repo can get unwieldy: Different files need to be kept in sync with each other Bulk operations are challenging It’s easy to add invalid data They’re disorganized sqlconfig gives you all the advantages of config files stored in version control, with the power, flexibility and […]

Read more

Free and open-source digital preservation system designed to maintain standards-based, long-term access to collections of digital objects

By Artefactual Archivematica is a web- and standards-based, open-source application which allows your institution to preserve long-term access to trustworthy, authentic and reliable digital content. Our target users are archivists, librarians, and anyone working to preserve digital objects. You are free to copy, modify, and distribute Archivematica with attribution under the terms of the AGPLv3 license. See the LICENSE file for details. Installation Other resources Website: User and administrator documentation Wiki: Developer facing documentation, requirements analysis and community resources Issues: […]

Read more

Open source self-hosted web archiving

ArchiveBox is a powerful self-hosted internet archiving solution written in Python. You feed it URLs of pages you want to archive, and it saves them to disk in a variety of formats depending on setup and content within. ?  Run ArchiveBox via Docker Compose (recommended), Docker, Apt, Brew, or Pip (see below). apt/brew/pip3 install archivebox archivebox init # run this in an empty folder archivebox add ‘https://example.com’ # start adding URLs to archive curl https://example.com/rss.xml | archivebox add # or […]

Read more

Unknown Horizons official code repository

Unknown-Horizons based on Fifengine is no longer in development. We are porting it to Godot Engine. Please dont report any new bugs. Only bugfixes will get acepted for maybe an last release. Unknown Horizons is a 2D real time strategy simulation with an emphasis on economy and city building. Expand your small settlement to a strong and wealthy colony, collect taxes and supply your inhabitants with valuable goods. Increase your power with a well balanced economy and with strategic trade […]

Read more

Representing Rational Numbers With Python Fractions

The fractions module in Python is arguably one of the most underused elements of the standard library. Even though it may not be well-known, it’s a useful tool to have under your belt because it can help address the shortcomings of floating-point arithmetic in binary. That’s essential if you plan to work with financial data or if you require infinite precision for your calculations. Towards the end of this tutorial, you’ll see a few hands-on examples where fractions are the […]

Read more

Microsoft Translator: Now translating 100 languages and counting!

Today, we’re excited to announce that Microsoft Translator has added 12 new languages and dialects to the growing repertoire of Microsoft Azure Cognitive Services Translator, bringing us to a total of 103 languages! The new languages, which are natively spoken by 84.6 million people, are Bashkir, Dhivehi, Georgian, Kyrgyz, Macedonian, Mongolian (Cyrillic), Mongolian (Traditional), Tatar, Tibetan, Turkmen, Uyghur, and Uzbek (Latin). With this release, the Translator service  

Read more
1 2 3