FrostyFeng's repositories

cpython

The Python programming language

Language:PythonLicense:NOASSERTIONStargazers:1Issues:0Issues:0

codecombat

Game for learning how to code.

Language:CoffeeScriptStargazers:1Issues:0Issues:0

ironpython2

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).

Language:PythonLicense:Apache-2.0Stargazers:1Issues:0Issues:0

lcc

The lcc retargetable ANSI C compiler

Language:CStargazers:0Issues:0Issues:0

CRYENGINE

CRYENGINE is a powerful real-time game development platform created by Crytek.

Language:C++License:NOASSERTIONStargazers:1Issues:0Issues:0

niagara

A Vulkan renderer written from scratch on stream

Language:C++License:MITStargazers:1Issues:0Issues:0

legoev3

LEGO MINDSTORMS EV3 API for .NET

Language:C#License:Apache-2.0Stargazers:0Issues:0Issues:0

ArduinoDriver

A .NET library for controlling an Arduino board directly through a USB (serial) connection.

Language:C#License:MITStargazers:0Issues:0Issues:0

nppPluginManager

Notepad++ Plugin Manager

Language:C++License:GPL-2.0Stargazers:1Issues:0Issues:0
Language:C++License:BSD-3-ClauseStargazers:1Issues:0Issues:0

gltut

Learning Modern 3D Graphics Programming

Language:C++License:NOASSERTIONStargazers:1Issues:0Issues:0

GettingStartedWithRTXRayTracing

Getting Started with RTX Ray Tracing

Language:C++License:BSD-3-ClauseStargazers:1Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:PythonLicense:NOASSERTIONStargazers:1Issues:0Issues:0

ArduinoSketchUploader

A .NET library and a command line utility to upload a compiled sketch (. HEX file) directly to an Arduino board.

Language:C#License:MITStargazers:0Issues:0Issues:0

AI-FlappyBird

FlappyBird Using Genetic Algorithm and Neural Networks: In this project, we have implemented an AI for the Flappy Bird which makes the computer play the game much more efficient as compared to what a normal human being can do. We have achieved these goals using Genetic Algorithms with an underlying Neural Network Architecture. You can see this project in youtube: https://youtu.be/IWwaMLeiYp4 . Implmentation: 1) Neural Network: we have neural network with five nodes, one for Bird Position and one for Velocity and one for Distance between next pipe and one for Upper pipe height and finally for Lower pipe height. There is one output means perform flap and else do nothing and without any hidden layer. Each node uses the sigmoid function as its activation function. 2) Genetic Algorithm: We sort the individuals of the current generation in decreasing order of their fitness values, then we get top 25% directly to the next generation. Then we do cross-over and add them to next generation. References: https://www.cse.iitb.ac.in/~aviral/reportFlappy.pdf https://medium.com/towards-data-science/neural-network-plays-flappy-bird-e585b1e49d97

Language:C#Stargazers:0Issues:0Issues:0

queue-ts

A promise based worker queue with limited concurrency

Language:TypeScriptLicense:MITStargazers:1Issues:0Issues:0

Vulkan-Cookbook

Code repository for Vulkan Cookbook by Packt

Language:C++License:MITStargazers:1Issues:0Issues:0

vulkan-tutorial

This is a series of tutorials on Vulkan, include all example projects which step by step.

Language:C++License:MITStargazers:1Issues:0Issues:0

pnet

.NET C Compiler

Language:C#Stargazers:0Issues:0Issues:0

Arduino

C# .NET - Arduino library supporting simultaneous serial ASCII, Firmata and I2C communication

Language:C#License:BSD-2-ClauseStargazers:0Issues:0Issues:0

dijkstras-algorithm

Implementations of Dijkstra's shortest path algorithm in different languages

Language:JavaStargazers:1Issues:0Issues:0

C-Compiler

A C compiler written in C#

Language:C#License:MITStargazers:0Issues:0Issues:0

D3DSamples

Direct3D feature samples

Language:C++License:NOASSERTIONStargazers:1Issues:0Issues:0