bradfordarroyo's Stars
iptv-org/iptv
Collection of publicly available IPTV channels from all over the world
moby/moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
github/copilot-docs
Documentation for GitHub Copilot
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Azure/azure-quickstart-templates
Azure Quickstart Templates
gojue/ecapture
Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.
facebookresearch/metaseq
Repo for external large-scale work
microsoft/Microsoft-3D-Movie-Maker
This is the source code for the original Microsoft 3D Movie Maker released in 1995. This is not supported software.
eclipse-threadx/threadx
Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
edubart/nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
aduskin/AduSkin
A Beautiful WPF Control UI
FluidGroup/NextGrowingTextView
📝 The next in the generations of 'growing textviews' optimized for iOS 8 and above.
github-education-resources/GitHubGraduation-2022
Join the GitHub Graduation Yearbook and "walk the stage" on June 11.
mcu-tools/mcuboot
Secure boot for 32-bit Microcontrollers!
c9s/bbgo
The modern cryptocurrency trading bot framework written in Go.
colorfy-software/react-native-modalfy
🥞 Modal citizen of React Native.
blade-ui-kit/blade-heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
fatbobman/SwipeCell
SwipeCell is a SwiftUI library, used to achieve the left and right sliding menu effect similar to the iOS mail app.
projectcontour/contour-operator
Experimental repository to explore an operator for deploying Contour
pulp-platform/pulp-runtime
Simple runtime for Pulp platforms
zephyrproject-rtos/hal_nxp
HAL module for NXP SoCs
zephyrproject-rtos/hal_atmel
WillKoehrsen/clearance
Rails authentication with email & password.
joannajenkins/Write-a-Python-program-that-calculates-the-factorial-of-a-number-using-no-recursion-and-using-recurs
Calculating factorial in Python without using recursion
sheltontherese/Write-a-Python-program-to-convert-any-integer-N-to-base-B-2-B-32-
Write a Python program to convert any integer N to base B (2 <= B <= 32)
melindabaldwin/Write-a-program-to-find-all-numbers-that-are-divisible-by-7-but-not-multiples-of-5-within-10-and-20
Write a program to find all numbers that are divisible by 7 but not multiples of 5, within 10 and 200 (including 10 and 200). The resulting numbers will be printed as a string on one line, separated by commas.
bradfordarroyo/Write-a-program-to-calculate-the-factorial-of-a-positive-integer-n.-With-n-entered-from-the-keyboard
Write a program to calculate the factorial of a positive integer n. With n entered from the keyboard. For example, n = 8 then the output should be 1*2*3*4*5*6*7*8 = 40320
AndySantisteban/goRest
bradfordarroyo/Write-a-program-that-allows-you-to-input-3-numbers
The program will check these 3 numbers are 3 sides of a right triangle or not.