Here are
67 public repositories
matching this topic...
DatX is an opinionated JS/TS data store. It features support for simple property definition, references to other models and first-class TypeScript support.
Updated
May 24, 2022
TypeScript
WSDM'2021, PROP and SIGIR'2021,B-PROP
Updated
Nov 29, 2021
Python
Recomputable computed properties
Updated
Apr 11, 2022
JavaScript
Prop Hunt X for Garry's Mod - Modernized and Customisable Version of Classic Prop Hunt.
A simple to use tool that helps you make the files needed for prop combine to work in cs:go
Updated
Mar 26, 2022
JavaScript
Fast library for manipulating plain objects using paths.
Updated
Apr 15, 2022
JavaScript
Deletes penetrating props when the servers lags. Therefore, should prevent prop spammers.
Stuff from my time at the Informatics Faculty of Barcelona as a student
Updated
Aug 20, 2018
HTML
Kakuro game developed in PROP subject in FIB-UPC
Prop actions for example falling snow or leaves or just moving props or elements with mousemove in pure javascript.
Updated
Nov 4, 2021
JavaScript
Define a read-write accessor.
Updated
May 1, 2022
Makefile
Move a property from one object to another object.
Updated
May 1, 2022
Makefile
Return a property descriptor for an object's own property.
Updated
May 1, 2022
JavaScript
React hook for remembering a previous value.
Updated
May 5, 2022
TypeScript
Prop Gun Sight Using Face Tracking A.I.
Updated
Aug 15, 2019
Python
Define a non-enumerable read-only property.
Updated
May 1, 2022
Makefile
Define a non-enumerable write-only accessor.
Updated
May 1, 2022
Makefile
Test if an object's own property is readable.
Updated
May 1, 2022
Makefile
Test if an object's own property is writable.
Updated
May 1, 2022
Makefile
Type-safe get function returns a nested value from an object.
Updated
Mar 2, 2019
TypeScript
Test if an object's own property is non-enumerable.
Updated
May 1, 2022
Makefile
🤷♂️ An anti-prop kill created 4 years ago I don't know if it's finished or not
Test if an object has an inherited property.
Updated
May 1, 2022
Makefile
Test whether an object contains a nested key path, either own or inherited.
Updated
May 1, 2022
JavaScript
Updated
May 1, 2022
JavaScript
Get a nested property value.
Updated
May 1, 2022
JavaScript
Test if an object's own property is configurable.
Updated
May 1, 2022
Makefile
Define a configurable read-only accessor.
Updated
May 1, 2022
Makefile
Improve this page
Add a description, image, and links to the
prop
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
prop
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi, I like your plugin, but it didn't work for me. The fact is that I tested it in Team Fortress 2, there is a special mode - the arena. They use a special hook to start the round.
But when I replaced it
if (!HookEventEx("round_start", Event_RoundStart))with it
if (!HookEventEx("arena_round_start", Event_RoundStart))it was all corrected.