drankinatty

Drankinatty's Pastebin

Nacogdoches    2,774 27,044 1 11 years ago
Name / Title Added Expires Hits Comments Syntax  
Nasm x86 Use Stack For Temp Storage May 5th, 2022 Never 1,644 0 ASM (NASM) -
Nasm x86_64 Use Stack For Temp Storage May 5th, 2022 Never 1,508 0 ASM (NASM) -
PSet3 - Tideman (one approach) Apr 26th, 2022 Never 1,718 0 C -
ASCII Chart - 4 Column Char, Dec, Oct, Hex - POSIX printf Mar 13th, 2022 Never 315 0 C -
Simple neural network implementation in C Jan 5th, 2022 Never 1,458 0 C -
C - RxRefill - Simple Text Menu Implementation Jan 4th, 2022 Never 307 0 C -
Count Lines, Words & Chars (Linux wc) in C Oct 19th, 2021 Never 324 0 C -
ASCII Chart - 4 Column Char, Dec, Oct, Hex Sep 24th, 2021 Never 1,454 0 C -
MSP432 PWM Control of Tri-Color LED Sep 18th, 2021 Never 1,276 0 C -
doubly linked-list ins in-order, reverse, delete Apr 12th, 2021 Never 1,252 0 C -
"Doubly Linked-List Using Address of List" Apr 8th, 2021 Never 332 0 C -
C - 20 Line Pager w/Line Numbers and Continue/Quit Control Apr 2nd, 2021 Never 724 0 C -
C - Taylor Series for Sine / Cosine Oct 25th, 2020 Never 2,887 0 C -
Hashtable for Strings using LH_strhash() Hash Function. Sep 4th, 2020 Never 381 0 C -
Doubly-Linked List of Integers - Remove Rand Nodes Check Feb 29th, 2020 Never 395 0 C -
Reading & Checking Arrays C++ Feb 25th, 2020 Never 354 0 C++ -
Singly Linked List of Integers (mergesort) Feb 5th, 2020 Never 327 0 C -
Word Search mmap'ed File Dec 14th, 2019 Never 290 0 C -
C 1D Array as 2D Subarrays by Pointers Oct 25th, 2019 Never 263 0 C -
C++ Template Singly-Linked List w/Sort Oct 9th, 2019 Never 415 0 C++ -
C - Copy List w/Sentinel NULL Oct 4th, 2019 Never 282 0 C -
Assembly (NASM) Read/Write String Oct 4th, 2019 Never 338 0 ASM (NASM) -
Singly Linked List (node only, no wrapper) Sep 24th, 2019 Never 582 0 C -
Singly Linked List of Integers (example) Aug 23rd, 2019 Never 778 0 C -
Singly Linked List of Integers (add, del, print) Aug 21st, 2019 Never 292 0 C -
Singly Linked List of Strings With Sorted Insertion Aug 6th, 2019 Never 402 0 C -
Censor Input - Find/Replace each word of given length Jan 17th, 2019 Never 247 0 C++ -
Understanding Array/Pointer Conversion Jan 2nd, 2019 Never 306 0 C -
Generate Full ASCII-Chart in Single Loop Apr 24th, 2018 Never 294 0 C -
C++ timed read of lines from file into dynamic list<string> Oct 8th, 2017 Never 319 0 C++ -
C - timed read of lines from file into dynamic memory Oct 8th, 2017 Never 286 0 C -
C - copy files using sendfile with offset and nbytes options Jun 15th, 2017 Never 406 0 C -
C - minimal shell using fork and execvp May 21st, 2017 Never 326 0 C -
C - minimum singly-linked-list (head/tail - non-circular) May 1st, 2017 Never 293 0 C -
Doubly Linked Circular Linked List w/Pointer to Payload Apr 14th, 2017 Never 301 0 C -
C - Read Text File with Lines of Any Length into Memory Apr 1st, 2017 Never 250 0 C -
Convert float to IEEE-754 Single Precision Binary Number Feb 16th, 2016 Never 848 0 C -
C - read file into dynamically allocated 2D array Jan 8th, 2016 Never 304 0 C -
gcc build script (alias to 'g') Nov 26th, 2015 Never 238 0 Bash -
C preserve const for array of pointer to struct Aug 29th, 2015 Never 292 0 C -
C filter wiretest data, dynamic arrays, structs May 20th, 2015 Never 427 0 C -
C read integers from file (jagged array) May 20th, 2015 Never 467 0 C -
C getln (getline substitute using fgetc) May 17th, 2015 Never 457 0 C -
C singly-linked circular linked-list example May 17th, 2015 Never 694 0 C -