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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/murmur3/murmur3.c | null | null | null | null | null | null | C | 2026-05-04T19:24:34.122103 | //-----------------------------------------------------------------------------
// MurmurHash3 was written by Austin Appleby, and is placed in the public
// domain. The author hereby disclaims copyright to this source code.
// Note - The x86 and x64 versions do _not_ produce the same results, as the
// algorithms... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_array.c | null | null | null | null | null | null | C | 2026-05-04T19:24:34.123488 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/murmur3/murmur3.h | null | null | null | null | null | null | C | 2026-05-04T19:24:34.131223 | //-----------------------------------------------------------------------------
// MurmurHash3 was written by Austin Appleby, and is placed in the
// public domain. The author hereby disclaims copyright to this source
// code.
#ifndef _MURMURHASH3_H_
#define _MURMURHASH3_H_
#include <stdint.h>
//----------... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_client.c | null | null | null | null | null | null | C | 2026-05-04T19:24:34.133405 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_array.h | null | null | null | null | null | null | C | 2026-05-04T19:24:34.154482 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_conf.c | null | null | null | null | null | null | C | 2026-05-04T19:24:35.059736 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storage engines.
* Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_connection_pool.h | null | null | null | null | null | null | C | 2026-05-04T19:24:35.182823 | #pragma once
#include "dyn_connection.h"
#include "dyn_types.h"
// struct conn_pool;
typedef struct conn_pool conn_pool_t;
/**
* Creates a connection pool with max_connections in it.
* creates connection objects using conn_get and uses func_conn_init to
* initialize them.
*/
conn_pool_t *conn_pool_create(struct ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_core.c | null | null | null | null | null | null | C | 2026-05-04T19:24:35.200278 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/fmemopen.h | null | null | null | null | null | null | C | 2026-05-04T19:24:35.336131 | //
// Copyright 2011-2014 NimbusKit
// Originally ported from https://github.com/ingenuitas/python-tesseract/blob/master/fmemopen.c
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_connection_pool.c | null | null | null | null | null | null | C | 2026-05-04T19:24:35.780801 | #include "dyn_connection_pool.h"
#include "dyn_core.h"
#include "dyn_task.h"
#define MIN_WAIT_BEFORE_RECONNECT_IN_SECS 1ULL
struct conn_pool {
struct object obj;
uint8_t max_connections; // connections this conn_pool owns
void *owner; // the owner of this conn pool, this gets passed
... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_connection.c | null | null | null | null | null | null | C | 2026-05-04T19:24:35.782067 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_connection.h | null | null | null | null | null | null | C | 2026-05-04T19:24:35.789598 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_connection_internal.h | null | null | null | null | null | null | C | 2026-05-04T19:24:35.827775 | #pragma once
#include "dyn_types.h"
// Forward declarations.
struct conn;
struct context;
extern void _conn_deinit(void);
extern void _conn_init(void);
extern struct conn *_conn_get(void);
extern void _conn_put(struct conn *conn);
extern char *_conn_get_type_string(struct conn *conn);
extern void _add_to_ready_q(str... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_crypto.h | null | null | null | null | null | null | C | 2026-05-04T19:24:35.868292 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#ifndef DYN_CRYPTO_H_
#define DYN_CRYPTO_H_
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/aes.h>
#include ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_connection_internal.c | null | null | null | null | null | null | C | 2026-05-04T19:24:35.949572 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* h... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dict.c | null | null | null | null | null | null | C | 2026-05-04T19:24:35.984693 | /* Hash Tables Implementation.
*
* This file implements in memory hash tables with insert/del/replace/find/
* get-random-element operations. Hash tables will auto resize if needed
* tables of power of two in size are used, collisions are handled by
* chaining. See the source code for more information... :)
*
* C... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_conf.h | null | null | null | null | null | null | C | 2026-05-04T19:24:36.121009 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dict_msg_id.c | null | null | null | null | null | null | C | 2026-05-04T19:24:36.578326 | #include "dyn_dict_msg_id.h"
#include <stdlib.h> // For NULL
#include "dyn_types.h"
static unsigned int dict_msg_id_hash(const void *key) {
msgid_t id = *(msgid_t *)key;
return dictGenHashFunction(key, sizeof(id));
}
static int dict_msg_id_cmp(void *privdata, const void *key1, const void *key2) {
msgid_t id1 =... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dict.h | null | null | null | null | null | null | C | 2026-05-04T19:24:36.579809 | /* Hash Tables Implementation.
*
* This file implements in-memory hash tables with insert/del/replace/find/
* get-random-element operations. Hash tables will auto-resize if needed
* tables of power of two in size are used, collisions are handled by
* chaining. See the source code for more information... :)
*
* C... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_client.c | null | null | null | null | null | null | C | 2026-05-04T19:24:36.821932 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#include "dyn_dnode_client.h"
#include "dyn_core.h"
#include "dyn_dict_msg_id.h"
#include "dyn_response_mgr.h"
#include "dyn_server.h"
static void dnode_client_ref(struct conn *conn, void... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_msg.h | null | null | null | null | null | null | C | 2026-05-04T19:24:37.124193 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#ifndef _DYN_DNODE_MSG_H_
#define _DYN_DNODE_MSG_H_
#include <stdbool.h>
#include "dyn_queue.h"
#include "dyn_types.h"
typedef enum dmsg_version { VERSION_10 = 1 } dmsg_version_t;
type... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_proxy.c | null | null | null | null | null | null | C | 2026-05-04T19:24:37.227145 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#include <arpa/inet.h>
#include <sys/un.h>
#include "dyn_core.h"
#include "dyn_dnode_client.h"
#include "dyn_dnode_peer.h"
#include "dyn_dnode_proxy.h"
#include "dyn_server.h"
static voi... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_proxy.h | null | null | null | null | null | null | C | 2026-05-04T19:24:37.513844 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#ifndef _DYN_DNODE_SERVER_H_
#define _DYN_DNODE_SERVER_H_
#include "dyn_types.h"
// Forward declarations
struct conn;
struct context;
rstatus_t dnode_proxy_init(struct context *ctx);
vo... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_msg.c | null | null | null | null | null | null | C | 2026-05-04T19:24:37.696335 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#include <ctype.h>
#include "dyn_dnode_msg.h"
#include "dyn_core.h"
#include "dyn_crypto.h"
#include "dyn_server.h"
#include "proto/dyn_proto.h"
static uint8_t version = VERSION_10;
st... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_request.c | null | null | null | null | null | null | C | 2026-05-04T19:24:37.771077 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#include "dyn_core.h"
#include "dyn_dnode_peer.h"
#include "dyn_mbuf.h"
#include "dyn_server.h"
// static struct string client_request_dyn_msg = string("Client_request");
static uint64_t ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_gossip.c | null | null | null | null | null | null | C | 2026-05-04T19:24:37.845398 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
#include "dyn_core.h"
#include "dyn_dict.h"
#include "dyn_dnode_peer.h"
#include "dyn_gossip.h"
#include "dyn_mbuf.h"
#include "... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_histogram.c | null | null | null | null | null | null | C | 2026-05-04T19:24:38.112264 | /*
* dyn_histogram.c
*
* Created on: Feb 6, 2015
* Author: mdo
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "dyn_conf.h"
#include "dyn_core.h"
#include "dyn_histogram.h"
/* a port from this java code:
* https://github.com/apache/cassandra/blob/cassandra-1.2/src... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_gossip.h | null | null | null | null | null | null | C | 2026-05-04T19:24:38.327849 | #ifndef DYN_GOSSIP_H_
#define DYN_GOSSIP_H_
#include "dyn_array.h"
#include "dyn_dict.h"
#include "dyn_string.h"
#include "hashkit/dyn_token.h"
#define GOS_NOOPS 1
#define GOS_OK 0
#define GOS_ERROR -1
#define SIMPLE_PROVIDER "simple_provider"
#define FLORIDA_PROVIDER "florida_provider"
#define DNS_PROVIDER "dns_pro... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_histogram.h | null | null | null | null | null | null | C | 2026-05-04T19:24:38.416801 | /*
* dyn_histogram.h
*
* Created on: Feb 6, 2015
* Author: mdo
*/
#ifndef DYN_HISTOGRAM_H_
#define DYN_HISTOGRAM_H_
#define BUCKET_SIZE 94
struct histogram {
uint64_t buckets[BUCKET_SIZE];
uint64_t mean;
uint64_t val_95th;
uint64_t val_99th;
uint64_t val_999th;
uint64_t val_max;
};
rstatus_t ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_log.c | null | null | null | null | null | null | C | 2026-05-04T19:24:38.445313 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_mbuf.c | null | null | null | null | null | null | C | 2026-05-04T19:24:38.751839 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_mbuf.h | null | null | null | null | null | null | C | 2026-05-04T19:24:38.918346 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_log.h | null | null | null | null | null | null | C | 2026-05-04T19:24:38.919102 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_message.h | null | null | null | null | null | null | C | 2026-05-04T19:24:39.170226 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_node_snitch.c | null | null | null | null | null | null | C | 2026-05-04T19:24:39.425729 | #include <arpa/inet.h>
#include <ctype.h>
#include <errno.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include "dyn_conf.h"
#include "dyn_core.h"
#include "dyn_node_snitch.h"
#include "dyn_string.h"
#include "dyn_util.h"
static unsigned char *broadcast_addr... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_message.c | null | null | null | null | null | null | C | 2026-05-04T19:24:39.473197 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_node_snitch.h | null | null | null | null | null | null | C | 2026-05-04T19:24:39.568964 |
#ifndef _DYN_SNITCH_H_
#define _DYN_SNITCH_H_
// Forward declarations
struct server_pool;
unsigned char *get_broadcast_address(struct server_pool *sp);
char *get_public_hostname(struct server_pool *sp);
char *get_public_ip4(struct server_pool *sp);
char *get_private_ip4(struct server_pool *sp);
unsigned char *hostna... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_proxy.c | null | null | null | null | null | null | C | 2026-05-04T19:24:39.743256 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_proxy.h | null | null | null | null | null | null | C | 2026-05-04T19:24:39.780685 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_queue.h | null | null | null | null | null | null | C | 2026-05-04T19:24:40.035403 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_core.h | null | null | null | null | null | null | C | 2026-05-04T19:24:41.581355 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
/*
* twemproxy - A fast and lightweight proxy for memcached protocol.
* Copyright (C) 2011 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_crypto.c | null | null | null | null | null | null | C | 2026-05-04T19:24:42.729707 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <stdio.h>
#include "dyn_core... |
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_client.h | null | null | null | null | null | null | C | 2026-05-04T19:24:43.007920 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#ifndef _DYN_DNODE_CLIENT_H_
#define _DYN_DNODE_CLIENT_H_
// Forward declarations
struct conn;
void init_dnode_client_conn(struct conn *conn);
#endif
|
Netflix/dynomite | https://github.com/Netflix/dynomite | null | null | null | null | 4,218 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/dyn_dnode_peer.h | null | null | null | null | null | null | C | 2026-05-04T19:24:43.175245 | /*
* Dynomite - A thin, distributed replication layer for multi non-distributed
* storages. Copyright (C) 2014 Netflix, Inc.
*/
#ifndef _DYN_DNODE_PEER_H_
#define _DYN_DNODE_PEER_H_
#include "dyn_message.h"
#include "dyn_types.h"
#define MAX_WAIT_BEFORE_RECONNECT_IN_SECS 10
#define WAIT_BEFORE_UPDATE_PEERS_IN_MIL... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/async_update_checker.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.906076 | /**
* @file async_update_checker.h
* @brief Asynchronous update checking to avoid blocking UI
* @version 2.0 - Refactored for better maintainability
*
* Provides non-blocking application update checking using background threads.
* Prevents UI freezing during network operations and version checks.
*/
#ifndef AS... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.922983 | /**
* @file config.h
* @brief INI-based configuration system with atomic updates
*
* Atomic writes (temp file + rename) prevent corruption during concurrent access.
* UTF-8 throughout for international path/text support.
* Mutex synchronization prevents race conditions between processes.
*/
#ifndef CONFIG_H
#d... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/color/color_state.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.929639 | /**
* @file color_state.h
* @brief Color state management and configuration persistence
*
* Centralizes all color-related global state and provides accessor functions
* to control state modifications. Handles configuration file I/O.
*/
#ifndef COLOR_STATE_H
#define COLOR_STATE_H
#include <windows.h>
#include "... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/color/color.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.932853 | /**
* @file color.h
* @brief Unified color management interface
*
* This header aggregates all color-related functionality:
* - Color parsing and validation (color_parser.h)
* - State management and persistence (color_state.h)
* - System color picker dialog (color_dialog.h)
* - Text input dialog (color_input_d... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/color/color_input_dialog.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.939055 | /**
* @file color_input_dialog.h
* @brief Text-based color input dialog with live preview (modeless version)
*
* Allows users to type color codes directly (CSS names, hex, RGB).
* Features real-time validation and preview.
*/
#ifndef COLOR_INPUT_DIALOG_H
#define COLOR_INPUT_DIALOG_H
#include <window... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/color/color_parser.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.948406 | /**
* @file color_parser.h
* @brief Pure color parsing and conversion algorithms (no dependencies)
*
* Supports multiple input formats:
* - CSS color names (case-insensitive): "red", "blue", "white", etc.
* - Hex formats: #RGB, #RRGGBB (with or without #)
* - RGB formats: rgb(255,0,0), "255,0,0", "255 0 ... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/cli.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.954348 | /**
* @file cli.h
* @brief Command-line interface for rapid timer control
*
* Supports multiple input formats for different user preferences:
* - Shortcuts (s, p, pr): Fast common operations
* - Natural (1h 30m): Intuitive duration input
* - Numeric shorthand (25): Minutes, (1 30): Minutes:seconds, (1 30 15): Ho... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/color/gradient.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.956870 | /**
* @file gradient.h
* @brief Centralized gradient color definitions
*/
#ifndef COLOR_GRADIENT_H
#define COLOR_GRADIENT_H
#include <windows.h>
#include <stdint.h>
#define MAX_GRADIENT_STOPS 5 /* Legacy preset limit */
#define MAX_CUSTOM_GRADIENT_COLORS 20 /* Custom gradient limit */
typedef enu... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/audio_player.h | null | null | null | null | null | null | C | 2026-05-04T19:24:48.965605 | /**
* @file audio_player.h
* @brief Audio notification system with three-tier fallback for reliability
*
* 1. miniaudio (MP3/FLAC/WAV support)
* 2. PlaySound (WAV fallback)
* 3. System beep (guaranteed notification)
*
* Ensures users always receive audio feedback even when preferred methods fail.
*/
#ifndef... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_plugin_security.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.584166 | /**
* @file config_plugin_security.h
* @brief Plugin security and trust management
*/
#ifndef CONFIG_PLUGIN_SECURITY_H
#define CONFIG_PLUGIN_SECURITY_H
#include <windows.h>
/**
* @brief Check if a plugin is trusted
* @param pluginPath Path to plugin file
* @return TRUE if trusted and hash matches
... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_loader.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.592154 | /**
* @file config_loader.h
* @brief Configuration loading and parsing
*
* Reads configuration from INI files and stores in structured snapshot.
* Separated from application logic for better testability.
*/
#ifndef CONFIG_LOADER_H
#define CONFIG_LOADER_H
#include <windows.h>
#include "config.h"
#i... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_writer.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.598631 | /**
* @file config_writer.h
* @brief Configuration writer - collect and save current state
*
* Collects current configuration from global variables and writes to INI file.
* Separated from reading/applying logic for modularity.
*/
#ifndef CONFIG_WRITER_H
#define CONFIG_WRITER_H
#include <windows.h>
... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_watcher.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.599853 | /**
* @file config_watcher.h
* @brief Live configuration reload via file system monitoring
*
* Uses ReadDirectoryChangesW (event-driven) instead of polling to minimize CPU usage.
* 200ms debouncing prevents multiple reloads when editors save files in rapid bursts
* (temp file, rename, metadata update).
*/
#ifn... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_defaults.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.716040 | /**
* @file config_defaults.h
* @brief Configuration default values and metadata
*
* Centralized definition of all configuration items with their default values.
* This eliminates duplication across CreateDefaultConfig, ReadConfig, and WriteConfig.
*
* IMPORTANT: All default values are defined here as c... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/color/color_dialog.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.750777 | /**
* @file color_dialog.h
* @brief Windows color picker with live preview and eyedropper
*
* Provides system ChooseColor dialog with:
* - Live preview on main window
* - Mouse-based color sampling (eyedropper)
* - Custom color palette persistence
*/
#ifndef COLOR_DIALOG_H
#define COLOR_DIALOG_H
... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_common.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.775985 | /**
* @file dialog_common.h
* @brief Common dialog infrastructure and utilities
*
* Provides reusable components for all dialog implementations:
* - Context management (brushes, subclass procs)
* - Color message handling (WM_CTLCOLOR*)
* - Edit control subclassing (Ctrl+A, Enter support)
* - Dialog pos... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_recovery.h | null | null | null | null | null | null | C | 2026-05-04T19:24:49.869107 | /**
* @file config_recovery.h
* @brief Configuration validation and automatic recovery
*/
#ifndef CONFIG_RECOVERY_H
#define CONFIG_RECOVERY_H
#include <windows.h>
#include "config/config_loader.h"
BOOL ValidateAndRecoverConfig(ConfigSnapshot* snapshot);
BOOL ValidateFontConfig(ConfigSnapshot* snapsh... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_applier.h | null | null | null | null | null | null | C | 2026-05-04T19:24:50.158617 | /**
* @file config_applier.h
* @brief Apply configuration snapshot to global variables
*
* Separates configuration application from loading logic.
* Allows independent testing of configuration effects.
*/
#ifndef CONFIG_APPLIER_H
#define CONFIG_APPLIER_H
#include <windows.h>
#include "config_loader... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_font_picker.h | null | null | null | null | null | null | C | 2026-05-04T19:24:50.266530 | /**
* @file dialog_font_picker.h
* @brief System font picker dialog
*/
#ifndef DIALOG_FONT_PICKER_H
#define DIALOG_FONT_PICKER_H
#include <windows.h>
/**
* @brief Show system font picker dialog
* @param hwndParent Parent window handle
* @return TRUE if font was changed, FALSE if cancelled
*
*... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_notification.h | null | null | null | null | null | null | C | 2026-05-04T19:24:50.380289 | /**
* @file dialog_notification.h
* @brief Notification configuration dialogs
*/
#ifndef DIALOG_NOTIFICATION_H
#define DIALOG_NOTIFICATION_H
#include <windows.h>
/* ============================================================================
* Notification Messages Dialog
* =====================================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_plugin_security.h | null | null | null | null | null | null | C | 2026-05-04T19:24:50.752770 | /**
* @file dialog_plugin_security.h
* @brief Plugin security confirmation dialog (modeless)
*/
#ifndef DIALOG_PLUGIN_SECURITY_H
#define DIALOG_PLUGIN_SECURITY_H
#include <windows.h>
/**
* @brief Show plugin security confirmation dialog (modeless)
* @param hwndParent Parent window handle
* @param ... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/config/config_store.h | null | null | null | null | null | null | C | 2026-05-04T19:24:51.010212 | /**
* @file config_store.h
* @brief Unified configuration store
*
* Single source of truth for all configuration.
* Memory-first design with lazy disk I/O.
*/
#ifndef CONFIG_STORE_H
#define CONFIG_STORE_H
#include <windows.h>
#include "config_keys.h"
/* =========================================================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_procedure.h | null | null | null | null | null | null | C | 2026-05-04T19:24:51.203502 | /**
* @file dialog_procedure.h
* @brief Dialog procedures for timer input, settings, and info dialogs
*
* **REFACTORED HEADER - Now delegates to modular components**
*
* This file maintains backward compatibility by including all
* refactored dialog modules:
* - dialog_common.h : Shared utilities (context,... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drag_scale.h | null | null | null | null | null | null | C | 2026-05-04T19:24:51.235085 | /**
* @file drag_scale.h
* @brief Window dragging, scaling, and edit mode with config persistence
*
* Mouse capture ensures smooth dragging even when cursor leaves window.
* Config save debouncing (500ms) prevents excessive disk I/O during continuous operations.
*/
#ifndef DRAG_SCALE_H
#define DRAG_SCALE_H
#in... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_image.h | null | null | null | null | null | null | C | 2026-05-04T19:24:51.823813 | #ifndef DRAWING_IMAGE_H
#define DRAWING_IMAGE_H
#include <windows.h>
// Initialize GDI+ subsystem
void InitDrawingImage(void);
// Shutdown GDI+ subsystem
void ShutdownDrawingImage(void);
/**
* @brief Render an image file onto the target DC
* @param hdc Target Device Context
* @param x Dest X
* @p... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_markdown_stb.h | null | null | null | null | null | null | C | 2026-05-04T19:24:52.049912 | /**
* @file drawing_markdown_stb.h
* @brief Markdown rendering logic using STB Truetype
*/
#ifndef DRAWING_MARKDOWN_STB_H
#define DRAWING_MARKDOWN_STB_H
#include <windows.h>
#include "markdown/markdown_parser.h"
#include "drawing/drawing_text_stb.h"
/**
* @brief Measure multi-line Markdown text with... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_effect.h | null | null | null | null | null | null | C | 2026-05-04T19:24:52.473830 | #ifndef DRAWING_EFFECT_H
#define DRAWING_EFFECT_H
#include <windows.h>
/**
* @brief Callback for retrieving color at specific coordinates
* @param x Screen X coordinate
* @param y Screen Y coordinate
* @param r Output Red
* @param g Output Green
* @param b Output Blue
* @param userData Custom data ... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_text_stb.h | null | null | null | null | null | null | C | 2026-05-04T19:24:52.730647 | /**
* @file drawing_text_stb.h
* @brief High-quality text rendering using stb_truetype
*/
#ifndef DRAWING_TEXT_STB_H
#define DRAWING_TEXT_STB_H
#include <windows.h>
#include "../../libs/stb/stb_truetype.h"
#include "color/gradient.h"
#define GRADIENT_LUT_SIZE 512
/**
* @brief Initialize STB Truet... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_render.h | null | null | null | null | null | null | C | 2026-05-04T19:24:52.839162 | /**
* @file drawing_render.h
* @brief GDI rendering pipeline with double-buffering
*/
#ifndef DRAWING_RENDER_H
#define DRAWING_RENDER_H
#include <windows.h>
/**
* Main paint handler for WM_PAINT
* @param hwnd Window handle
* @param ps Paint structure from BeginPaint
* @note Double-buffering eliminates flicker... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_time_format.h | null | null | null | null | null | null | C | 2026-05-04T19:24:53.526594 | /**
* @file drawing_time_format.h
* @brief Time component retrieval and formatting
*/
#ifndef DRAWING_TIME_FORMAT_H
#define DRAWING_TIME_FORMAT_H
#include <windows.h>
#include "../config.h"
/**
* @brief Time components (simplifies function signatures)
*/
typedef struct {
int hours;
int m... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/font/font_config.h | null | null | null | null | null | null | C | 2026-05-04T19:24:54.317011 | /**
* @file font_config.h
* @brief Font configuration persistence
*
* Handles reading and writing font settings to config.ini
*/
#ifndef FONT_CONFIG_H
#define FONT_CONFIG_H
#include <windows.h>
/* ============================================================================
* Configuration I/O
*... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/font.h | null | null | null | null | null | null | C | 2026-05-04T19:24:54.866407 | /**
* @file font.h
* @brief Font system unified interface (aggregates all font modules)
*
* This header aggregates the refactored font system modules:
* - font_manager: Font loading, preview, GDI resource management
* - font_ttf_parser: Binary TTF parsing for metadata extraction
* - font_path_manager: Path reso... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/font/font_manager.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.069842 | /**
* @file font_manager.h
* @brief Font loading, preview, and resource management
*
* Core font system providing loading, GDI resource management,
* and risk-free preview functionality.
*/
#ifndef FONT_MANAGER_H
#define FONT_MANAGER_H
#include <windows.h>
/* =====================================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_info.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.397426 | /**
* @file dialog_info.h
* @brief Informational dialogs (About, Font License, Website/File input)
*/
#ifndef DIALOG_INFO_H
#define DIALOG_INFO_H
#include <windows.h>
/* ============================================================================
* About Dialog
* ================================================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_input.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.427943 | /**
* @file dialog_input.h
* @brief Generic input dialog and time parsing (modeless version)
*/
#ifndef DIALOG_INPUT_H
#define DIALOG_INPUT_H
#include <windows.h>
/* ============================================================================
* Modeless Dialog API
* =================================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_error.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.448776 | /**
* @file dialog_error.h
* @brief Simple error dialog for input validation failures (modeless)
*/
#ifndef DIALOG_ERROR_H
#define DIALOG_ERROR_H
#include <windows.h>
/**
* @brief Show modeless error dialog with localized message
* @param hwndParent Parent window handle
*
* @details
* Displays: "Invalid inp... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_language.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.586953 | /**
* @file dialog_language.h
* @brief Dialog localization system with three-tier lookup
*
* 1. Special controls (custom handling)
* 2. Standard controls (generic text)
* 3. Fallback text (missing translations)
*
* Graceful degradation ensures dialogs always display something useful.
*/
#ifndef DIALOG_LANGU... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_notification_audio.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.594543 | /**
* @file dialog_notification_audio.h
* @brief Audio file management for notification settings dialog
*/
#ifndef DIALOG_NOTIFICATION_AUDIO_H
#define DIALOG_NOTIFICATION_AUDIO_H
#include <windows.h>
/* ============================================================================
* Audio File Managemen... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/font/font_ttf_parser.h | null | null | null | null | null | null | C | 2026-05-04T19:24:55.767083 | /**
* @file font_ttf_parser.h
* @brief TrueType/OpenType font binary parsing
*
* Extracts metadata from TTF/OTF files without full font loading.
* Uses direct binary parsing of font tables (big-endian format).
*/
#ifndef FONT_TTF_PARSER_H
#define FONT_TTF_PARSER_H
#include <windows.h>
/* ========... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/dialog/dialog_pomodoro.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.001601 | /**
* @file dialog_pomodoro.h
* @brief Pomodoro-specific dialogs (loop count, time intervals)
*/
#ifndef DIALOG_POMODORO_H
#define DIALOG_POMODORO_H
#include <windows.h>
/* ============================================================================
* Pomodoro Loop Dialog
* =========================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/hotkey.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.168356 | /**
* @file hotkey.h
* @brief Data-driven hotkey management system
*
* Metadata-driven design eliminates repetitive control ID checks (50% code reduction).
* Unified validation prevents duplicate hotkey assignments across all controls.
*/
#ifndef HOTKEY_H
#define HOTKEY_H
#include <windows.h>
/* =============... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/language.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.210440 | /**
* @file language.h
* @brief Multi-language localization system with data-driven architecture
*
* Provides a centralized, metadata-driven approach to application localization.
* Supports 10 languages with efficient translation lookup and flexible fallback mechanisms.
*/
#ifndef LANGUAGE_H
#define LA... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/log.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.352697 | /**
* @file log.h
* @brief Modular logging system with comprehensive diagnostics and crash handling
*/
#ifndef LOG_H
#define LOG_H
#include <stdio.h>
#include <windows.h>
#include <signal.h>
/* ============================================================================
* Constants
* ===========================... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/log/log_core.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.391737 | /**
* @file log_core.h
* @brief Core logging functionality (write, rotate, init)
*/
#ifndef LOG_CORE_H
#define LOG_CORE_H
#include <windows.h>
#include "../log.h"
/**
* Get log file path (shared with other log modules)
* @param logPath Output buffer
* @param size Buffer size
*/
void GetLogFile... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/log/log_exception.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.392475 | /**
* @file log_exception.h
* @brief Exception handling and error descriptions
*/
#ifndef LOG_EXCEPTION_H
#define LOG_EXCEPTION_H
#include <windows.h>
/**
* Setup exception signal handlers
*/
void SetupExceptionHandler(void);
/**
* Get Windows error description from error code
* @param error... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/font/font_path_manager.h | null | null | null | null | null | null | C | 2026-05-04T19:24:56.719336 | /**
* @file font_path_manager.h
* @brief Font path resolution and auto-recovery system
*
* Manages font paths with automatic fixing when users reorganize
* their fonts folder. Recursively searches for moved fonts.
*/
#ifndef FONT_PATH_MANAGER_H
#define FONT_PATH_MANAGER_H
#include <windows.h>
/* ... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/log/log_system_info.h | null | null | null | null | null | null | C | 2026-05-04T19:24:57.408585 | /**
* @file log_system_info.h
* @brief System information collection and logging
*/
#ifndef LOG_SYSTEM_INFO_H
#define LOG_SYSTEM_INFO_H
#include <windows.h>
/**
* Log operating system version
*/
void LogOSVersion(void);
/**
* Log CPU architecture
*/
void LogCPUArchitecture(void);
/**
*... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing/drawing_timer_precision.h | null | null | null | null | null | null | C | 2026-05-04T19:24:58.516827 | /**
* @file drawing_timer_precision.h
* @brief High-precision sub-second timer state management
*/
#ifndef DRAWING_TIMER_PRECISION_H
#define DRAWING_TIMER_PRECISION_H
#include <windows.h>
/**
* Reset timer millisecond tracking
* @note Call when timer starts or restarts
*/
void ResetTimerMilliseco... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/language_def.h | null | null | null | null | null | null | C | 2026-05-04T19:25:01.360337 | /**
* @file language_def.h
* @brief Centralized definition of all supported languages using X-Macros.
*
* To add a new language:
* 1. Add a line here defining the language properties.
* 2. Add the corresponding IDM_LANG_XXX and LANG_XXX_INI in resource.h
* 3. Add the .ini file reference in resource/languages.rc... |
vladelaina/Catime | https://github.com/vladelaina/Catime | null | null | null | null | 4,180 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/drawing.h | null | null | null | null | null | null | C | 2026-05-04T19:25:02.340075 | /**
* @file drawing.h
* @brief Timer display rendering with double buffering (unified header)
*
* Double buffering prevents flicker during frequent updates (especially for centiseconds).
* RenderContext struct reduces parameter passing in rendering pipeline.
*/
#ifndef DRAWING_H
#define DRAWING_H
#include <wind... |
Facico/Chinese-Vicuna | https://github.com/Facico/Chinese-Vicuna | null | null | null | null | 4,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | tools/Vicuna.cpp/ggml.h | null | null | null | null | null | null | C | 2026-05-04T19:25:06.421304 | #pragma once
//
// GGML Tensor Library
//
// This documentation is still a work in progress.
// If you wish some specific topics to be covered, feel free to drop a comment:
//
// https://github.com/ggerganov/whisper.cpp/issues/40
//
// ## Overview
//
// This library implements:
//
// - a set of tensor operations
//... |
Facico/Chinese-Vicuna | https://github.com/Facico/Chinese-Vicuna | null | null | null | null | 4,126 | null | null | apache-2.0 | null | null | null | null | null | null | null | tools/Vicuna.cpp/utils.h | null | null | null | null | null | null | C | 2026-05-04T19:25:07.035021 | // Various helper functions and utilities
#pragma once
#include <string>
#include <map>
#include <vector>
#include <random>
#include <thread>
//
// CLI argument parsing
//
struct gpt_params {
int32_t seed = -1; // RNG seed
int32_t n_threads = std::min(16, (int32_t) std::thread::hardware_concurrency());... |
google/AFL | https://github.com/google/AFL | null | null | null | null | 4,095 | null | null | apache-2.0 | null | null | null | null | null | null | null | android-ashmem.h | null | null | null | null | null | null | C | 2026-05-04T19:25:09.291105 | #ifdef __ANDROID__
#ifndef _ANDROID_ASHMEM_H
#define _ANDROID_ASHMEM_H
#include <fcntl.h>
#include <linux/ashmem.h>
#include <linux/shm.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#if __ANDROID_API__ >= 26
#define shmat bionic_shmat
#define shmctl bionic_shmctl
#define shmdt bionic_shmdt
#define shmget bionic_shm... |
google/AFL | https://github.com/google/AFL | null | null | null | null | 4,095 | null | null | apache-2.0 | null | null | null | null | null | null | null | afl-analyze.c | null | null | null | null | null | null | C | 2026-05-04T19:25:09.292125 | /*
Copyright 2016 Google LLC All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... |
google/AFL | https://github.com/google/AFL | null | null | null | null | 4,095 | null | null | apache-2.0 | null | null | null | null | null | null | null | debug.h | null | null | null | null | null | null | C | 2026-05-04T19:25:10.042272 | /*
Copyright 2013 Google LLC All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... |
google/AFL | https://github.com/google/AFL | null | null | null | null | 4,095 | null | null | apache-2.0 | null | null | null | null | null | null | null | experimental/argv_fuzzing/argv-fuzz-inl.h | null | null | null | null | null | null | C | 2026-05-04T19:25:10.058320 | /*
Copyright 2015 Google LLC All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.