COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211016084813/https://github.com/topics/prop
Here are
61 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
Oct 15, 2021
TypeScript
Recomputable computed properties
Updated
Sep 21, 2021
JavaScript
Prop Hunt X for Garry's Mod - Modernized and Customisable Version of Classic Prop Hunt.
Fast library for manipulating plain objects using paths.
Updated
Jul 18, 2020
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
Prop actions for example falling snow or leaves or just moving props or elements with mousemove in pure javascript.
Updated
Jul 15, 2021
JavaScript
Return a property descriptor for an object's own property.
Updated
Sep 6, 2021
JavaScript
React hook for remembering a previous value.
Updated
Jan 24, 2020
TypeScript
Prop Gun Sight Using Face Tracking A.I.
Updated
Aug 15, 2019
Python
Define a non-enumerable read-only property.
Updated
Oct 6, 2021
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
Sep 7, 2021
Makefile
Test whether an object contains a nested key path, either own or inherited.
Updated
Sep 7, 2021
JavaScript
Test if an object has an inherited property.
Updated
Sep 7, 2021
Makefile
Test if an object's own property is configurable.
Updated
Sep 7, 2021
Makefile
Get a nested property value.
Updated
Sep 6, 2021
JavaScript
Define a read-write accessor.
Updated
Oct 6, 2021
Makefile
Test if an object's own property is readable.
Updated
Sep 7, 2021
Makefile
Test if an object's own property is writable.
Updated
Sep 7, 2021
Makefile
Define a non-enumerable write-only accessor.
Updated
Oct 6, 2021
Makefile
Test if an object has a specified property.
Updated
Sep 7, 2021
Makefile
Return a property descriptor for an object's own or inherited property.
Updated
Sep 6, 2021
Makefile
Define a configurable read-only accessor.
Updated
Oct 6, 2021
Makefile
Define (and/or modify) object properties.
Updated
Sep 6, 2021
Makefile
Test if an object has a specified method name.
Updated
Sep 7, 2021
Makefile
Updated
Jun 3, 2018
JavaScript
Move a property from one object to another object.
Updated
Sep 5, 2021
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.