Dataset Viewer
Auto-converted to Parquet Duplicate
repo_name
string
path
string
copies
string
size
string
content
string
license
string
kristapsdz/letskencrypt-portable
http.c
1
18646
/* $Id$ */ /* * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDE...
isc
cliffordwolf/picorv32
scripts/cxxdemo/syscalls.c
4
1805
// An extremely minimalist syscalls.c for newlib // Based on riscv newlib libgloss/riscv/sys_*.c // Written by Clifford Wolf. #include <sys/stat.h> #include <unistd.h> #include <errno.h> #define UNIMPL_FUNC(_f) ".globl " #_f "\n.type " #_f ", @function\n" #_f ":\n" asm ( ".text\n" ".align 2\n" UNIMPL_FUNC(_open) ...
isc
bnoordhuis/suv
deps/libuv/test/test-loop-handles.c
73
9821
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * righ...
isc
ennis/autograph-pipelines
src/Engine/DebugOverlay.cpp
1
22413
#include <autograph/Engine/CVar.h> #include <autograph/Engine/DebugOverlay.h> #include <autograph/Engine/ImGuiUtils.h> #include <autograph/Engine/ImageUtils.h> #include <autograph/Engine/RenderUtils.h> #include <autograph/Engine/Shader.h> #include <autograph/Engine/imgui.h> #include <autograph/Gfx/GfxContext.h> #includ...
mit
nevik-xx/psl1ght
tools/scetool/self.cpp
1
31118
/* * Copyright (c) 2011-2013 by naehrwert * This file is released under the GPLv2. */ #include <stdio.h> #include <stdlib.h> #include "types.h" #include "config.h" #include "util.h" #include "sce.h" #include "sce_inlines.h" #include "self.h" #include "elf.h" #include "elf_inlines.h" #include "tables.h" #include "sha1...
mit
aliakseis/LIII
src/3rdparty/torrent-rasterbar/bindings/python/src/fingerprint.cpp
1
1056
// Copyright Daniel Wallin 2006. Use, modification and distribution is // subject to the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include <libtorrent/fingerprint.hpp> #include "boost_python.hpp" void bind_fingerprint() { using...
mit
jediguy13/TFT_Touch_Shield_V1
TFT_T.cpp
1
11165
/* ST7781R TFT Library. 2011 Copyright (c) Seeed Technology Inc. Authors: Albert.Miao, Visweswara R (with initializtion code from TFT vendor) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Softw...
mit
csipiemonte/smartlab
reference-realtime/arduino-secure/libraries/SDPMessage/src/csvline.cpp
1
3215
/* * Copyright (C) 2014 CSP Innovazione nelle ICT s.c.a r.l. (http://www.csp.it/) * All rights reserved. * * All information contained herein is, and remains the property of * CSP Innovazione nelle ICT s.c.a r.l. and its suppliers, if any. * The intellectual and technical concepts contained herein are proprietary...
mit
dezGusty/serpents
src/model/SerpentBase.cpp
1
10439
// This file is part of Gusty's Serpents // Copyright (C) 2009 Augustin Preda (thegusty999@gmail.com) // // Gusty's Serpents 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 versio...
mit
kreischtauf/CSRST
src/PoissonSolver.cpp
1
23889
/*************************************************************************** PoissonSolver.cpp ------------------- begin : Tue Jun 28 2011 copyright : (C) 2011 by Christof Kraus email : christof.kraus-csrst@my.mail.d...
mit
vnen/godot
scene/2d/canvas_modulate.cpp
1
4292
/*************************************************************************/ /* canvas_modulate.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
mit
shiftf8/cs539
fall2016/hw6pointers.c
1
7413
// CS 539, HW 6, Rob Lamog #include <stdio.h> #include <stdlib.h> void show( const double * begin, const double * end ); double sum( const double * begin, const double * end ); void half( double * begin, double * end ); void add( double * resultBegin, double * resultEnd, const double *a0Begin, const double * a1Begin ...
mit
cedar-renjun/air-conditioning-assistant
rt-thread/examples/kernel/thread_detach.c
1
3211
/* * 程序清单:线程脱离 * * 这个例子会创建两个线程,在其中一个线程中执行对另一个线程的脱离。 */ #include <rtthread.h> #include "tc_comm.h" /* 线程1控制块 */ static struct rt_thread thread1; /* 线程1栈 */ static rt_uint8_t thread1_stack[THREAD_STACK_SIZE]; /* 线程2控制块 */ static struct rt_thread thread2; /* 线程2栈 */ static rt_uint8_t thread2_stack[THRE...
mit
Paregov/hexadiv
edno/software/nuttx/configs/mirtoo/src/up_leds.c
1
8433
/**************************************************************************** * configs/mirtoo/src/up_leds.c * arch/arm/src/board/up_leds.c * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without...
mit
Billary/BillaryCoinSource
src/qt/sendcoinsdialog.cpp
1
17904
#include "sendcoinsdialog.h" #include "ui_sendcoinsdialog.h" #include "init.h" #include "walletmodel.h" #include "addresstablemodel.h" #include "addressbookpage.h" #include "bitcoinunits.h" #include "addressbookpage.h" #include "optionsmodel.h" #include "sendcoinsentry.h" #include "guiutil.h" #include "askpassphrased...
mit
ldorelli/tcc
src/draw_main.cpp
1
1377
#include <SFML/Graphics.hpp> #include <iostream> #include <cmath> #include <cstdlib> #include <util.h> #include <graph.h> #include <kuramoto.h> #include <time.h> using namespace std; #define BOLAS 2 int main() { srand ( time(NULL) ); Graph<KuramotoOscillator> g; KuramotoOscillator::simpleKuramotoNetwork(g, 2, 50...
mit
staycrypto/antimatter
src/test/test_bitcoin.cpp
1
1757
#define BOOST_TEST_MODULE Antimatter Test Suite #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> #include "db.h" #include "txdb.h" #include "main.h" #include "wallet.h" #include "util.h" CWallet* pwalletMain; CClientUIInterface uiInterface; extern bool fPrintToConsole; extern void noui_connect(); ...
mit
julzor42/core32
src/uart.c
1
4586
/* MIT License Copyright (c) 2016 Julien Delmotte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, me...
mit
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
3