own
There are 127 repositories under own topic.
buhe/bugu-computer
💻 Build own computer by fpga.
Novusvetus/Novusvetus
This is very special! 😉
webfacer/billoWrap
billoWrap using the http://billomat.com Api
DevAlien/react-native-rating-simple
Simple react native rating stars
Aditya-Vishwa/AdiSearXNG
My Private Search Engine
DieTime/simple-shell
Simple shell implementation on C with background tasks
stdlib-js/utils-nonenumerable-property-names
Return an array of an object's own non-enumerable property names.
stdlib-js/utils-property-descriptor
Return a property descriptor for an object's own property.
xmas7/raindrops
Node of this code is audited yes use that at your own risk.
catcat0921/CaiNiaoPrintTool
菜鸟打印组件绕过域用户权限
deknowny/middletools
This python library allows you integrate `async-await` middleware-based system to your project
stdlib-js/assert-is-accessor-property-in
Test if an object's own or inherited property has an accessor descriptor.
stdlib-js/assert-is-configurable-property
Test if an object's own property is configurable.
stdlib-js/assert-is-data-property-in
Test if an object's own or inherited property has a data descriptor.
stdlib-js/assert-is-enumerable-property-in
Test if an object's own or inherited property is enumerable.
stdlib-js/assert-is-nonconfigurable-property-in
Test if an object's own or inherited property is non-configurable.
stdlib-js/assert-is-nonenumerable-property-in
Test if an object's own or inherited property is non-enumerable.
stdlib-js/assert-is-read-only-property
Test if an object's own property is read-only.
stdlib-js/assert-is-read-write-property-in
Test if an object's own and inherited property is readable and writable.
stdlib-js/assert-is-readable-property
Test if an object's own property is readable.
stdlib-js/assert-is-writable-property
Test if an object's own property is writable.
stdlib-js/assert-is-write-only-property-in
Test if an object's own or inherited property is write-only.
stdlib-js/utils-common-keys-in
Return the common own and inherited property names of two or more objects.
stdlib-js/utils-entries
Return an array of an object's own enumerable property key-value pairs.
stdlib-js/utils-entries-in
Return an array of an object's own and inherited enumerable property key-value pairs.
stdlib-js/utils-enumerable-properties
Return an array of an object's own enumerable property names and symbols.
stdlib-js/utils-keys-in
Return an array of an object's own and inherited enumerable property names.
stdlib-js/utils-nonenumerable-properties
Return an array of an object's own non-enumerable property names and symbols.
stdlib-js/utils-nonenumerable-property-names-in
Return an array of an object's own and inherited non-enumerable property names.
stdlib-js/utils-nonenumerable-property-symbols-in
Return an array of an object's own and inherited non-enumerable symbol properties.
stdlib-js/utils-properties
Return an array of an object's own enumerable and non-enumerable property names and symbols.
stdlib-js/utils-property-symbols
Return an array of an object's own symbol properties.
stdlib-js/utils-writable-properties
Return an array of an object's own writable property names and symbols.
stdlib-js/utils-writable-property-names-in
Return an array of an object's own and inherited writable property names.
stdlib-js/utils-writable-property-symbols-in
Return an array of an object's own and inherited writable symbol properties.