Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: method

soenneker/soenneker.utils.method

A utility library providing various method() related operations

Language: C# - Size: 334 KB - Last synced: about 13 hours ago - Pushed: about 13 hours ago - Stars: 0 - Forks: 0

AsyncAF/AsyncAF

⁉️ AsyncAF (A.K.A. async-af, A.K.A. Async/Await Fun) - chainable asynchronous JavaScript methods that mirror their native counterparts and other tools for your asynchronous utility belt--zero dependencies

Language: JavaScript - Size: 2.16 MB - Last synced: 7 days ago - Pushed: 9 days ago - Stars: 12 - Forks: 3

pandaoh/js-xxx

[ http://x.biugle.cn ] Fed JavaScript Function Library. 前端 JavaScript 常用函数/工具/方法库,支持按需引入,方便抽离工具类等常用方法。

Language: HTML - Size: 9.2 MB - Last synced: 30 minutes ago - Pushed: 1 day ago - Stars: 39 - Forks: 5

ergebnis/http-method

📟 Provides a composer package with constants for HTTP request methods.

Language: PHP - Size: 3.07 MB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 89 - Forks: 2

soc221b/yup-extra 📦

yup-extra adds more useful methods that aren't included in the yup library

Language: TypeScript - Size: 92.8 KB - Last synced: 10 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

JuliaFEM/JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.

Language: Julia - Size: 95.2 MB - Last synced: 8 days ago - Pushed: 3 months ago - Stars: 239 - Forks: 66

youknowone/methodtools

Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.

Language: Python - Size: 24.4 KB - Last synced: 10 days ago - Pushed: 10 days ago - Stars: 70 - Forks: 10

unloggedio/intellij-java-plugin

IntelliJ plugin with java language support

Language: Java - Size: 298 MB - Last synced: 7 days ago - Pushed: 8 days ago - Stars: 12 - Forks: 1

mjstraughan/CubingHistory

A history of twisty puzzle contributions.

Language: JavaScript - Size: 144 MB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 1 - Forks: 1

Shamrat777/Bisection-Method

Language: Java - Size: 17.6 KB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

Shamrat777/False-Position-Method

Language: Java - Size: 18.6 KB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

Shamrat777/Scant-Method

Language: Java - Size: 17.6 KB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

Shamrat777/Gausian-Elimination

Language: Java - Size: 17.6 KB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

Shamrat777/Newton-Raphson-Method

Language: Java - Size: 17.6 KB - Last synced: 19 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 1

scaleupstack/metadata

Extendable PHP metadata analysis and pre-processing. Based on jms/metadata.

Language: PHP - Size: 61.5 KB - Last synced: 20 days ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

chocolateboy/Method-Lexical 📦

A perl pragma which adds support for private methods and lexical method overrides

Language: C - Size: 159 KB - Last synced: 21 days ago - Pushed: about 6 years ago - Stars: 2 - Forks: 2

Flask-Planet/EXA-JS-Fragmentation

Contains a working example of the Flask JS fragmentation method

Language: Python - Size: 23.4 KB - Last synced: 22 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

stdlib-js/assert-is-method

Test if an object has a specified method name.

Language: JavaScript - Size: 608 KB - Last synced: 20 days ago - Pushed: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-method-in

Test if an object has a specified method name, either own or inherited.

Language: JavaScript - Size: 794 KB - Last synced: 20 days ago - Pushed: 22 days ago - Stars: 2 - Forks: 0

RubyOnWorld/geometry

Classes and methods for the handling of all of the basic geometry that you learned in high school (and then forgot).

Language: Ruby - Size: 310 KB - Last synced: 23 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

floehopper/introspection

Dynamic inspection of the hierarchy of method definitions on a Ruby object.

Language: Ruby - Size: 45.9 KB - Last synced: 21 days ago - Pushed: 25 days ago - Stars: 6 - Forks: 4

InteractiveComputerGraphics/fenris

A library for advanced finite element computations in Rust

Language: Rust - Size: 1.33 MB - Last synced: 25 days ago - Pushed: 8 months ago - Stars: 104 - Forks: 6

rotsenmarcello/invokation

Invokation provides a mechanism to "wrap" a Java method invocation, capture its return value or exceptions and route them to a corresponding processor

Language: Java - Size: 18.6 KB - Last synced: 29 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Jacky0111/Python-Object-Oriented-Programming

Object-oriented programming (OOP) is a technique of conceptualizing about and structuring code for maximize reusability. I discover that there are lack of tutorial to guide us in building a standard object-oriented programming in Python. That's why I'm here. Please enjoy it!

Language: Python - Size: 35.2 KB - Last synced: 29 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

jamal-rahimzadegan/Utility

Utility functions for Javascript

Language: TypeScript - Size: 202 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 10 - Forks: 0

zhengcx/MethodTraceMan

用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)

Language: Kotlin - Size: 3.6 MB - Last synced: 15 days ago - Pushed: about 3 years ago - Stars: 1,616 - Forks: 213

mayankagnihotri7/tic-tac-toe_react

A game made by using React.

Language: JavaScript - Size: 4.1 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

jundayw/laravel-artisan-generator

laravel 脚手架,可自动生成基础业务所需控制器/模型/仓储/视图/验证器

Language: PHP - Size: 23.4 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

svtcore/aliexpress-global-switcher

Chrome extension that redirecting to the global version of a website (aliexpress.com) and displays pages with the selected country and currency

Language: JavaScript - Size: 268 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 8 - Forks: 2

guanruihua/rh-js-methods

工具方法

Language: TypeScript - Size: 588 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

harvanchik/Google-Scripts-Minecraft-API 📦

Scripts that allow you to return information about Minecraft players

Language: JavaScript - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

legopitstop/schemaser

Converts a Python class or method to a JSON schema.

Language: Python - Size: 18.6 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

kiding/SokIM

빠르고 매끄러운 한영 전환을 위한 새로운 macOS 입력기

Language: Swift - Size: 959 KB - Last synced: 22 days ago - Pushed: about 2 months ago - Stars: 184 - Forks: 4

hack0z/itrace

🍰 Trace objc method call for ios and mac

Language: C - Size: 55.2 MB - Last synced: 1 day ago - Pushed: about 5 years ago - Stars: 200 - Forks: 45

X-3306/New-Prompt-to-bypass-claude3

Out of boredom, I was thinking about how to bypass the security on Claude3, which probably has the best protection "against harmful content". And I came up with the idea that when the AI itself knows my question, but cannot say it, there is a chance to bypass the security, and it worked.

Size: 79.1 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

espressopp/espressopp

Main ESPResSo++ repository

Language: C++ - Size: 69.8 MB - Last synced: about 11 hours ago - Pushed: about 13 hours ago - Stars: 42 - Forks: 33

CheshireSmart/task_discount_method

Method to set parameters of discount from int value

Language: Java - Size: 1.95 KB - Last synced: about 2 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

MohamedUmar083/Day-6

Day-6 Tasks

Language: JavaScript - Size: 5.86 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

yiisoft/http

Handy HTTP utility such as method constants and status codes

Language: PHP - Size: 119 KB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 26 - Forks: 9

sakshikore16/33Sakshi_23-27_Sem-I_Python_20

🐍 Ready for a Python adventure? Explore our repository filled with 20 exciting class assignments! From loops to lists, master Python fundamentals while having fun along the way. Let's code with Pythonic flair! 🐍 #PythonAssignments

Language: Python - Size: 15.6 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

ethiffeault/eti

eti - Extended Type Information for c++

Language: C++ - Size: 181 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

rwu823/liu

:dizzy: Boshiamy Input Method in macOS 嘸蝦米輸入法

Language: Shell - Size: 2.87 MB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 43 - Forks: 30

nicolasbauw/lib-base64

A base64 (with padding) encoding library, which implements the encode() and decode() methods for the String and Vec<u8> types.

Language: Rust - Size: 43.9 KB - Last synced: 28 days ago - Pushed: 2 months ago - Stars: 1 - Forks: 1

CameliaCalin/OOP-PROGRAMIZ.PRO

🚀 Excited to tackle challenges on Programiz.pro using Java! I'm committed to solving each problem with determination and sharing my journey with the community. Let's embark on this exciting adventure together! 💻🔍🌟

Language: Java - Size: 9.77 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Peaky-XD/method

Facebook - Login Method

Size: 25.4 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

subhadip-saha/Core-Java

Core Java is the part of Java programming language that is used for creating or developing a general-purpose application.

Language: Java - Size: 85 KB - Last synced: 2 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

qhd/ANYMethodLog

Log any method call of object in Objective-C

Language: Objective-C - Size: 632 KB - Last synced: about 1 month ago - Pushed: almost 2 years ago - Stars: 422 - Forks: 103

Alorel/bound-decorator

A TypeScript/ES7 decorator for automatically binding methods to the class instance

Language: TypeScript - Size: 516 KB - Last synced: 9 days ago - Pushed: 5 months ago - Stars: 4 - Forks: 1

RomanQed/jeflect

A set of utilities designed to interact with reflection and speed up it.

Language: Java - Size: 250 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

marcocesarato/PHP-Markdown-Docs

This package can convert PHPDoc comments from classes into Markdown. It can parse a class file with a given file name and extracts the documentation of its functions and variables that it may contain in PHPDoc format. The package can convert the extracted documentation into a file in Markdown format.

Language: PHP - Size: 27.3 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 14 - Forks: 6

yakuter/go-interfaces

This repos has lots of Go interface usage and best practice examples

Language: Go - Size: 10.7 KB - Last synced: 11 days ago - Pushed: over 3 years ago - Stars: 120 - Forks: 15

alecrabbit/php-sneaky-peek

Function to access private properties and methods

Language: PHP - Size: 122 KB - Last synced: 2 days ago - Pushed: 17 days ago - Stars: 0 - Forks: 0

mehmetutuncu/TrustedShopsDe

Personal project pulling company data from https://www.trustedshops.de

Language: Python - Size: 13.7 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

UniPD-DII-ETCOMP/FFT-NLIE

This directory contains a FFT-NLIE code for extracting inducatnce of non-linear inductors

Language: MATLAB - Size: 555 KB - Last synced: 3 months ago - Pushed: about 1 year ago - Stars: 6 - Forks: 1

ramaesshh/LinkedList

This contains LinkedList practice codes

Language: JavaScript - Size: 1000 Bytes - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

ishanshah018/java-Test-3-QB-Solution-SEM_1

JAVA QB SOLUTIONS

Language: Java - Size: 42 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

florent37/WormHole 📦

WormHole allows to share classes between Flutter and Native Platform (android / ios)

Language: Dart - Size: 15.8 MB - Last synced: 21 days ago - Pushed: over 4 years ago - Stars: 34 - Forks: 2

jakobschumacher/systematic-review

A webpage about how to make a systematic review

Language: CSS - Size: 6.37 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

JonathanCrabbe/Simplex

This repository contains the implementation of SimplEx, a method to explain the latent representations of black-box models with the help of a corpus of examples. For more details, please read our NeurIPS 2021 paper: 'Explaining Latent Representations with a Corpus of Examples'.

Language: Python - Size: 1010 KB - Last synced: 9 days ago - Pushed: over 1 year ago - Stars: 22 - Forks: 8

aim42/aim42

public repository for the "architecture improvement method reference"

Language: CSS - Size: 31.5 MB - Last synced: 2 months ago - Pushed: 3 months ago - Stars: 206 - Forks: 56

nix97/nix

Numerical methods-PDEs-ODEs-Matrix-Math-Cryptography

Language: C# - Size: 34.8 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

sebastiaanluca/php-pipe-operator

Method chaining for any value using any method.

Language: PHP - Size: 72.3 KB - Last synced: 19 days ago - Pushed: over 1 year ago - Stars: 283 - Forks: 13

alii/azs

🤓 Amplify Zod schemas with methods

Language: TypeScript - Size: 1.83 MB - Last synced: 21 days ago - Pushed: 4 months ago - Stars: 328 - Forks: 5

mohsin0176/Core-Java

A Basic Practise about almost all about Java Basics ---- Fundamentals,Var&DataTypes,Operator&Expressions,Selection,Iteration,Arrays,Method&Functions,Class&Objects,Inheritance,Packages,Interfaces,Exception_Handling,Multi_Threading,Enumeration_Wrapper_Classes,Math_Lib_Function,String_StringBuffer,Applets,Graphics,EventHanding,AbstarctWindowToolkit,Swing,JavaDBconnectivity,I/O Stream,Remote method Invocation,NetworkProgramming,Generics,CollectionClasses,Reflection,NestedClasses,Java Beans

Language: Java - Size: 1.14 MB - Last synced: 3 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

winfaredev/HTTP-BROWSER

HTTP-BROWSER layer 7 attack method bypassing Cloudflare JS Challenges and HTTP-DDOS ruleset.

Size: 48.8 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 4 - Forks: 0

shubhrakantighosh/Go

Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.

Language: Go - Size: 62.6 MB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

EKGF/ekg-method

The Use Case Tree Method for EKG

Language: Makefile - Size: 7.2 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 1

R3CI/Saturrn

A tool with features that will make your life easier and better.

Language: Python - Size: 18.6 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

sc0v0ne/Method-Replace-Inline-Code-With-Function-Call

The Replace Inline Code with Function Call method demonstrates functions as code improvements.

Language: Python - Size: 247 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

cxxsheng/profiler

A tool to trace java method dynamically for android application.

Language: Java - Size: 42 MB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 34 - Forks: 13

abandonjs/abandonjs

常用 js/ ts 方法工具包

Language: TypeScript - Size: 989 KB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 4 - Forks: 0

bitsnap/babel-plugin-lodash-magic-import 📦

cherry picks your lodash methods

Language: JavaScript - Size: 374 KB - Last synced: 26 days ago - Pushed: about 4 years ago - Stars: 6 - Forks: 0

nqntmqmqmb/stegme

A hand-crafted method of steganography

Language: Python - Size: 15.6 KB - Last synced: 5 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

PerrchicK/flutter-native-bridge-demo-implementation

An implementation of a native bridge that saves and gets information from the native secured data store

Language: Swift - Size: 170 KB - Last synced: 5 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 1

touunix/Simple_iteration_method

Simple_iteration_method | Metoda iteracji prostej

Language: MATLAB - Size: 4.88 KB - Last synced: 5 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

AhmedTarekHasan/MethodParametersInDotNetExplanation

Different ways of passing parameters to a .NET C# method.

Language: C# - Size: 787 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

darky/ts-multimethod

TypeScript multimethods inspired by Clojure multimethods

Language: TypeScript - Size: 30.3 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

gtambara/2d-heat-transfer-conduction-simulation

Project developed for the discipline of Heat and Mass Transfer based on the transient simulation of a 2D surface with specific initial conditional parameters of temperature. The discretization of the equations are done by the use of the finite element method.

Language: Python - Size: 21.5 KB - Last synced: 4 months ago - Pushed: almost 2 years ago - Stars: 10 - Forks: 0

AlexDs20/Fluid-Simulation

An incompressible fluid simulation in C++

Language: C++ - Size: 6.58 MB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

liuwake/CodingStandards

Coding and Living

Size: 1.14 MB - Last synced: 6 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

danilppzz/Discord-Decode-Method

This is the method that discord use in the permissions when u get an invite link with scopes and bot id.

Language: JavaScript - Size: 665 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

alexrintt/dartf

Superpowers for Dart. Collection of useful static extension methods. Hard fork of dartx and many others.

Language: Dart - Size: 105 KB - Last synced: 21 days ago - Pushed: 7 months ago - Stars: 6 - Forks: 1

maurosampietro/UltraMapper.CommandLine

A commandline parser supporting direct method calls taking as input an unlimited number of primitive and complex-type parameters

Language: C# - Size: 241 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

grantcarthew/node-console-probe

Inspect JavaScript object methods and properties in the console.

Language: JavaScript - Size: 686 KB - Last synced: 3 days ago - Pushed: over 4 years ago - Stars: 133 - Forks: 5

Shawon00s/CSE215-CFA-Encapsulation-Constructor_Overloading-Method_Overloading-Assignment-01

This is an assignment based on Encapsulation, Constructor_Overloading & Method_Overloading in JAVA (Course name - CSE215 | Faculty - CFA | Spring'23)

Language: Java - Size: 1010 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

linhntaim/magic-class

Activate PHP-like magic methods in Javascript classes and instances.

Language: JavaScript - Size: 289 KB - Last synced: 16 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

MethodenDB-YFU/method-service

Provides a RESTful API for (seminar) methods for YFU Germany.

Language: Java - Size: 196 KB - Last synced: 7 months ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

rzayevsahil/ClassMetotDemo

𝒞ℓ𝒶𝓈𝓈 ℳℯ𝓉ℴ𝓉 𝒟ℯ𝓂ℴ

Language: C# - Size: 5.86 KB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 19 - Forks: 1

nitrece/algorithm-design

An Algorithm is a sequence of steps to solve a problem.

Size: 8.17 MB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

RenLem/LifeCycle

Life cycle of activity

Language: Java - Size: 84 KB - Last synced: 7 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

arnobpl/GitHub-Repo-Java-Method-Analyzer

Analyzes the method declarations of Java source files in the commits of the master branch of any GitHub repository

Language: Java - Size: 127 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

EndlessSora/DeeperForensics-1.0

[CVPR 2020] A Large-Scale Dataset for Real-World Face Forgery Detection

Language: Python - Size: 40.5 MB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 498 - Forks: 66

yangfan-coder/Javascript

js平常的一些Code片段

Language: JavaScript - Size: 452 KB - Last synced: 7 months ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

clementnduonyi/knight_travails

https://www.theodinproject.com/courses/ruby-programming/lessons/knights-travails

Language: Ruby - Size: 3.91 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

duohongrui/simmethods

A collection of 49 simulation methods for single-cell and spatial transcriptome data

Language: R - Size: 42 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

LuxXx/ninegag 📦

A serverless 9gag API hosted on Amazon using AWS Lambda and API Gateway

Language: JavaScript - Size: 9.77 KB - Last synced: 8 months ago - Pushed: almost 6 years ago - Stars: 2 - Forks: 0

Lem0n4/BEST-METHOD

New Best Method for stealing accounts

Size: 581 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

jonyw4/vendure-pagarme-plugin 📦

💳 A plugin to enable Pagar.me as a payment provider for Vendure

Language: TypeScript - Size: 1.21 MB - Last synced: 26 days ago - Pushed: over 1 year ago - Stars: 9 - Forks: 4

fslcoding/Login

A method to login to an application

Language: C# - Size: 3.91 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 1

freerange/method_log 📦

Trace the history of an individual method in a git repository (experimental)

Language: Ruby - Size: 95.7 KB - Last synced: about 1 month ago - Pushed: almost 5 years ago - Stars: 70 - Forks: 1