Giter VIP home page Giter VIP logo

Ryan Scott White's Projects

asm4gcn icon asm4gcn

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

bigfloat icon bigfloat

A floating point library for large numbers.

briefmaker icon briefmaker

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

calculating-pi-with-bool-not-and-or icon 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.

cudapad icon cudapad

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

fast-biginteger-to-binarystring-and-benchmarks icon 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.

newtonplus-fast-biginteger-and-bigfloat-square-root icon 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.

nopencl icon nopencl

.NET wrapper for OpenCL with abstraction

randomalarmclock icon 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.

samplegenerator icon samplegenerator

Coding Shorts: Building a Source Generator - Part 1 - https://www.youtube.com/watch?v=KNUUkD9OoOQ

vba_outlook_save_pdf icon vba_outlook_save_pdf

Do you need to export one or more emails to your hard disk as PDF files and remove these emails (or not) once done ? Here is my Outlook macro for this. My usage: take a copy of all important emails on my hard disk for archiving and backup on external disk. Once the backup is completed, the emails are deleted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.