-
BluVector, A Comcast Company
- Washington, D.C.
- https://mytechnotalent.com
- @mytechnotalent
Block or Report
Block or report mytechnotalent
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Reverse-Engineering Public
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
-
Hacking-Windows Public
A FREE Windows C development course where we will learn the Win32API and reverse engineer each step utilizing IDA Free in both an x86 and x64 environment.
-
turbo-scanner Public
A port scanner and service detection tool that uses 1000 goroutines at once to scan any hosts's ip or fqdn with the sole purpose of testing your own network to ensure there are no malicious service…
-
turbo-attack Public
A turbo traffic generator pentesting tool to generate random traffic with random mac and ip addresses in addition to random sequence numbers to a particular ip and port.
-
Python-For-Kids Public
A comprehensive and FREE Online Python Development tutorial FOR KIDS utilizing an official BBC micro:bit Development Board going step-by-step into the world of Python for microcontrollers.
965 contributions in the last year
Contribution activity
April 2022
Created 52 commits in 4 repositories
Created an issue in AndyRids/pico-nrf24 that received 1 comment
Nothing transmitted or received.
Setup both a receiver and transmitter on a Pico.
// GPIO pin numbers pin_manager_t my_pins = { .sck = 6, .copi = 4, .cipo = 7, .csn = 14, .ce = 17 };