Pinned Repositories
adversarial-game-playing-agent
Experiment with adversarial search techniques by building an agent to play knights Isolation.
bot-detector
Continuously analyze a remote server access log file to detect bot activity based on a set of simple rules.
decentralized-realestate-marketplace
This project showcases how a blockchain approach could simplify property title management, making it more transparent and helping to reduce the risk of title fraud and the need for additional insurance.
flight-surety-dapp
Decentralized App with autonomous smart contracts and Oracles. It showcases a flight surety use case: Airlines register and fund a flight delay insurance service in the Dapp, passengers can buy said insurance and get an insurance credit payout when applicable that they can withdraw securely, and the autonomous smart contract relies on a cluster of independent Oracles to get flight information.
forward-planning-agent
Forward planning agent implementation using symbolic logic and classical search.
react-native-demo
Demonstration of a React Native application
react-native-firebase-auth
React Native app with authentication using Firebase
react-native-redux
React Native app leveraging a Redux store
star-notary-nft-dapp
Dapp that relies on the functionality of a smart contract offering a star discovery notary service as NFT
supplychain-blockchain-dapp
Ethereum DApp that demonstrates a Supply Chain flow between a Seller and Buyer. The user story is similar to any commonly used supply chain process.
nawfal-labrahmi's Repositories
nawfal-labrahmi/flight-surety-dapp
Decentralized App with autonomous smart contracts and Oracles. It showcases a flight surety use case: Airlines register and fund a flight delay insurance service in the Dapp, passengers can buy said insurance and get an insurance credit payout when applicable that they can withdraw securely, and the autonomous smart contract relies on a cluster of independent Oracles to get flight information.
nawfal-labrahmi/adversarial-game-playing-agent
Experiment with adversarial search techniques by building an agent to play knights Isolation.
nawfal-labrahmi/bot-detector
Continuously analyze a remote server access log file to detect bot activity based on a set of simple rules.
nawfal-labrahmi/decentralized-realestate-marketplace
This project showcases how a blockchain approach could simplify property title management, making it more transparent and helping to reduce the risk of title fraud and the need for additional insurance.
nawfal-labrahmi/forward-planning-agent
Forward planning agent implementation using symbolic logic and classical search.
nawfal-labrahmi/react-native-demo
Demonstration of a React Native application
nawfal-labrahmi/react-native-firebase-auth
React Native app with authentication using Firebase
nawfal-labrahmi/react-native-redux
React Native app leveraging a Redux store
nawfal-labrahmi/star-notary-nft-dapp
Dapp that relies on the functionality of a smart contract offering a star discovery notary service as NFT
nawfal-labrahmi/supplychain-blockchain-dapp
Ethereum DApp that demonstrates a Supply Chain flow between a Seller and Buyer. The user story is similar to any commonly used supply chain process.
nawfal-labrahmi/statemachine
Hi Spring fans! In this installment of _Spring Tips_ we look at Spring Statemachine.
nawfal-labrahmi/sudoku-constraint-propagation
Sudoku solver using a constraint propagation approach with the naked twins strategy.