Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free. Learn more →
Top 17 C Opencl Projects
-
Using the example from this site https://github.com/hashcat/hashcat/issues/1279, I indeed get the correct password for the test hash.
-
john
John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Project mention: Inception: Leaking the root hash from /etc./shadow on AMD Zen 4 [video] | news.ycombinator.com | 2023-08-08With the root hash you can crack the root password using tools like John The Ripper[0]. More generally, I assume, this exploit can be used to read any arbitrary files on the system, bypassing regular access control, and plenty of other stuff you aren't supposed to be able to do as a non-privileged user.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Project mention: PRoot-Distro Ubuntu : Adreno 7xx GPU series Freedreno Turnip install | /r/termux | 2023-08-01
$ echo "deb-src [signed-by="/usr/share/keyrings/ubuntu-archive-keyring.gpg"] http://ports.ubuntu.com/ubuntu-ports jammy main restricted universe multiverse" >> /etc/apt/sources.list $ sudo apt update $ sudo apt build-dep mesa $ clone https://gitlab.freedesktop.org/mesa/mesa $ cd mesa $ meson build -Dgbm=enabled -Dopengl=true -Degl=enabled -Degl-native-platform=x11 -Dgles1=disabled -Dgles2=enabled -Ddri3=enabled -Dglx=dri -Dllvm=enabled -Dshared-llvm=disabled -Dplatforms=x11,wayland -Dgallium-drivers=swrast,virgl,zink -Dvulkan-drivers=swrast -Dosmesa=true -Dglvnd=true -Dxmlconfig=disabled $ sudo ninja -C build install
-
For CPU, can try to use http://portablecl.org/
-
bitcracker
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
Project mention: How to bypass the admin password when Windows(C:) is locked with bitlocker? | /r/Windows11 | 2023-09-13Clean reinstall. Or try bitcracker : https://github.com/e-ago/bitcracker
-
Khronos has today released the OpenCL 3.0.14 maintenance update that introduces a new cl_khr_command_buffer_multi_device provisional extension that enables execution of a heterogeneous command-buffers across multiple devices. This release also includes significant improvements to the OpenCL C++ Bindings, a new code generation framework for the OpenCL extension headers, and the usual clarifications and bug fixes. The new specifications can be downloaded from the OpenCL Registry.
-
Kernels
This is a set of simple programs that can be used to explore the features of a parallel platform.
Project mention: Can you give me some proof that storing multidimansional data into a 1d array is the standard and best way to do it? | /r/C_Programming | 2022-12-04https://github.com/ParRes/Kernels/tree/default/C1z has some examples I’ve tested in the past. 2d is in the filenames of the relevant ones.
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
-
darknet
Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux & Windows & FreeBSD (by sowson)
-First of all, I have AMD gpu and I know it doesnt work with darknet-yolo, but i found a gir repo for darknet-to-opencl here is link: https://github.com/sowson/darknet
-
-
-
Project mention: Can you help where to start on the FPGA implementation of Neural networks | /r/FPGA | 2023-02-17
-
-
-
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
C Opencl related posts
- ETH Pre-Sale-Wallet and Hashcat
- Proxmox VE 8.0 released!
- ELI5 : how can brute forcing password still exist if sites lock the account after several failed attempts?
- Khronos Group releases OpenCL 3.0.14 update
- Kevesebb mint egy perc kell a mesterséges intelligenciának egy átlagos jelszó feltöréséhez
- Notes from competing in my first CTF
- We are closer than ever to getting the debug build of Steel Battalion: Line of Contact, however we need your help!
-
A note from our sponsor - Mergify
blog.mergify.com | 22 Sep 2023
Index
What are some of the best open-source Opencl projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | hashcat | 18,254 |
2 | john | 8,249 |
3 | mesa | 1,048 |
4 | pocl | 797 |
5 | bitcracker | 699 |
6 | OpenCL-Headers | 609 |
7 | Kernels | 378 |
8 | clinfo | 273 |
9 | darknet | 176 |
10 | nano-vanity | 86 |
11 | ocl-icd | 68 |
12 | opencl-hls-cnn-accelerator | 60 |
13 | OpenSimplex2 | 25 |
14 | gpu-post | 23 |
15 | signum-vanity-opencl | 5 |
16 | LBM_CYMB | 3 |
17 | termux-opencl | 1 |