GitHub topics: right
Songbingzhi628/SolutionManualForLADR4e
《线性代数应该这样学》资料:第2/3/4版习题答案、课文补注
Language: TeX - Size: 93.5 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 15 - Forks: 1

nodef/extra-string
A string utility package for manipulation, analysis, comparison, transformation, n-grams, and similarity metrics.
Language: TypeScript - Size: 440 KB - Last synced at: 9 days ago - Pushed at: 12 days ago - Stars: 7 - Forks: 1

stdlib-js/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Language: JavaScript - Size: 944 KB - Last synced at: 3 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Language: JavaScript - Size: 915 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

johndatserakis/vue-simple-context-menu
📌 Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.
Language: Vue - Size: 1.77 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 238 - Forks: 55

stdlib-js/utils-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Language: JavaScript - Size: 823 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Language: JavaScript - Size: 953 KB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Language: JavaScript - Size: 949 KB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Language: JavaScript - Size: 2.91 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Language: JavaScript - Size: 914 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Language: JavaScript - Size: 958 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/string-base-right-pad
Right pad a string.
Language: JavaScript - Size: 268 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Language: JavaScript - Size: 946 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/string-pad
Pad a string.
Language: JavaScript - Size: 1.24 MB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
Language: JavaScript - Size: 879 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

jednano/postcss-triangle
PostCSS plugin to create a triangle.
Language: TypeScript - Size: 104 KB - Last synced at: 16 days ago - Pushed at: over 7 years ago - Stars: 59 - Forks: 3

jonschlinkert/align-text
Align the text in a string.
Language: JavaScript - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 52 - Forks: 11

anlijiu/d3-mindmap
Language: JavaScript - Size: 755 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 1

stdlib-js/utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Language: JavaScript - Size: 960 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

fabiospampinato/ansi-pad
A couple tiny functions for padding a string that may contain ANSI escape sequences.
Language: JavaScript - Size: 4.88 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Arobases-Sylius-Plugins/ArobasesSyliusRightsManagementPlugin
Rights and roles management for Sylius
Language: PHP - Size: 246 KB - Last synced at: 23 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 5

stdlib-js/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Language: JavaScript - Size: 1010 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

ConsumerDataStandardsAustralia/standards-maintenance
This repository houses the interactions, consultations and work management to support the maintenance of baselined components of the Consumer Data Right API Standards and Information Security profile.
Language: HTML - Size: 392 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 41 - Forks: 9

stdlib-js/utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.
Language: JavaScript - Size: 933 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/string-right-pad
Right pad a string.
Language: JavaScript - Size: 989 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Language: JavaScript - Size: 932 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-key-by-right
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
Language: JavaScript - Size: 919 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

lindulamaratunga/SQL-Joins
Joining Tables in SQL
Size: 6.84 KB - Last synced at: 28 days ago - Pushed at: 9 months ago - Stars: 12 - Forks: 2

vishalkalola1/SideMenu
SideMenu
Language: Swift - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

sukibaby/RestoreRightClickMenu
Most lightweight & minimal way to restore the old right click menu in Windows 11
Language: Batchfile - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

naseemakhtar994/android-outside-activity Fork of S64/android-outside-activity
Language: Java - Size: 244 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

cgcym1234/YYRefresh
支持上下左右四个方向的刷新控件,Swifty!!!
Language: Swift - Size: 149 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 23 - Forks: 2

ninadkan/Cloudnomics
The economics of public cloud
Language: Shell - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wooorm/trim-trailing-lines
Remove final newline characters from a string
Language: JavaScript - Size: 56.6 KB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

nerun/lawhub
Legal texts, laws and translations to brazillian portuguese.
Language: TeX - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

naseemakhtar994/Drawer-Behavior Fork of shiburagi/Drawer-Behavior
Drawer behavior is a library that provide a extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
Language: Java - Size: 4.76 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

afeiship/wsui-layout-trbla
Simply flexable trbla layout for wsui.
Language: SCSS - Size: 28.3 KB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

jonschlinkert/right-align
Right-align the text in a string.
Language: JavaScript - Size: 121 KB - Last synced at: 23 days ago - Pushed at: about 7 years ago - Stars: 19 - Forks: 5

native-ly/marginally-pudding
🍮 Create margins and paddings in React Native in the way well known from CSS
Language: TypeScript - Size: 1.15 MB - Last synced at: 29 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

JB1905/s-trimmer 📦
🚀 Format spaces from the left and right end of a string and between strings
Language: TypeScript - Size: 557 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

workhard-finance/starter
Build an application for your DAO on WHF
Language: TypeScript - Size: 181 KB - Last synced at: 22 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 2

native-ly/native-positioning 📦
🧭 Set the positioning of the React Native component in one line of code
Language: TypeScript - Size: 583 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

joanllenas/ts.data.either
A Typescript implementation of the Either data type
Language: TypeScript - Size: 30.3 KB - Last synced at: about 1 hour ago - Pushed at: about 5 years ago - Stars: 15 - Forks: 1

DataAccess2020/Capstone_Taddei_Ita_Right
This first introductive work tries to highlight and recreate the Itliaian "Right" network. Especially in this period (after the last victory of the Right-wing Coalition), in many case we heard talking about some return to Fascism. But it is really the case? And how and how much are the Far-right and Right-wing connected in Italy?
Language: HTML - Size: 28.6 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fanta1ty/TRightImageButton
TRightImageButton is a simple and flexible UI component fully written in Swift. TRightImageButton is developed to help programmers create a button with right image quickly without having to write many lines of codes.
Language: Swift - Size: 68.4 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

smellyshovel/vue-custom-context-menu
A Vue.js plugin for building custom 🖱️ Context Menus. Automatically adjusts position and supports nested Context Menus out of the box
Language: Vue - Size: 1.32 MB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

MaximeGuinard/C-RightClick_SteamId
📌 To right click copy steam id for game garry's mod
Language: Lua - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldogeanu/right-type
A simple utility for checking JavaScript types.
Language: JavaScript - Size: 907 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Jackade/start1 Fork of AhmadRM24/full
for test
Language: HTML - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

vincentlaucsb/UCSB-MATH-108---Linear-Algebra
Review sheets for an advanced linear algebra course
Language: TeX - Size: 578 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

leopheard/ChannelZeroNetwork
Kodi / XBMC / Firestick audio addon for the Channel Zero Network podcasts
Language: Python - Size: 969 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jonschlinkert/pad-right
Right pad a string with zeros or a specified string. Fastest implementation.
Language: JavaScript - Size: 142 KB - Last synced at: 1 day ago - Pushed at: over 9 years ago - Stars: 14 - Forks: 1

brian-emarquez/Right-Click-Menu-Popups
Python Tkinter - RightClcikMenuPopups
Language: Python - Size: 390 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

msarsha/angular-rightclick-contextmenu
Right click context menu for angular 1.5
Language: JavaScript - Size: 43.9 KB - Last synced at: 17 days ago - Pushed at: about 8 years ago - Stars: 10 - Forks: 1

iosdec/LRString
(L)left(R)ight(String) Generator for Xcode (Objective-C) - useful for receipts.
Language: Objective-C - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

programizer/horizontal-scroll-xbindkeys
Scroll horizontally with appropriate mouse wheel xkeybindings configuration. Especially useful for LibreCalc.
Language: Shell - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Laphatize/monero Fork of monero-project/monero
Fork2MakeMyOwn
Language: C++ - Size: 135 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
