drankinatty

Drankinatty's Pastebin

Nacogdoches    2,870 27,480 1 12 years ago
Name / Title Added Expires Hits Comments Syntax  
Nasm x86 Use Stack For Temp Storage May 5th, 2022 Never 1,663 0 ASM (NASM) -
Nasm x86_64 Use Stack For Temp Storage May 5th, 2022 Never 1,513 0 ASM (NASM) -
PSet3 - Tideman (one approach) Apr 26th, 2022 Never 1,727 0 C -
ASCII Chart - 4 Column Char, Dec, Oct, Hex - POSIX printf Mar 13th, 2022 Never 324 0 C -
Simple neural network implementation in C Jan 5th, 2022 Never 1,482 0 C -
C - RxRefill - Simple Text Menu Implementation Jan 4th, 2022 Never 323 0 C -
Count Lines, Words & Chars (Linux wc) in C Oct 19th, 2021 Never 331 0 C -
ASCII Chart - 4 Column Char, Dec, Oct, Hex Sep 24th, 2021 Never 1,466 0 C -
MSP432 PWM Control of Tri-Color LED Sep 18th, 2021 Never 1,313 0 C -
doubly linked-list ins in-order, reverse, delete Apr 12th, 2021 Never 1,259 0 C -
"Doubly Linked-List Using Address of List" Apr 8th, 2021 Never 336 0 C -
C - 20 Line Pager w/Line Numbers and Continue/Quit Control Apr 2nd, 2021 Never 736 0 C -
C - Taylor Series for Sine / Cosine Oct 25th, 2020 Never 2,891 0 C -
Hashtable for Strings using LH_strhash() Hash Function. Sep 4th, 2020 Never 393 0 C -
Doubly-Linked List of Integers - Remove Rand Nodes Check Feb 29th, 2020 Never 407 0 C -
Reading & Checking Arrays C++ Feb 25th, 2020 Never 359 0 C++ -
Singly Linked List of Integers (mergesort) Feb 5th, 2020 Never 339 0 C -
Word Search mmap'ed File Dec 14th, 2019 Never 294 0 C -
C 1D Array as 2D Subarrays by Pointers Oct 25th, 2019 Never 270 0 C -
C++ Template Singly-Linked List w/Sort Oct 9th, 2019 Never 422 0 C++ -
C - Copy List w/Sentinel NULL Oct 4th, 2019 Never 291 0 C -
Assembly (NASM) Read/Write String Oct 4th, 2019 Never 342 0 ASM (NASM) -
Singly Linked List (node only, no wrapper) Sep 24th, 2019 Never 598 0 C -
Singly Linked List of Integers (example) Aug 23rd, 2019 Never 797 0 C -
Singly Linked List of Integers (add, del, print) Aug 21st, 2019 Never 299 0 C -
Singly Linked List of Strings With Sorted Insertion Aug 6th, 2019 Never 409 0 C -
Censor Input - Find/Replace each word of given length Jan 17th, 2019 Never 253 0 C++ -
Understanding Array/Pointer Conversion Jan 2nd, 2019 Never 314 0 C -
Generate Full ASCII-Chart in Single Loop Apr 24th, 2018 Never 303 0 C -
C++ timed read of lines from file into dynamic list<string> Oct 8th, 2017 Never 324 0 C++ -
C - timed read of lines from file into dynamic memory Oct 8th, 2017 Never 296 0 C -
C - copy files using sendfile with offset and nbytes options Jun 15th, 2017 Never 415 0 C -
C - minimal shell using fork and execvp May 21st, 2017 Never 336 0 C -
C - minimum singly-linked-list (head/tail - non-circular) May 1st, 2017 Never 301 0 C -
Doubly Linked Circular Linked List w/Pointer to Payload Apr 14th, 2017 Never 307 0 C -
C - Read Text File with Lines of Any Length into Memory Apr 1st, 2017 Never 260 0 C -
Convert float to IEEE-754 Single Precision Binary Number Feb 16th, 2016 Never 864 0 C -
C - read file into dynamically allocated 2D array Jan 8th, 2016 Never 316 0 C -
gcc build script (alias to 'g') Nov 26th, 2015 Never 244 0 Bash -
C preserve const for array of pointer to struct Aug 29th, 2015 Never 298 0 C -
C filter wiretest data, dynamic arrays, structs May 20th, 2015 Never 434 0 C -
C read integers from file (jagged array) May 20th, 2015 Never 473 0 C -
C getln (getline substitute using fgetc) May 17th, 2015 Never 462 0 C -
C singly-linked circular linked-list example May 17th, 2015 Never 704 0 C -