An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by SunsetQuest

A curated list of projects in awesome lists by SunsetQuest .

https://github.com/sunsetquest/cudapad

CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels and provides an on-the-fly view of the assembly.

cuda cuda-programming gpu nvidia ptx ptx-utils windows

Last synced: 25 Jul 2025

https://github.com/sunsetquest/asm4gcn

an assembler/compiler for AMD’s GCN (Generation Core Next Architecture) Assembly Language

Last synced: 25 Jul 2025

https://github.com/sunsetquest/cppheadertocsharpconverter

A compile-time tool for converting C/C++ header constants, enums, and structures to C#.

Last synced: 25 Jul 2025

https://github.com/sunsetquest/bigfloat

A floating point library for large numbers.

Last synced: 08 Oct 2025

https://github.com/sunsetquest/ibmarketrecorder

Interactive Brokers Market Data Recorder

Last synced: 25 Jul 2025

https://github.com/sunsetquest/precision-repeat-action-on-interval-async-method

A function for when you need a precision auto-resetting timer.

Last synced: 28 Aug 2025

https://github.com/sunsetquest/briefmaker

BriefMaker takes market event data and converts it into time-sliced summaries.

Last synced: 25 Jul 2025

https://github.com/sunsetquest/ptxinstructiongeneratorandtimer

Converts Cuda PTX ISA instruction to an expanded out version with timings/benchmarks.

Last synced: 13 Feb 2026

https://github.com/sunsetquest/fast-integer-log2

Benchmark several others and also some of my own.

Last synced: 24 Mar 2025

https://github.com/sunsetquest/newtonplus-fast-biginteger-and-bigfloat-square-root

A fast, possibly the fastest, square root function for large integers and floats in C# and Java. The algorithm uses a variety of new and existing ideas to calculate the square root with greater efficiency and better performance than other algorithms. The performance of this function only starts large numbers above 2^52.

Last synced: 25 Jul 2025

https://github.com/sunsetquest/randomalarmclock

A simple app that randomly alerts a user via a system tray balloon tip. It can be used to remind the user of things like taking a quick stand-up break, drink some water, posture check, etc... It can have up to four different notifications and the average random time for each can be adjusted.

Last synced: 24 Mar 2025

https://github.com/sunsetquest/duplicateemailremoverforoutlookclassic

Remove Duplicate EMails in Outlook Classic

Last synced: 17 Feb 2026

https://github.com/sunsetquest/fast-biginteger-to-binarystring-and-benchmarks

This project was to test several other BigInteger to Binary String methods and then to build my own. Of the ones that I test this one is about 5X faster then any other out there. It also supports zero and negative numbers. The function is fast because: (1) it minimally allocates memory (2) does not make many calls to other functions, and (3) carefully copies over bit to byte with as minimal work as possible.

Last synced: 15 Oct 2025

https://github.com/sunsetquest/bigcalculator

An online calculator for working with Big Numbers

Last synced: 16 Feb 2026

https://github.com/sunsetquest/focusviewer

A utility to view codeupdates, briefs, and more.

Last synced: 24 Mar 2025

https://github.com/sunsetquest/tool-to-copy-file-date-between-directory-structures

A tool to copy the file date/time from one directory structure(or tree) to another.

Last synced: 24 Jul 2025

https://github.com/sunsetquest/texttemplatetransformationengine

A drop-in function that provides a simple template based text generation engine similar to T44.

Last synced: 05 Jan 2026

https://github.com/sunsetquest/dynamic-dns-record-updater-for-cloudflare

Dynamic DNS (DDNS) is a service that automatically updates your Cloudflare DNS records when your public IP address changes. This tool effectively allows your domain website to be hosted on a dynamic(not static) address.

cloudflare ddns dns domain-name

Last synced: 17 May 2026

https://github.com/sunsetquest/extended-precision-formatting-of-doubles

This is a ToString that will get the a more exact number as a string then the automatic rounding that .Net.

Last synced: 24 Mar 2025

https://github.com/sunsetquest/calculating-pi-with-bool-not-and-or

In this video, I experiment with the basic building blocks of everything. I show the process of math functions like long division, multiplication, and calculating Pi with just OR and NOT logic gates.

Last synced: 24 Mar 2025

https://github.com/sunsetquest/speakerawake

It keeps speakers awake so there is no delay when they come out power save.

Last synced: 31 Jan 2026

https://github.com/sunsetquest/duplicate-file-remover-for-windows

A tool to find duplicate files in windows and to delete them to the recycle bin.

Last synced: 12 Sep 2025

https://github.com/sunsetquest/filededuplication

Quickly finds duplicate files on a Windows drive and then converts them to HardLinks(Stubs) saving you disk space.

Last synced: 13 Mar 2025

https://github.com/sunsetquest/outlooksignaturetool

An easy way for organizations to deploy a standardized signature in Outlook.

Last synced: 02 Feb 2026

https://github.com/sunsetquest/benchmarking-duplicate-space-removers

I found some different whitespace removers online and compared them.

Last synced: 24 Mar 2025