#
ward
Here are 11 public repositories matching this topic...
Scrapes the web serial Worm and its sequel Ward into an eBook format
-
Updated
May 28, 2022 - JavaScript
Global illumination technical demo - a continuation of the Synesthesia3D (ex-LibRenderer) graphics engine used in https://github.com/iftodebogdan/ShaderEditor
bloom
graphics-engine
global-illumination
bokeh
brdf
motion-blur
deferred-rendering
tech-demo
shadow-mapping
physically-based-rendering
hdr
directx-9
screen-space-reflections
cook-torrance
blinn-phong
anamorphic-lens-flare
filmic-tone-mapping
ashikhmin-shirley
ward
volumetric-lighting
-
Updated
Jan 21, 2022 - C++
-
Updated
Feb 3, 2020 - JavaScript
This is Kenya's Administrative data-dump that I harvested after developing a web-scrapper. I do hope that it will help someone like me in times of need.
-
Updated
Jan 29, 2018
Agrupamento de filmes que possuem até três gêneros diferentes, usando K-médias, K-medóides e agrupamentos hierárquicos.
-
Updated
Feb 27, 2022
A simple example of data clustering using scikit learn.
-
Updated
Jun 22, 2022 - Python
Improve this page
Add a description, image, and links to the ward topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ward topic, visit your repo's landing page and select "manage topics."
We need a page in the docs that tell users that to mock they should use
from unittest import mock.We should note that the
mock.patchdecorators don't currently work, and that we need to use the context managers instead.