Here are
73 public repositories
matching this topic...
Delightful, simple library for aspect oriented programming in Objective-C and Swift.
Updated
Sep 10, 2020
Objective-C
Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. It is 20+ times faster than the Aspects, from message-sending to Aspect-oriented code ends.
Updated
Oct 14, 2021
Objective-C
A modern library to swizzle elegantly in Swift.
Updated
Apr 5, 2022
Swift
AOP framework for .NET (c#, vb, etc)
Log any method call of object in Objective-C
Updated
Mar 7, 2019
Objective-C
.NET aspect weaver (build task under NuGet package)
A library to hook methods in Swift and Objective-C.
Updated
Aug 31, 2021
Swift
NConcern .NET AOP Framework
Puresharp is a Framework that provides the essential APIs (AOP, IOC, etc...) to productively build high quality (.NET 4.5.2+ & .NET Core 2.1+) applications through reliability, scalability and performance without no compromise
Updated
Jun 13, 2021
Objective-C
DOM aspects: pieces of logic defined with CSS rules
Updated
Feb 12, 2022
JavaScript
A python program that implements Aspect Based Sentiment Analysis classification system for SemEval 2016 Dataset.
Updated
Jul 23, 2017
Jupyter Notebook
IARM: Inter-Aspect Relation Modeling with Memory Networks in Aspect-Based Sentiment Analysis, EMNLP 2018
Updated
Feb 22, 2019
Python
PHP MVC framework for bulding web applications
A library for complex aspect oriented programming
Updated
Aug 6, 2021
Objective-C
Aspect-Based Sentiment Analysis
Updated
Apr 6, 2022
Jupyter Notebook
Concepts of aspect-oriented programming (AOP) in Delphi.
Updated
Nov 28, 2020
Pascal
A lightweight (Aspect Oriented Programming) AOP foundation
An aspect-oriented programming library implemented in TypeScript
Updated
Aug 6, 2018
TypeScript
Controlling Argument Generation via topic, stance, and aspect
Updated
Feb 9, 2022
Python
防止 字典value为nil、数组越界、<null>、NSNull对象导致的Crash.
Updated
Dec 14, 2018
Objective-C
Library for aspect-oriented programming with JavaScript using ES6 Proxy
Updated
Oct 6, 2021
JavaScript
Updated
Feb 18, 2022
Objective-C
Aspecio, AOP Proxies for OSGi services
Updated
Jul 21, 2018
Java
An SDK designed to bring transparency to the rapid evolution of our aspects metadata for our partners.
Analyzing yelp reviews using topic modelling and aspect mining
Updated
Dec 30, 2017
Jupyter Notebook
hacks, a python plugin library that doesn't play by the rules
Updated
Jan 27, 2017
Python
Aspect oriented programming for Python. Patch everything!
Updated
Jan 7, 2019
Python
Improve this page
Add a description, image, and links to the
aspects
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
aspects
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.
At present when a controller throws an exception, a log statement is made indicating the same. Additionally, an incorrect log statement is also made indicating that API returned null. The second log statement should not be made in this case.