blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 816
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 151
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 2
classes | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 119
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
acbeb3c0a913df5535f37c284817988cdbdcaa4f | 00ec52883cd7d8c58a39d265858d0a18b998a61e | /cores/mox125/defines.h | 512fdf77a14622e5b82b2385c22ffa1f6592dc99 | [] | no_license | atgreen/moxie-cores | 0ce318db75cd8055646027891a97b3ae9f7740f4 | 15201a1673a8d856eba10e0c92b0ee957ab476ed | refs/heads/master | 2023-08-18T04:49:48.193209 | 2023-08-04T11:54:46 | 2023-08-04T11:54:46 | 5,928,726 | 34 | 6 | null | 2020-02-04T01:56:48 | 2012-09-24T02:40:07 | Verilog | UTF-8 | C | false | false | 2,909 | h | // defines.h - Common definitions
//
// Copyright (c) 2010, 2012 Anthony Green. All Rights Reserved.
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
//
// The above named program is free software; you can redistribute it
// and/or modify it under the terms of the GNU General Public License
// version 2 as published by t... | [
"green@moxielogic.com"
] | green@moxielogic.com |
c3b60ebd8d76495e77bf97f24942eeaafa221d30 | 0d88019bb8b8b23caf3525d7da1413c87fd52f8c | /IPC/signal/signalHandler/sigExample2.c | 71c143e29e8f33a957157efc21193846cbe846e4 | [] | no_license | isaacAdmaso/work | 2b1219d5309cc928b312940c74c2c7536f9d3756 | b1846f2b76abea8178fcbf8f4bd05fc70c12189e | refs/heads/master | 2020-04-22T01:04:47.800484 | 2019-02-10T16:25:02 | 2019-02-10T16:25:02 | 170,002,871 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,358 | c | #ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 500
#endif
#include <getopt.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <stdio.h>
#define MAX 256
/*
*/
void sigint_handler(int sig)
{
pid_t pid = getpid();
printf("\nin process %d\n",pid);
fflush(0);
}
void SigInit(struct sigaction* ... | [
"ad123maso@gmail.com"
] | ad123maso@gmail.com |
7b190866e2855412285375fa25bb7dd491989934 | 7024ca23a923c9ae8c8b78fb2ae49931e8f4768b | /spi.h | ee70d9470631ed784ea73ddbc7e061296b8fbdda | [] | no_license | ahajmousa/PiTris | 3bac10139583d37c9b9a5d929df2717bd1d42f00 | ab136d07c03c80e40d6c62f74ab0ada53b8fd505 | refs/heads/master | 2020-06-20T06:39:07.627765 | 2015-05-14T12:53:55 | 2015-05-14T12:53:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 458 | h | #ifndef __SPI_H__
#define __SPI_H__
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <stropts.h>
#include <unistd.h>
#include <stdint.h>
#include <sys/ioctl.h>
#include <linux/spi/spidev.h>
struct spi_config {
int fd;
uint8_t channel;
uint32_t speed;
uint8_t mode;
uint8_t bpw;
};... | [
"matthieu@barreteau.org"
] | matthieu@barreteau.org |
32887b3a047297ae98dc23d3e42725ba1f2e6df9 | 7727efe909aa14b29122cceea2bdc63dc1394aaf | /src/player.c | b4636cf24a61f66f584cdac9c7796ee246a3da5e | [] | no_license | xymostech/FPSGame | c4825e450205ea504ff294aecc01bfb14156ca2b | 28c23cc979509d9740962766da24bfdeac290442 | refs/heads/master | 2016-09-06T17:49:37.659270 | 2012-06-04T04:16:54 | 2012-06-04T04:16:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,995 | c | #include "player.h"
#include "world.h"
#include "server.h"
struct collide_event* add_collide_event(struct collide_event *next_event,
struct world_object *object) {
struct collide_event *event = malloc(sizeof(*event));
event->object = object;
event->next = next_event;
retur... | [
"xymostech@gmail.com"
] | xymostech@gmail.com |
66f00cf38a329298f34c9e7bd76b2173df5c5d41 | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/12241.c | 6e372d21d5ef177b9ba11f90c44b4ab857b5da89 | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,239 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 12241.c
* Seed: 3983982976
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- G... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
bbe2da25847b0927f3094019e8ac6227efa8f0e5 | 38ab9d211de178f7800037a38fda93b31dbef20c | /drivers/iio/light/tcs3414.mod.c | 2a09e99e3d016fe650ef1148e7eec9b663bc3c6f | [] | no_license | ZihaoPri/Dataflow-Modle-Scheduling | 11ce44cdd5f06c4fef8bc43821ad2fb3c3aa188a | c0e17beeafee3c91524633ad5608a5d33f61933d | refs/heads/master | 2022-04-27T15:00:22.999628 | 2020-04-03T15:08:42 | 2020-04-03T15:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 701 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODU... | [
"wzh"
] | wzh |
ae51839ae57a01cd9b9ef9573fd5b5cffa250d2f | 302adb7e8108f965748a23e8b1ebb5c80f17cadd | /Task1SCADA/Client/05_Formatare_TCP_RX_de_la_Server.h | d43dc84982694a31c0316f348c9df92dd339b537 | [] | no_license | TocuRazvan/SignalGeneratorPID-Server.Client | 174050682394b41770a9c192afbc974a846d8ba6 | 42aab4b1ce7c916e4cf04fa7c9533b548fe4b050 | refs/heads/master | 2023-03-07T04:13:13.123061 | 2021-02-04T18:58:27 | 2021-02-04T18:58:27 | 336,053,137 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 806 | h | int receptie_de_la_server(char receiveBuf[256],int dataSize )
{
if ((dataSize = ClientTCPRead (g_hconversation, receiveBuf,dataSize, 10))< 0)
{ SetCtrlVal (g_hmainPanel, MAINPNL_RECEIVE, "Receive Error\n"); }
else
{
receiveBuf[dataSize] = '\0';
ResetTextBox (g_hmainPanel, MAINPNL_RECEIVE, "");... | [
"tocurazvan2@gmail.com"
] | tocurazvan2@gmail.com |
3edde047ae21077b77bc9095fe2c4d3a555da978 | c457d54aa9cd5d23013d0f49d04e2596c29b41d4 | /www/move_in.c | 90042fcaeb1e464d8ba93dbfd3700a0bbdbb9795 | [] | no_license | PirracasGitHub/iAstroHub | 74e1e572e4047e532de8c78e7b09f14129a0da2e | 48e9c6bad4a4aa5165ccafdf7393c7054ce8dd34 | refs/heads/master | 2021-10-25T22:49:20.878331 | 2017-03-16T07:14:18 | 2017-03-16T07:14:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,577 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <termios.h>
#include <fcntl.h>
#include <string.h>
int main()
{
int move;
FILE *pt;
char buff[9];
int fd;
struct termios options;
char rf_cmd[9];
int val= 0;
/* Open Port */
fd = open("/dev/ttyUSB0", O_RDWR | O_NOCTTY | O_NDELAY);
if... | [
"aruangra@yahoo.com"
] | aruangra@yahoo.com |
91daa32079fc25d2a8eddf2a9353af83a16f0c66 | 06d59710911d2bdb1abd4aae1ff83301ce3558c8 | /LuaInterp/lconvenience.c | ae5a0eb15a4a093466408bc4f658db565e90ef68 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | profburke/ilua | d5429892908a0ab4046d3cfc1553f2e15e9f36f4 | ca2de7b60cde86e6be9492a37ab27a228326e40c | refs/heads/master | 2021-06-06T18:53:42.445207 | 2020-06-21T14:14:22 | 2020-06-21T14:14:22 | 930,856 | 104 | 23 | MIT | 2020-06-21T13:58:45 | 2010-09-22T15:03:48 | C | UTF-8 | C | false | false | 1,721 | c | //
// lconvenience.c
// LuaInterp
//
// Created by Matthew Burke on 11/2/14.
// Copyright (c) 2014 BlueDino Software. All rights reserved.
//
#include "lconvenience.h"
void lua_pop(lua_State *L, int n)
{
lua_settop(L, -n-1);
}
void lua_insert(lua_State *L, int n)
{
lua_rotate(L, n, 1);
}
... | [
"matthew@logicnets.com"
] | matthew@logicnets.com |
e814373867775e7e82f80f358016d1316d6b8777 | 537177837dbbf9502d27761986245f57c9e5ea98 | /lib/str2hex.c | 6c94097f1437d931759c8bf6c30ca1716b55b51b | [
"MIT"
] | permissive | YaoQ/lorawan-parser | 453b1c63a0c006471670a03c80a4b74ce6b80d8b | e08fd428686919dbfd998408d8664c9f2f0ad0fe | refs/heads/master | 2020-12-11T09:23:01.229015 | 2016-06-22T16:23:14 | 2016-06-22T16:23:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,747 | c | #include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
/** extend this value to handle long words */
#define STR2HEX_BUF_LEN (18)
#define STR2HEX_ERR_CHAR_INVALID (-1)
#define STR2HEX_ERR_ODD (-2)
#define STR2HEX_ERR_TOO_LONG ... | [
"jili@semtech.com"
] | jili@semtech.com |
58677853ad22394dabc9e51594209fabc57301b3 | 8f308be5b9d82bdc31746377f8a1891a8b7fc415 | /Embedded_C_Tutorials/Lesson_003_Bitwise_Operators/shift_3.c~ | 1ff0d1950dd7a2927071cda02abba9146e90ea58 | [] | no_license | erenbasturk/embeddedturkey | a018f23f493c537496b018469e1ba56f86d569ab | ec36cd8734ed8414886f8faed96d7f93090da881 | refs/heads/master | 2020-07-26T11:12:09.478927 | 2016-01-06T17:47:18 | 2016-01-06T17:47:18 | 32,678,871 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 95 | #include <stdio.h>
int main()
{
int a=16,b=5,c;
//c = a*b;
c=b<<4;
printf("\n %d\n",c);
}
| [
"basturkeren@gmail.com"
] | basturkeren@gmail.com | |
bb8999ece1fad4ac87071f88a76fb20b45977c76 | e595009bda19deff8d698073f22b41d25a053d2d | /build/iphone/Classes/TiDebugger.h | 38ae68e77c591344f92a00a13fd2ca7ba7e61412 | [
"Apache-2.0"
] | permissive | wdmchaft/Telkom_Cloud | 5f9f41fd965562ca19474da50e5ec2c5ded2ffd5 | 2e1fbe47e082a4c84917ab6b10745419d08fb9c8 | refs/heads/master | 2020-05-03T12:05:23.447512 | 2012-05-07T19:53:06 | 2012-05-07T19:53:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 985 | h | /**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2011 by Telkom, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
*/
#i... | [
"arie@wego.com"
] | arie@wego.com |
57548aa90ec09cf24f4fba214f8aa9ad96d0f3d0 | 19186eaaeeb9e42aaa95f01e4e701abcd2c4986b | /5월 29일/7장/01번/01번.c | 81ac4134bf917d3ecc9ce1800898e822062280cd | [
"MIT"
] | permissive | atuy/TIL-1 | 7805ac11d2dbbbea85b0bdce330a2590bd228f77 | 2e49a59c0494a632ebadd98bfa48d3e2155dc30d | refs/heads/master | 2020-05-31T15:12:20.427005 | 2019-06-05T06:50:24 | 2019-06-05T06:50:24 | 190,351,085 | 1 | 0 | MIT | 2019-06-05T07:55:26 | 2019-06-05T07:55:25 | null | UHC | C | false | false | 178 | c | #include<stdio.h>
int main()
{
int n;
printf("카운터의 초기값을 입력하시오 : ");
scanf_s("%d", &n);
while (n >= 1)
{
printf("%d ", n);
n--;
}
return 0;
} | [
"whd4607@naver.com"
] | whd4607@naver.com |
a9bc9d48adec6bfe4d3121cd1ac1e7bf44f5372f | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/clone/npc/mu-ren.c | adb53190f96011fcb5fb499a64d1fe79a208e9a0 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 896 | c | // mu-ren.c 木人
#include <ansi.h>
inherit FIGHTER;
void create()
{
set_name("木人", ({ "mu ren", "mu", "wood man", "wood" }) );
set("gender", "男性" );
set("age", 30);
set("long", "一个练功用的比武木人,制作精巧,如同真人一般。\n");
set("scale", 100);
set("min_exp", 5000);
set("str", 25)... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
5be05d9c0abe63b14b868f00034f0f856ec659fa | 907d80d226b6f0ecaf1d99e32c4d45da2c83fe37 | /gfarm/tags/gfarm_1_1_1/lib/libgfarm/gfsl/scarg.c | c94b6ef0e8cee4b6822d6b2a33d8d5d68d94ba0e | [] | no_license | rootfs-analytics/gfarm-fs | 57f19518a80ae9d8df97b5d7acb4ebd14946fce5 | 3a21bbff37595455259d2931764c4cb338022eac | refs/heads/master | 2021-05-27T23:32:06.643245 | 2015-01-05T12:40:16 | 2015-01-05T12:40:16 | 28,867,724 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,661 | c | #include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <gssapi.h>
#include <gfarm/gfarm_misc.h>
#include "gfarm_gsi.h"
#include "misc.h"
#include "scarg.h"
int port = 0;
int acceptorSpecified = 0;
gss_name_t acceptorName = GSS_C_NO_NAME;
int
HandleCommonOptions(option, arg)
int option;
char *arg;
{... | [
"nobody@4a5e1ece-6a47-475c-b646-731d720b41d0"
] | nobody@4a5e1ece-6a47-475c-b646-731d720b41d0 |
b21b7f60e94af9807a28a2f076809711df905ca5 | 193920eb3b12667cc38f549beb7e40e98e69f400 | /testhal/TIVA/TM4C123x/I2C/main.c | a48c7f1817d5822198c5e4081c4a27d16a7dcb70 | [
"Apache-2.0"
] | permissive | marcoveeneman/ChibiOS-Tiva | 4f13853ea5eaeafe4736576097dfce0746e430ea | 959c058ce94313ab4c38ba526669a5e83978fa1d | refs/heads/master | 2021-01-10T19:01:11.558639 | 2020-12-19T11:25:10 | 2020-12-19T11:25:10 | 21,398,012 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,360 | c | /*
Copyright (C) 2014 Marco Veeneman
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... | [
"marco-veeneman@hotmail.com"
] | marco-veeneman@hotmail.com |
eaf4aa5d193451aa7ce3cc0d78919973c0d97573 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/ffafb809-eb6c-402b-abf0-7b1d5c8a1ed5.c | 9e20b9148675823c6047b49d713bc4b6bfba7822 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 590 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i-j;
l = i/j;
l = i-j;
l = i%j;
l = l+j;
l = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[65];
int c[79];
a = 0;
while ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9b226441b1b84f29d85d8a06db0c4ca5fd3205f7 | 086d7e2878e411de0fe6316efa61aa31b20f5c9f | /compition 2/comition 2.c | f94e4cae642852586ae175c52c726cd973dbcd82 | [
"MIT"
] | permissive | jakeydo/Robot-Code | f098b6b01019bed101ec5f951ce793905872f6cb | 91d86e92ec8503a16f975860db5c41843dbc5120 | refs/heads/master | 2021-01-20T09:12:44.493426 | 2015-05-16T23:29:12 | 2015-05-16T23:29:12 | 34,095,585 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 214 | c | // Created on Sat May 16 2015
int main()
{
mav(0, 1000);
mav(2, 1000);
msleep(4000);
ao();
mav(0, 1000);
mav(2, 500);
msleep(5000);
ao();
mav(0, 1000);
mav(2, 1000);
msleep(3000);
ao();
return 0;
}
| [
"jake@uncarbonatedsoftware.com"
] | jake@uncarbonatedsoftware.com |
6e4b53788b837db5badef5884434a8e407cabb65 | e50a8ceca3ebc3ada171bd6f5c14b37200a722dc | /Proyecto/main.c | 6476efebfff05bd6cb6e8102fc6887881fc4b24c | [] | no_license | NoeSoto/Estructuras-de-Datos | fddbee6f3fe46d28a7f6409dc3aa300bf769369c | 5809f958e69c70152922bfb0dce9777ead1b5ed4 | refs/heads/master | 2020-07-25T16:14:26.617366 | 2019-12-06T04:34:26 | 2019-12-06T04:34:26 | 208,351,646 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 393 | c | #include "arbolBin.h"
int
main (void)
{
printf ("Arbol binario\n");
ArbolBinario raiz = NULL, aux;
raiz = insertar (raiz, 14);
aux = raiz;
aux = insertar (aux, 16);
aux = insertar (aux, 9);
aux = insertar (aux, 8);
aux = insertar (aux, 5);
aux = insertar (aux, 20);
aux = insertar (aux, 23);
aux =... | [
"noreply@github.com"
] | NoeSoto.noreply@github.com |
dd2ef47026fce522a22e710477b53834a1dfee63 | 902ec2392cc7060dea21661e5d47e691832b0060 | /Src/dma.c | 787a421111a000642054d65aff8a2c4a50881814 | [] | no_license | 201894/TOE_ENG | d930cb85af8cb128ad368148b7ed2de3c31ba605 | bfb1f3ed67889e5b7cbe2d473b6357093a7c6319 | refs/heads/master | 2020-09-22T07:10:39.297489 | 2020-01-16T12:47:32 | 2020-01-16T12:47:32 | 225,096,444 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,188 | c | /**
******************************************************************************
* File Name : dma.c
* Description : This file provides code for the configuration
* of all the requested memory to memory DMA transfers.
*****************************************************... | [
"1010024850@qq.com"
] | 1010024850@qq.com |
e4560093a0b075aaf4fddac41e39c85cb7d38ab3 | 9bfe4e705cc0482cfc147181226b66d62738fbb1 | /Ahorcado.c | da9c2c78f68a29fdb076dbdccaa469b5c1b46010 | [] | no_license | Efrack09/Algoritmos-DATA | fc4a20a7c9f220db75d70f9e64ae5c16f2c40a7c | 4c625ff4052272337589f0de8a8ba07879acb8da | refs/heads/master | 2021-04-08T14:21:54.548800 | 2020-03-31T06:48:39 | 2020-03-31T06:48:39 | 248,782,920 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,004 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char **argv) {
//printf("Escribe la palabra que se adivinara: ");
fflush(stdout); //Esto función sirve para almacenar//
//scanf(" %s", palabra);
char *palabra = argv[1];
int N = strlen(palabra);
int ocultar[N];
for (int i=0; i... | [
"noreply@github.com"
] | Efrack09.noreply@github.com |
b69df4872395cf895ab07ca83a0d42c8c473dfad | 700578afc00bb8805621e0237ba774365844b027 | /HW04/functions.c | 2baa7ca68a9e9919146897998ca1bddde6c28d83 | [] | no_license | tchris96/CMDA3634 | 42d3bcc2334a4e836bec9b32e2953864c85983a9 | 8ae90e58266bd9352852c15ceb9c4e2a77de83ad | refs/heads/master | 2021-05-08T20:02:46.020603 | 2018-04-26T19:49:13 | 2018-04-26T19:49:13 | 119,591,446 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,258 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "functions.h"
#include "omp.h"
//compute a*b mod p safely
unsigned int modprod(unsigned int a, unsigned int b, unsigned int p) {
unsigned int za = a;
unsigned int ab = 0;
while (b > 0) {
if (b%2 == 1) ab = (ab + za) % p;... | [
"tchris96@vt.edu"
] | tchris96@vt.edu |
748e7cf06270120c8d028db118f7b6cce9e91763 | 69ea6894a3dcfbe3c606627c2039d1abd26a8cd2 | /chekuGo/Demo/Helper/HDInstance.h | 856bdc38c8f5f18b688cc2c425af5123f146de54 | [] | no_license | hallohubo/cheku | e96ea3d0782d36c70ef4cabea05871e783bc43d5 | 24c84803edc87dbc6be77cf71b83a7c0fb2792db | refs/heads/master | 2020-04-07T23:33:12.711371 | 2018-11-23T10:23:25 | 2018-11-23T10:23:25 | 158,816,815 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,191 | h | //
// NSObject_Instance.h
// FEPosUniversal
//
// Created by DennisHu on 12-8-6.
// Copyright (c) 2012年 __iDennisHu__. All rights reserved.
//
typedef NS_ENUM(NSInteger, HDCharacterType) {
HDCharacterTypeEnglish = 0,
HDCharacterTypeChinese,
HDCharacterTypeOther,
};
//----------------------系统-... | [
"kobo@kobodeMacBook-Pro.local"
] | kobo@kobodeMacBook-Pro.local |
abe95cabd696e9c4356818ffe8a70a5d1defc321 | 27c375eed5906b66a83dc141047244d346b0412f | /Pods/Headers/Private/React-Core/React/RCTDevLoadingView.h | 69405861f130689ca589c8550d76c3cb1eaf1286 | [] | no_license | ozcanzaferayan/test_rn_app_git | 9a32ffc11d0cf18a8f680079dd4b09dc4c9d7762 | d6ffa973c4dc09b01759f3a3f99a97ba45b1159e | refs/heads/master | 2023-08-29T16:33:16.957470 | 2021-11-02T14:30:56 | 2021-11-02T14:30:56 | 423,628,073 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 78 | h | ../../../../../node_modules/react-native/React/CoreModules/RCTDevLoadingView.h | [
"ozcanzaferayan@gmail.com"
] | ozcanzaferayan@gmail.com |
42885d61e7d67bc73d90976d38d629739831a0bc | 6ca557544444262f8686a8b4a9d20ef50393ea02 | /src/point-n-shoot.h | 68fee97cd2c44057add03231b5f53afc0356c21e | [] | no_license | derekdai/point-n-shoot | d31c8e48f669945ee921241b45bf2557e6d9ac24 | 385981cbba792283acb5aa91adbe13b113e5f0b5 | refs/heads/master | 2021-01-01T16:55:15.580963 | 2013-07-08T13:38:09 | 2013-07-08T13:38:09 | 10,997,877 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 300 | h | #ifndef __POINT_N_SHOOT_H_
#define __POINT_N_SHOOT_H_
#include <glib.h>
G_BEGIN_DECLS
typedef struct _PointNShoot PointNShoot;
PointNShoot * pns_get_default();
void pns_run(PointNShoot *self);
void pns_quit(PointNShoot *self);
void pns_destroy();
G_END_DECLS
#endif /* __POINT_N_SHOOT_H_ */
| [
"daiderek@gmail.com"
] | daiderek@gmail.com |
f0eb9a114552ed72e35c5e34efd23c3a602f7bb7 | f4e298e795a89a6d305b731afd86ff4314c637cb | /CMM/include/GLOBAL.h | 8cabfa67ba38a0649e2be5a5e4016c95667b0f91 | [] | no_license | mfakirr/CMM-with-stm32f407g | 3edc29ef749242c2896eb67e1b4f1dc753d846e3 | e544aba20c95e41114cf7c4e1f94f7765be2e6a4 | refs/heads/master | 2022-12-02T17:01:55.603653 | 2020-08-16T05:14:57 | 2020-08-16T05:14:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,002 | h | __IO uint16_t ADCTripleConvertedValue[9];
uint16_t AN0, AN1, AN2, AN3, AN4, AN5, AN6, AN7, AN8;
#define ADC_CCR_ADDRESS ((uint32_t)0x40012304)
#define ADC_CDR_ADDRESS ((uint32_t)0x40012308)
#define RESET 0
#define KAPAT 0
#define AC 1
#define LED_iGREEN GPIO_Pin_9 //PA9
#define LED_iRED GPIO_Pin_5 //PD... | [
"noreply@github.com"
] | mfakirr.noreply@github.com |
e24015494b0f5671dcb52c6174ecfbd30f5bf413 | d45c2851c41bfac7a169236460a368ebf5032394 | /Lab 5/chess-starter/EIFGENs/chess/W_code/C11/we1304.c | 8dc40df5025a1f845768e88beaaa05c097781b9e | [] | no_license | GavinSit/EECS-3311-Software-Design | dd549ee44d7404a891e099e79d2545fefa502c57 | c762d4a16643c4e9f2ae546a51fdddc9b5d6c952 | refs/heads/main | 2023-04-26T22:50:12.356097 | 2021-05-17T16:25:27 | 2021-05-17T16:25:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,616 | c | /*
* Code for class WEL_DRAWING_ROUTINES
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F1304_13842(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VALUE, EIF_TYPED_VALUE, EIF_TYPED_VALUE);
extern void F1304_13843(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VAL... | [
"gavin.sit22@gmail.com"
] | gavin.sit22@gmail.com |
de1390d7ad3fe87cc305ec0a1125e28516db8a1b | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /C/François Planque/S_MALLOC/BUGGY.C | df7440e7271830904ce01b43a707c42cd85a8989 | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | IBM852 | C | false | false | 610 | c | /*
* Y a-t-il des bugs dans ce programme?
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "S_MALLOC.H"
typedef
struct
{
int n_len;
char Tc_car[];
}
CHAINE;
void main( void )
{
char * psz = "ST Mag, c'est pas pour les enfants :-)";
CHAINE * p_chaine;
/... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
2a56ecc9374183731284039b15f69963218e7ad1 | cc567479a13b45a03ed8bde894671ad8343de7e7 | /Trabajo Practico 2/main.c | a6f15bdcaa2bfb2341b0ede5e47ee710982df04f | [] | no_license | MelanieAlmuina/tp_laboratorio_1 | 8edb5b7be5b8a09de47b038f09f98591b794f21c | 7e08f9f0483622a8e3ebb2517eeb0384cc003f4f | refs/heads/master | 2022-12-25T20:40:17.283367 | 2020-10-03T00:44:24 | 2020-10-03T00:44:24 | 295,031,635 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,169 | c | /*El sistema deberá tener el siguiente menú de opciones:
1. ALTAS: Se debe permitir ingresar un empleado calculando automáticamente el número
de Id. El resto de los campos se le pedirá al usuario.
2. MODIFICAR: Se ingresará el Número de Id, permitiendo modificar: o Nombre o Apellido
o Salario o Sector
3. BAJA: Se ingre... | [
"melalmuina2001@gmail.com"
] | melalmuina2001@gmail.com |
922e7796a4cff1e58fe179ffb7de6189ee49a1de | d94f17ff904a30546cc3575c91efd93b4bcaa965 | /src/cmd/shelf.c | d61a615913ff19d8e5ff83b99c9e43861b39842e | [
"BSD-2-Clause"
] | permissive | szhilkin/openvsx-2.0 | c1d769883f53fbaf064fb3ad28ebb521e732ff3a | e6dbf87a4171ba0210ecd08c13d9e5fdeff9b70a | refs/heads/master | 2021-01-18T22:36:30.046015 | 2017-04-03T09:54:21 | 2017-04-03T09:54:21 | 87,059,999 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,071 | c | // Copyright © 2010 Coraid, Inc.
// All rights reserved.
// Set the base shelf address
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <ctype.h>
#include "vsxcmds.h"
enum {
Maxbuf = 100
};
int shelf;
void
usage(void)
{
fprint(2,"usage: %s [ 0 - 65504 ]\n", argv0);
exits("usage");
}
void
shelfrespons... | [
"szhilkin@gmail.com"
] | szhilkin@gmail.com |
3fd368a03c965286eebe0a551402c4a55848db64 | 528f0c03fb6af0997278e841b725c7aa9dc76769 | /week-01/day-3/main3.c | 3f8a06f5f0b364d98094a8e2ccbd771f71237e41 | [] | no_license | green-fox-academy/geobalazs | 2cbf2bef1321c844d1f1ba54ad7dba6a8ffc12d9 | d431e4c4e20ebc953b32ea1048eb2d5a02ecdbec | refs/heads/master | 2021-09-06T09:06:16.515008 | 2018-02-04T18:38:02 | 2018-02-04T18:38:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int c = 44 * 2;
// please double c's value
printf("%d" , c);
return 0;
}
| [
"balazskissgeo@gmail.com"
] | balazskissgeo@gmail.com |
2ace907e22987bca5481dd75e38d1c06a0a88a0d | 9d3ff582828aac439af95b2ae97ed1ee2d655bbb | /img_2bits/blocs.h | 3fd5837e835415cedf782cce4efffe81f1dd154b | [] | no_license | jmimu/arduinoid | 4614f7121b9c77879429c9ca0a1d5009d40b0403 | 93b15ab9984aad58a971392ed954153b8b8a3425 | refs/heads/master | 2021-01-10T22:04:16.524128 | 2011-05-07T14:49:17 | 2011-05-07T14:49:17 | 1,715,572 | 1 | 0 | null | null | null | null | UTF-8 | C | false | true | 4,940 | h | /* GIMP header image file format (INDEXED): /home/roa/prog_avr/sketchbook/videoJM/img_2bits/blocs.h */
static unsigned int width = 8;
static unsigned int height = 16;
/* Call this macro repeatedly. After each use, the pixel data can be extracted */
#define HEADER_PIXEL(data,pixel) {\
pixel[0] = header_data_cmap... | [
"am.rosu@laposte.net"
] | am.rosu@laposte.net |
81bd017ed0ec37f48643d7bcf589def503340ed7 | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R4/contrib/clients/NCSA/xds/gr_pal.c | ef21aca1883e1a319378fb0e68f71fc52ca30c18 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,392 | c | /*
* National Center for SuperComputing Applications, University of Illinois
*
* This NCSA software product is public domain software. Permission
* is hereby granted to do whatever you like with it. Should you wish
* to make a contribution towards the production of this software, please
* send us your comments a... | [
"yoya@awm.jp"
] | yoya@awm.jp |
ef33695d674e4917519c34ec973505c153320ee2 | 5f7c75392c84942c1a5ce03c730841a3c40f4c9b | /sthreads+2012+students/sthread_lib/generic_queue.c | e9f33b6ef51db59791aa2e277ca9b36a391ee6ef | [
"Apache-2.0"
] | permissive | Andre-Pires/OperatingSystems | 4587210df2fff5da3c9241db8ae2547171ea8016 | fa17d33dff8913baedda5de5c6ed89c5e5c5bed4 | refs/heads/master | 2020-05-18T10:05:49.377408 | 2014-08-07T16:53:18 | 2014-08-07T16:53:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,470 | c | /*
* generic_queue.c - implementation of queue manipulation functions
*/
#include <generic_queue.h>
gqueue_element_t *empty_element_ptr;
gqueue_t* create_gqueue() {
gqueue_t *queue;
queue = (gqueue_t*) malloc(sizeof(gqueue_t));
queue->first = NULL;
queue->last = NULL;
empty_element_ptr = NULL;
return ... | [
"andrepires9181@gmail.com"
] | andrepires9181@gmail.com |
985a96ded1b77a095f42898adad8612f138137e9 | e5cda0dd315cf4c8da4bd854d69412872dcf02ce | /PARALLEL/static.c | 8e4ff036665b1c9702263a63bbb256a45fd2fdce | [] | no_license | Tokyros/school-assignments | 074827c978928df7c5c6f8035a89edd99637aaf5 | 49b8b21c9a08e4a0aa1171349b3beba9f4420ffb | refs/heads/master | 2023-02-10T01:20:53.596051 | 2021-03-09T17:40:58 | 2021-03-09T17:40:58 | 157,968,772 | 3 | 1 | null | 2023-01-24T03:18:26 | 2018-11-17T09:15:14 | C | UTF-8 | C | false | false | 2,746 | c | #include <stdio.h>
#include <math.h>
#include <mpi.h>
#define HEAVY 100000
#define SHORT 1
#define LONG 10
#define N 20.0
typedef struct
{
int from;
int to;
} Task;
// This function performs heavy computations,
// its run time depends on x and y values
double heavy(int x, int y)
{
int i, loop = SHORT;
... | [
"shaharr@wix.com"
] | shaharr@wix.com |
878e1d707b368e3a952c871e4ffe9655ebebdf85 | 80daba7401bad183190d46ed207eddf04e1d42d1 | /src/segmentace/fpga/src_filter/addr_space.h | 6bd684e07c2aefca80b7c64fdf9ed5afedebce36 | [] | no_license | europ/VUTBR-FIT-HSC | 0a27ae2123bc6ddd5208967338ac1651aae88fd9 | 8e5500284c6fad137983378af9ec6beef39944da | refs/heads/master | 2020-04-01T06:40:00.005790 | 2019-01-04T09:09:03 | 2019-01-04T09:09:03 | 152,958,119 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 158 | h | #ifndef __ADDR_SPACE__
#define __ADDR_SPACE__
#define FPGA_HISTOGRAM 0
#define FPGA_MCU_READY 8
#define FPGA_THRESHOLD 9
#define FPGA_FRAME_CNT 10
#endif
| [
"adricko28@gmail.com"
] | adricko28@gmail.com |
a80708f197485eae5113da981b3a737f29387c14 | 00951a019026a3e29372500ab5fb440713af5509 | /Compiler/stage-9_10/sag10.h | de5469f05d6c7d46b34cae40c8ce6d841dabf935 | [] | no_license | yarasagar/yarasagar.github.io | d6a39b71dcce26b7f3605b264db967ace1229fb2 | f6fd56990c23df2d5d9452bcb55734230fd09979 | refs/heads/master | 2021-06-03T06:14:17.834109 | 2019-10-31T17:13:03 | 2019-10-31T17:13:03 | 44,872,293 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 766 | h | int line=1;
struct argnode{
char *name;
int type;
struct argnode *next;
};
void arginstall(char *name,int type);
struct gnode{
char *name;
int type;
int size;
int binding;
struct argnode *arglist;
struct gnode *next;
};
struct gnode *glookup(char *name);
void ginstall(char *name,int type,int size,struct argn... | [
"yarasagar01@gmail.com"
] | yarasagar01@gmail.com |
34696c8d59bc25ca0434afe32cbd65ee85710f8f | 9b79674304cfb2a9c2bbbfe667b007d38f9766a9 | /QNX/QNX-BBB/src/hardware/startup/lib/public/arm/scif.h | 1367a251776abf308d75a8b87722bd53d4fc9d53 | [] | no_license | hutiann/100-shell-scripts | 3a56a899cf78ccd264a5f3b54cf8c42234ceff31 | 873a1e5f4cb73430de6d97b7be9e97ba149fc743 | refs/heads/master | 2020-12-06T12:16:40.896547 | 2019-11-12T01:24:45 | 2019-11-12T01:24:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,905 | h |
/*
* $QNXLicenseC:
* Copyright 2014, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/licenses/LICEN... | [
"goodwillyang@163.com"
] | goodwillyang@163.com |
0f8c1778d37701eb812f8e1973bf93036082d813 | 1b0c6eb8f0832095c4976e766ca8101bf5217ae4 | /exos/wifi/headers/dijkstra.h | 6f6bf31a867ccc7655318d4d23e9a89be5ff88ca | [] | no_license | belecesne/projet-zz1 | 2fa5e213afa89d09c917c12c06f7b6827f8557a2 | e729e5bc06abbd9775c5b78ee23ebcca7ba451c0 | refs/heads/master | 2023-08-28T05:33:42.310165 | 2021-06-26T15:37:29 | 2021-06-26T15:37:29 | 415,701,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 227 | h | #ifndef DIJKSTRA_H
#define DIJKSTRA_H
#include "tas_dijkstra.h"
#include "labyrinthe.h"
#include "graph.h"
#include "file.h"
#include <limits.h>
file_t * dijkstra(labyrinthe_t *, noeud_t , noeud_t, noeud_t *, int *);
#endif
| [
"benjamin.lecesne.blc@gmail.com"
] | benjamin.lecesne.blc@gmail.com |
27d01f032421279fbfb9fbd0932535e2bf126787 | a39690057e1a67a82424c12d2ec00f9f873ee649 | /Pods/Headers/Public/Automattic-Tracks-iOS/TracksConstants.h | 96e675c4f01649c0d54dce03af70e9aa621a75b6 | [] | no_license | z8927623/WordPressLearning | 477fe7e1d9305d2b3293f2a15ec956fcdfd0ad3b | 0555a34a42b5208a9c57e58ae1a11ec565755f79 | refs/heads/master | 2021-01-10T01:11:21.589909 | 2015-05-25T10:04:45 | 2015-05-25T10:04:45 | 36,222,511 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | ../../../Automattic-Tracks-iOS/Automattic-Tracks-iOS/TracksConstants.h | [
"z8927623@163.com"
] | z8927623@163.com |
5d82ffeac3fad7c855a0d25f28453c0f56c5bcea | d78ab1e4cb8a669fbd4b5346683345c3926f4e07 | /Common/util/stdio_compat.c | d3c7e25e3b70b00ccdfa0e34335c29db93ec4f34 | [
"LicenseRef-scancode-unknown-license-reference",
"Artistic-2.0"
] | permissive | sonneveld/ags | 4baca2321a1c1a13621322eb107d5338e9231fbf | 539a40a25f4caa7b7cec678084cfcde252418c77 | refs/heads/ags3--sdl2 | 2022-04-30T19:38:51.480211 | 2019-07-27T11:08:38 | 2019-11-03T06:53:44 | 40,235,193 | 2 | 0 | NOASSERTION | 2022-02-20T11:15:37 | 2015-08-05T08:54:39 | C | UTF-8 | C | false | false | 2,461 | c | //=============================================================================
//
// Adventure Game Studio (AGS)
//
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
// The full list of copyright holders can be found in the Copyright.txt
// file, which is part of this source code distribution.
//
// The AGS ... | [
"nick@sonneveld.name"
] | nick@sonneveld.name |
eeac6bdb63dc99dd07cd21959dd7c4f19c241021 | 5f131d26f6d739f70290a9fcecb3e8fca7c26e0f | /Ghost SPH/include/CUDA_compute.h | 3c14674c8f3c695c880dd3849a7b94cd28449770 | [] | no_license | UI233/Papers-Replication | 89af4fa7753ff6c91897575bdec631ea5dbc4bbe | 55b0bc0b852d0a327501150056a1cd6c09f95d08 | refs/heads/master | 2020-06-08T08:26:23.617747 | 2019-09-27T16:00:34 | 2019-09-27T16:00:34 | 193,196,653 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 321 | h | #ifndef CUDA_COMPUTE_H
#define CUDA_COMPUTE_H
#include <cuda_runtime.h>
#include "particle.h"
struct Cell {
int max, count;
};
struct PointInfo {
ParticleType type;
float rho, pre;
vec3 pos, gradp, normal, v, old_v;
};
PointInfo* cudaCompute(ParticleManager &pm, size_t step);
#endif // !CUDA_COMPUTE_H... | [
"3170104917@zju.edu.cn"
] | 3170104917@zju.edu.cn |
ca2bfd5ca760bde04203c7ba4ec728771386a837 | a99a58d584058c72ce10c888e9f9a574d5c4dca6 | /benchmarks/nestedMerge/EQ_multipleBoundEXTRA_prime_sum/libA/old.c | 12078c2b4ac75a130e445ff32ed60d3291c1107b | [] | no_license | CC24LIFE/CC2 | 6167a9a86c50c97f591a2b4e1fa3e4cd4f071ace | c2fed5c57fb351216ba4547d662477f6ae338bf0 | refs/heads/master | 2020-07-05T08:54:20.345988 | 2020-05-20T04:18:57 | 2020-05-20T04:18:57 | 202,597,952 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 636 | c | int lib(int a)
{
int i = 2;
int count = 0;
while (i < a)
{
if ((a % i) != 0)
{
count++;
}
i++;
}
return count;
}
int client(int x)
{
int INLINED_RET_0;
int ret;
if ((x < (-100)) || (x > 100))
{
ret = x;
}
else
{
x = (x * 5) * 6;
int n_copy0 = x;
int i_c... | [
"CC24LIFE@outlook.com"
] | CC24LIFE@outlook.com |
cdcc6761fa6b717d25c6db4cb59ed0bb87ede55f | 5f096f48cfaea716f5b3dd271f4cc05e97f93aae | /Debuggers/吾爱破解专用版Ollydbg/plugin/minimalist-radasm/vc98/include/shlwapi.h | f8dd77481a6dd813a23da4af942eb0ae9581bd49 | [] | no_license | dearfuture/WinTools | b1e3c8d71a9a6f7078337d48cc24f211dd3c77cc | 579f38addac1f6e9590a7664d6a82f76909d1bde | refs/heads/master | 2022-01-17T21:59:51.998926 | 2021-12-28T05:34:07 | 2021-12-28T05:34:07 | 176,815,407 | 6 | 4 | null | null | null | null | UTF-8 | C | false | false | 31,062 | h |
/*****************************************************************************\
* *
* shlwapi.h - Interface for the Windows light-weight utility APIs *
* *... | [
"dearfuture2012@gmail.com"
] | dearfuture2012@gmail.com |
3b35f0c5a69ea5b41f59ba8db124cfee0b7e5784 | 8ea0523154ccfac37b841b9199025c9bebee67b0 | /stm32F2_bootloader/src/platform/middleware/src/fifo.c | 803c27387060f8a8594bc2298053401e8b92ef55 | [] | no_license | zackcsao/stm32F2 | 79965c14bce03b9e1a78c567feff3bfb65662bbd | 7c2b0f343ca3ef7183eb4f993d5cfd193f68845f | refs/heads/master | 2020-09-16T19:30:17.347622 | 2020-04-29T14:50:02 | 2020-04-29T14:50:02 | 223,868,180 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,019 | c | /*********************************************************************
*
* Copyright (c) dreamczf@aliyun.com
* All rights reserved.
* Filename: fifo.c
* Abstract: 简要描述文件的内容
*
* Filename: fifo.c
* Author: caozhaofei
* Version: 0.0.1
* Date: 2019-07-01 18:25:54
* Description: 修改说明
*... | [
"58057288+zackcsao@users.noreply.github.com"
] | 58057288+zackcsao@users.noreply.github.com |
03ce6b0db087323d9f6f6d420b9487afcb73bfc1 | 61cb2bc04357af37ce43e665c943b2763681907c | /dnn_inference_CUDA_C/cnnnsight/cnn.h | 643837975a7fea671d02ef5c6d0dabdb23971a88 | [] | no_license | XiaominWuFred/NeuroGRS | ac95662d65ffb21353e5fc56158e3fa3305c9dd4 | 09781bd1eae76384cdce2fdcfaebad7f1fbd53d4 | refs/heads/main | 2023-04-14T10:04:47.152718 | 2021-04-16T00:29:12 | 2021-04-16T00:29:12 | 334,046,500 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,183 | h | #ifndef _CNN_H_
#define _CNN_H_
typedef struct{
float* filterWeights; //three D arrary store filter weights
float* inputs; //3D ary store inputs
float* outputs; //3D ary store outputs
float* bias;
}CNNSTATE;
typedef CNNSTATE* CNNHANDLER;
//void cnn(int inD, int inN, int fD, int fN);
CNNHANDLER CnnNew(unsigned int... | [
"xiaomwu@umiacs.umd.edu"
] | xiaomwu@umiacs.umd.edu |
6a9cfe704eb382f99b8a17804e39fd7117e75a9a | 7744859512f027ef0da8b1bde0f8518e631b98eb | /soh/assets/scenes/misc/kakusiana/kakusiana_room_4.h | f3cbe568b435586687283a5c5429360f6ed794fa | [] | no_license | HarbourMasters/Shipwright | 7f70b9470e4f9a117f3fe2d6e4deb776b8742182 | 0e7c6585239c0d7ea2c039b8b8cb7eaedf8928a9 | refs/heads/develop | 2023-08-31T20:50:56.253521 | 2023-08-30T17:34:06 | 2023-08-30T17:34:06 | 472,575,717 | 2,104 | 459 | null | 2023-09-14T20:29:01 | 2022-03-22T01:42:52 | C | UTF-8 | C | false | false | 2,738 | h | #pragma once
#include "align_asset_macro.h"
#define dkakusiana_room_4DL_004B40 "__OTR__scenes/nonmq/kakusiana_scene/kakusiana_room_4DL_004B40"
static const ALIGN_ASSET(2) char kakusiana_room_4DL_004B40[] = dkakusiana_room_4DL_004B40;
#define dkakusiana_room_4DL_001420 "__OTR__scenes/nonmq/kakusiana_scene/kakusiana_r... | [
"noreply@github.com"
] | HarbourMasters.noreply@github.com |
ecf30fc8248e2c3622105713e51549aeb98bdece | 40a548f4a347a025d99aa0d927817ec516a4cb1c | /libft/ft_str_is_printable.c | 46a32629930fbc775ce8bfddbdd74d6d2983a40e | [] | no_license | fecoelho/Cub3d | 818bfda48eb1c5d7b0d8ac580132a699fb851b72 | 92cd05467bd8728b1d5f6cbaf19f1f479978ff9f | refs/heads/main | 2023-01-21T05:25:15.155765 | 2020-12-02T05:17:40 | 2020-12-02T05:17:40 | 307,404,422 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,069 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_lowercase.c :+: :+: :+: ... | [
"fecoel@hotmail.com"
] | fecoel@hotmail.com |
56394d2eb18777ac642c60d3aafa68339af3acb3 | b5b330c8af935f65af46d6554cc40f4d4a5dea84 | /common/xen-tools/blktap2/vhd/lib/libvhd-journal.c | 7edd182dc36811728df1cbd90c88b253623992a5 | [] | no_license | dozylynx/uxen-openxt | 63c910acf4a736c470363d5e1af2165914e6649a | 9ff1c5f929dac74cdd312e14efd01d549df6f32d | refs/heads/master | 2022-01-06T03:43:46.818549 | 2019-06-11T00:55:00 | 2019-06-11T00:55:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,614 | c | /* Copyright (c) 2008, XenSource Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... | [
"christopher.w.clark@gmail.com"
] | christopher.w.clark@gmail.com |
d369d6d7f6dba1afe5cf2798bfaf52b0ce068f38 | 38fd60f5011c4485f9b8f27a2cf4566e4fb7b2c8 | /draw.c | f0ca599b123e4a12d257bea62288557340d71907 | [] | no_license | peterdjlee/Graphics_9_Scanline | 3c04427c42b2174f4e40de8f8961e007ed1158a5 | 0365ee141013bc4854c2e3ab8a198ddf7e23a367 | refs/heads/master | 2020-03-12T02:29:32.975299 | 2018-04-27T06:07:57 | 2018-04-27T06:07:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,577 | c | #include <stdio.h>
#include <stdlib.h>
#include "ml6.h"
#include "display.h"
#include "draw.h"
#include "matrix.h"
#include "math.h"
#include "gmath.h"
/*======== void scanline_convert() ==========
Inputs: struct matrix *points
int i
screen s
zbuffer zb
Returns:
Fills in polygon i ... | [
"dlee14@stuy.edu"
] | dlee14@stuy.edu |
d4a205c285dc9f099650fefe76aa7603e45707ed | 76c3ab250c31cdd1ae92cc13aa026520f22ec2ba | /Asteroids 5400/Asteroids 5400/Classes/Native/UnityEngine.AnimationModule_CodeGen.c | 7c59fea1002ce60cbbc02191289aeedf989b1488 | [] | no_license | mnbolson/Asteroids5400 | d297a6c16690cc4aa8220140c1b61f07a74d8bfa | cc45f195b76298abbadfed55fd32eb38a6bf856a | refs/heads/master | 2020-12-04T19:07:52.801890 | 2020-01-05T07:14:05 | 2020-01-05T07:14:05 | 231,875,903 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,550 | c | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Void UnityEngine.StateMachineBehaviour::.ctor()
extern void StateMachineBehaviour__ctor_m60289315AD... | [
"michael.nb.olson@gmail.com"
] | michael.nb.olson@gmail.com |
2835b0c8bb844ad36e2f1bc1febe586abfbaa30b | 17fe5eaf4ae4cb85b480754cf9aec459e445104b | /UART/uart_app2.c | f4a42b281d409561a98c9ee46b5e3192b9aea6e5 | [] | no_license | XingzhiTaylor/Tiva_TM4C123_Driver | 02b4f069909048e363ac8da899f7204f18c54f49 | 47f8f1d7cf18ac2ba221fe681f99b06072267a64 | refs/heads/master | 2020-03-22T08:39:24.434440 | 2018-08-12T14:13:22 | 2018-08-12T14:13:22 | 139,781,529 | 0 | 0 | null | 2018-08-10T02:38:25 | 2018-07-05T01:45:50 | C | UTF-8 | C | false | false | 5,398 | c | #include "TM4C123GH6PM.h"
#include <stdbool.h>
#include "uart_driver.h"
#include "gpio_driver.h"
#include "led.h"
#include "uart_app.h"
void delay(unsigned long halfsecs);
void uart_gpio_init(void) {
// Declare a pin config object, and set it to the target pin
gpio_pin_conf_t uart_gpio_conf;
uart_gpio_conf.enable... | [
"xingzhitaylor@gmail.com"
] | xingzhitaylor@gmail.com |
d0e82389b068c00c692ef3f83c507aa9cf4a5793 | d4eaab3d8d019a971fe8638eddfbf59912950e75 | /e17/e.it.h | 0d469fd09eb12bc5f083123e868de35841ed85b6 | [] | no_license | sergev/ache-editor | 079128fe9489e6eebebc8519a9d2aa17ef1f4b68 | 1489ad727f6c32b3a0d4d4b0c4c07ba7eba650c8 | refs/heads/master | 2021-01-10T04:17:41.766162 | 2016-01-05T07:02:21 | 2016-01-05T07:02:21 | 49,048,113 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,074 | h | /* file e.it.h - input (keyboard) table parsing and lookup
The input table is stored as a tree, where leaves are of the form:
+----------------------------+ +-------------------------+
| | | |
| char 1 o len o-----+----->| next node ... | [
"serge.vakulenko@gmail.com"
] | serge.vakulenko@gmail.com |
12f3aabe1b346d0698a1163a14f7d15a9883a596 | 241f24e6a837081fd2f3c574c613cfd0b0ab4fb9 | /sys/tahoe/SCCS/s.reg.h | c355e9c1c943e1989d5807fdb1ec22d9bea9aa76 | [] | no_license | b4/4.3BSD-Quasijarus | 9474549f02d468f847adb58c797af650f3b803b9 | 2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b | refs/heads/master | 2021-01-22T20:07:46.920215 | 2017-03-17T04:39:43 | 2017-03-17T04:39:43 | 85,271,248 | 1 | 0 | null | 2017-03-17T04:36:05 | 2017-03-17T04:36:05 | null | UTF-8 | C | false | false | 1,119 | h | h03230
s 00005/00002/00036
d D 7.1 88/05/21 18:36:16 karels 3 2
c bring up to revision 7 for tahoe release
e
s 00006/00000/00032
d D 1.2 87/01/13 10:58:07 karels 2 1
c mv machine dependend from sys_process.c
e
s 00032/00000/00000
d D 1.1 86/01/05 18:46:22 sam 1 0
c date and time created 86/01/05 18:46:22 by... | [
"abs@absd.org"
] | abs@absd.org |
877083b94745f78053d4411509e444d4a03fcc07 | eafeda48cf83295a2628f4e5cd13fa234fd0eb79 | /AVR Studio Code/onewire.h | 05d2ab620121b3c209d3a4885f65bab8c9fddc70 | [] | no_license | jaycollett/Nursery-Room-Temperature-Monitor | 4f108285014873d3c66aafd6c6e5f0561aba93ac | c59cde83c8018277def2bcd418f2f807c28927be | refs/heads/master | 2021-05-02T05:43:58.135001 | 2018-02-09T02:51:57 | 2018-02-09T02:51:57 | 120,813,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,549 | h | #ifndef ONEWIRE_H_
#define ONEWIRE_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include <avr/io.h>
/*******************************************/
/* Hardware connection */
/*******************************************/
/* Define OW_ONE_BUS if only one 1-Wire-Bus is used
in the... | [
"486430+jaycollett@users.noreply.github.com"
] | 486430+jaycollett@users.noreply.github.com |
e3a4a13cebe29328647b1afd91a1de875f6a26fa | b65c74dad6b5502ba54a9ab4a0756dce3366ed4e | /2015_include_lib/DFITCApiStruct.h | ed8da70f1ea7c19de183ed094b2b3b11e2083d78 | [] | no_license | shwbx/HaiFengAPI | 69dc421b1717fb92828aedbed4bb3cc0d4f7855c | 060e53d5ad033bf973fe60f414bd8374c4c75573 | refs/heads/master | 2020-12-03T05:30:13.743323 | 2014-08-27T07:47:02 | 2014-08-27T07:47:02 | 23,452,062 | 0 | 3 | null | null | null | null | GB18030 | C | false | false | 37,051 | h | /**
* 版权所有(C)2012-2016, 大连飞创信息技术有限公司
* 文件名称:DFITCApiStruct.h
* 文件说明:定义接口所需的数据接口
* 当前版本:1.0.12
* 作者:XSpeed项目组
* 发布日期:2013年8月15日
*/
#ifndef DFITCAPISTRUCT_H_
#define DFITCAPISTRUCT_H_
#ifndef DFITCAPIDATATYPE_H
#include "DFITCApiDataType.h"
#endif
#ifdef WIN32
#ifdef DFITCAPI_EXPORTS
#define APISTRUC... | [
"hubert28@qq.com"
] | hubert28@qq.com |
f97ca09be50cddf2ef2c6cb6f5fa46b61c36933c | 8781e751b376a6ad905d7e0c7199e6e756e705a5 | /Freescale_MQX_4_1_FRDMK64F/rtcs/source/if/rtcsglob.c | a19b0def51156e4a795ca36fd969e3ef91c006fc | [] | no_license | ernag/dont_not_enter | 4247e0777ae13723f11e3385e1ba26906ae09949 | 1669ceb9c3887dce6472b94d34264e3d32b1745a | refs/heads/master | 2016-08-11T07:21:27.972365 | 2015-12-05T02:14:57 | 2015-12-05T02:14:57 | 47,433,087 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,934 | c | /*HEADER**********************************************************************
*
* Copyright 2008 Freescale Semiconductor, Inc.
* Copyright 2004-2008 Embedded Access Inc.
* Copyright 1989-2008 ARC International
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governe... | [
"ernie@whistle.com"
] | ernie@whistle.com |
435f577dd873fb1f712d65867428bbffde6e6531 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/mpv/ta/extr_ta_utils.c_ta_xstrndup.c | 0ff50d01519a9f0218c5b96e573fa95f11e59cee | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 649 | c | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | [
"brenocfg@gmail.com"
] | brenocfg@gmail.com |
f5eb4fb831cc9c4725b0229250675c6e07ab6d82 | 7ca1e30cc1b57554ea020627bf8c4a5902be91b8 | /done/test-bmmount.c | e71c92a3376e7954fc6c2af0ffafefc4a5e0a8c5 | [] | no_license | PizzaWhisperer/UnixV6 | c545f91591ede79ba112f75c636eab43f4b3b09a | 6cd0c706cfeeb1f0905385618d05a6c43a90b38f | refs/heads/master | 2021-05-11T19:52:29.906581 | 2018-01-14T11:45:41 | 2018-01-14T11:45:41 | 117,425,195 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 206 | c | #include <stdio.h>
#include "mount.h"
#include "bmblock.h"
#include "error.h"
int test(struct unix_filesystem *u)
{
M_REQUIRE_NON_NULL(u);
bm_print(u->fbm);
bm_print(u->ibm);
return 0;
}
| [
"mathilde.raynal@epfl.ch"
] | mathilde.raynal@epfl.ch |
a2cde821173ae508fe48038acd4f3dcb45c65a86 | 8cbf8966cca88a02a7fba7ee7df942257c3f4057 | /Lac06p50/mathtab.h | 5d43d2aa3ea8f4279cacee0ec8a613faa0459d93 | [] | no_license | 1059444127/AIFlightProject | 5565f9188603decf0163a15d50ca79ce8bc85b6d | a041e85c3af61c0ea017b8d079efa0e77ade66f1 | refs/heads/master | 2021-10-08T15:09:35.518320 | 2018-12-13T23:49:55 | 2018-12-13T23:49:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,745 | h | /*
LAC (Linux Air combat)
Copyright 2015 by Robert J. Bosen. Major portions of
this code were derived from "gl-117", by Thomas A. Drexl and
other contributors, who are mentioned in the "Credits" menu.
This file is part of LAC.
LAC is free software; you can redistribute it and/or modify
it ... | [
"michaeljg@vt.edu"
] | michaeljg@vt.edu |
9c5364770849afc0af425e78fc4f6823a6607df8 | 7226b61d7fbb536f8b9344ee64d2a4f616fdca09 | /cf_chunk.h | acc4362d804c7327876e554b3614da4f62c877ff | [] | no_license | xloem/CompFused | 91c7c494bfb3a13697e80a14dabc78f21f34054c | ddf863937fa234f52fdce414e64914ebc031173d | refs/heads/main | 2023-07-11T23:52:52.486006 | 2021-08-17T13:02:13 | 2021-08-17T13:02:13 | 397,258,688 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 810 | h | #ifndef __CF_CHUNK__
#define __CF_CHUNK__
/*
[header][chunk0,chunk1,chunk2,...,chunkn][toc]
*/
typedef struct {
unsigned char version;
insigned char coding;
unsigned int toc_size; /* Number entries in toc (= #chunks) */
unsigned int toc_offset; /* Position toc, after last data byte */
unsigned int data_size; ... | [
"0xloem@gmail.com"
] | 0xloem@gmail.com |
d0ad6c7132ae22f3c77f80d3963b301999f6edc4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/cc49cf4b-ce08-472e-a0f0-a60ed75eda80.c | 9798b2b0482e8572a1a4ad1853a1af4aa0b075cf | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 619 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = j/j;
l = l/j;
l = l%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[31];
long c[52];
a =... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
fb4bce6c027d0e26de973ab7ebee899a80d1d0a5 | 6efd318aa68146c5c28b9d14e956a443ef0d11ee | /content/prog/tour/c/local_variable.c | ce5796f98d5ba6f6adb0015f9f2111986495ce23 | [
"BSD-3-Clause"
] | permissive | cyysu/my-tours | 6dc24acee0ace062d5e6accbfeddd28f4ba021dd | 7184e01bb64b81a8729192988cb16da986814c1f | refs/heads/master | 2021-01-12T08:13:49.744554 | 2014-01-17T00:06:34 | 2014-01-17T00:06:34 | 76,515,162 | 3 | 0 | null | 2016-12-15T02:13:37 | 2016-12-15T02:13:37 | null | UTF-8 | C | false | false | 187 | c | #include <stdio.h>
void print_time(int hour, int minute)
{
printf("%d:%d\n", hour, minute);
}
int main(void)
{
int hour = 23, minute = 59;
print_time(hour, minute);
return 0;
}
| [
"ufo22940268@gmail.com"
] | ufo22940268@gmail.com |
a2044c9dd4bf5c20bb36c0e4f7c80a16a25a81e5 | f0c6fea261c1299d99202438bcecc5634dd02d4b | /smartcar/user_module/k60_pid/k60_pid.h | d69628251a453fe76d27a61f7b340f38a9e4a27b | [] | no_license | Chanshan/NXP_SmartCar_2019_Kites | 0a2e247fab97521432262b0707f9f144eb5b2357 | a2f71a4fcd524478e633f26d8d666c36be46458c | refs/heads/master | 2020-07-23T10:29:35.293106 | 2019-06-07T09:48:49 | 2019-06-07T09:48:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 472 | h | #ifndef K60_PID_H_INCLUDED
#define K60_PID_H_INCLUDED
typedef struct
{
float kp,ki,kd;
float err_1,err_0;
float real,dest,output;
float err_acc;
}PID;
//初始化PID各项参数
void PID_init(PID *p, const float kp, const float ki, const float kd);
//计算pid_OUTPUT,这是位置式PID
void PID_compute_1(PID *p);
//计算PID_OUTPU... | [
"gyx_20170818@mail.ustc.edu.cn"
] | gyx_20170818@mail.ustc.edu.cn |
3fc47807188eaacb8f667587ef4accbd56ca9768 | d9cfe5dd9bcbd5e168c780c0f4ede892b9e9df63 | /pfs.legacy/src/demo-os/main.c | 2d79bce4a4152f15c0d83820116a954df1e62aea | [] | no_license | semenovf/archive | c196d326d85524f86ee734adee74b2f090eac6ee | 5bc6d21d072292dedc9aa4d7a281bc75a1663441 | refs/heads/master | 2022-05-30T11:04:17.315475 | 2022-04-27T03:33:56 | 2022-04-27T03:33:56 | 130,155,339 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,023 | c | #include <stdio.h>
#include <pfs/operation_system.h>
void stdout_handler (char const * buf, size_t n)
{
write(1, buf, n);
}
void stderr_handler (char const * buf, size_t n)
{
write(2, "ERROR: ", 7);
write(2, buf, n);
}
void run_echo (operation_system_t * os, char * msg)
{
char * argv[] = { "/bin/echo... | [
"fedor.v.semenov@gmail.com"
] | fedor.v.semenov@gmail.com |
c292925ecbe98dbb245766ca19e49e5fd41515ab | edca0c8938e08bb1c39f28632d500c7102415c97 | /src/tools/g2/cpel.c | 8bcc91e674e67a78448720a6f5f025107b383b1f | [
"Apache-2.0"
] | permissive | travelping/vpp | a9623a5c400ccfa5a8ee518d372a88fb313c7479 | a9ab071901eba7019a993e020e4fae8e60871b52 | refs/heads/feature/2005/upf | 2021-06-03T10:03:27.824712 | 2021-01-05T07:21:03 | 2021-01-05T07:21:03 | 113,211,264 | 46 | 30 | Apache-2.0 | 2021-01-05T09:11:03 | 2017-12-05T17:15:54 | C | UTF-8 | C | false | false | 12,192 | c | /*
*------------------------------------------------------------------
* Copyright (c) 2005-2016 Cisco and/or its affiliates.
* 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:
*
* ht... | [
"gerrit@fd.io"
] | gerrit@fd.io |
6813ec10fa8f030e480655ba9cfa3a8ac61ac1a0 | e5289e0780eee7014a2aa699f9f211590fbb770e | /arm/lpc23xx/gpio.c | d63d3e88bde72d710669ea122f327e026fc6fd80 | [
"BSD-2-Clause"
] | permissive | uchiyama-yasushi/w | 2abf502d8a84d896a5546dd04d081b2ad4ec7627 | 0323a5aa450bea7cebfedc72c7977086c4796f3b | refs/heads/master | 2020-03-28T03:50:42.574025 | 2018-09-12T13:11:07 | 2018-09-12T13:11:07 | 147,675,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,165 | c |
/*-
* Copyright (c) 2009 UCHIYAMA Yasushi. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of co... | [
"uch@vnop.net"
] | uch@vnop.net |
6d6625bc05b5abd612d68390f9c3be31ddd52d4a | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/236/408/CWE190_Integer_Overflow__short_fscanf_postinc_68b.c | 79b0f32067cc452d6c58d3afb4fb0ac26308b915 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,127 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__short_fscanf_postinc_68b.c
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-68b.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: fscanf Read data from the console using fscanf()
* GoodSour... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
afeb8e0edeb71206cba39c45120d343bad0bfb76 | b05734216fffec4ced81f3520b880335c8109d90 | /week7_exp3.c | ef180f9ad32b29c34cd8a7779d0a21166a1a25c4 | [] | no_license | dogukanyildiz99/Algoritma-ve-Programlama-Ornekleri | 6d090d113466d8cdae3085d341d6b9f9d0971354 | 2a430d776289c790f153a49efbbdd29c845a6661 | refs/heads/master | 2022-03-29T03:20:12.285089 | 2019-12-10T19:09:55 | 2019-12-10T19:09:55 | null | 0 | 0 | null | null | null | null | ISO-8859-9 | C | false | false | 690 | c | // sayının palindrom olup olmadığını kontrol eden bir program yazılacak
//recursive fonksiyonlar kullanılacak
#include<stdio.h>
#include<stdlib.h>
int sayac=0;
int palindrom(char a[])
{
int b=strlen(a);
if(a[sayac]==a[b-sayac-1])
{
if(sayac==(b-sayac-1))
{
return pr... | [
"noreply@github.com"
] | dogukanyildiz99.noreply@github.com |
87a785b114c66ce217fd0ad03c6e7a35f6e1d3b2 | 681f3a71930f225cbbcb7a78bd424b9131c9dfb7 | /fullprotocol (full featured)/ecc.c | acc8c70adae31131fdd492348984b76099242784 | [] | no_license | kwenyao/Secure-Sensing-Inputs-for-Autonomous-Vehicles | 0ead2175d18eb43a02681b008a9abb0caa360c03 | 663d987bba475ef8323cd1c11a4ea516dff1063c | refs/heads/master | 2021-01-15T09:29:08.743010 | 2016-04-22T14:29:35 | 2016-04-22T14:29:35 | 48,017,193 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,924 | c | #include "ecc.h"
char* read_file(char* file_name) {
FILE *f;
f = fopen(file_name, "r");
fseek(f, 0, SEEK_END);
int len = ftell(f);
fseek(f, 0, SEEK_SET);
char *buffer = malloc(len);
fread(buffer, len, 1, f);
fclose(f);
return buffer;
}
struct lca_octet_buffer ecc_gen_key(int isHandshake) {
struct arguments ... | [
"kwenyao@gmail.com"
] | kwenyao@gmail.com |
047f4ccd40980dcf4da8f346999c9f6b0be17b61 | dc308e82c779e252c79cd2f6ffae75dcda25c64d | /src/alanmi_abc/src/base/abci/abcIf.c | 5ef2afb8534d24e3461ed7ee327b00dcce384a24 | [
"MIT-Modern-Variant"
] | permissive | kollartamas/CircuitMinimization | 8a8326689283b4eaa83d9b3fbba2034e19055c7d | 6be79c72a69a5714f3e4d80604d4f45359e80f83 | refs/heads/master | 2021-01-21T12:39:52.436628 | 2013-11-11T19:28:51 | 2013-11-11T19:28:51 | 7,203,255 | 1 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 28,643 | c | /**CFile****************************************************************
FileName [abcIf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface with the FPGA mapping package.]
Author [Alan Mishchenko]
Affiliation [UC Berk... | [
"kollta@vnet.hu"
] | kollta@vnet.hu |
66fddd60c0bce076895c17ca2c865a1d71a6a859 | fe224912f28f47c778080c0ad664d8e800b83bcb | /cxa2493lab1.c | e98331e55c47491ea40b9be6805f706d4d79a8e4 | [] | no_license | chuduz6/EventManagement | b9874c825e44209f5ebdff7651cb54ee4a7f0422 | 0c504e8ab7ee347ee57beaf95f280a9fdab468d4 | refs/heads/master | 2020-07-31T00:21:01.123365 | 2019-09-23T17:39:22 | 2019-09-23T17:39:22 | 210,414,562 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 71,336 | c | /* Chudamani Aryal
Lab1 Assignment
Date Given: Sept 20 2010
Date Due: Oct 5 2010
Professor: Dr T
Class: CSE 1320 Section: 001 TH 11-12:20 */
// *********Description of the program**************
/* This program uses the concpet of mutlidimensional array.
We will be using this technique to improve whatever we ... | [
"noreply@github.com"
] | chuduz6.noreply@github.com |
cd66ce6583e8511cc294d87988ba42e2cf2fcf93 | 3ccfc888aab02b385b950101f8363ecc4dfa4d8a | /estl/atomic/estl_align_macros.h | 06872ec09eb4cea91a87363d3e076036e310b9b7 | [
"Unlicense"
] | permissive | mlutken/nestle | fedae627545f5469a18ddcb9931ad1ebaa5b785c | b9e2dd44ae2fea888b8f21ce8697d9dcd995879d | refs/heads/master | 2022-06-01T18:44:23.002601 | 2022-05-12T07:33:06 | 2022-05-12T07:33:06 | 188,212,095 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 396 | h | /**@file
* cesl_align_macros Macros for aligning memory
*/
#ifndef CESL_COMPILER_ALIGN_MACROS_H
#define CESL_COMPILER_ALIGN_MACROS_H
#if defined(_MSC_VER)
#define CESL_ALIGNED(x) __declspec(align(x))
#else
#if defined(__GNUC__)
#define CESL_ALIGNED(x) __attribute__ ((aligned(x)))
#endif
#endif
#define CESL_ALIGNED_... | [
"martin@lutken.dk"
] | martin@lutken.dk |
fd86dddf180da039af9a5e106257b2522273fbfc | be31580024b7fb89884cfc9f7e8b8c4f5af67cfa | /CTDL1/New folder/VC/crt/src/utime64.c | d6637a633e43db8c29a8cabbef4c192c3a433ad6 | [] | no_license | Dat0309/CTDL-GT1 | eebb73a24bd4fecf0ddb8428805017e88e4ad9da | 8b5a7ed4f98e5d553bf3c284cd165ae2bd7c5dcc | refs/heads/main | 2023-06-09T23:04:49.994095 | 2021-06-23T03:34:47 | 2021-06-23T03:34:47 | 379,462,390 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,165 | c | /***
*utime64.c - set modification time for a file
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Sets the access/modification times for a file.
*
*******************************************************************************/
#include <cruntime.h>
#include <sys/types.h>
#inc... | [
"71766267+Dat0309@users.noreply.github.com"
] | 71766267+Dat0309@users.noreply.github.com |
22b2ed39d8a83a4ff394b9d5eeec250b78f117e6 | 3975d7a5b3834eab8f81014e5b68bb935e3f20a2 | /20181117/wordquerytest.c | 229468452b9eff2e44ee91d563608f512d2c7c18 | [] | no_license | duri26/cc26 | 100bcc81a94ccfaf601e15c28a66ced1242410e9 | 26b3c95497fed6214f04edc4cbd4b27607e1651a | refs/heads/master | 2020-04-02T16:37:09.784715 | 2019-02-11T14:26:38 | 2019-02-11T14:26:38 | 154,620,741 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 459 | c | ///
/// @file wordquerytest.cc
/// @author duri(1197010670@qq.com)
/// @date 2018-11-20 11:12:13
///
#include "query.h"
#include "textquery.h"
int main(int argc,char **argv)
{
TextQuery file =get_file(argc,argv);
do {
string sought;
if(!get_word(sought))
break;
Query name(sought);
const Que... | [
"1197010670@qq.com"
] | 1197010670@qq.com |
2321913d138e439b4a9731e24ec91f9480f646b0 | e753f8ab10eb6732f272217169e48ab4754295ee | /devel/libgtop/dragonfly/patch-sysdeps_freebsd_procstate.c | 0464a18d30f55fb663f3d36da4c55963e12b584d | [
"BSD-2-Clause"
] | permissive | DragonFlyBSD/DPorts | dd2e68f0c11a5359bf1b3e456ab21cbcd9529e1c | 4b77fb40db21fdbd8de66d1a2756ac1aad04d505 | refs/heads/master | 2023-08-12T13:54:46.709702 | 2023-07-28T09:53:12 | 2023-07-28T09:53:12 | 6,439,865 | 78 | 52 | NOASSERTION | 2023-09-02T06:27:16 | 2012-10-29T11:59:35 | null | UTF-8 | C | false | false | 1,227 | c | --- sysdeps/freebsd/procstate.c.orig 2016-11-27 18:05:03 UTC
+++ sysdeps/freebsd/procstate.c
@@ -59,11 +59,46 @@ glibtop_get_proc_state_p (glibtop *serve
return;
}
+#ifdef __DragonFly__
+ buf->uid = pinfo[0].kp_ruid;
+ buf->gid = pinfo[0].kp_rgid;
+#else
buf->uid = pinfo[0].ki_ruid;
buf->gid = pinfo[0].ki_rg... | [
"nobody@home.ok"
] | nobody@home.ok |
c1acd5b7efcd2972b43556746dcbfca4441bc771 | be6746235fc77327725998aad3d15cc546f31a97 | /Pods/Headers/Private/VMFiveAdNetwork/VAAdUserData.h | ab638e60af9545ffd6156a7c963077adcf3cdaa1 | [] | no_license | VMFive/ios-sdk-demo | 4da7b3d767aaad28c9fc3ee2fa4a553dd6400e9f | eabece578a56bb419a000574d1f6ffccbcff6766 | refs/heads/master | 2021-10-20T05:35:10.464057 | 2019-02-26T06:15:11 | 2019-02-26T06:15:11 | 59,543,547 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 71 | h | ../../../VMFiveAdNetwork/VMFiveAdNetwork/VMFiveAdNetwork/VAAdUserData.h | [
"daidoujichen@gmail.com"
] | daidoujichen@gmail.com |
40ba07d20b418789a9a441405a727afcff376f7a | 7584b8ad4b0fb1d11cb457a82d00059687f8bbb7 | /Star patterns in C programming/file26.c | 98c1e41c9f05760888c7b3b5af801d4fe5a6a2a9 | [] | no_license | Ahmed-Hamdy-Abdelmoniem/https-codeforwin.org- | 1ab6f64ca02075b6687692e4d7566f6d22c8ed30 | ae3d00c2e2069a425b47d81375d8bc81df386fe8 | refs/heads/master | 2020-11-25T03:10:38.950038 | 2020-01-07T12:43:22 | 2020-01-07T12:43:22 | 228,473,781 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 336 | c | /*C program to print plus star pattern*/
#include<stdio.h>
int main(void)
{
int i , k,j;
for( i = 0 ;i<9 ; i++)
{
if(i!=((9/2)))
{
for( k =0 ; k<4;k++)
{
printf(" " );
}
printf("+");
}
else
{
for( j =0 ; j<9;j++)
{
printf("+");
}
}
printf("\n");
}
return 0 ;
}
... | [
"ahmed.hamdy.abdelmoniem@gmail.com"
] | ahmed.hamdy.abdelmoniem@gmail.com |
84c6467465026c3d9b05e9bbcc1e3037667a4058 | 907f7babe6d1d9245ddbb0fd53432ec0f954f79c | /tinyos/apps/OpoBase/build/opo/app.c | 3e5557e9802fc9dbbb542fd9b472cb16b8d7db39 | [] | no_license | wiplug/opo | fb96eda8719842d5d562d192870b181d77f33853 | be2fa9479fb8af9e87f09d3be235dd60b394e99b | refs/heads/master | 2021-01-15T08:10:04.696293 | 2014-04-01T22:38:09 | 2014-04-01T22:38:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 789,387 | c | #define nx_struct struct
#define nx_union union
#define dbg(mode, format, ...) ((void)0)
#define dbg_clear(mode, format, ...) ((void)0)
#define dbg_active(mode) 0
# 150 "/usr/lib/gcc/msp430/4.6.3/include/stddef.h" 3
typedef long int ptrdiff_t;
#line 212
typedef unsigned int size_t;
#line 324
typedef int wchar_t;
# 8 "/... | [
"wwhuang@umich.edu"
] | wwhuang@umich.edu |
4b8a78619ceb4ed55395962790abde8e2c6a09b8 | a14b0c01791f95b20112f3ccfd9df64bbb4e741b | /h/Cmonitd_lock.h | 8d895ae79ab899238922fb52c935fcb65eb75f1d | [] | no_license | ihepcc-storage/CDFS | c1230108d7c357497762efcb8e0e686cb1fe0937 | 1a38f5b61ea2ca3eca05ade2ed6fd2d9cbfd9125 | refs/heads/master | 2020-05-18T06:01:48.254505 | 2019-05-13T08:34:06 | 2019-05-13T08:34:06 | 184,223,733 | 1 | 3 | null | 2019-05-08T03:31:31 | 2019-04-30T08:33:03 | C | UTF-8 | C | false | false | 1,054 | h | /*
* $id$
* Copyright (C) 2002 by CERN/IT/PDP/DM
* All rights reserved
*/
/*
* Cmonitd_lock.h - Header for the monitoring locking module
*/
#include "Csemaphore.h"
#ifndef _CMONITD_LOCK_H_INCLUDED_
#define _CMONITD_LOCK_H_INCLUDED_
/* ---------------------------------------
* Function declarations
* -----... | [
"root@vm083170.v.ihep.ac.cn"
] | root@vm083170.v.ihep.ac.cn |
c1d6d6de12af5bb4bca47676bb6ad6bdbb2bff17 | 9cf8571a4d546e550b942b022a8728e1cacba2b6 | /code30/linux/day18/thread_pool_server/src/main.c | a8d7cc9c56f284ded758c219a0e043e2cc31cba4 | [
"MIT"
] | permissive | stdbilly/CS_Note | eebd7f1371f263272a4f71d96063fc5deb20867b | a8a87e135a525d53c283a4c70fb942c9ca59a758 | refs/heads/master | 2020-06-15T23:41:14.103914 | 2019-10-17T15:55:08 | 2019-10-17T15:55:08 | 195,422,963 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 810 | c | #include "factory.h"
int main(int argc,char* argv[])
{
if(argc!=5)
{
printf("./thread_pool_server IP PORT THREAD_NUM CAPACITY\n");
return -1;
}
Factory_t threadInfo;
int threadNum=atoi(argv[3]);
int capacity=atoi(argv[4]);
factoryInit(&threadInfo,threadNum,capacity);
fac... | [
"whb227@163.com"
] | whb227@163.com |
e1adffce2c8e6238832c427eda6a7ad1cc905b7b | ec2a8882aa6b038826d3b09ba0638ce57eae8e2f | /lab9/q5.c | 27fc077f6ce8c30adb1ea4dc36d9163e3129212c | [] | no_license | ashirhs/SP | 3a99c2feff43fb0cf465c54503b58f901246f95e | 63bc4d56c78e659a20fed4d00a4c8bd77c49a143 | refs/heads/master | 2021-01-24T00:19:06.402355 | 2018-07-07T03:42:32 | 2018-07-07T03:42:32 | 122,762,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | c | */1 * * * * echo"cron job" 1>>~/home/ashir/SP/out
0 15 * * 1-5 echo "cron job"
| [
"noreply@github.com"
] | ashirhs.noreply@github.com |
faf4f3373fa3794aaf1127098a922192730a782e | ce65b75547503675de3a0a8f95f29520315e5ce1 | /C/palindrome_linked_list.c | cf12a7e7c8272fe8c8e852a5e70dfd8a15e3e878 | [] | no_license | abhishekyadav1379/Program | 73b77b660ad1e9ce305b30e8fe8a41fe25b16d94 | d9617b243923e333fd1eb73fcf63fb26b3b5eb96 | refs/heads/master | 2023-01-28T13:27:59.594917 | 2020-12-11T13:40:22 | 2020-12-11T13:40:22 | 319,203,401 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,036 | c | #include <stdio.h>
#include <conio.h>
#include <stdlib.h>
struct node
{
int data;
struct node *next; // Incomplete :(
};
struct node *top, *rev_top;
int hei = 0;
void reverse()
{
struct node *prev = NULL;
struct node *current = top;
struct node *next = NULL;
while (current != N... | [
"mrabhishek1379@gmail.com"
] | mrabhishek1379@gmail.com |
deb8c247431495a99147f93eff765b838229ec6b | 38c10c01007624cd2056884f25e0d6ab85442194 | /third_party/libxslt/libxslt/win32config.h | 9f60e55ca42b12a7e5c4a64884e6d6badd4300a8 | [
"LicenseRef-scancode-x11-xconsortium-veillard",
"X11",
"MIT",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C | false | false | 2,330 | h | /*
* Summary: Windows configuration header
* Description: Windows configuration header
*
* Copy: See Copyright for the status of this software.
*
* Author: Igor Zlatkovic
*/
#ifndef __LIBXSLT_WIN32_CONFIG__
#define __LIBXSLT_WIN32_CONFIG__
#define HAVE_CTYPE_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
43a81338bb16c076a25d928f72ba75ddd1266c1f | 983a2e298d17794f55459ffb4878ee1141aea01a | /MVC_Spaceling/EIFGENs/application/F_code/C11/ev532.h | 7d39e45fd25e358335e173d480fbf1caa5f47c34 | [] | no_license | yehongbing/Eiffel-Projects | 448627c5ccdf5e5eda0be56bbdf5eeef26117f1f | e9ea3b9c173f83f4ff71ba24b1f43cd96214f55d | refs/heads/master | 2021-01-10T01:12:32.184592 | 2015-11-22T01:17:43 | 2015-11-22T01:17:43 | 43,026,232 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 354 | h |
#ifndef _C11_ev532_
#define _C11_ev532_
#ifdef __cplusplus
extern "C" {
#endif
extern void F959_11236(EIF_REFERENCE);
extern void F959_11238(EIF_REFERENCE);
extern EIF_REFERENCE F959_11239(EIF_REFERENCE);
extern void EIF_Minit532(void);
extern char *(*R11083[])();
extern char *(*R11084[])();
extern long O8345[];
#i... | [
"hongbing.ye@outlook.com"
] | hongbing.ye@outlook.com |
bf040012d00216cf725cb359eaebd3670a2fdba4 | 547b46f4b25b100389839a86b6b0f81bcec5c9e8 | /Driver/inc/uart.h | 914b5632d5e255aaa9983596b2782cccfb6950a7 | [] | no_license | Portstart/Littlebuzz-remote-none | 8c444c30cd270ef7147613445e4e16f36fe77095 | 540c91b86562ad9a8bd3623762929c533350f0ef | refs/heads/master | 2022-01-29T09:54:45.711509 | 2017-01-15T05:09:28 | 2017-01-15T05:09:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 178 | h |
#ifndef _UART_H_
#define _UART_H_
#include "IAP15W4K61S4.h"
void Uart1Init(void);
unsigned char UART1ReceiveByte(void);
void UART1SendByte(unsigned char TxD1);
#endif | [
"iamsongyimiao@qq.com"
] | iamsongyimiao@qq.com |
56d112a24ed7eb9dbb83a5abb4fb09059a215b88 | 23831e47a490ffb34a4dc1d25aac378c358cff4c | /interview/hard/26RemoveDuplicatesFromSortedArray.h | 1fbfdfad1fa9fe69dd8e5f865151a94a911f0403 | [] | no_license | taobupt/cc150Solutions | ee3119b682e0cb91fba66be2cd3983750f7365a3 | e093920dae11839037fbe7fe1f8663a4e051f096 | refs/heads/master | 2020-06-30T18:11:17.719184 | 2016-12-19T15:32:33 | 2016-12-19T15:32:33 | 66,224,462 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 213 | h | #include"Header.h"
int removeDuplicates(vector<int>& nums)
{
int n = nums.size();
if (n <= 1)return n;
int i = 1,j = 1;
while (i < n)
{
if (nums[i] != nums[i - 1])nums[j++] = nums[i];
i++;
}
return j;
} | [
"wangtaoo665@gmail.com"
] | wangtaoo665@gmail.com |
7eab29750f9bd1c29c32871baaf543fd7b87f2de | f99fe5e7d6b160cef405cba7775899a81ed2a5e5 | /src/j4save.c | 0a4a9c261edc028cad473bdc27ff217b1520c643 | [] | no_license | rajdipnayek/cslatec | 83122616f72769b36fa7b6d00b3ec988bbb35fe3 | c2a4301febfe44e2d1e0c0fa3a73ca49e44780db | refs/heads/master | 2021-01-06T16:47:40.152730 | 2015-05-01T20:03:32 | 2015-05-01T20:17:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,454 | c | /* j4save.f -- translated by f2c (version 12.02.01).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... | [
"rf@rufflewind.com"
] | rf@rufflewind.com |
bccc6bcbafe0a0b7e9f00c782465fd9861650f07 | a7856278e39f6030eacbb0680ca66b57e30ca06b | /generation/Windows/shared/uuids/shared-uuids.h | 9747fd2af14944d8dcb7df2e49925801bdffc263 | [
"MIT"
] | permissive | terrafx/terrafx.interop.windows | 07f1ac52cbaea6c0f5f8f6147df7a8dd50345f49 | fadce5a41fa5e6f0282e80e96f033d0a2c130991 | refs/heads/main | 2023-07-09T03:56:06.057946 | 2023-06-23T16:01:17 | 2023-06-23T16:01:17 | 192,857,891 | 208 | 46 | MIT | 2023-07-07T17:25:55 | 2019-06-20T05:58:46 | C# | UTF-8 | C | false | false | 49 | h | #include "..\..\..\TerraFX.h"
#include <uuids.h>
| [
"tagoo@outlook.com"
] | tagoo@outlook.com |
98fdbf2bf41ffb9ed21577c724b03013d2425a27 | c1604f6a51deed2eab0b815837c7145aaadeef9b | /camera/dcmi_ov9655.c | a4d8ea84dc939d39fed7c88a8555ce215ff93a2a | [
"MIT"
] | permissive | AlexAldoshin/STM32Camera | 6a7c377d7475e6d878439a2a5ea59ae3fcbd3c63 | 367915ac206a75cb9618539774b7c6eac61d347c | refs/heads/master | 2020-03-24T03:00:00.499486 | 2020-01-10T08:07:50 | 2020-01-10T08:07:50 | 142,399,889 | 0 | 0 | MIT | 2018-07-26T06:42:34 | 2018-07-26T06:42:34 | null | UTF-8 | C | false | false | 50,011 | c | #include "dcmi_ov9655.h"
/*
******************************************************************************
Function: DCMI_Control_IO_Init
Description: Init DCMI module power control
Calls: void
Called By:
Input: void
Output: void
Return:
Others:
**********... | [
"anokhindm@outlook.com"
] | anokhindm@outlook.com |
a7537f87717e4d4d8eabe6fcbb81006015393555 | c5f91f4c5ed4177a818ed1b2aabdbf8b6ec5c55b | /Aug_26_experiments/blue_decrease/blue_decrease_equivalent_7_canonicalizer_equivalent_0.c | e062b77f298090bfaf67cee75543a063e040211f | [] | no_license | chipmunk-project/chipmunk-experiments | 919b334cc91682f7abb81b86edc43792ac8f2722 | 5f698a285eeca2305ce56894c7d7bbc00e0ff410 | refs/heads/master | 2020-09-14T23:04:12.159136 | 2019-12-18T19:49:27 | 2019-12-18T19:49:27 | 223,282,533 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | c | struct Packet{
int loss;
int qlen;
int pkt_0;
int link_idle;
int cond1;
int pkt_1;
};
int state_group_1_state_0;
int state_group_0_state_0;
void func(struct Packet p){
p.pkt_1=p.pkt_0-10;
if (1==1&&1==1&&p.pkt_1>state_group_1_state_0) {state_group_0_state_0=state_group_0_state_0-2;
state_group_1... | [
"xg673@nyu.edu"
] | xg673@nyu.edu |
ca74f6eca4283d5c111b5749a9313d2582a23516 | 0570ed5a4beca036681b92258ab7acfceb424274 | /jaaad/ummodel/inc/afillin.h | 14c2b491601e9fd34f04f3cfad68348469e20228 | [] | no_license | JhanSrbinovsky/TestSuite | 82335ee87c4d1bcef2e4193b723153f2d31afb95 | 37760876bd7f56f41f6cb5e48d55cd25dd78e927 | refs/heads/master | 2020-05-30T18:22:40.994420 | 2014-08-25T03:31:02 | 2014-08-25T03:31:02 | 20,426,273 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 592 | h | !----------------------------------------------------------------------
! comdeck: AFILLIN
! Purpose: argument list for control of filling in using spiral fill
! This deck is linked to CFILLIN.
! History:
! version date change
! 4.5 21/09/98 New code
! Author: M. J. Bell
!-------------------... | [
"jxs599@raijin5.(none)"
] | jxs599@raijin5.(none) |
86893b75452669b5561e0a96478c2958ee5384b3 | 7e34099853f87cbfd0ee69d8894d10eaf8e1df94 | /implementations/group6/Milan2/src/EIFGENs/demo/W_code/C21/li669d.c | bccc9a7c07684873de99c950141fa2df90ec3629 | [] | no_license | Matias-Bernal/dose2014 | cc1b973de8ba592ba82b2c8c8efd7749bcd3a033 | 139376fb884523cf5e0ccd7e9fed152555641a35 | refs/heads/master | 2016-09-06T03:51:44.566674 | 2014-12-24T14:49:10 | 2014-12-24T14:49:10 | 32,119,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,610 | c | /*
* Class LINEAR [CHARACTER_8]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_669 [] = {414,668,294,0xFFFF};
static EIF_TYPE_INDEX gen_type1_669 [] = {668,294,0xFFFF};
static EIF_TYPE_INDEX gen_type2_669 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type3_669 [] = ... | [
"marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc"
] | marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc |
ac54914b11743d63ff4218fb221b8a6e0b53a43c | c76bcf3f32bbb0217a5ffa550430d0895e719fbf | /ft_atoi.c | 14faa9795f809f58141cb0396c018025c3453225 | [] | no_license | danielle-harada/42libft | 6b3c7450fa01f0bd37962e9e5c8a1b73d97b0e04 | b1383cbe05ce55eefe8f6b7a2c62117fd3b8c872 | refs/heads/master | 2023-04-08T17:06:39.719785 | 2021-04-17T01:03:29 | 2021-04-17T01:03:29 | 347,243,073 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,295 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"danielle.harada@hotmail.com"
] | danielle.harada@hotmail.com |
a2b0da4d63b0569101438cd999f45f72d43c72b5 | b6970c29923287f452b6572089a92bb8333677f3 | /pp_evalexpr/ex00/treat.c | bccfdf962a63412a4f31d59b4b3a4368a58bd4ec | [] | no_license | j-jacobi/piscine_42_c | b0b3932f241db9a95970acf649bc1d1aaccfb08e | 41a716c7ecbf18003b7939c1c076c20bba31096b | refs/heads/master | 2021-06-07T09:41:26.479042 | 2016-08-31T20:18:40 | 2016-08-31T20:18:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* treat.c :+: :+: :+: ... | [
"jean.jacobi@live.de"
] | jean.jacobi@live.de |
397876a8a18b8a6ede2855fc5173950e84b7ce64 | cb8b70a97a4189961ba5fc0ac5e4c1e8383b5066 | /nemu/src/monitor/debug/watchpoint.c | 3c29748b6d101cb59d0ed5a733d110982f31ec52 | [] | no_license | Yorxika/ICS2019PA-X86Simulator | 43b866953de7b8b8dd01e2c72e164c6de17357e4 | 9e5af7654c83561c1b51ad20dbdfa6be8149e9d4 | refs/heads/master | 2023-02-26T13:00:43.862309 | 2021-01-31T15:08:46 | 2021-01-31T15:08:46 | 334,679,365 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,439 | c | #include "monitor/watchpoint.h"
#include "monitor/expr.h"
#include <stdlib.h>
#define NR_WP 32
#define MAX_DES 255
static WP wp_pool[NR_WP] = {};
static WP *head = NULL, *free_ = NULL;
void init_wp_pool() {
int i;
for (i = 0; i < NR_WP; i ++) {
wp_pool[i].NO = i;
wp_pool[i].next = &wp_pool[i + 1];
}
... | [
"huamingf@foxmail.com"
] | huamingf@foxmail.com |
940b5497a4dc51acf46d614526b872103045995a | 36b6e332365e2c183fdbf8f563d1ce04189cf13c | /src/render/angle/SDL_render_angle.c | 8ad9eadf045bff51fe73d72e8ebed5f0ff6bd3fe | [
"Zlib"
] | permissive | langresser/SDLWP8 | b83763e6f4d4b0f775f1c90ca92a55be4e49a451 | 76b49049c12aa285c06d279e1434b2305887f6d0 | refs/heads/master | 2020-04-06T04:29:04.747599 | 2013-09-28T08:24:19 | 2013-09-28T08:24:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,299 | c | /*
Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"wangjiatc@gmail.com"
] | wangjiatc@gmail.com |
1ac3d96daf582d1d92fe345f9343a5dc87cee8c1 | 9d0bb07a93446fea605594bd50b7dcb249f29b6f | /cglib/clib/clib/cutf8.c | c2aa45d47f1452813439c1d2e68f6f1d2e8f1859 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"Zlib",
"NCSA",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | rib/rig | eba8ea21d6d00e6fc42f577c2496ba22315d3981 | bc5376c27ceaa2a9902448ae0ff029cc1479211e | refs/heads/master | 2018-12-22T14:54:37.232971 | 2016-05-11T20:24:39 | 2016-05-11T20:24:39 | 6,338,697 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,379 | c | /*
* UTF-8 conversion
*
* Author:
* Atsushi Enomoto <atsushi@ximian.com>
*
* (C) 2006 Novell, Inc.
* Copyright 2012 Xamarin Inc
*/
#include <clib-config.h>
#include <stdio.h>
#include <clib.h>
/*
* Index into the table below with the first byte of a UTF-8 sequence to get
* the number of bytes that are s... | [
"robert@sixbynine.org"
] | robert@sixbynine.org |
a0be80bd753b9890e2d503582bd35706fae06b8b | a657ed2122fd88d3c597f3342289507b08ff5c99 | /LAB11-12/LAB12/HF/split.h | 716379db0ac87ef4b621ab74588d41cfb457f96b | [] | no_license | ZZANZZAN/LAB_PROG | ca1070209060599c1bd73eceb13c5420c09517b8 | ddd75d808d6d3520266de88a4e50f118c67270b6 | refs/heads/master | 2021-06-12T20:58:20.629688 | 2020-06-07T11:04:00 | 2020-06-07T11:04:00 | 254,397,192 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | h | #ifndef SPLIT_H_INCLUDED
#define SPLIT_H_INCLUDED
#include "option_With_List.h"
#include "struct.h"
#include <stdlib.h>
int str_len(char *s);
int charToInt(char numeric);
void split(char *mes, head *q);
#endif // SPLIT_H_INCLUDED
| [
"noreply@github.com"
] | ZZANZZAN.noreply@github.com |
c188f43f80ecff3450a851674e7496d569636e5a | 3934b9354a4b3c7e75a66453798dd448ba97fca7 | /SeggerEval_WIN32_MSVC_MinGW_GUI_V528/GUI/Include/GUI_Debug.h | 74c84680ae672f6f37db9ab68c3d4c540fbdde11 | [] | no_license | hearhank/emWin-Simple | 27aaaa5098cd69ebadc7c78556ed8f179624d516 | 55d2af671891754c26f22de0aca3dbf65661ce71 | refs/heads/master | 2021-04-26T23:51:08.989751 | 2018-03-05T08:46:35 | 2018-03-05T08:46:35 | 123,869,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,279 | h | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"baibib@163.com"
] | baibib@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.