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
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/include/adt/adt_vector.h
null
null
null
null
null
null
C
2026-05-04T19:07:02.963397
/* * Abstract Data Type Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A abstract data type library providing generic containers. * */ #ifndef ADT_VECTOR_H #define ADT_VECTOR_H 1 /* -- Headers -- */ #include <adt/adt_api.h> #ifdef __cpl...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/include/adt/adt_set.h
null
null
null
null
null
null
C
2026-05-04T19:07:02.998859
/* * Abstract Data Type Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A abstract data type library providing generic containers. * */ #ifndef ADT_SET_H #define ADT_SET_H 1 /* -- Headers -- */ #include <adt/adt_api.h> #include <adt/adt_...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_hash.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.488284
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_bucket.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.522125
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_comparable.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.527414
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.557499
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_trie.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.564606
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_vector.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.581430
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_map.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.582738
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/cli/plugins/cli_core_plugin/include/cli_core_plugin/cli_core_plugin.h
null
null
null
null
null
null
C
2026-05-04T19:07:03.585438
/* * CLI Core Plugin by Parra Studios * A plugin implementing core functionality for MetaCall CLI. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/cli/plugins/cli_sandbox_plugin/include/cli_sandbox_plugin/cli_sandbox_plugin.h
null
null
null
null
null
null
C
2026-05-04T19:07:03.604297
/* * CLI Sandbox Plugin by Parra Studios * A plugin implementing sandboxing functionality for MetaCall CLI. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/adt/source/adt_set.c
null
null
null
null
null
null
C
2026-05-04T19:07:03.605552
/* * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/include/configuration/configuration.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.065470
/* * Configuration Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library for managing multiple configuration formats. * */ #ifndef CONFIGURATION_H #define CONFIGURATION_H 1 /* -- Headers -- */ #include <configuration/conf...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/include/configuration/configuration_impl.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.078112
/* * Configuration Library by Parra Studios * A cross-platform library for managing multiple configuration formats. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance w...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/include/configuration/configuration_object.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.105492
/* * Configuration Library by Parra Studios * A cross-platform library for managing multiple configuration formats. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance w...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/include/configuration/configuration_object_handle.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.170073
/* * Configuration Library by Parra Studios * A cross-platform library for managing multiple configuration formats. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance w...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/include/configuration/configuration_singleton.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.182195
/* * Configuration Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library for managing multiple configuration formats. * */ #ifndef CONFIGURATION_SINGLETON_H #define CONFIGURATION_SINGLETON_H 1 /* -- Headers -- */ #include...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/source/configuration.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.183926
/* * Configuration Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library for managing multiple configuration formats. * */ /* -- Headers -- */ #include <metacall/metacall_version.h> #include <configuration/configuration.h> #inc...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/source/configuration_impl.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.185562
/* * Configuration Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library for managing multiple configuration formats. * */ /* -- Headers -- */ #include <configuration/configuration_impl.h> #include <configuration/configuration_sin...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/source/configuration_object.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.200780
/* * Configuration Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library for managing multiple configuration formats. * */ /* -- Headers -- */ #include <configuration/configuration_impl.h> #include <configuration/configuration_obj...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/configuration/source/configuration_singleton.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.202041
/* * Configuration Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library for managing multiple configuration formats. * */ /* -- Headers -- */ #include <configuration/configuration_impl.h> #include <configuration/configuration_obj...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detour/include/detour/detour.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.249820
/* * Detour Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library providing detours, function hooks and trampolines. * */ #ifndef DETOUR_H #define DETOUR_H 1 /* -- Headers -- */ #include <detour/detour_api.h> #include ...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detour/include/detour/detour_handle.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.614064
/* * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detour/include/detour/detour_interface.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.643027
/* * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detour/source/detour.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.696345
/* * Detour Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library providing detours, function hooks and trampolines. * */ /* -- Headers -- */ #include <metacall/metacall_version.h> #include <detour/detour.h> #include <det...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detours/plthook_detour/include/plthook_detour/plthook_detour.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.747273
/* * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detours/plthook_detour/source/plthook_detour_impl.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.764670
/* * Detour Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library providing detours, function hooks and trampolines. * */ /* -- Headers -- */ #include <plthook_detour/plthook_detour_impl.h> #include <plthook.h> /* -- Me...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_flags.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.765230
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detours/plthook_detour/include/plthook_detour/plthook_detour_impl.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.780245
/* * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.796059
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/detours/plthook_detour/source/plthook_detour.c
null
null
null
null
null
null
C
2026-05-04T19:07:04.800383
/* * Detour Library by Parra Studios * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * A cross-platform library providing detours, function hooks and trampolines. * */ /* -- Headers -- */ #include <metacall/metacall_version.h> #include <plthook_detour/plthook_detour.h...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_impl.h
null
null
null
null
null
null
C
2026-05-04T19:07:04.822813
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_impl_beos.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.183826
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_impl_hpux.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.215566
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_impl_macos.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.245682
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_impl_unix.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.370194
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/source/dynlink_impl.c
null
null
null
null
null
null
C
2026-05-04T19:07:05.379330
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_impl_win32.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.379795
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/source/dynlink_impl_beos.c
null
null
null
null
null
null
C
2026-05-04T19:07:05.394018
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_type.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.418263
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/include/dynlink/dynlink_interface.h
null
null
null
null
null
null
C
2026-05-04T19:07:05.451375
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
metacall/core
https://github.com/metacall/core
null
null
null
null
1,796
null
null
apache-2.0
null
null
null
null
null
null
null
source/dynlink/source/dynlink.c
null
null
null
null
null
null
C
2026-05-04T19:07:05.474284
/* * Dynamic Link Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * * Copyright (C) 2016 - 2026 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_compression.c
null
null
null
null
null
null
C
2026-05-04T19:07:08.823719
/*------------------------------------------------------------------------- * * cstore_compression.c * * This file contains compression/decompression functions definitions * used in cstore_fdw. * * Copyright (c) 2016, Citus Data, Inc. * * $Id$ * *--------------------------------------------------------------...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_version_compat.h
null
null
null
null
null
null
C
2026-05-04T19:07:08.958637
/*------------------------------------------------------------------------- * * cstore_version_compat.h * * Compatibility macros for writing code agnostic to PostgreSQL versions * * Copyright (c) 2018, Citus Data, Inc. * * $Id$ * *------------------------------------------------------------------------- */ ...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_metadata_serialization.c
null
null
null
null
null
null
C
2026-05-04T19:07:09.112885
/*------------------------------------------------------------------------- * * cstore_metadata_serialization.c * * This file contains function definitions for serializing/deserializing cstore * metadata. * * Copyright (c) 2016, Citus Data, Inc. * * $Id$ * *---------------------------------------------------...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_writer.c
null
null
null
null
null
null
C
2026-05-04T19:07:09.752231
/*------------------------------------------------------------------------- * * cstore_writer.c * * This file contains function definitions for writing cstore files. This * includes the logic for writing file level metadata, writing row stripes, * and calculating block skip nodes. * * Copyright (c) 2016, Citus ...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_fdw.h
null
null
null
null
null
null
C
2026-05-04T19:07:10.157410
/*------------------------------------------------------------------------- * * cstore_fdw.h * * Type and function declarations for CStore foreign data wrapper. * * Copyright (c) 2016, Citus Data, Inc. * * $Id$ * *------------------------------------------------------------------------- */ #ifndef CSTORE_FD...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_reader.c
null
null
null
null
null
null
C
2026-05-04T19:07:10.701290
/*------------------------------------------------------------------------- * * cstore_reader.c * * This file contains function definitions for reading cstore files. This * includes the logic for reading file level metadata, reading row stripes, * and skipping unrelated row blocks and columns. * * Copyright (c)...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_fdw.c
null
null
null
null
null
null
C
2026-05-04T19:07:13.518111
/*------------------------------------------------------------------------- * * cstore_fdw.c * * This file contains the function definitions for scanning, analyzing, and * copying into cstore_fdw foreign tables. Note that this file uses the API * provided by cstore_reader and cstore_writer for reading and writing...
citusdata/cstore_fdw
https://github.com/citusdata/cstore_fdw
null
null
null
null
1,784
null
null
apache-2.0
null
null
null
null
null
null
null
cstore_metadata_serialization.h
null
null
null
null
null
null
C
2026-05-04T19:07:14.108604
/*------------------------------------------------------------------------- * * cstore_metadata_serialization.h * * Type and function declarations to serialize/deserialize cstore metadata. * * Copyright (c) 2016, Citus Data, Inc. * * $Id$ * *--------------------------------------------------------------------...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/config.h
null
null
null
null
null
null
C
2026-05-04T19:07:19.542761
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _CONFIG_H_ #define _CONFIG_H_ #include "adapter.h" #define CONFIG_MAGIC_V0 0xA5A5A5A5 #define CONFIG_MAGIC_V1 0xF380D824 #define CONFIG_MAGIC_V2 0x1782DB8A #define CONFIG_MAGIC_V3 0xAB89C69A #define CONFIG_MAGIC CONFIG_M...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
components/queue_bss/queue_bss.h
null
null
null
null
null
null
C
2026-05-04T19:07:19.561107
/* * Copyright (c) 2021, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _QUEUE_BSS_H_ #define _QUEUE_BSS_H_ typedef void * queue_bss_handle_t; queue_bss_handle_t queue_bss_init(uint32_t item_num, uint32_t item_len); void queue_bss_init_othercores(void); int32_t queue_bss_enqueue(queue_bss_handle_...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/gameid.c
null
null
null
null
null
null
C
2026-05-04T19:07:19.699483
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include "gameid.h" #include "tools/ps1_gameid.h" #define GAME_ID_BUF_LEN 23 static char gameid[GAME_ID_BUF_LEN] = {0}; static char tmp_gameid[GAME_ID_BUF_LEN] = {0}; static void set_pfx_g...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/config.c
null
null
null
null
null
null
C
2026-05-04T19:07:19.827278
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include <sys/stat.h> #include <errno.h> #include "nvs.h" #include "zephyr/types.h" #include "tools/util.h" #include "adapter.h" #include "config.h" #include "system/fs.h" #include "adapter/g...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/gameid.h
null
null
null
null
null
null
C
2026-05-04T19:07:20.494015
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _GAMEID_H_ #define _GAMEID_H_ #include "adapter/adapter.h" int32_t gid_update(struct raw_fb *fb_data); int32_t gid_update_sys(struct raw_fb *fb_data); char *gid_get(void); #endif /* _GAMEID_H_ */
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/hid_parser.h
null
null
null
null
null
null
C
2026-05-04T19:07:20.495723
/* * Copyright (c) 2019-2023, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _HID_PARSER_H_ #define _HID_PARSER_H_ void hid_parser(struct bt_data *bt_data, uint8_t *data, uint32_t len); struct hid_report *hid_parser_get_report(int32_t dev_id, uint8_t report_id); void hid_parser_load_report(struct ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/adapter.c
null
null
null
null
null
null
C
2026-05-04T19:07:20.628834
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <freertos/FreeRTOS.h> #include <xtensa/hal.h> #include <esp_heap_caps.h> #include <esp_timer.h> #include <esp32/rom/ets_sys.h> #include "sdkconfig.h" #include "qu...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/kb_monitor.c
null
null
null
null
null
null
C
2026-05-04T19:07:20.848286
/* * Copyright (c) 2019-2020, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include <esp_timer.h> #include "queue_bss.h" #include "zephyr/types.h" #include "tools/util.h" #include "kb_monitor.h" struct kb_monitor { uint32_t dev_id; kbmon_id_to_code_t callba...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/macro.c
null
null
null
null
null
null
C
2026-05-04T19:07:21.229379
/* * Copyright (c) 2019-2023, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include "zephyr/types.h" #include "tools/util.h" #include "system/manager.h" #include "adapter/config.h" #include "macro.h" typedef void (*config_change_t)(uint32_t index); #define BIT_32(n) (1UL << ((n) & 0x1F)) #define MACRO...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/adapter_debug.c
null
null
null
null
null
null
C
2026-05-04T19:07:21.365208
/* * Copyright (c) 2019-2024, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter_debug.h" #include "tests/cmds.h" #ifdef CONFIG_BLUERETRO_ADAPTER_BTNS_DBG static void adapter_debug_btns(int32_t value) { uint32_t b =...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/macro.h
null
null
null
null
null
null
C
2026-05-04T19:07:21.533725
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _SYS_MACRO_H_ #define _SYS_MACRO_H_ #include "adapter/adapter.h" void sys_macro_hdl(struct wired_ctrl *ctrl_data, atomic_t *flags); #endif /* _SYS_MACRO_H_ */
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/adapter_debug.h
null
null
null
null
null
null
C
2026-05-04T19:07:21.822318
/* * Copyright (c) 2019-2024, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _ADAPTER_DEBUG_H_ #define _ADAPTER_DEBUG_H_ #include "adapter/adapter.h" void adapter_debug_wireless_print(struct wireless_ctrl *ctrl_input); void adapter_debug_wired_print(struct wired_ctrl *ctrl_input); #endif /* _ADA...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/kb_monitor.h
null
null
null
null
null
null
C
2026-05-04T19:07:21.864897
/* * Copyright (c) 2019-2020, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _KBMON_H_ #define _KBMON_H_ #include "adapter.h" enum { KBMON_TYPE_MAKE, KBMON_TYPE_BREAK, }; typedef void (*kbmon_id_to_code_t)(uint32_t dev_id, uint8_t type, uint8_t id); void kbmon_init(uint32_t dev_id, kbmon...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/cdi.c
null
null
null
null
null
null
C
2026-05-04T19:07:22.384793
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/config.h" #include "adapter/kb_monitor.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "cdi.h" #define CDI_KB_SHIFT 0x01 #defi...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/cdi.h
null
null
null
null
null
null
C
2026-05-04T19:07:22.559364
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _CDI_H_ #define _CDI_H_ #include "adapter/adapter.h" void cdi_meta_init(struct wired_ctrl *ctrl_data); void cdi_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void cdi_from_generic(int32_t dev_mode, struct ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/mapping_quirks.h
null
null
null
null
null
null
C
2026-05-04T19:07:22.958721
/* * Copyright (c) 2021-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _MAPPING_QUIRKS_H_ #define _MAPPING_QUIRKS_H_ #include "adapter.h" void mapping_quirks_apply(struct bt_data *bt_data); #endif /* _MAPPING_QUIRKS_H_ */
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/dc.h
null
null
null
null
null
null
C
2026-05-04T19:07:23.147587
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _DC_H_ #define _DC_H_ #include "adapter/adapter.h" void dc_meta_init(struct wired_ctrl *ctrl_data); void dc_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void dc_from_generic(int32_t dev_mode, struct wired...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/memory_card.h
null
null
null
null
null
null
C
2026-05-04T19:07:23.254153
/* * Copyright (c) 2021-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _MEMORY_CARD_H_ #define _MEMORY_CARD_H_ #include "adapter.h" #define MC_BUFFER_SIZE (128 * 1024) #define MC_BUFFER_BLOCK_SIZE (4 * 1024) #define MC_BUFFER_BLOCK_CNT (MC_BUFFER_SIZE / MC_BUFFER_BLOCK_SIZE) int32_t mc_init...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/hid_parser.c
null
null
null
null
null
null
C
2026-05-04T19:07:23.465660
/* * Copyright (c) 2019-2023, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include <esp_heap_caps.h> #include "adapter.h" #include "hid_parser.h" #include "zephyr/usb_hid.h" #include "tools/util.h" #include "bluetooth/mon.h" #include "tests/cmds.h" #define HID_STA...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/genesis.c
null
null
null
null
null
null
C
2026-05-04T19:07:23.875113
/* * Copyright (c) 2020-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "adapter/config.h" #include "adapter/wired/wired.h" #include "system/manager.h" #include "zephyr/types.h" #include "tools/util.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "genesis.h"...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/gc.h
null
null
null
null
null
null
C
2026-05-04T19:07:23.960329
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _GC_H_ #define _GC_H_ #include "adapter/adapter.h" void gc_meta_init(struct wired_ctrl *ctrl_data); void gc_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void gc_from_generic(int32_t dev_mode, struct wired...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/adapter.h
null
null
null
null
null
null
C
2026-05-04T19:07:24.306891
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _ADAPTER_H_ #define _ADAPTER_H_ #include <stdio.h> #include <esp_attr.h> #include "zephyr/atomic.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #ifndef __packed #define __packed __attribute__((__packed__)) #endif ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/gc.c
null
null
null
null
null
null
C
2026-05-04T19:07:24.413076
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/adapter.h" #include "adapter/config.h" #include "adapter/wired/wired.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "gc.h" en...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/jag.h
null
null
null
null
null
null
C
2026-05-04T19:07:24.414645
/* * Copyright (c) 2021-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _JAG_H_ #define _JAG_H_ #include "adapter/adapter.h" void jag_meta_init(struct wired_ctrl *ctrl_data); void jag_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void jag_from_generic(int32_t dev_mode, struct ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/memory_card.c
null
null
null
null
null
null
C
2026-05-04T19:07:24.461853
/* * Copyright (c) 2021-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include <sys/stat.h> #include <esp_heap_caps.h> #include <esp_timer.h> #include <soc/soc_memory_layout.h> #include "xtensa/core-macros.h" #include "sdkconfig.h" #include "system/fs.h" #inclu...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
components/queue_bss/queue_bss.c
null
null
null
null
null
null
C
2026-05-04T19:07:25.110830
/* * Copyright (c) 2021, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <stdlib.h> #include <string.h> #include "esp32/rom/ets_sys.h" #include "liblfds711.h" #include "queue_bss.h" struct queue_bss { struct lfds711_queue_bss_state item_queue_state; struct lfds711_queue...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/mapping_quirks.c
null
null
null
null
null
null
C
2026-05-04T19:07:25.496270
/* * Copyright (c) 2021-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdio.h> #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter.h" #include "mapping_quirks.h" static void face_btns_invert(struct raw_src_mapping *map) { uint32_t tmp = map->btns_ma...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/n64.c
null
null
null
null
null
null
C
2026-05-04T19:07:25.686907
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/adapter.h" #include "adapter/config.h" #include "adapter/wired/wired.h" #include "adapter/wireless/wireless.h" #include "tests/cmds.h" #includ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/n64.h
null
null
null
null
null
null
C
2026-05-04T19:07:25.755897
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _N64_H_ #define _N64_H_ #include "adapter/adapter.h" void n64_meta_init(struct wired_ctrl *ctrl_data); void n64_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void n64_from_generic(int32_t dev_mode, struct ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/jvs.h
null
null
null
null
null
null
C
2026-05-04T19:07:25.802084
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _JVS_H_ #define _JVS_H_ #include "adapter/adapter.h" void jvs_meta_init(struct wired_ctrl *ctrl_data); void jvs_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void jvs_from_generic(int32_t dev_mode, struct ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/parallel_1p.h
null
null
null
null
null
null
C
2026-05-04T19:07:26.300037
/* * Copyright (c) 2019-2023, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _PARA_1P_H_ #define _PARA_1P_H_ #include "adapter/adapter.h" struct para_1p_map { uint32_t buttons; uint32_t buttons_high; } __packed; void para_1p_meta_init(struct wired_ctrl *ctrl_data); void para_1p_init_buffe...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/parallel_2p.c
null
null
null
null
null
null
C
2026-05-04T19:07:26.337447
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "adapter/config.h" #include "zephyr/types.h" #include "tools/util.h" #include "parallel_2p.h" #include "soc/gpio_struct.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "driver/gpio.h" #...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/parallel_2p.h
null
null
null
null
null
null
C
2026-05-04T19:07:26.623611
/* * Copyright (c) 2019-2023, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _PARA_2P_H_ #define _PARA_2P_H_ #include "adapter/adapter.h" struct para_2p_map { uint32_t buttons; uint32_t buttons_high; } __packed; void para_2p_meta_init(struct wired_ctrl *ctrl_data); void para_2p_init_buffe...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/parallel_1p.c
null
null
null
null
null
null
C
2026-05-04T19:07:26.729223
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "adapter/config.h" #include "zephyr/types.h" #include "tools/util.h" #include "parallel_1p.h" #include "soc/gpio_struct.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "driver/gpio.h" #...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/pcfx.c
null
null
null
null
null
null
C
2026-05-04T19:07:27.212786
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/config.h" #include "adapter/wired/wired.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "pcfx.h" enum { PCFX_I = 0, PC...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/pce.c
null
null
null
null
null
null
C
2026-05-04T19:07:27.394117
/* * Copyright (c) 2021-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "adapter/config.h" #include "adapter/wired/wired.h" #include "system/manager.h" #include "zephyr/types.h" #include "tools/util.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "pce.h" #in...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/pcfx.h
null
null
null
null
null
null
C
2026-05-04T19:07:27.471831
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _PCFX_H_ #define _PCFX_H_ #include "adapter/adapter.h" void pcfx_meta_init(struct wired_ctrl *ctrl_data); void pcfx_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void pcfx_from_generic(int32_t dev_mode, st...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/jvs.c
null
null
null
null
null
null
C
2026-05-04T19:07:27.695348
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "zephyr/atomic.h" #include "tools/util.h" #include "adapter/wired/wired.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "jvs.h" #define JVS_AXES_MAX 2 enum { ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/pce.h
null
null
null
null
null
null
C
2026-05-04T19:07:28.222856
/* * Copyright (c) 2021-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _PCE_H_ #define _PCE_H_ #include "adapter/adapter.h" void pce_meta_init(struct wired_ctrl *ctrl_data); void pce_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void pce_from_generic(int32_t dev_mode, struct ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/npiso.c
null
null
null
null
null
null
C
2026-05-04T19:07:28.256429
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <stdlib.h> #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/config.h" #include "adapter/wired/wired.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "npiso.h" #include ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/real.h
null
null
null
null
null
null
C
2026-05-04T19:07:28.361495
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _REAL_H_ #define _REAL_H_ #include "adapter/adapter.h" void real_meta_init(struct wired_ctrl *ctrl_data); void real_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void real_from_generic(int32_t dev_mode, st...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/real.c
null
null
null
null
null
null
C
2026-05-04T19:07:28.682362
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/config.h" #include "adapter/wired/wired.h" #include "system/manager.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "real.h" e...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/saturn.h
null
null
null
null
null
null
C
2026-05-04T19:07:28.983615
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _SATURN_H_ #define _SATURN_H_ #include "adapter/adapter.h" void saturn_meta_init(struct wired_ctrl *ctrl_data); void saturn_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void saturn_from_generic(int32_t de...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/ps.h
null
null
null
null
null
null
C
2026-05-04T19:07:29.177936
/* * Copyright (c) 2019-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _PS_H_ #define _PS_H_ #include "adapter/adapter.h" void ps_meta_init(struct wired_ctrl *ctrl_data); void ps_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void ps_from_generic(int32_t dev_mode, struct wired...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/ps.c
null
null
null
null
null
null
C
2026-05-04T19:07:29.511857
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/config.h" #include "adapter/kb_monitor.h" #include "adapter/wired/wired.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "ps.h" ...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/genesis.h
null
null
null
null
null
null
C
2026-05-04T19:07:29.526656
/* * Copyright (c) 2020-2022, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _GENESIS_H_ #define _GENESIS_H_ #include "adapter/adapter.h" void genesis_meta_init(struct wired_ctrl *ctrl_data); void genesis_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void genesis_from_generic(int32...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/jag.c
null
null
null
null
null
null
C
2026-05-04T19:07:30.131577
/* * Copyright (c) 2021-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "adapter/config.h" #include "adapter/wired/wired.h" #include "zephyr/types.h" #include "tools/util.h" #include "tests/cmds.h" #include "bluetooth/mon.h" #include "jag.h" #include "driver/gpio.h" #inclu...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/npiso.h
null
null
null
null
null
null
C
2026-05-04T19:07:31.462755
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #ifndef _NPISO_H_ #define _NPISO_H_ #include "adapter/adapter.h" void npiso_meta_init(struct wired_ctrl *ctrl_data); void npiso_init_buffer(int32_t dev_mode, struct wired_data *wired_data); void npiso_from_generic(int32_t dev_mod...
darthcloud/BlueRetro
https://github.com/darthcloud/BlueRetro
null
null
null
null
1,782
null
null
apache-2.0
null
null
null
null
null
null
null
main/adapter/wired/saturn.c
null
null
null
null
null
null
C
2026-05-04T19:07:32.584835
/* * Copyright (c) 2019-2025, Jacques Gagnon * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include "zephyr/types.h" #include "tools/util.h" #include "adapter/config.h" #include "adapter/kb_monitor.h" #include "adapter/wired/wired.h" #include "system/manager.h" #include "tests/cmds.h" #include "bluet...
lizrice/learning-ebpf
https://github.com/lizrice/learning-ebpf
null
null
null
null
1,730
null
null
apache-2.0
null
null
null
null
null
null
null
chapter6/hello-verifier.bpf.c
null
null
null
null
null
null
C
2026-05-04T19:07:41.528202
#include "vmlinux.h" #include <bpf/bpf_helpers.h> #include <bpf/bpf_tracing.h> #include <bpf/bpf_core_read.h> #include "hello-verifier.h" int c = 1; char message[12] = "Hello World"; struct { __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY); __uint(key_size, sizeof(u32)); __uint(value_size, sizeof(u32)); } out...