• Stars
    star
    39
  • Rank 690,540 (Top 14 %)
  • Language
    C#
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

CudaPAD

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

CppHeaderToCSharpConverter

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

IBMarketRecorder

Interactive Brokers Market Data Recorder
C#
14
star
4

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.
C#
12
star
5

BigFloat

A floating point library for large numbers.
C#
11
star
6

BriefMaker

BriefMaker takes market event data and converts it into time-sliced summaries.
C#
6
star
7

Precision-Repeat-Action-On-Interval-Async-Method

A function for when you need a precision auto-resetting timer.
C#
6
star
8

PTXInstructionGeneratorAndTimer

Converts Cuda PTX ISA instruction to an expanded out version with timings/benchmarks.
C#
5
star
9

Fast-Integer-Log2

Benchmark several others and also some of my own.
C#
4
star
10

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.
C#
3
star
11

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.
C#
2
star
12

FocusViewer

A utility to view codeupdates, briefs, and more.
C#
1
star
13

Tool-To-Copy-File-Date-Between-Directory-Structures

A tool to copy the file date/time from one directory structure(or tree) to another.
C#
1
star
14

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.
C#
1
star
15

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.
C#
1
star
16

TextTemplateTransformationEngine

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