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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/fseDist.c | null | null | null | null | null | null | C | 2026-05-04T19:36:26.857701 | /*
fseDist.c
Universal length FSE coder
Copyright (C) Yann Collet 2012-2014
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any lat... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/fseDist.h | null | null | null | null | null | null | C | 2026-05-04T19:36:27.058908 | /*
fseDist.h
FSE-based length encoder
Copyright (C) Yann Collet 2012-2015
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, ... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/fuzzerHuff0.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.118011 | /*
FuzzerHuff0.c
Automated test program for HUF
Copyright (C) Yann Collet 2015
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/fuzzer.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.120181 | /*
Fuzzer.c
Automated test program for FSE
Copyright (C) Yann Collet 2013-2015
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/fullbench.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.121811 | /*
fullbench.c - Demo program to benchmark open-source compression algorithm
Copyright (C) Yann Collet 2012-2015
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/fuzzerU16.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.143499 | /*
FuzzerU16.c
Automated test program for FSE U16
Copyright (C) Yann Collet 2013-2015
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of t... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/xxhash.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.171234 | /*
* xxHash - Fast Hash algorithm
* Copyright (C) 2012-2016, Yann Collet
*
* BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redis... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/probaGenerator.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.204868 | /*
ProbaGenerator.c
Demo program creating sample file with controlled probabilities
Copyright (C) Yann Collet 2012-2015
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/xxhash.h | null | null | null | null | null | null | C | 2026-05-04T19:36:27.230199 | /*
xxHash - Extremely Fast Hash algorithm
Header File
Copyright (C) 2012-2016, Yann Collet.
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions ... |
madMAx43v3r/chia-plotter | https://github.com/madMAx43v3r/chia-plotter | null | null | null | null | 2,230 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/FSE/programs/zlibh.c | null | null | null | null | null | null | C | 2026-05-04T19:36:27.501231 | /* ******************************************************************
ZLIBH : Zlib based Huffman coder
Copyright (C) 1995-2012 Jean-loup Gailly
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provid... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_french.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.083139 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_englsh.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.093590 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/colorbars/Barrier.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.113095 | //
// Copyright 2011-2015 Jeff Bush
//
// 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 agreed ... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_items.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.114062 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/consoletest/consoletest.c | null | null | null | null | null | null | C | 2026-05-04T19:36:30.143419 | //
// Copyright 2011-2017 Jeff Bush
//
// 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 agreed ... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/colorbars/Matrix2x2.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.144559 | //
// Copyright 2011-2015 Jeff Bush
//
// 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 agreed ... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_items.c | null | null | null | null | null | null | C | 2026-05-04T19:36:30.177956 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/am_map.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.179419 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_event.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.205868 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/am_map.c | null | null | null | null | null | null | C | 2026-05-04T19:36:30.256868 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_main.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.696495 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_net.c | null | null | null | null | null | null | C | 2026-05-04T19:36:30.734348 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_net.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.757521 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_think.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.805973 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_ticcmd.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.806537 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_player.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.830550 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/doomdata.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.843514 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_main.c | null | null | null | null | null | null | C | 2026-05-04T19:36:30.846665 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publis... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/d_textur.h | null | null | null | null | null | null | C | 2026-05-04T19:36:30.848165 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/doomdef.c | null | null | null | null | null | null | C | 2026-05-04T19:36:30.869739 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/doomdef.h | null | null | null | null | null | null | C | 2026-05-04T19:36:31.342643 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/doomstat.c | null | null | null | null | null | null | C | 2026-05-04T19:36:31.390514 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/doomtype.h | null | null | null | null | null | null | C | 2026-05-04T19:36:31.473210 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/dstrings.c | null | null | null | null | null | null | C | 2026-05-04T19:36:31.474046 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/dstrings.h | null | null | null | null | null | null | C | 2026-05-04T19:36:31.485647 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/doomstat.h | null | null | null | null | null | null | C | 2026-05-04T19:36:31.489555 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/f_finale.c | null | null | null | null | null | null | C | 2026-05-04T19:36:31.503542 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/f_wipe.c | null | null | null | null | null | null | C | 2026-05-04T19:36:31.589090 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/f_finale.h | null | null | null | null | null | null | C | 2026-05-04T19:36:31.598482 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/f_wipe.h | null | null | null | null | null | null | C | 2026-05-04T19:36:31.610343 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/g_game.c | null | null | null | null | null | null | C | 2026-05-04T19:36:32.002099 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/g_game.h | null | null | null | null | null | null | C | 2026-05-04T19:36:32.052540 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/hu_lib.h | null | null | null | null | null | null | C | 2026-05-04T19:36:32.119106 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/hu_lib.c | null | null | null | null | null | null | C | 2026-05-04T19:36:32.141184 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/hu_stuff.c | null | null | null | null | null | null | C | 2026-05-04T19:36:32.168007 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_main.c | null | null | null | null | null | null | C | 2026-05-04T19:36:32.556237 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_net.c | null | null | null | null | null | null | C | 2026-05-04T19:36:32.557856 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/hu_stuff.h | null | null | null | null | null | null | C | 2026-05-04T19:36:32.558953 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_net.h | null | null | null | null | null | null | C | 2026-05-04T19:36:32.560172 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_sound.c | null | null | null | null | null | null | C | 2026-05-04T19:36:32.561262 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_sound.h | null | null | null | null | null | null | C | 2026-05-04T19:36:33.119432 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_video.h | null | null | null | null | null | null | C | 2026-05-04T19:36:33.320329 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/m_bbox.h | null | null | null | null | null | null | C | 2026-05-04T19:36:33.482133 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/m_argv.h | null | null | null | null | null | null | C | 2026-05-04T19:36:33.556129 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/m_bbox.c | null | null | null | null | null | null | C | 2026-05-04T19:36:33.588368 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/info.h | null | null | null | null | null | null | C | 2026-05-04T19:36:33.659610 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_video.c | null | null | null | null | null | null | C | 2026-05-04T19:36:37.895366 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_system.h | null | null | null | null | null | null | C | 2026-05-04T19:36:37.902467 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/i_system.c | null | null | null | null | null | null | C | 2026-05-04T19:36:37.943352 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
jbush001/NyuziProcessor | https://github.com/jbush001/NyuziProcessor | null | null | null | null | 2,189 | null | null | apache-2.0 | null | null | null | null | null | null | null | software/apps/doom/m_argv.c | null | null | null | null | null | null | C | 2026-05-04T19:36:38.345470 | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This source is available for distribution and/or modification
// only under the terms of the DOOM Source Code License as
// publish... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/include/libbpf.h | null | null | null | null | null | null | C | 2026-05-04T19:36:40.632594 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
/*
* Common eBPF ELF object loading operations.
*
* Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org>
* Copyright (C) 2015 Wang Nan <wangnan0@huawei.com>
* Copyright (C) 2015 Huawei Inc.
*/
#ifndef __LIBBPF_LIBBPF_H
#define __LIBBPF_LIBBPF_H
#... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/include/uapi/linux/netlink.h | null | null | null | null | null | null | C | 2026-05-04T19:36:40.633499 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI__LINUX_NETLINK_H
#define _UAPI__LINUX_NETLINK_H
#include <linux/kernel.h>
#include <linux/socket.h> /* for __kernel_sa_family_t */
#include <linux/types.h>
#define NETLINK_ROUTE 0 /* Routing/device hook */
#define NETLINK_UNUSED 1 /* Un... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/include/uapi/linux/if_link.h | null | null | null | null | null | null | C | 2026-05-04T19:36:40.643285 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_IF_LINK_H
#define _UAPI_LINUX_IF_LINK_H
#include <linux/types.h>
#include <linux/netlink.h>
/* This struct should be in sync with struct rtnl_link_stats64 */
struct rtnl_link_stats {
__u32 rx_packets; /* total packets received */
__... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/netlink.c | null | null | null | null | null | null | C | 2026-05-04T19:36:40.644000 | // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
/* Copyright (c) 2018 Facebook */
#include <stdlib.h>
#include <memory.h>
#include <unistd.h>
#include <linux/rtnetlink.h>
#include <sys/socket.h>
#include <errno.h>
#include <time.h>
#include <stdbool.h>
#include <stdio.h>
#include <linux/bpf.h>
#include "libbpf... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/include/bpf_map.h | null | null | null | null | null | null | C | 2026-05-04T19:36:40.653642 | #define BUF_SIZE_MAP_NS 256
typedef struct bpf_map_def {
unsigned int type;
unsigned int key_size;
unsigned int value_size;
unsigned int max_entries;
unsigned int map_flags;
unsigned int pinning;
char namespace[BUF_SIZE_MAP_NS];
} bpf_map_def;
enum bpf_pin_type {
PIN_NONE = 0,
PIN_OBJECT_NS,
PIN_GLOBAL_NS,
... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/nlattr.c | null | null | null | null | null | null | C | 2026-05-04T19:36:40.662074 | // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
/*
* NETLINK Netlink attributes
*
* Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
*/
#include <errno.h>
#include "libbpf.h"
#include "nlattr.h"
#include <linux/rtnetlink.h>
#include <string.h>
#include <stdio.h>
typedef int (*__dump_nlmsg_t)(struc... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/include/uapi/linux/perf_event.h | null | null | null | null | null | null | C | 2026-05-04T19:36:40.673079 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* Performance events:
*
* Copyright (C) 2008-2009, Thomas Gleixner <tglx@linutronix.de>
* Copyright (C) 2008-2011, Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2011, Red Hat, Inc., Peter Zijlstra
*
* Data type definitions, declarations... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | elf/include/nlattr.h | null | null | null | null | null | null | C | 2026-05-04T19:36:40.673902 | /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
/*
* NETLINK Netlink attributes
*
* Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
*/
#ifndef __LIBBPF_NLATTR_H
#define __LIBBPF_NLATTR_H
#include <stdint.h>
#include <linux/netlink.h>
/* avoid multiple definition of netlink features */
#define ... |
iovisor/gobpf | https://github.com/iovisor/gobpf | null | null | null | null | 2,186 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/dummy.c | null | null | null | null | null | null | C | 2026-05-04T19:36:40.701318 | /*
* Compiled with './build'
*/
#include "../elf/include/uapi/linux/bpf.h"
#include "../elf/include/bpf_map.h"
#define SEC(NAME) __attribute__((section(NAME), used))
#define PERF_MAX_STACK_DEPTH 127
#define KERNEL_VERSION_GTE(X) (KERNEL_VERSION >= X)
struct pt_regs{};
struct bpf_map_def SEC("maps/dummy_hash") d... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/AzureClient.h | null | null | null | null | null | null | C | 2026-05-04T19:36:43.489754 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Account.h | null | null | null | null | null | null | C | 2026-05-04T19:36:43.491657 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/AzureServer.c | null | null | null | null | null | null | C | 2026-05-04T19:36:43.492710 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/AzureClient.c | null | null | null | null | null | null | C | 2026-05-04T19:36:43.493847 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Bridge.h | null | null | null | null | null | null | C | 2026-05-04T19:36:43.494911 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/AzureServer.h | null | null | null | null | null | null | C | 2026-05-04T19:36:43.495964 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Admin.h | null | null | null | null | null | null | C | 2026-05-04T19:36:43.994958 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Bridge.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.107784 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Cedar.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.117057 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/BridgeWin32.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.139027 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/BridgeWin32.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.143332 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/BridgeUnix.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.172814 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/CM.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.185653 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/CMInner.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.216087 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Cedar.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.632265 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/CedarPch.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.736652 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/CedarType.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.757954 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/CedarPch.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.761310 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Client.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.784358 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Command.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.820011 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Connection.h | null | null | null | null | null | null | C | 2026-05-04T19:36:44.850508 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Connection.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.859312 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Account.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.860262 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/BridgeUnix.c | null | null | null | null | null | null | C | 2026-05-04T19:36:44.962711 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Console.c | null | null | null | null | null | null | C | 2026-05-04T19:36:45.259400 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/DDNS.c | null | null | null | null | null | null | C | 2026-05-04T19:36:45.356332 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/DDNS.h | null | null | null | null | null | null | C | 2026-05-04T19:36:45.375326 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Database.c | null | null | null | null | null | null | C | 2026-05-04T19:36:45.415277 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Console.h | null | null | null | null | null | null | C | 2026-05-04T19:36:45.441457 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/EMInner.h | null | null | null | null | null | null | C | 2026-05-04T19:36:45.443322 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
SoftEtherVPN/SoftEtherVPN_Stable | https://github.com/SoftEtherVPN/SoftEtherVPN_Stable | null | null | null | null | 2,167 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/Cedar/Database.h | null | null | null | null | null | null | C | 2026-05-04T19:36:45.444768 | // SoftEther VPN Source Code - Stable Edition Repository
// Cedar Communication Module
//
// SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c)... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.