Practice exercises in pattern recognition, ideal for beginner and intermediate programmers

Practice exercises in pattern recognition, ideal for beginner and intermediate programmers. This uses the patterns at https://www.visualpatterns.org/ by Fawn Nguyen. The site and this module are licensed under a Creative Commons Attribution license. The patterns are not in order of difficulty. Many are simple, some are incredibly hard. THIS MODULE IS CURRENTLY UNDER CONSTRUCTION AND NOT WORKING YET. Installation To install with pip, from the Command Prompt/terminal run: python -m pip install programmedpatterns Contribute Currently a lot of basic programming […]

Read more

A short program that takes the input from your microphone and uses OpenGL to draw a live colourful pattern

This is a short program that takes the input from your microphone and uses OpenGL to draw a live colourful pattern Installation and Setup This project will not have any documentation written up for on http://readthedocs.io, all the information you need should be here; if you encounter any issues of course feel free to email me at: [email protected] or message me on Twitter: https://twitter.com/PycraftDev. Assuming you have already installed Python, you can install the project by: Open terminal or command […]

Read more

The IDA Pattern Search plugin adds a capability of finding functions according to bit-patterns

by Argus Cyber Security Ltd. The IDA Pattern Search plugin adds a capability of finding functions according to bit-patterns into the well-known IDA Pro disassembler based on Ghidra’s function patterns format. Using this plugin, it is possible to define new patterns according to the appropriate CPU architecture and analyze the target binary to find and define new functions in it. For more detailed information, including Ghidra’s format for bit-patterns and how to generate new patterns, check out our blog post […]

Read more