{"id":26155476,"url":"https://github.com/ntdls/nswfl","last_synced_at":"2025-07-29T19:44:07.035Z","repository":{"id":95158840,"uuid":"128822864","full_name":"NTDLS/NSWFL","owner":"NTDLS","description":"The NetworkDLS Standard Windows Function Library","archived":false,"fork":false,"pushed_at":"2024-12-14T05:55:09.000Z","size":290,"stargazers_count":22,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T21:22:52.703Z","etag":null,"topics":["bas64","command","conversion","crc","datetime","io","library","memory","queue","stack","vector","win32","xml"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NTDLS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-09T19:24:53.000Z","updated_at":"2024-12-14T05:55:13.000Z","dependencies_parsed_at":"2024-12-14T06:24:00.976Z","dependency_job_id":"45a73697-285f-454e-a546-34079680dc93","html_url":"https://github.com/NTDLS/NSWFL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNSWFL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNSWFL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNSWFL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NTDLS%2FNSWFL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NTDLS","download_url":"https://codeload.github.com/NTDLS/NSWFL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248842336,"owners_count":21170341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bas64","command","conversion","crc","datetime","io","library","memory","queue","stack","vector","win32","xml"],"created_at":"2025-03-11T08:56:28.137Z","updated_at":"2025-04-14T07:42:24.099Z","avatar_url":"https://github.com/NTDLS.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NSWFL\n:loudspeaker:\tThe NetworkDLS Standard Windows Function Library - a wide assortment of functions for windows and console programming.\n\n**NSWFL_MemoryPool**\nThe memory pool class is used to track memory allocations to ease the task of memory leak detection. It can be removed from release code with preprocessors.\n\n**NSWFL_Types**\nTypes used by NSWFL, currently empty. /shrug\n\n**NSWFL_Conversion**\nType conversions and parsers. Dates, strings, int, float, boolean, you name it.\n\n**NSWFL_DateTime**\nGetting, comparing and converting various date/times.\n\n**NSWFL_KeyGeneration**\nRandom number an string generator.\n\n**NSWFL_ListBox**\nFunctions for working with WinAPI listboxes.\n\n**NSWFL_Math**\nIts math. What did you expect?\n\n**NSWFL_Memory**\nMemory operations, clear, set, copy, etc.\n\n**NSWFL_Registry**\nEveryhting you need to access the registry.\n\n**NSWFL_String**\nString manipulation.\n\n**NSWFL_System**\nOS level functions, like get system name.\n\n**NSWFL_Windows**\nLots of functions for managing windows or anyhting with an HWND.\n\n**NSWFL_File**\nFile access functions.\n\n**NSWFL_Menu**\nFunctions for working with WinAPI menues.\n\n**NSWFL_ListView**\nFunctions for working with WinAPI listviews.\n\n**NSWFL_Graphics**\nGraphics utilities, don't expect much.\n\n**NSWFL_Debug.H\"**\nDebugging functions.\n\n**NSWFL_InsecureInterface**\nFucntions to get around the stupid secure \"_s\" counterparts to the standard clib.\n\n**NSWFL_HighPrecisionTimer**\nIt's a hihg precision timer.\n\n**NSWFL_CommandLineParser**\nFunctions for parsing arguments passed to the command line.\n\n**NSWFL_StringBuilder**\nA reasonable string builder for C++, finally!\n\n**NSWFL_StringBuilderArray**\nA array of reasonable string builders for C++ (see what I did there?)\n\n**NSWFL_Base64**\nBase64 to and from.\n\n**NSWFL_VectorBinary**\nA void* vector. Store what you will.\n\n**NSWFL_CRC32**\nCRC32 (cyclic redundancy check) calculation.\n\n**NSWFL_SHA1**\nSHA1 hashing functions.\n\n**NSWFL_Queue**\nA FIFO queue for C++\n\n**NSWFL_Stack**\nA FIFO or FILO stack for C++\n\n**NSWFL_VectorString**\nA string vector class. Like NSWFL_VectorBinary is for void*, but for char*.\n\n**NSWFL_VectorT**\nA vector template function.\n\n**NSWFL_XMLReader**\nClass for reading and parsing XML.\n\n**NSWFL_XMLWriter**\nClass for building and writing XML.\n\n**NSWFL_URLEncoding**\nHTTP URL encoding.\n\n**NSWFL_IsolationLock**\nAn attempt to create a better critical section for thread locking.\n\n**NSWFL_DictionaryT**\nA dictionary template class.\n\n**NSWFL_DictionaryString**\nA dictionary of string(char*) class.\n\n**NSWFL_Network**\nINET/TCP/IP functions. If you really want more, see https://github.com/NTDLS/CSocketServer\n\n**NSWFL_IntegerStack**\nA stack of integers.\n\n**NSWFL_UIntegerStack**\nA stack of unsigned integers.\n\n**NSWFL_Trace**\nUsed to keep track of a list of calls so that one can provide a stack trace.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntdls%2Fnswfl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntdls%2Fnswfl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntdls%2Fnswfl/lists"}