repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lvgl/lvgl | https://github.com/lvgl/lvgl | null | null | null | null | 23,427 | null | null | mit | null | null | null | null | null | null | null | demos/render/assets/img_render_lvgl_logo_rgb888.c | null | null | null | null | null | null | C | 2026-05-04T18:45:28.134294 | #ifdef __has_include
#if __has_include("lvgl.h")
#ifndef LV_LVGL_H_INCLUDE_SIMPLE
#define LV_LVGL_H_INCLUDE_SIMPLE
#endif
#endif
#endif
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV... |
lvgl/lvgl | https://github.com/lvgl/lvgl | null | null | null | null | 23,427 | null | null | mit | null | null | null | null | null | null | null | demos/render/assets/img_render_lvgl_logo_xrgb8888.c | null | null | null | null | null | null | C | 2026-05-04T18:45:28.279670 | #ifdef __has_include
#if __has_include("lvgl.h")
#ifndef LV_LVGL_H_INCLUDE_SIMPLE
#define LV_LVGL_H_INCLUDE_SIMPLE
#endif
#endif
#endif
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include "lvgl.h"
#else
#include "lvgl/lvgl.h"
#endif
#ifndef LV_ATTRIBUTE_MEM_ALIGN
#define LV... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/FFPlatform.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.242909 | #pragma once
#include "common/FFstrbuf.h"
#include "common/FFlist.h"
typedef struct FFPlatformSysinfo {
FFstrbuf name;
FFstrbuf release;
FFstrbuf version;
FFstrbuf architecture;
uint32_t pageSize;
} FFPlatformSysinfo;
typedef struct FFPlatform {
FFstrbuf homeDir; // Trailing slash included
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/3rdparty/display-library/adl_sdk.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.433989 | //
// Copyright (c) 2016 - 2022 Advanced Micro Devices, Inc. All rights reserved.
//
// MIT LICENSE:
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including wi... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/apple/smc_temps.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.434913 | #pragma once
#include "fastfetch.h"
typedef struct FFTempValue {
FFstrbuf name;
FFstrbuf deviceClass;
double value;
} FFTempValue;
enum FFTempType {
FF_TEMP_CPU_X64,
FF_TEMP_CPU_M1X,
FF_TEMP_CPU_M2X,
FF_TEMP_CPU_M3X,
FF_TEMP_CPU_M4X,
FF_TEMP_GPU_INTEL,
FF_TEMP_GPU_AMD,
FF... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/FFlist.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.436462 | #pragma once
#include "common/attributes.h"
#include <stdbool.h>
#include <stdint.h>
#include <assert.h>
#include <stdlib.h>
#define FF_LIST_DEFAULT_ALLOC 16
typedef struct FFlist {
uint8_t* data;
uint32_t length;
uint32_t capacity;
} FFlist;
void* ffListAdd(FFlist* list, uint32_t elementSize);
// Rem... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/apple/cf_helpers.c | null | null | null | null | null | null | C | 2026-05-04T18:45:31.437509 | #include "cf_helpers.h"
const char* ffCfNumGetInt64(CFTypeRef cf, int64_t* result) {
if (CFGetTypeID(cf) == CFNumberGetTypeID()) {
if (!CFNumberGetValue((CFNumberRef) cf, kCFNumberSInt64Type, result)) {
return "Number type is not SInt64";
}
return NULL;
} else if (CFGetTypeI... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/apple/cf_helpers.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.438484 | #pragma once
#include "fastfetch.h"
#include <CoreFoundation/CoreFoundation.h>
#include <IOKit/IOKitLib.h>
// Return error info if failed, NULL otherwise
const char* ffCfStrGetString(CFTypeRef cf, FFstrbuf* result);
const char* ffCfNumGetInt(CFTypeRef cf, int32_t* result);
const char* ffCfNumGetInt64(CFTypeRef cf, in... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/3rdparty/widecharwidth/widechar_width_c.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.439916 | /**
* widechar_width_c.h for Unicode 17.0.0
* See https://github.com/ridiculousfish/widecharwidth/
*
* SHA1 file hashes:
* (
* the hashes for generate.py and the template are git object hashes,
* use `git log --all --find-object=<hash>` in the widecharwidth repository
* to see which commit they correspond t... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/apple/smc_temps.c | null | null | null | null | null | null | C | 2026-05-04T18:45:31.440746 | #include "smc_temps.h"
#include "common/apple/cf_helpers.h"
#include "common/stringUtils.h"
#include <stdint.h>
#include <IOKit/IOKitLib.h>
static const char kSmcCmdReadBytes = 5;
static const char kSmcCmdReadKeyInfo = 9;
static const uint32_t kKernelIndexSmc = 2;
typedef struct
{
char major;
char minor;
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/FFstrbuf.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.452474 | #pragma once
#include "common/attributes.h"
#include <stdint.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#ifdef FF_USE_SYSTEM_YYJSON
#include <yyjson.h>
#else
#include "3rdparty/yyjson/yyjson.h"
#endif
#ifdef _WIN32
// #include <... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/argType.h | null | null | null | null | null | null | C | 2026-05-04T18:45:31.895928 | #pragma once
#include "common/FFstrbuf.h"
// For ffRegReadValue(s)
// If length is 0, data will be allocated with malloc() and must be freed by the caller
// Otherwise, data must point to a buffer of at least length bytes, and the actual length of the data will be written to length.
typedef struct FFArgBuffer {
v... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/color.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.033166 | #pragma once
#define FF_COLOR_MODE_RESET "0;"
#define FF_COLOR_MODE_BOLD "1;"
#define FF_COLOR_MODE_DIM "2;"
#define FF_COLOR_MODE_ITALIC "3;"
#define FF_COLOR_MODE_UNDERLINE "4;"
#define FF_COLOR_MODE_BLINK "5;"
#define FF_COLOR_MODE_INVERSE "7;"
#define FF_COLOR_MODE_HIDDEN "8;"
#define FF_COLOR_MODE_STRIKETHROUGH "... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/attributes.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.046107 | #pragma once
#ifndef __has_attribute
#error Unsupported compiler
#define __attribute__(x)
#endif
#define FF_A_FALLTHROUGH __attribute__((__fallthrough__))
#define FF_A_DEPRECATED __attribute__((__deprecated__))
#define FF_A_CLEANUP(func) __attribute__((__cleanup__(func)))
#define FF_A_NODISCARD __attribute__(... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/dbus.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.095614 | #pragma once
#ifdef FF_HAVE_DBUS
#include <dbus/dbus.h>
#include "common/FFstrbuf.h"
#include "common/library.h"
typedef struct FFDBusLibrary {
FF_LIBRARY_SYMBOL(dbus_bus_get)
FF_LIBRARY_SYMBOL(dbus_message_new_method_call)
FF_LIBRARY_SYMBOL(dbus_message_append_args)
FF_LIBRARY_SYMBOL(dbu... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/base64.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.096249 | #pragma once
#include "fastfetch.h"
void ffBase64EncodeRaw(uint32_t size, const char* str, uint32_t* out_size, char* output);
static inline FFstrbuf ffBase64EncodeStrbuf(const FFstrbuf* in) {
FFstrbuf out = ffStrbufCreateA(10 + in->length * 4 / 3);
ffBase64EncodeRaw(in->length, in->chars, &out.length, out.cha... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/arrayUtils.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.097974 | #pragma once
#include <assert.h>
#ifdef __has_builtin
#if !__cplusplus && FF_SUPPORTS_COUNT_OF
#define ARRAY_SIZE(x) _Countof(x)
#elif __has_builtin(__is_array)
#define ARRAY_SIZE(x) ({ static_assert(__is_array(__typeof__(x)), "Must be an array"); (uint32_t) (sizeof(x) / sizeof(*(x))); })
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/binary.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.099290 | #pragma once
#include "fastfetch.h"
/**
* Extracts string literals from a binary file
*
* @param file Path to the binary file to extract strings from
* @param cb Callback function that will be called for each string found
* Return false from callback to stop extraction
* @param userdata User-provided ... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/duration.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.131786 | #pragma once
#include "fastfetch.h"
void ffDurationAppendNum(uint64_t totalSeconds, FFstrbuf* result);
|
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/commandoption.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.132363 | #pragma once
#include "common/ffdata.h"
void ffPrepareCommandOption(FFdata* data);
void ffPrintCommandOption(FFdata* data);
void ffMigrateCommandOptionToJsonc(FFdata* data);
bool ffParseModuleOptions(const char* key, const char* value);
|
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/debug.h | null | null | null | null | null | null | C | 2026-05-04T18:45:32.146645 | #pragma once
#include "fastfetch.h"
#include "common/time.h"
static inline const char* ffFindFileName(const char* file) {
const char* lastSlash = __builtin_strrchr(file, '/');
#ifdef _WIN32
if (lastSlash == NULL) {
lastSlash = __builtin_strrchr(file, '\\');
}
#endif
if (lastSlash != NULL) {
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/edidHelper.h | null | null | null | null | null | null | C | 2026-05-04T18:45:33.110068 | #pragma once
#include <stdint.h>
#include "common/FFstrbuf.h"
void ffEdidGetVendorAndModel(const uint8_t edid[128], FFstrbuf* result);
bool ffEdidGetName(const uint8_t edid[128], FFstrbuf* name);
void ffEdidGetPreferredResolutionAndRefreshRate(const uint8_t edid[128], uint32_t* width, uint32_t* height, double* refres... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/FFPlatform.c | null | null | null | null | null | null | C | 2026-05-04T18:45:33.266662 | #include "FFPlatform_private.h"
#include "common/stringUtils.h"
#include "common/io.h"
#include "detection/version/version.h"
void ffPlatformInit(FFPlatform* platform) {
ffStrbufInit(&platform->homeDir);
ffStrbufInit(&platform->cacheDir);
ffListInit(&platform->configDirs);
ffListInit(&platform->dataDir... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/format.h | null | null | null | null | null | null | C | 2026-05-04T18:45:33.296194 | #pragma once
#include "common/argType.h"
typedef struct FFformatarg {
FFArgType type;
const void* value;
const char* name; // argument name, must start with an alphabet
} FFformatarg;
void ffFormatAppendFormatArg(FFstrbuf* buffer, const FFformatarg* formatarg);
void ffParseFormatString(FFstrbuf* buffer, ... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/font.h | null | null | null | null | null | null | C | 2026-05-04T18:45:33.729866 | #pragma once
#include "common/FFstrbuf.h"
#include "common/FFlist.h"
typedef struct FFfont {
FFstrbuf pretty;
FFstrbuf name;
FFstrbuf size;
FFlist styles;
} FFfont;
void ffFontInit(FFfont* font);
void ffFontInitQt(FFfont* font, const char* data);
void ffFontInitPango(FFfont* font, const char* data);
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/FFlist.c | null | null | null | null | null | null | C | 2026-05-04T18:45:33.840930 | #include "common/FFlist.h"
#include <stdlib.h>
#include <string.h>
void* ffListAdd(FFlist* list, uint32_t elementSize) {
if (list->length == list->capacity) {
ffListReserve(list, elementSize, list->capacity == 0 ? FF_LIST_DEFAULT_ALLOC : list->capacity * 2);
}
++list->length;
return ffListGet... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/FFstrbuf.c | null | null | null | null | null | null | C | 2026-05-04T18:45:33.882430 | #include "common/FFstrbuf.h"
#include "common/mallocHelper.h"
#include "common/stringUtils.h"
#include <ctype.h>
#include <inttypes.h>
#include <math.h>
char* CHAR_NULL_PTR = "";
void ffStrbufInitA(FFstrbuf* strbuf, uint32_t allocate) {
strbuf->allocated = allocate;
if (strbuf->allocated > 0) {
strb... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/ffdata.h | null | null | null | null | null | null | C | 2026-05-04T18:45:33.923506 | #pragma once
#include "common/FFstrbuf.h"
typedef enum FF_A_PACKED FFDataResultDocType {
FF_RESULT_DOC_TYPE_DEFAULT = 0,
FF_RESULT_DOC_TYPE_JSON,
FF_RESULT_DOC_TYPE_CONFIG,
FF_RESULT_DOC_TYPE_CONFIG_FULL,
} FFDataResultDocType;
// FFdata aggregates configuration, generation parameters, and output sta... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/base64.c | null | null | null | null | null | null | C | 2026-05-04T18:45:33.953729 | #include "common/base64.h"
// https://github.com/kostya/benchmarks/blob/master/base64/test-nolib.c#L145
void ffBase64EncodeRaw(uint32_t size, const char* str, uint32_t* out_size, char* output) {
static const char chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
char* out = output;
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/binary_apple.c | null | null | null | null | null | null | C | 2026-05-04T18:45:34.587616 | #include "common/binary.h"
#include "common/io.h"
#include "common/stringUtils.h"
#include <string.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <mach-o/loader.h>
#include <mach-o/swap.h>
#include <mach-o/fat.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" // swap_fat_arch
// Ref: https://github... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/binary_linux.c | null | null | null | null | null | null | C | 2026-05-04T18:45:34.597990 | #include "common/binary.h"
#if defined(FF_HAVE_ELF) || defined(__sun) || (defined(__FreeBSD__) && !defined(__DragonFly__)) || defined(__OpenBSD__) || defined(__NetBSD__)
#include "common/io.h"
#include "common/library.h"
#include "common/stringUtils.h"
#include <libelf.h> // #1254
#include <fcntl... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/binary_windows.c | null | null | null | null | null | null | C | 2026-05-04T18:45:34.670875 | #include "common/binary.h"
#include "common/io.h"
#include "common/stringUtils.h"
#include "common/windows/nt.h"
#include <windows.h>
#include <stdlib.h>
#include <string.h>
/**
* Extracts string literals from a PE (Windows) executable
*
* This function maps the PE file into memory, locates the .rdata section
* (... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/commandoption.c | null | null | null | null | null | null | C | 2026-05-04T18:45:34.739886 | #include "common/commandoption.h"
#include "common/color.h"
#include "common/printing.h"
#include "common/time.h"
#include "common/jsonconfig.h"
#include "common/stringUtils.h"
#include "fastfetch_datatext.h"
#include "modules/modules.h"
#include <ctype.h>
#include <inttypes.h>
bool ffParseModuleOptions(const char* k... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/edidHelper.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.244691 | #include "common/edidHelper.h"
void ffEdidGetPhysicalResolution(const uint8_t edid[128], uint32_t* width, uint32_t* height) {
const int dtd = 54;
*width = (((uint32_t) edid[dtd + 4] >> 4) << 8) | edid[dtd + 2];
*height = (((uint32_t) edid[dtd + 7] >> 4) << 8) | edid[dtd + 5];
}
void ffEdidGetPreferredReso... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/font.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.274196 | #include "fastfetch.h"
#include "common/FFlist.h"
#include "common/FFstrbuf.h"
#include "common/stringUtils.h"
#include "common/font.h"
#include <string.h>
#include <ctype.h>
void ffFontInit(FFfont* font) {
// Ensure no memory allocates
ffStrbufInit(&font->pretty);
ffStrbufInit(&font->name);
ffStrbufI... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/frequency.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.358193 | #include "common/frequency.h"
bool ffFreqAppendNum(uint32_t mhz, FFstrbuf* result) {
if (mhz == 0) {
return false;
}
const FFOptionsDisplay* options = &instance.config.display;
bool spaceBeforeUnit = options->freqSpaceBeforeUnit != FF_SPACE_BEFORE_UNIT_NEVER;
int8_t ndigits = options->freq... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/format.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.375106 | #include "fastfetch.h"
#include "common/format.h"
#include "common/parsing.h"
#include "common/textModifier.h"
#include "common/stringUtils.h"
#include <inttypes.h>
void ffFormatAppendFormatArg(FFstrbuf* buffer, const FFformatarg* formatarg) {
switch (formatarg->type) {
case FF_ARG_TYPE_INT:
f... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/init.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.882848 | #include "fastfetch.h"
#include "common/init.h"
#include "common/parsing.h"
#include "common/thread.h"
#include "common/textModifier.h"
#include "detection/displayserver/displayserver.h"
#include "detection/terminaltheme/terminaltheme.h"
#include "logo/logo.h"
#include <stdlib.h>
#include <unistd.h>
#include <locale.h... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/io_unix.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.915121 | #include "common/io.h"
#include "fastfetch.h"
#include "common/stringUtils.h"
#include "common/time.h"
#include <fcntl.h>
#include <termios.h>
#include <dirent.h>
#include <errno.h>
#ifndef __APPLE__
#include <poll.h>
#else
#include <sys/select.h>
#endif
#if FF_HAVE_WORDEXP
#include <wordexp.h>
#else
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/io_windows.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.996016 | #include "fastfetch.h"
#include "common/io.h"
#include "common/stringUtils.h"
#include "common/windows/nt.h"
#include "common/windows/unicode.h"
#include <windows.h>
static bool createSubfolders(wchar_t* fileName) {
HANDLE hRoot = ffGetPeb()->ProcessParameters->CurrentDirectory.Handle;
bool closeRoot = false;... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/jsonconfig.c | null | null | null | null | null | null | C | 2026-05-04T18:45:35.999217 | #include "fastfetch.h"
#include "common/color.h"
#include "common/jsonconfig.h"
#include "common/printing.h"
#include "common/io.h"
#include "common/time.h"
#include "common/stringUtils.h"
#include "detection/version/version.h"
#include "modules/modules.h"
#include <assert.h>
#include <ctype.h>
#include <inttypes.h>
... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/kmod_apple.c | null | null | null | null | null | null | C | 2026-05-04T18:45:37.376336 | #include "common/kmod.h"
#include "common/apple/cf_helpers.h"
#include <IOKit/kext/KextManager.h>
#include <CoreFoundation/CoreFoundation.h>
bool ffKmodLoaded(const char* modName) {
FF_CFTYPE_AUTO_RELEASE CFStringRef name = CFStringCreateWithCString(kCFAllocatorDefault, modName, kCFStringEncodingUTF8);
FF_CFTY... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/kmod_bsd.c | null | null | null | null | null | null | C | 2026-05-04T18:45:37.376800 | #include "common/kmod.h"
#include <sys/param.h>
#include <sys/module.h>
bool ffKmodLoaded(const char* modName) {
return modfind(modName) >= 0;
}
|
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/FFPlatform_unix.c | null | null | null | null | null | null | C | 2026-05-04T18:45:37.756850 | #include "FFPlatform_private.h"
#include "common/FFstrbuf.h"
#include "common/arrayUtils.h"
#include "common/stringUtils.h"
#include "common/io.h"
#include "fastfetch_config.h"
#include <unistd.h>
#include <pwd.h>
#include <limits.h>
#include <sys/utsname.h>
#include <paths.h>
#ifdef __APPLE__
#include <mach-o/dy... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/FFPlatform_private.h | null | null | null | null | null | null | C | 2026-05-04T18:45:37.789932 | #pragma once
#include "common/FFPlatform.h"
void ffPlatformInitImpl(FFPlatform* platform);
void ffPlatformPathAddAbsolute(FFlist* dirs, const char* path);
void ffPlatformPathAddHome(FFlist* dirs, const FFPlatform* platform, const char* suffix);
|
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/FFPlatform_windows.c | null | null | null | null | null | null | C | 2026-05-04T18:45:37.855127 | #include "FFPlatform_private.h"
#include "common/io.h"
#include "common/library.h"
#include "common/stringUtils.h"
#include "common/windows/unicode.h"
#include "common/windows/registry.h"
#include "common/windows/nt.h"
#include <stdalign.h>
#include <windows.h>
#include <shlobj.h>
#include <sddl.h>
#define SECURITY_W... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/debug_windows.c | null | null | null | null | null | null | C | 2026-05-04T18:45:39.555825 | #include "common/debug.h"
#include "common/windows/nt.h"
#include <windows.h>
const char* ffDebugWin32Error(DWORD errorCode) {
static char buffer[512];
wchar_t bufferW[256];
ULONG len = FormatMessageW(
FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
NULL,
(DWORD) error... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/dbus.c | null | null | null | null | null | null | C | 2026-05-04T18:45:39.703476 | #include "common/dbus.h"
#ifdef FF_HAVE_DBUS
#include "common/thread.h"
#include "common/stringUtils.h"
static bool loadLibSymbols(FFDBusLibrary* lib) {
FF_LIBRARY_LOAD(dbus, false, "libdbus-1" FF_LIBRARY_EXTENSION, 4);
FF_LIBRARY_LOAD_SYMBOL_PTR(dbus, lib, dbus_bus_get, false)
FF_LIBRARY_LOAD_SY... |
fastfetch-cli/fastfetch | https://github.com/fastfetch-cli/fastfetch | null | null | null | null | 22,442 | null | null | mit | null | null | null | null | null | null | null | src/common/impl/duration.c | null | null | null | null | null | null | C | 2026-05-04T18:45:39.792261 | #include "common/duration.h"
void ffDurationAppendNum(uint64_t totalSeconds, FFstrbuf* result) {
const FFOptionsDisplay* options = &instance.config.display;
bool spaceBeforeUnit = options->durationSpaceBeforeUnit != FF_SPACE_BEFORE_UNIT_NEVER;
if (totalSeconds < 60) {
ffStrbufAppendUInt(result, t... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/browsers.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.056939 | /**
6 browsers.c -- functions for dealing with browsers
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 200... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/bitmap.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.070403 | /**
* bitmap.c -- A quick bitmap implementation
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 G... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/bitmap.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.073385 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/base64.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.087461 | /**
* _______ _______ __ __
* / ____/ | / / ___/____ _____/ /_____ / /_
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_
* \____/ |__/|__//____/\____/\___/_/|_|\___/\__/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 G... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/color.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.102912 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/browsers.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.106140 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/color.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.107256 | /**
* color.c -- functions related to custom color
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-202... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/base64.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.125179 | /**
* base64.c -- A basic base64 encode implementation
* _______ _______ __ __
* / ____/ | / / ___/____ _____/ /_____ / /_
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_
* \____/ |__/|__//____/\____/\___/_/|_|\___/\__/
*
... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/bin2c.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.127759 | /*
* This is bin2c program, which allows you to convert binary file to
* C language array, for use as embedded resource, for instance you can
* embed graphics or audio file directly into your program.
* This is public domain software, use it on your own risk.
* Contact Serge Fukanchik at fuxx@mail.ru if you have ... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/commons.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.136006 | /**
* commons.c -- holds different data types
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Ger... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/csv.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.650130 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/commons.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.683052 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/csv.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.694486 | /**
* output.c -- output csv to the standard output stream
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) ... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/dialogs.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.762995 | /**
* dialogs.c -- UI dialog windows
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orel... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/fileio.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.764694 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/fileio.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.765752 | /**
* fileio.c -- gFile I/O abstraction layer for goaccess
* This provides a unified interface for reading both regular and gzipped files
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\__... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/error.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.768400 | /**
* error.c -- error handling
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana ... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gchart.c | null | null | null | null | null | null | C | 2026-05-04T18:45:42.774896 | /**
* gchart.c -- TUI chart implementation
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerard... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/error.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.779937 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/dialogs.h | null | null | null | null | null | null | C | 2026-05-04T18:45:42.781121 | /**
* dialogs.h -- UI dialog windows
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orel... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gchart.h | null | null | null | null | null | null | C | 2026-05-04T18:45:43.278246 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gdashboard.h | null | null | null | null | null | null | C | 2026-05-04T18:45:43.356090 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gdashboard.c | null | null | null | null | null | null | C | 2026-05-04T18:45:43.366118 | /**
* gdashboard.c -- goaccess main dashboard
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Ger... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gholder.h | null | null | null | null | null | null | C | 2026-05-04T18:45:43.681830 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/geoip1.h | null | null | null | null | null | null | C | 2026-05-04T18:45:43.683656 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gdns.c | null | null | null | null | null | null | C | 2026-05-04T18:45:43.685176 | /**
* gdns.c -- hosts resolver
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gdns.h | null | null | null | null | null | null | C | 2026-05-04T18:45:43.685702 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/geoip2.c | null | null | null | null | null | null | C | 2026-05-04T18:45:43.756000 | /**
* geoip2.c -- implementation of GeoIP2
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2020 Gerard... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/geoip1.c | null | null | null | null | null | null | C | 2026-05-04T18:45:43.794661 | /**
* geoip.c -- implementation of GeoIP (legacy)
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gholder.c | null | null | null | null | null | null | C | 2026-05-04T18:45:43.836554 | /**
* gholder.c -- data structure to hold raw data
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-202... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gkhash.c | null | null | null | null | null | null | C | 2026-05-04T18:45:44.129731 | /**
* gkhash.c -- default hash table functions
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Ge... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gmenu.h | null | null | null | null | null | null | C | 2026-05-04T18:45:44.286866 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/goaccess.c | null | null | null | null | null | null | C | 2026-05-04T18:45:44.309313 | /**
* goaccess.c -- main log analyzer
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Ore... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gkmhash.h | null | null | null | null | null | null | C | 2026-05-04T18:45:44.311207 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gmenu.c | null | null | null | null | null | null | C | 2026-05-04T18:45:44.319146 | /**
* gmenu.c -- goaccess menus
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana ... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/goaccess.h | null | null | null | null | null | null | C | 2026-05-04T18:45:44.367113 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gslist.c | null | null | null | null | null | null | C | 2026-05-04T18:45:44.400364 | /**
* gslist.c -- A Singly link list implementation
* _______ _______ __ __
* / ____/ | / / ___/____ _____/ /_____ / /_
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_
* \____/ |__/|__//____/\____/\___/_/|_|\___/\__/
*
* T... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gslist.h | null | null | null | null | null | null | C | 2026-05-04T18:45:44.432405 | /**
* _______ _______ __ __
* / ____/ | / / ___/____ _____/ /_____ / /_
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_
* \____/ |__/|__//____/\____/\___/_/|_|\___/\__/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 G... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gstorage.c | null | null | null | null | null | null | C | 2026-05-04T18:45:45.042720 | /**
* gstorage.c -- common storage handling
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerar... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gwsocket.h | null | null | null | null | null | null | C | 2026-05-04T18:45:45.242373 | /**
* _______ _______ __ __
* / ____/ | / / ___/____ _____/ /_____ / /_
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_
* \____/ |__/|__//____/\____/\___/_/|_|\___/\__/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 G... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/khash.h | null | null | null | null | null | null | C | 2026-05-04T18:45:45.244431 | /* The MIT License
Copyright (c) 2008, 2009, 2011 by Attractive Chaos <attractor@live.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without ... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/json.h | null | null | null | null | null | null | C | 2026-05-04T18:45:45.283377 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/json.c | null | null | null | null | null | null | C | 2026-05-04T18:45:45.284287 | /**
* output.c -- output json to the standard output stream
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c)... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gwsocket.c | null | null | null | null | null | null | C | 2026-05-04T18:45:45.663395 | /**
* gwsocket.c -- An interface to send/recv data from/to Web Socket Server
* _______ _______ __ __
* / ____/ | / / ___/____ _____/ /_____ / /_
* / / __ | | /| / /\__ \/ __ \/ ___/ //_/ _ \/ __/
* / /_/ / | |/ |/ /___/ / /_/ / /__/ ,< / __/ /_
* \____/ |__/|__//____/\____/\_... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gstorage.h | null | null | null | null | null | null | C | 2026-05-04T18:45:45.845493 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/opesys.c | null | null | null | null | null | null | C | 2026-05-04T18:45:45.959183 | /**
* opesys.c -- functions for dealing with operating systems
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright ... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/labels.h | null | null | null | null | null | null | C | 2026-05-04T18:45:46.141784 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/opesys.h | null | null | null | null | null | null | C | 2026-05-04T18:45:46.253974 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gkhash.h | null | null | null | null | null | null | C | 2026-05-04T18:45:50.375764 | /**
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Gerardo Orellana <hello @ goaccess.io>
*
* P... |
allinurl/goaccess | https://github.com/allinurl/goaccess | null | null | null | null | 20,508 | null | null | mit | null | null | null | null | null | null | null | src/gkmhash.c | null | null | null | null | null | null | C | 2026-05-04T18:45:50.376786 | /**
* gkhash.c -- default hash table functions
* ______ ___
* / ____/___ / | _____________ __________
* / / __/ __ \/ /| |/ ___/ ___/ _ \/ ___/ ___/
* / /_/ / /_/ / ___ / /__/ /__/ __(__ |__ )
* \____/\____/_/ |_\___/\___/\___/____/____/
*
* The MIT License (MIT)
* Copyright (c) 2009-2026 Ge... |
karpathy/llama2.c | https://github.com/karpathy/llama2.c | null | null | null | null | 19,462 | null | null | mit | null | null | null | null | null | null | null | run.c | null | null | null | null | null | null | C | 2026-05-04T18:45:57.197371 | /* Inference for Llama-2 Transformer model in pure C */
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#if defined _WIN32
#include "win.h"
#else
#include <unistd.h>
#include <sys/mman.h>
#endif
// ------------------------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.