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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12fa35aa26ad241735871c6e0896646bb625facd | 17ee6db8e25a85a0856851cba667a22baf9f9b65 | /dp and greedy/matrixmult.c | 0abff439489f4949415c4f1b65ac8e10809db19c | [] | no_license | YashButala/Algo-1 | 5a158bbc2b548d2caa1070fbbf314ee521d81774 | be365a58662fb89c883452efc350ba452b9fae02 | refs/heads/master | 2020-03-27T03:56:30.334288 | 2019-03-16T09:39:51 | 2019-03-16T09:39:51 | 145,900,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 712 | c | #include<stdio.h>
void matrix_chainorder(int p[],int n,int m[][50],int s[][50])
{
for(int i=1;i<=n;i++)
m[i][i]=0;
for(int l=2;l<=n;l++)
{
for(int i=1;i<=n-l+1;i++)
{
int j=i+l-1;
m[i][j]=10000;
for(int k=i;k<j;k++)
{
int q=m[i][k]+m[k+1][j]+p[i-1]*p[k]*p[j];
if(q<m[i][j])
{
m[... | [
"butalayash99@gmail.com"
] | butalayash99@gmail.com |
3e5a09807ed4b2afd6ed683d51afdd1de0eac53a | 56fc3e977b264a1db7ffe0fe9103d8b69f336a00 | /src/client/chat_window_group.c | 06c31e7febdeb93468078bdb6f9870fdd9562bb7 | [] | no_license | cwszz/Rosetta-Project | a1ba979435ecddd6eca7acd6b20c10371a1c46b6 | 7137538fc2b634b431beec877d4374183ae1310d | refs/heads/master | 2020-03-27T23:25:19.758680 | 2018-09-06T10:04:32 | 2018-09-06T10:04:32 | 147,315,852 | 0 | 0 | null | 2018-09-04T08:47:08 | 2018-09-04T08:47:08 | null | UTF-8 | C | false | false | 7,571 | c | /********************************************************
>Files :
>Description : the UI for group chat window
>Author : zhouzhi
>Last Modified : 2018.09.06, 13:24
********************************************************/
#include "GUI.h"
#include <string.h>
#include <time.h>
GtkWidget *group_view_tex... | [
"1214277053@qq.com"
] | 1214277053@qq.com |
490c55edf2dab61bdeb3b36c40f57c57295b730d | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/mvdm/softpc.new/base/system/system.c | 9dd11e565de415bb3abe86f94a9ebf13aa7ebacb | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 9,795 | c | #if defined(NEC_98)
#include "nt.h"
#include "ntrtl.h"
#include "nturtl.h"
#include "windows.h"
#include "insignia.h"
#include "host_def.h"
#include <stdio.h>
#include "xt.h"
#include "ios.h"
#include "bios.h"
#include "sas.h"
#include "trace.h"
#include "debug.h"
#define GDC_5MHz 0x0... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
e05c197ff65ca1a237d1d3ebbb378bd6e3897f2b | 83c831db17943c30921deb11feaad744beafe183 | /server/server/gwconnection.h | ac24bd3bf07d83ff2831a10c8a21474ac1e090b9 | [
"Apache-2.0"
] | permissive | caoziyao/server.c | 974116f9e6050698b19c66dedb0b6f12cb9b0570 | 5e45521f68de5c8ad836a1c40891595f8552966e | refs/heads/master | 2021-09-11T18:01:08.024697 | 2018-04-10T17:10:16 | 2018-04-10T17:10:16 | 112,908,381 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,208 | h | //
// gwconnection.h
// server
#ifndef gwconnection_h
#define gwconnection_h
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/event.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <s... | [
"wyzycao@gmail.com"
] | wyzycao@gmail.com |
0eb186ed93eae9f46512246fb46cdfff4b17d830 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/215574eb-4f04-481f-a73d-a27f9f7e508b.c | 0108420107d6b3cb79ebf7076834fe5e7fcf47ca | [] | 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 | 242 | c | #include <stdio.h>
int main() {
int i=0;
int j=141;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = k%j;
l = l%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
c71f5942bb12a9ef0b98376df38d7b6613ce4aac | f60b583d93ad044a2f13660b02fb3a9d57f508ea | /libepub/src/main/cpp/Common/zlib-1.2.5/crc32.c | db00e16c8b0bb28803fd4cc7645de79b86b9122b | [] | no_license | cxhuwei/DemoReader | bf410bd2ec0e125d4909f86602a2dc3ef43cc349 | a9a42d0222526144ef3b36f3137e823e7d56553d | refs/heads/master | 2020-03-11T14:54:58.261615 | 2018-05-29T06:22:44 | 2018-05-29T06:22:44 | 130,069,104 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,679 | c | /* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2006, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown <rbrown64csc.com.au> for his contribution of faster
* CRC methods: exclusive-oring 32 bits of data at a time, and pre-comp... | [
"huwei@chaoxing.com"
] | huwei@chaoxing.com |
151c508e1598daedcd75f98be0aae920432a0697 | c2b7c12155c9062b3df5f35c08e8b1068c58306a | /ext/roomba.c | a905877d97b71599f8874ff726a4bbeb9ef91616 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | chrismetcalf/roomba | 73c08fcd8f7bc16ef919ed8e96649768cac9c62a | 851cc7a525856ff5d36e41cba457507935793f98 | refs/heads/master | 2021-01-18T18:48:46.809814 | 2010-08-29T00:09:10 | 2010-08-29T00:09:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,577 | c | #include "ruby.h"
#include "roombalib.h"
static VALUE cRoomba;
static void
roomba_destroy(Roomba *roomba)
{
roomba_free(roomba);
}
static VALUE
roomba_new(VALUE klass, VALUE rb_portname)
{
const char *portname;
struct Roomba *roomba;
portname = STR2CSTR(rb_portname);
roomba = roomba_init(p... | [
"dougtko@gmail.com"
] | dougtko@gmail.com |
67dacd9a4960251a40a72ae41eec72dcfa44ac39 | ec1ddc212ffb2cae1a9b21f40704e9bd729dd36d | /app/eth/arch/cc.h | bfa74bbe0b04e63ddf60bb4f47f24ac4dd7987d4 | [] | no_license | ChenDudo/MM32_MB039 | 41844fcbd9b00ed100942065bcf1f980ca894ed8 | 240d153aaf21f3c0bf25d10e45a0f5fb5a7b87a1 | refs/heads/main | 2023-08-03T01:48:17.556671 | 2021-09-17T08:29:20 | 2021-09-17T08:29:20 | 407,106,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,909 | h | /*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* 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 not... | [
"1421027452@qq.com"
] | 1421027452@qq.com |
e6f5f1367e0e88242d3bc1f8ba5778a5dac5fa02 | fb03d586a41239410a8ce4ca7bc85de30d76b824 | /MCOP-SDK/doubango/tinyMBCP/src/packet/tmbcp_mbcp_packet_timestamp.c | cecb08139d225d336ed62b83785273d71220e749 | [] | no_license | rsagasthya/mcptt | 705f1e8169e11afcad6bb76e90b20e4fa85b8015 | 9495482c2ed8ae7e56f96265f260c4f49dfed953 | refs/heads/master | 2020-09-11T09:16:41.717588 | 2019-12-01T19:18:18 | 2019-12-01T19:18:18 | 222,018,097 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,010 | c | #if HAVE_CRT
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
#endif //HAVE_CRT
/*
* Copyright (C) 2017, University of the Basque Country (UPV/EHU)
*
* Contact for licensing options: <licensing-mcpttclient(at)mcopenplatform(dot)com>
*
* This file is part of MCOP MCPTT Client
*
* This is fre... | [
"ragasthya@hawk.iit.edu"
] | ragasthya@hawk.iit.edu |
ea5c655a35a64369f3722021afb7561621e26640 | 477c8309420eb102b8073ce067d8df0afc5a79b1 | /Utilities/VisItBridge/avt/DBAtts/MetaData/avtSimulationInformation.C | cf31c4aff5e3a6e6b364719746eab878b480bbc0 | [
"LicenseRef-scancode-paraview-1.2"
] | permissive | aashish24/paraview-climate-3.11.1 | e0058124e9492b7adfcb70fa2a8c96419297fbe6 | c8ea429f56c10059dfa4450238b8f5bac3208d3a | refs/heads/uvcdat-master | 2021-07-03T11:16:20.129505 | 2013-05-10T13:14:30 | 2013-05-10T13:14:30 | 4,238,077 | 1 | 0 | NOASSERTION | 2020-10-12T21:28:23 | 2012-05-06T02:32:44 | C++ | UTF-8 | C | false | false | 29,224 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2010, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-400124
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"aashish.chaudhary@kitware.com"
] | aashish.chaudhary@kitware.com |
1a97280a54468aa25901c6031dc35b164821fa93 | b164b75959d64294e04f115f31ba09af522cf59b | /cmds-42/usr.bin/tbl/t7.c | abe08fbde653098fbe9139dcc9cb3f19cb63a51b | [] | no_license | itomato/NeXTSrc | af0622ba7c061d602057b89ab9d47b0e2e99e20e | ff846608a76ab2fbbb86e8a14c52ac85332f9786 | refs/heads/master | 2023-08-17T16:57:09.511391 | 2021-08-19T20:54:47 | 2021-08-19T20:54:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,215 | c | #ifndef lint
static char sccsid[] = "@(#)t7.c 4.3 8/11/83";
#endif
/* t7.c: control to write table entries */
# include "tbl.h"
# define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)
runout()
{
int i;
if (boxflg || allflg || dboxflg) need();
if (ctrflg)
{
fprintf(tabout, ".nr #I \\n(.i\n");
fprintf(tabout... | [
"trnsz@pobox.com"
] | trnsz@pobox.com |
428d596daa3128c6fb5da7ee98360f6662a31e60 | abf1e627aa509467291a153d412f6eda2d18276d | /week3_f2017/min_heap.c | e02c065c632e0265821cc7f6876a1a6fbc37c444 | [] | no_license | Juanven3gas/Assignment1.03 | 844ff1257f9cf678173682ad42e46894aec452a7 | 12dfaa3ec7e5f6db88361ae20bf8f493b99f1041 | refs/heads/master | 2021-07-06T02:58:47.630147 | 2017-09-26T23:07:50 | 2017-09-26T23:07:50 | 103,845,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,657 | c | /**
*Note this is code was an implementation written by
*Author: Robin Thomas <robinthomas2591@gmail.com>
and was found using his github page: https://github.com/robin-thomas/min-heap/blob/master/minHeap.c
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "min_heap.h"
/*
Function to initialize... | [
"juanven3gas@gmail.com"
] | juanven3gas@gmail.com |
c7c191f2c98b096e9ce83cfb4d2caf139fd91fcb | 2e9e319f4c8ab67a1b5bd89094f0a877f2422a50 | /filesystem/src/xxd/program.c | 0579ffee97eb571136e8852b68b92c01acd322f6 | [
"BSD-3-Clause"
] | permissive | shaharz4/DuckOS | 9dcaf99a6f9259bd6a44bf11ea4486435c4e1421 | 75e0cb0955f89804ad51a1b862f98dbcee73a073 | refs/heads/master | 2020-04-08T17:22:41.125878 | 2018-05-26T17:04:36 | 2018-05-26T17:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,217 | c | #include "../../lib/libduck.h"
#include "../../lib/string.h"
void main(int argc, char ** argv);
void phexDump (char *desc, void *addr, int len);
void main(int argc, char ** argv) {
if(argc > 1) {
int inode_num = path_to_inode(argv[1]);
EXT2_INODE_t * inode = malloc(sizeof(EXT2_INODE_t));
lo... | [
"ron.yutkin@gmail.com"
] | ron.yutkin@gmail.com |
a5dff80cf20839aad57420498ef089129aa25a46 | 35a29f5011d3e8645c35b72f0e08e6d71c42c9e6 | /oldtest.c | 2f7180ce72ad9e138deb868b6d0d4a50070c53b0 | [] | no_license | catherine-leung/ipcreview | 58e3a748d273892e053eb7c99fe44c021996910d | 92591c9ece4b52f31497278a0e998eb334a28675 | refs/heads/master | 2016-08-11T18:28:06.590970 | 2015-11-30T18:10:13 | 2015-11-30T18:10:13 | 47,136,805 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,282 | c | void aboveBelow(int value, int data[],int size,
int* above, int* below, int* equal){
int i;
*above = *below = *equal = 0;
for(i=0;i<size;i++){
if(value < data[i]){
*above = *above + 1;
}
else if(value > data[i]){
(*below)++;
}
else{
*equal += 1;
}
}
}
int countChar(const char string[], c... | [
"cathyatseneca@gmail.com"
] | cathyatseneca@gmail.com |
7ec85741e6aeae62f8b6fb339790974f6577774c | 36a37675c06342c28365fe0785afaac27ba4982f | /Internet/HTTP/httputil.c | fb1c8fa591700cda06ad5b299375f52e3d12af00 | [] | no_license | junyanl-code/my | f5b7e70243c764e4081cf87814a81aab2396e38e | cf899e354f60020ff6a45f94da5a2edae59e754c | refs/heads/master | 2023-01-23T23:02:59.333886 | 2017-12-24T06:08:43 | 2017-12-24T06:08:43 | 313,340,607 | 0 | 3 | null | null | null | null | GB18030 | C | false | false | 17,678 | c | #include "main.h"
#include "httputil.h"
#include "variable.h"
#include "webpage.h"
#include "wizchip_conf.h"
extern char tx_buf[MAX_URI_SIZE];
extern char rx_buf[MAX_URI_SIZE];
//extern void network_init(void);
u8 webdata[6];
enum AddrIndex{
idx_sid=1,idx_mbaddr,idx_mblen,idx_polltm,idx_lcport,idx_remport,idx_lc... | [
"adcyh1327@126.com"
] | adcyh1327@126.com |
2e7198f37cd574422aeee7b856d86da900e10c40 | 1e522b5edf937012e0b979908080e67830e8418d | /AyushHPC/adios/ADIOS/adios-1.9.0/tests/suite/programs/blocks.c | c541fa224a6d61610fb432fb6c200795c0086ee2 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ayush02mishra/Ayush-HPCmatlab | 3166f927f77d802b204450d932d16c882f1472d4 | ab26dad3bab7138b788251cb4e570456ab78fd2a | refs/heads/master | 2021-01-22T02:04:46.765260 | 2017-03-16T20:24:29 | 2017-03-16T20:24:29 | 74,418,260 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,402 | c | /*
* ADIOS is freely available under the terms of the BSD license described
* in the COPYING file in the top level directory of this source distribution.
*
* Copyright (c) 2008 - 2009. UT-BATTELLE, LLC. All rights reserved.
*/
/* ADIOS C test:
* Write a global array over time, with multiple blocks per proces... | [
"ayush02mishra@gmail.com"
] | ayush02mishra@gmail.com |
ba8082f317a5f966c1941fbc5d2326fa37eb641f | 93d76c7ee2b1b2ba06a0ceddcceef9eb9767cdff | /project/stateMachines.h | 22543d14e852ad797a5b00ef6459299824e75156 | [] | no_license | utep-cs-arch-classes/proj2-blinky-toy-mjavila4 | 676fb6d19379c11a7479c64f9bf7d5640175b868 | f55ff5b5b05e31acf51308232fe66e31dbcfe808 | refs/heads/master | 2023-03-31T17:16:51.449164 | 2021-04-12T05:20:47 | 2021-04-12T05:20:47 | 351,122,079 | 0 | 0 | null | 2021-03-24T15:03:03 | 2021-03-24T15:02:57 | null | UTF-8 | C | false | false | 90 | h | #ifndef stateMachine_included
#define stateMachine_inlcuded
void stateAdvance();
#endif
| [
"mjavila4@miners.utep.edu"
] | mjavila4@miners.utep.edu |
300cc0bee288ed35122f619aa24979525a2efe84 | b3927059edff450f81b1b0fdb452faa7586779e8 | /Stm32f407_CubeMX/SPI_Test/MDK-ARM/RTE/_SPI_Test/RTE_Components.h | 4a45d1ba625db3e51684c473b5a67974fd559994 | [] | no_license | NHQuang58/stm32f407vg | edb2e636864c5ffd9958b54f804ac495e5d5035f | d4e1df02c31cc1db8805e0c1876227292a31fb67 | refs/heads/master | 2023-04-07T05:39:38.831345 | 2021-04-24T09:03:27 | 2021-04-24T09:03:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 319 | h |
/*
* Auto generated Run-Time-Environment Configuration File
* *** Do not modify ! ***
*
* Project: 'SPI_Test'
* Target: 'SPI_Test'
*/
#ifndef RTE_COMPONENTS_H
#define RTE_COMPONENTS_H
/*
* Define the Device Header File:
*/
#define CMSIS_device_header "stm32f4xx.h"
#endif /* RTE_COMPONENTS_H */
| [
"qn052289@gmail.com"
] | qn052289@gmail.com |
c285269b37ba9b2b6e7acec5895e985c925f9aae | 919b6bf8e15ee306491d466921a8bc71a723f0e0 | /asm/libft/srcs/ft/ft_putstr.c | 6967fc82f0ec939d515167efe4d529dc79821f16 | [] | no_license | konichua/corewar | 2573fcef7c455c22ec652b1849b4b19899a9e161 | 56d6892dd1b746881f9fc14026783e5ce999433c | refs/heads/master | 2023-01-23T05:04:33.994689 | 2020-11-14T22:40:27 | 2020-11-14T22:40:27 | 312,914,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,038 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"mburnett@mi-r5.msk.21-school.ru"
] | mburnett@mi-r5.msk.21-school.ru |
53aadbe294f0922b275ac91046c7efdc331d4e03 | c28a6f2c8ce8f986b5c22fd602e7349e68af8f9c | /android/device/realtek/proprietary/libs/libRTKExtractor/RTKExtractor/Filters/NavigationFilter/InputASF/Playready2.0/source/ndtinc/ndtcontextsizes.h | 4ba045b1a01c8f3b5726dc1dd8dd28f84fec12da | [] | no_license | BPI-SINOVOIP/BPI-1296-Android6 | d6ade74367696c644a1b053b308d164ba53d3f8c | 1ba45ab7555440dc3721d6acda3e831e7a3e3ff3 | refs/heads/master | 2023-02-24T18:23:02.110515 | 2019-08-09T04:01:16 | 2019-08-09T04:01:16 | 166,341,197 | 0 | 5 | null | null | null | null | UTF-8 | C | false | false | 8,170 | h | /**@@@+++@@@@******************************************************************
**
** Microsoft (r) PlayReady (r)
** Copyright (c) Microsoft Corporation. All rights reserved.
**
***@@@---@@@@******************************************************************
*/
#ifndef __NDTCONTEXTSIZES_H__
#define __NDTCONTEX... | [
"Justin"
] | Justin |
e1c9acc8adb5691b2721415040ff8b03f2d21778 | 1a041a278cfadcf8f19e70ecd5e89731b33e936a | /main/FinalCutscene/Code/Intro/output.h | fc7b8ceccf940aa8d1ceeb6ccd34f5b3745ac807 | [] | no_license | David-Friedman/CRNR-FCOF | b08c7e803d1c2f0c1dec03c645f969ce8b294d8c | a0bb064848f71a2136a392a1e56c5e50efc23024 | refs/heads/master | 2020-07-30T10:54:01.090765 | 2019-09-22T19:33:37 | 2019-09-22T19:33:37 | 210,201,439 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,291 | h |
//{{BLOCK(Belt0WithText)
//======================================================================
//
// Belt0WithText, 256x256@4,
// + palette 256 entries, not compressed
// + 319 tiles (t|f|p reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 10208 + 2048 = 12768
//
// T... | [
"bolbilabs@users.noreply.github.com"
] | bolbilabs@users.noreply.github.com |
275a789fa4811f99fe65b313e90de5a9d6b10f65 | 74dccff173c78b4939458cdb47064f5fba3caaa4 | /server/video/H26L/macroblock.c | 929a80689f10a134e947c599cea8aec5df28aac6 | [] | no_license | weltion158/MPEG-4IP | f1f3f963017a5cb6a1adc08b669202eb93908bdc | b0b93c12773077ca29f5a1c00ae421fd4850a239 | refs/heads/master | 2021-01-12T13:26:17.560247 | 2016-09-25T11:22:15 | 2016-09-25T11:22:15 | 69,160,282 | 0 | 0 | null | null | null | null | IBM852 | C | false | false | 64,667 | c | /*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER OF WARRANTY
*
* These software programs are available to the user without any
* license fee or royalty on an "as is" basis. Th... | [
"670441817@qq.com"
] | 670441817@qq.com |
28d61103062d58dc1798fb41622781fb8c9f1595 | 2272444d54e51cd4e4f276c1b9c57866da857c16 | /software/embedded/userlib/src/i2c_features.c | 4eee279e62e142d80754772849c0138da06b7f1a | [] | no_license | guilhembn/Servo_Tester | ef2bc57c67e2df5ee696a7f4c0c04686496070fa | dc7db19c108b138a4c15bce4f60510bf0f4b36bf | refs/heads/master | 2020-09-24T05:48:59.881163 | 2019-12-03T19:02:36 | 2019-12-03T19:06:54 | 225,679,256 | 0 | 0 | null | 2019-12-03T17:34:51 | 2019-12-03T17:34:50 | null | UTF-8 | C | false | false | 1,321 | c | /*
* i2c_features.c
*
* Created on: 18 juin 2019
* Author: fabien
*/
#include "i2c_features.h"
#include <ch.h>
#include <hal.h>
#include "globalVar.h"
#include "stdutil.h"
I2CConfig i2ccfg = { .timingr = STM32_TIMINGR_PRESC(3)
| STM32_TIMINGR_SCLL(0x13) | STM32_TIMINGR_SCLH(0xF)
| STM32_TIMINGR_SDADEL(... | [
"fabien.bonneval@gmail.com"
] | fabien.bonneval@gmail.com |
3d9fa7e8593d086f0862cd3d05a218c5e49bd064 | 6ac8f8623dbd0620cd60aeefc4a145d65a9383ba | /cmds/feats/k/_kinetic_aura.c | 85e19c4cab2261dc167aac44df568f3e6f0026ad | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | uriel-SuS/SunderingShadows | 65e844809b6baaf0b52ce37e20c6d33bc60527ca | d0cc1e958ad4736e956bf4314d69270f6f4cd7a4 | refs/heads/main | 2023-05-24T08:13:29.941430 | 2021-06-12T00:30:06 | 2021-06-12T00:30:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,226 | c | /*
_kinetic_aura.c
Kineticist feat.
-- Tlaloc --
*/
#include <std.h>
inherit FEAT;
void create()
{
::create();
feat_type("permanent");
feat_category("Psionics");
feat_name("kinetic aura");
feat_prereq("Psion (Kineticist) L11");
feat_desc("The kineticist surrounds themselves with ... | [
"law@shadowgate.org"
] | law@shadowgate.org |
12461dd79fe93325ad65cb3438a4ab442601063a | 8e8632a45f90a790490c581a01b276e0f7e5aad8 | /00_書本範例/嵌入式Linux程式設計(王進德 全華)/chap01/ex01/score.c | dcfd4f02eeab9dbe6de6c6eff745f39be8d21c87 | [] | no_license | t2o0n321/Jash_LinuxC | bde6f51753bc23dd3cf8e3530fe080d492fc0554 | 8a53cf0cdaa610f0fd74e86e988f7ea7f30e95d8 | refs/heads/master | 2023-05-12T23:17:11.111674 | 2021-06-04T14:02:42 | 2021-06-04T14:02:42 | null | 0 | 0 | null | null | null | null | BIG5 | C | false | false | 320 | c | /* score.c */
#include <stdio.h>
int main()
{
int score;
printf("輸入成績: ");
scanf("%d",&score);
if (score >= 90)
printf("甲\n");
else if (score >= 80)
printf("乙\n");
else if (score >= 70)
printf("丙\n");
else if (score >= 60)
printf("丁\n");
else
printf("不及格\n");
}
| [
"jash.liao@gmail.com"
] | jash.liao@gmail.com |
2e9d3553dcc7b36a5a7ec38f2a112a5ad73ef650 | 5c366980b4cd6d1a97f95a707a144eb2ff353af8 | /csrc/MicroBenchCounter_StandardGate.h | e6bdc52a30555a121338bf91be8f9e01c2abe833 | [] | no_license | diegofrei/matrixbench | ebee6864aee68cb4eebe0dcd9acc1b32b42eb3af | 3785ce9cf6d1de6ccdca90c21ede77b1682cdea6 | refs/heads/master | 2020-06-03T12:04:46.499324 | 2019-11-27T17:18:32 | 2019-11-27T17:18:32 | 191,561,453 | 0 | 1 | null | 2019-11-27T17:18:34 | 2019-06-12T11:53:48 | C | UTF-8 | C | false | false | 4,894 | h | /**
* File: MicroBenchCounter_StandardGate.h
*
* @author diego
* @created Wed Jun 12 14:23:51 CEST 2019
*/
#ifndef MicroBenchCounter_StandardGate_h
#define MicroBenchCounter_StandardGate_h
#include "DSPEElements.h"
#define MICROBENCHCOUNTER_STANDARDGATE_TYPECATEGORY "Standard"
#define MICROBENCHCOUNTER_STANDARDG... | [
"diego.frei@supsi.ch"
] | diego.frei@supsi.ch |
12803f3d6700bc4988ed20991a3ec5177b89d4f0 | eebcb91c628f5e88ba120b5a8c26cead85a68a37 | /src/sisfuns.c | 69cf8212362837e30726e5307472e423b0cd34d1 | [] | no_license | cran/networksis | fcb9afb9449db1ca0f39727abc3b23a6613b8d77 | df5d14cdaf8b76dd2316f74236a4cd34f0178669 | refs/heads/master | 2021-01-01T15:36:31.211784 | 2015-04-07T00:00:00 | 2015-04-07T00:00:00 | 17,697,858 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,269 | c | /* File networksis/src/sisfuns.c
* Part of the statnet package, http://statnet.org
*
* This software is distributed under the GPL-3 license. It is free,
* open source, and has the attribution requirements (GPL Section 7) in
* http://statnet.org/attribution
*
* Copyright 2012 the statnet development team... | [
"csardi.gabor@gmail.com"
] | csardi.gabor@gmail.com |
8ced2b4ec4ace38f2451281f7aa9a1e9da1befd7 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/armada/extr_armada_overlay.c_armada_overlay_create_properties.c | 4f9e03a4bf466318df00591f4d0da77dc35bf4fe | [] | 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 | 2,218 | 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 |
1b03623d846446f9d133895cdcc32a7a5a31ad85 | cc3b67cdd7fd5f71541e540b9f93498cb6ba7766 | /mcal/TIMER/TIMER.h | 9941ab050666b6b16931b28ce68f15df57e6d23a | [] | no_license | HussainGhazaly/MobileControlHome | 362a3f2a7abe2e7e2ecd71ec6d2f0d2ffceedb19 | ea0749e9a0b7f147346447f2a313eb38fc8f3b28 | refs/heads/master | 2022-11-05T12:36:42.986297 | 2020-06-22T15:06:35 | 2020-06-22T15:06:35 | 274,167,328 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 718 | h | /*
* TIMER.h
*
* Created on: Jan 31, 2020
* Author: Hussain
*/
#ifndef MCAL_TIMER_TIMER_H_
#define MCAL_TIMER_TIMER_H_
#include "std_types.h"
typedef enum {
pre_stop = 0, pre_No_scaling, pre_8, pre_64, pre_256, pre_1024,
} Timer_PreScaler_t;
typedef enum {
NORMAL = 0, CTC,
} Timer_Mode_t;
typedef enum... | [
"you@example.com"
] | you@example.com |
d27b3279036399e5b0962b78c95e40dde6b7b556 | c5cb98ad5c3fa37ce761cb9b430b69e29a33141f | /d/shaolin/bydian.c | f8b7b7fcb1fa4a48476a783eff6eec3c2eb7049c | [] | no_license | cao777/mudylfy | 92669b53216a520a48cf2cca49ea08d4df4999c5 | 266685aa486ecf0e3616db87b5bf7ad5ea4e57e4 | refs/heads/master | 2023-03-16T20:58:21.877729 | 2019-12-13T07:39:24 | 2019-12-13T07:39:24 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 572 | c | // Room: /d/shaolin/bydian.c
// Date: YZC 96/01/19
inherit ROOM;
void create()
{
set("short", "白衣殿");
set("long", @LONG
这是白衣殿,供奉白衣观音大士。大士高居须弥座上,手托
净瓶,眉含微愁,唇绽浅笑,仿佛对人间疾苦既存忧心,又觉释
怀。殿中放了红木大香案,香案上供品齐备,香火十分旺盛。
LONG
);
set("exits", ([
"west" : __DIR__"guangchang5",
]));
set("objects",([
... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
79ac4a11b99703659bef773ebbee09f19ff1e474 | 7e6afb4986a53c420d40a2039240f8c5ed3f9549 | /libs/opengl/src/glfont_serif.h | 1705aec67a64c75fc55f07371fe338a01f6b9867 | [
"BSD-3-Clause"
] | permissive | MRPT/mrpt | 9ea3c39a76de78eacaca61a10e7e96646647a6da | 34077ec74a90b593b587f2057d3280ea520a3609 | refs/heads/develop | 2023-08-17T23:37:29.722496 | 2023-08-17T15:39:54 | 2023-08-17T15:39:54 | 13,708,826 | 1,695 | 646 | BSD-3-Clause | 2023-09-12T22:02:53 | 2013-10-19T21:09:23 | C++ | UTF-8 | C | false | false | 209,299 | h | /* +------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| |
| Cop... | [
"joseluisblancoc@gmail.com"
] | joseluisblancoc@gmail.com |
32829d7a85adf7ae39a377174ccf7037b28d195d | 8d535b3ca6a182c305e032177395072aa1231d52 | /src/dust_interaction.c | 74c24e90d5be4025c716d913e5ccdc63f84db1f5 | [] | no_license | jemejia/LyaRT | 0ffbf0d2132426360bc3dfa00d2fa74c092eadc2 | 54cf2e700c5e7f74bff1c7b6bb1d76cbbe836723 | refs/heads/master | 2021-01-21T19:47:44.540115 | 2014-12-04T15:44:48 | 2014-12-04T15:44:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,887 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <string.h>
#include <gsl/gsl_rng.h>
#include "allvars.h"
#include "proto.h"
void dust_interaction(photon *P, int ip)
{
double xilow,xihigh,mulow,muhigh,hglow,hghigh;
long i;
interd = (xi1 <= Albedo) ? 1 : 0;
if (interd == 1) //sc... | [
"aaorsi@gmail.com"
] | aaorsi@gmail.com |
b8f445062eb7c15a4569dca3035f2201e9d1125e | 5c8e44694ebe7f3da1b5b440f2f4d2c1c994c213 | /L11/ex4.c | d858e49854a7ec2283cc368fb754488fe453a540 | [] | no_license | Artrixs/prog1 | 7f9fc2e4a87f0dbbf50d68efe0a237a40cb39ce7 | 51925dfc00a5b6fd66b4e7433df2417a717b80fb | refs/heads/master | 2021-01-17T07:09:21.440902 | 2016-06-13T15:30:33 | 2016-06-13T15:30:33 | 53,961,827 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,605 | c | /*Lezione 11 - Esercizio 4*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
int addDouble(double **, double, int);
void boubleSort(double *, int);
int main(int argc, char * argv[]){
if(argc<3){
printf("Inserisci il nome di due file, da dove scrivere e ricopiare.\n");
return -... | [
"misino.arturo@gmail.com"
] | misino.arturo@gmail.com |
ff6fc8bd71538bb8f5390aa8983dd57c6e36f5c4 | 9b067908091c213bc0018091f9642e33a1f667b0 | /checkpoint.h | 85e9e226fb5d9358edcf765948f646f1417ffcdc | [
"BSD-3-Clause"
] | permissive | baijw-plasma/SymPIC | a7f8f76802b74c6ddb79eec0ef6fc75c56b50cc9 | 7143baf29d3ca88470d5796909c6f424fe6afdc1 | refs/heads/master | 2023-07-15T01:57:28.517043 | 2021-08-22T09:31:02 | 2021-08-22T09:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,747 | h |
#include "pubdefs.h"
size_t fwrite_multi_proc (char * ptr ,size_t size ,size_t nmemb ,FILE * stream ,int cur_proc ,int num_one_group ,int num_max_proc )
;
size_t fread_multi_proc (char * ptr ,size_t size ,size_t nmemb ,FILE * stream ,int cur_proc ,int num_one_group ,int num_max_proc )
;
long load_int ... | [
"xiaojy@ustc.edu.cn"
] | xiaojy@ustc.edu.cn |
159c80300058e637a8dd16fe8e46c67b5b58e7a0 | 3499919afa0be7c0096f52e50dd8b33449fc4987 | /sources/nb.h | 30ac7cb6439834348d4778444511994f4fbd5e07 | [
"BSD-2-Clause"
] | permissive | aka-rider/nosqlbench | 7d981046bb83c3344408cf15fcd5439c547a5001 | 85163ba66c5e92173a5022e5ec516f72254a2199 | refs/heads/master | 2020-12-24T18:23:33.737852 | 2015-01-29T13:46:17 | 2015-01-29T13:46:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,815 | h | #ifndef NB_H_INCLUDED
#define NB_H_INCLUDED
/*
* 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 conditions and the
*... | [
"pmwkaa@gmail.com"
] | pmwkaa@gmail.com |
a9a740c4bdec20369a6be207967b4c514cd4660c | e2e30f142af485e6614d87a58114a251043f9c2d | /examples/select_columns.c | 01137459003b254552818f22b78c13fa2e0ea0e4 | [
"Apache-2.0"
] | permissive | songhongxiang/neat-matrix-library | 91befea57dd0e599938d4dfc43036fd9b79ad2bc | 89f238c8723ef59802489a91b5c1fe58cc269c53 | refs/heads/main | 2023-03-07T16:04:05.817144 | 2021-02-24T18:49:17 | 2021-02-24T18:49:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | c | #include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "lib/nml.h"
int main(int argc, char *argv[]) {
printf("\nExtract all matrix columns from a Matrix as matrices\n");
srand(time(NULL));
nml_mat *m = nml_mat_rnd(5, 5, -10.0, 10.0);
nml_mat *col;
nml_mat_print(m);
int i = 0;
for(i = 0; i < m... | [
"gnomemory@yahoo.com"
] | gnomemory@yahoo.com |
77d501d669ddf9c3a1685c56fa4127823d5a5a94 | 49eb0b9b4b41e4509a2260dd516f6ade897b0964 | /groosh/tags/v0.1.0/src/include/nativeprocess.h | e23db309fdbe4f46ddb21811c627bbf0d66d2c66 | [] | no_license | codehaus/gmod | b72fcbbb76a9443bb8d83dda0d5a497c62e50018 | 452f5d8542cfa6a1c081e51b639d2797a2c04d4f | refs/heads/master | 2023-07-20T00:31:10.621755 | 2011-12-29T15:06:38 | 2011-12-29T15:06:38 | 36,226,836 | 1 | 0 | null | null | null | null | UTF-8 | C | false | true | 631 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_baulsupp_process_NativeProcess */
#ifndef _Included_com_baulsupp_process_NativeProcess
#define _Included_com_baulsupp_process_NativeProcess
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: initialised */
/*
* ... | [
"eggeral@f908d50e-8e36-0410-ac0a-93754bd5008d"
] | eggeral@f908d50e-8e36-0410-ac0a-93754bd5008d |
fc343347a53b43fcc632e8fbe75d9ee6a93b9f3d | d6407f6c60591f9aaefcd94466253960a1c44e41 | /include/lpng1515/pngconf.h | f940cb3a4f4fbeeda2b6d08a51e5c62af44abbc3 | [
"LicenseRef-scancode-warranty-disclaimer",
"Libpng",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | marcclintdion/OSX_WIN_iOS_NOV_23 | 13d4203e421a95821bd1f9b904ca5c9758dfac4b | 42d9d8ad7a136c63bbdf15e46480e50048a9607a | refs/heads/master | 2021-01-10T07:11:59.684538 | 2015-11-23T14:09:00 | 2015-11-23T14:09:00 | 46,722,110 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,088 | h |
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.5.15 - March 28, 2013
*
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
* This code is release... | [
"marcclintdion@Marcs-iMac.local"
] | marcclintdion@Marcs-iMac.local |
d7ca56d885b583f143c4fd085c5b56d118657bee | 4da254248ab29836d18cf01e9eab49e15ca42be7 | /Player2020_Template1/My_Library/PLC/PLC_define.h | 1c01ff411c53f8164273dd63c64c5d5eaa915bb7 | [] | no_license | IvanSSIV/Player8Bit | 836a0ffe2a84dcadc79ad99bf8dcc33def9249dd | 98cd8c1fb42fb08757163afd5b32426feefe75ec | refs/heads/master | 2023-01-07T14:15:31.652760 | 2020-11-14T08:43:13 | 2020-11-14T08:43:13 | 299,629,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238 | h | // modulo con definzione di costanti,strutture,ecc specifiche
// per applicazioni PLC
#define PLC_MAX_X 24
#define PLC_MAX_Y 24
struct PLC_work
{
BOOL X[PLC_MAX_X];
BOOL Y[PLC_MAX_Y];
};
typedef struct PLC_work PLC_WORK; | [
"adriano@pev-vdt.com"
] | adriano@pev-vdt.com |
820bcda9258d9dbf0594ad8476eaf1abac9e0a8b | 71e30f1299c2fd25e426863438173e4e4ac53fd1 | /scripts/EATableCompare.C | 80bc7f9fcd336834e5f01de3a968ed37c9ce32f0 | [] | no_license | VERITAS-Observatory/KASCADE | f1e3e56c23c10ae7eb7bb198d9388b498af24314 | 9def039157a073aebda5b2f4ad15785868da95c7 | refs/heads/master | 2022-12-14T20:47:14.244419 | 2022-12-01T20:10:39 | 2022-12-01T20:10:39 | 148,676,889 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 777 | c | void EATableCompare()
{
string EAKFile="$VEGAS/../tables/eak_Jan2013_ua_ATM21_7samples_H_vegas250rc5_alloffsets_UpgradeMediumCuts.root";
string EAGFile="$VEGAS/../tables/ea_Oct2012_ua_ATM21_vegasv250rc5_7sam_050off_std_med-0_LZA.root";
string EAKTable="EffectiveArea_Azimuth_180_Zenith_20_Noise_7.64_AbsoluteOffse... | [
"sembrosk"
] | sembrosk |
fe156a110ca2e6a9a6de7fe8670be179c0d1d167 | b416d087213af273a620739ae86f83a5de8cda5d | /variables.h | 62c1602264558e863e2fc5039fb6843b1bda70b6 | [] | no_license | yazjack/RPM_based_saw_driver | 47930b195b7a0627126b75b43ed3f56f44f97b7d | e99247de458ca0a86b5925e1f26d1e8feb36b907 | refs/heads/master | 2023-03-25T11:06:15.415741 | 2021-03-08T14:51:44 | 2021-03-08T14:51:44 | 273,705,815 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,552 | h | int cutCounter;
//pins
const byte dirPin = 15, stepperEndStop = 16, stepPin = 17, enablePin = 29;
const byte anglePinA = 21, anglePinB = 20, angleEndStop = 18;
const byte hallPin = 19;
const byte encPinA = 2, encPinB = 3, buttonPin = 5;
const byte relay = 32, laser = 34;
//stepper
const int maxPos = 60, delayValue =... | [
"yazjack@gmail.com"
] | yazjack@gmail.com |
c4b99805f9e2ca682b96e05f29eb1e13e94f8f0d | 5bbeacc09bcb942112cb506f3bfce3ef4269e9b0 | /ElliotEngine/src/ETime.h | e922970e7928590a45e1adf945a50343355e01a7 | [] | no_license | schaed/finance | cf62f898cf31e8c0060a57a3bed06d1acea44ca9 | 64a2d91f01f6abf39b9d1399e47a1f16a529fe41 | refs/heads/master | 2021-01-13T03:14:15.898981 | 2017-05-25T14:34:15 | 2017-05-25T14:34:15 | 77,621,789 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,528 | h | #ifndef ETime_h
#define ETime_h 1
#pragma once
#ifndef THREADVAR
#define THREADVAR
#endif
#define DAYSECONDS (3600*24)
#define WEEKSECONDS (3600*24*7)
#define MONTHSECONDS (3600*24*30)
#define YEARSECONDS (3600*24*365)
#define WEEKDAY_MON 0x02
#define WEEKDAY_TUE 0x04
#define WEEKDAY_WEN 0x08
#defin... | [
"schae@cern.ch"
] | schae@cern.ch |
b2e589203f8461a16edcb0a07a460ba0fb8fd78f | 53a807507449594cb2aa4fe165c976ef3b5a6ef0 | /CPiscine/C00/ex06/ft_print_comb2.c | 736bda43979751c1c432c85dd9ea02076cf1ea9c | [] | no_license | CheeseB/42SEOUL | 4f575a4c6e6ef9d966806c5a045fa61bad750d18 | 3a00c29270c6cce30e655a48ab3fba0ac52afc27 | refs/heads/master | 2021-01-09T11:52:56.237430 | 2020-10-22T04:17:15 | 2020-10-22T04:17:15 | 242,290,650 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,705 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_comb2.c :+: :+: :+: ... | [
"2489ckckck@naver.com"
] | 2489ckckck@naver.com |
2729ec752deb6f7ebfa763ce22ea1c3ac39e3133 | 25e53ae9cf10476f6aa34f2527c3d800447c76b9 | /trex/models/liblinear/predict.c | 618550bf745711e54c913e234ee1f4c2b47f748c | [
"BSD-3-Clause"
] | permissive | itaifrenkel/trex | 84fc46fa658de992f925254adbaf3142d179b6f6 | b17227cb9c9193df195271c3c1558ee695208f22 | refs/heads/master | 2023-01-04T09:05:21.604649 | 2020-10-23T18:21:34 | 2020-10-23T18:21:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,350 | c | #include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "linear.h"
int print_null(const char *s,...) {return 0;}
static int (*info)(const char *fmt,...) = &printf;
struct feature_node *x;
int max_nr_attr = 64;
struct model* model_;
int flag_predict_probability=0;
v... | [
"jonathanbrophy47@gmail.com"
] | jonathanbrophy47@gmail.com |
76576c193b46666f184dd686babe7b1b34101a14 | 13684373baff3a4951388c3607bcf050ee7f6498 | /Array/Array 3.C | f03952252442908c175f68328432610011ef7df5 | [] | no_license | kiran966/Simple-C-Program | 8074b021a0301d24e87f446dabf73e1b6b8f4ed6 | 0c68b564ae7bb024941ab0e0f78fca4c1db198bb | refs/heads/main | 2022-12-29T18:49:36.385005 | 2020-10-18T14:43:00 | 2020-10-18T14:43:00 | 305,121,953 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,052 | c | //program for Array
#include<stdio.h>
#include<conio.h>
int main()
{
int Emp[5] = {0}; //Var declaration with initialization
printf("\n value of element 1 = %d",Emp[0]); //printed/Access values of array element
printf("\n value of element 2 = %d",Emp[1]); //By Using array index
printf... | [
"noreply@github.com"
] | kiran966.noreply@github.com |
137454654bb4f290f0c03c2301162a0844077dca | f3f7e166424e9f2822ca4cadf2c6120f4812441e | /algorithmbooks/LJCDS/ch03/doublelinkedlist/InsertDList.c | d67cf66aad8f7eebf0369af1a362886bc526c0c2 | [] | no_license | kysnail/linuxcode | bb5470aadee089f5998a96cfabc1252cab58d43d | 9171a4de675a6b6bd505baa02199151086ccb7e6 | refs/heads/master | 2020-12-24T13:16:53.488629 | 2012-11-28T12:53:22 | 2012-11-28T12:53:22 | 2,227,687 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 674 | c | /**
* Insert a node in double linked list.
*/
int InsertDList(DLinkList head, int i, DataType e)
{
DLinkNode *p, *s;
int j;
p = head->next; // with head node
for (int j = 1; j != i && p != head; j++)
{
p = p->next
}
if (j != i)
{
... | [
"lifeofprogrammer@gmail.com"
] | lifeofprogrammer@gmail.com |
4866573142886e65f0cbb8c6e53f213bcf5a55f2 | 06052ccd6db697947c1fcbb6ac96eba79c057fea | /lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/fribidi/fribidi-shape.h | ff258b5c57e6d8d00092a1740550afa643804a9c | [
"MIT",
"Apache-2.0"
] | permissive | venveo/serverless-sharp | 89e673e8ab727a00a5bb3cf2c8b9b3876caec8db | 1f64468784763bbf40c32497c35de69406765335 | refs/heads/master | 2023-04-15T01:45:01.990626 | 2022-06-29T12:30:07 | 2022-06-29T12:30:07 | 198,690,918 | 165 | 39 | MIT | 2023-03-04T04:28:54 | 2019-07-24T18:38:47 | JavaScript | UTF-8 | C | false | false | 2,670 | h | /* FriBidi
* fribidi-shape.h - shaping
*
* Author:
* Behdad Esfahbod, 2004, 2005
*
* Copyright (C) 2004 Sharif FarsiWeb, Inc
* Copyright (C) 2004, 2005 Behdad Esfahbod
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License a... | [
"ransom@venveo.com"
] | ransom@venveo.com |
259eeb8ec63661d7064025d6669267a801de955b | 96c1a8e6192dfdb71b44a98f97de854e09115ade | /libvotable/voHTML.c | 2e788e5d7befdc8d14088d568eab82f59f04fe7a | [
"MIT"
] | permissive | olebole/voclient | 76cd8f5a6a9a44e23c8f9ec5461c3e173b914a65 | abeee7783f4e84404a8c3a9646bb57f48988b24a | refs/heads/master | 2020-04-22T09:40:28.449558 | 2019-01-22T21:40:18 | 2019-01-22T21:40:18 | 170,281,077 | 0 | 0 | MIT | 2019-02-12T08:33:36 | 2019-02-12T08:30:31 | C | UTF-8 | C | false | false | 3,049 | c | /**
* VODALUTIL.C -- Utility procedures to write HTML files procedures.
*
* @file votHTML.c
* @author Mike Fitzpatrick
* @date July 2007
*
* @brief Utility procedures to write HTML files.
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/ipc.h>
#include <sys/sem.h>
/*
#include ... | [
"fitz@noao.edu"
] | fitz@noao.edu |
7cce30b59228dc7fc5c06869eccc06ce6d8b8daa | 6099b15457d72898872a708113cc6cae715f050b | /3rdparty/musl/libc-test/src/math/gen/rnd.c | 21ca038edf187570829762522ed394fe9e68f883 | [
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"OpenSSL",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-mit-nagy",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | BRMcLaren/openenclave | 277d5bd5258ea3d62b25b10db8edd339673776dd | 0002b1c22c10bf3de818e5b76d012e02e3b464de | refs/heads/master | 2021-07-02T00:03:22.821481 | 2021-01-26T17:21:13 | 2021-01-26T17:21:13 | 226,914,136 | 1 | 0 | MIT | 2021-03-31T21:06:41 | 2019-12-09T16:16:38 | C | UTF-8 | C | false | false | 4,915 | c | #include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
static uint64_t seed = -1;
static uint32_t rand32(void)
{
seed = 6364136223846793005ull*seed + 1;
return seed >> 32;
}
static uint64_t rand64(void)
{
uint64_t u = rand32();
return u<<32 | rand32();
}
static double fra... | [
"jloeser@microsoft.com"
] | jloeser@microsoft.com |
e594eabbd974a5cfb84969984503305def40c9ca | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/shell/explorer/initcab.c | 4d27c918f283b2cce42efb97b3a7d552eed4c281 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 70,213 | c | //--------------------------------------------------------------------------
// Init the Cabinet (ie the top level browser).
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// Includes...
#include "cabin... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
4bcc7f7b94c279e39e3018873327d81cd36119af | 99e494d9ca83ebafdbe6fbebc554ab229edcbacc | /.history/CC3/1_20210311162926.c | 6545ddf4a97766dd199e4a56a33f2e45b90d5099 | [] | no_license | Datta2901/CCC | c0364caa1e4937bc7bce68e4847c8d599aef0f59 | 4debb2c1c70df693d0e5f68b5798bd9c7a7ef3dc | refs/heads/master | 2023-04-19T10:05:12.372578 | 2021-04-23T12:50:08 | 2021-04-23T12:50:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 140 | c | #include<stdi
int main()
{
int arrl = { 10, 20, 30, 40 );
int i = 3, x; x = 1* arrl-i] + 2* arrl-i) + 3* arrl-i);
printf("X=%d", x);
} | [
"manikanta2901@gmail.com"
] | manikanta2901@gmail.com |
9531cafbac6e219b14fe05adbc1b28b4eee0a26f | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/sam/applications/sam_toolkit_demo/sam4s16c_sam4s_ek/conf_board.h | f4c49318881861afbea28bd549f1942033ec6342 | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,449 | h | /**
* \file
*
* \brief Board configuration.
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Re... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
a37dd433df47c587cbc1d3f921f68751917d1cf3 | 856c90b1091093f8182aca720caa218a3c141f62 | /libft/ft_isalnum.c | 7a50fe875a3eb08550ff70ce1f0a7b1818ab1e5a | [] | no_license | rgraca-ribeiro/ecole_42 | aa636e1e79f84a12e2ca93f3f9c3753913160254 | 22f696440530944f3e45d0e12c6677ef53c6b6eb | refs/heads/master | 2020-03-11T05:06:09.613242 | 2018-06-16T10:44:37 | 2018-06-16T10:44:37 | 129,793,415 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | c | #include "libft.h"
int ft_isalnum(int c)
{
if (ft_isalpha(c) || ft_isdigit(c))
return(8);
return(0);
} | [
"rg.ribeiropro@gmail.com"
] | rg.ribeiropro@gmail.com |
d4cd04709e47f36ce2a27fddc785e5faf707430f | 971bd92347e8af49bee360624b8e9f59748bcb73 | /C_POOL_DAY07/ex_1/my_strcpy.c | fc65646920657bb602fc31d9a35672a2530b6bde | [] | no_license | GAOOcean/CPOOL_GMJ17150003 | cd77e9717b4d189cec50f9360c6fe9e09d3ed600 | 77741d29ef184cf79607c2d1d6eeedc6fdac8a98 | refs/heads/master | 2021-03-30T21:23:32.842244 | 2018-03-29T13:48:59 | 2018-03-29T13:48:59 | 124,972,349 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 314 | c | #include<stdio.h>
char *my_strcpy(char *dest,char const *src)
{
if(NULL != dest && NULL != src)
{
char *result = dest;
while((*dest++ = *src++) != '\0')
{
NULL;
}
return result;
}
}
/*int main()
{
char a[] = "heloo";
char *b = "world";
my_strcpy(a,b);
printf("%s\n%s\n",a,b);
return 0;
}*/ | [
"374811709@qq.com"
] | 374811709@qq.com |
b4896e35e25ed12771ccc6d088f579626ecd19dc | 694ea36ea6d97005f91ed9d90681f19093a4f10c | /command_line_args.c | e88451ea6521c2f3839e7b327f9cd8cc1a784cd9 | [] | no_license | ranu-agrawal/c_codes | 80b780ec49aae93f33eecf9651caeaa2884acc68 | 5cdcec95c6abd96ef2e9fe1f56a48b77b1c83126 | refs/heads/master | 2023-02-19T06:14:42.835808 | 2021-01-19T12:25:40 | 2021-01-19T12:25:40 | 330,972,663 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 355 | c | #include <stdio.h>
int main(int argc , char * argv[])
{
int no_of_arguments =argc;
char * argument1 = argv[0];
char * argument2 = argv[1];
printf("no of arguments = %d\n" , no_of_arguments);
printf("argument1 is the program name :%s\n", argument1);
printf("argument2 is the comand line argument ... | [
"ranuagrawal0983@gmail.com"
] | ranuagrawal0983@gmail.com |
819be59c64be95b664824f32566eaa9150404e30 | 7f5f0a2b1dd33a8b79abffb777e44a723001e622 | /src/system/ast/Constant.h | a3f63a1fb15d0ca68acef7392e33a9113555c514 | [] | no_license | Anirudhajain/p | 2bdeacbda86f468ed958790cd8c031b38143bdac | db034bb4f1ea11302ee6f43a691ccd1c65ee3b46 | refs/heads/master | 2022-12-20T12:05:40.139421 | 2020-10-01T07:37:17 | 2020-10-01T07:37:17 | 300,189,909 | 0 | 0 | null | 2020-10-01T07:36:44 | 2020-10-01T07:36:44 | null | UTF-8 | C | false | false | 344 | h | #ifndef CONSTANT_H
#define CONSTANT_H
#include <pinocchio.h>
/* ========================================================================= */
struct Constant_t {
Optr constant;
};
extern Constant new_Constant(Optr constant);
/* ========================================================================= *... | [
"cami@475e7f6d-5e0e-419c-b4a3-23a65b5ccdbc"
] | cami@475e7f6d-5e0e-419c-b4a3-23a65b5ccdbc |
6db519a47976dc08bf58761e15b926ffed2fe532 | 45ea7588bd0cfc527e9e14309eba2b7024549d9f | /assignment2/test/a2i.c | 0cca1cef542f4435cc0343f449a32a63fd87625b | [] | no_license | namaya/EE312 | a3b1f6c67b3eba8bf1f0ba19a0e1df420a472058 | 8b1c455d85d5a7d107fb3557f3ec5d1e4e792cd3 | refs/heads/master | 2021-03-27T13:55:30.604789 | 2018-07-23T01:13:20 | 2018-07-23T01:13:20 | 67,831,042 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,755 | c |
#include <stdlib.h>
#include <lib/minunit.h>
#include <app/a2i.h>
#include <test/a2i.h>
#include <test/models.h>
/**
* Time Tests
*/
const char*
a2i_time_1030()
{
const time_t austin = {0, 10, 30};
const time_t* irish = calculate_a2i_time(&austin);
const time_t expected = {"same", 16, 30};
retur... | [
"nkamaya7@gmail.com"
] | nkamaya7@gmail.com |
9930dc9db309a38e430d7b55e01457160c119a1c | a99a58d584058c72ce10c888e9f9a574d5c4dca6 | /benchmarks/reve_mergedHard/EQ_oneEQ_UnchLoop/libA/new.c | 736e2d95e52e0f4894d7b161c3d01dba39358b40 | [] | 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 | 284 | c | extern int __inlineCall(int);
int lib(int x)
{
int ret;
if (x > 10)
ret = 12;
else
ret = x + 1;
return ret;
}
int client(int x)
{
int ret;
if (x > __inlineCall(lib(x)))
ret = x;
else
ret = __inlineCall(lib(x));
return ret + __inlineCall(lib(5));
}
| [
"CC24LIFE@outlook.com"
] | CC24LIFE@outlook.com |
d460f310105b70270c7b5c7f585bb8bdb9c1edc7 | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /clone/cloth/male7-cloth.c | cd033df0706118f60f5ac9ac22698c2588f0ff7a | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 538 | c | // male7-cloth.c
//
// This is the basic equip for players just login.
#include <armor.h>
#include <ansi.h>
inherit CLOTH;
void create()
{
set_name(HIY"明黄锦袍"NOR, ({ "cloth" }) );
set_weight(8000);
if( clonep() )
set_default_object(__FILE__);
else {
set(... | [
"i@oiuv.cn"
] | i@oiuv.cn |
96ce4fd2c0de133d9e0fa8e32f776d56f0f0509d | 4d34c22759e4c7c93b5877dd5c7b46b2352b1368 | /kernel/src/dev.c | d0c7cc4208ec4949434b5053d0129645383c6d47 | [] | no_license | 0xTJ/PhiBang | 46115e863ba4609071f18d3ef3cdcdf861be5333 | 9f0d7060e82c02455db622183114828a3fc10d5c | refs/heads/master | 2021-04-26T22:06:19.790618 | 2018-09-06T16:07:46 | 2018-09-06T16:07:46 | 124,021,676 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,185 | c | #include "dev.h"
#include <stddef.h>
#include <string.h>
#include "fs/devfs.h"
#include "fs.h"
#include "mem.h"
struct device dev_tab[DEVICE_COUNT];
void init_devices() {
size_t i;
for (i = 0; i < DEVICE_COUNT; i++) {
dev_tab[i].type = NO_DEV;
dev_tab[i].dev_desc = NULL;
}
}... | [
"thomasj@thomasjager.ca"
] | thomasj@thomasjager.ca |
f03986eaaa79f1455a720e47748a85ad76e91e5a | d6a4e2d484b85dc1d67327362519af41ae3916e3 | /merge_sort/msort.c | dbacd8e5c318dda857d14c7eb48ad1cbe9e1a76e | [] | no_license | hiro3877/SORT | b3f3f0cfec808247d71527a3410285fb9049298a | 117d66ea8e5a893198453071ecb2f58e3ca22f73 | refs/heads/master | 2023-03-29T14:17:21.195430 | 2021-04-08T15:46:54 | 2021-04-08T15:46:54 | 355,374,595 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,384 | c | #include <stdio.h>
#include <stdlib.h>
#define SIZE_OF_ARRAY(array) (sizeof(array)/sizeof(array[0]))
static void merge_sort(int* array, size_t size);
static void merge_sort_rec(int* array, size_t begin, size_t end, int* work);
static void print_array(const int* array, size_t size);
int main()
{
int array[] = {7, ... | [
"itudemozeroen2@gmail.com"
] | itudemozeroen2@gmail.com |
51c8517d0a0088d325dc5b2adc0e9eff0e16475c | 183d90d93c92c6e4a9b48177892fef344c366399 | /include/TurboPCH.h | 2bdc4b75ef4dc5c428965d2dbc6e52a6da4c36d9 | [
"MIT"
] | permissive | GerHobbelt/turbo | d484a5c627b803928690ac862b3d21aa7846f7e6 | b2e279b573bf6e4905f4cbadd9412fd9be003a55 | refs/heads/master | 2023-05-22T21:05:22.695285 | 2021-06-12T14:17:41 | 2021-06-12T14:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 54 | h | #include <ScintillaHeaders.h>
#include <tvision/tv.h>
| [
"magiblot@hotmail.com"
] | magiblot@hotmail.com |
ada05cf088ec9beb130cbb9401cc6a460ff4f604 | 68daa50e6bff563b9681a4c84c71d7de899f718f | /manual/unicoc/src-groups/script/dist/is_meroitic_hieroglyphs_and_cursive_unicoc.c | 136fe706bfda76f167ee5efcd8e796677fae2fc9 | [
"MIT"
] | permissive | Tikubonn/unico | c7594d0af13f8ca7019361fa735df1d23d4aa924 | c76de5309f8a3a6fda3110e463b7e9718ea530e3 | refs/heads/master | 2020-03-14T05:34:06.267611 | 2018-05-14T09:13:10 | 2018-05-14T09:13:10 | 131,467,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173 | c | #include <unico.h>
int is_meroitic_hieroglyphs_and_cursive_unicoc (unicoc* uni){
return is_meroitic_hieroglyphs_and_cursive_unicos(uni->beginning, uni->end, uni->unicos);
}
| [
"https://twitter.com/tikubonn"
] | https://twitter.com/tikubonn |
245056f3764d1d2badd3a2245ad0684c236877fd | 7ad328560855e8c5457cd4506cfff50166b85ad1 | /chp13/example_13.5.c | 648d35e074802b9ea63f0097bb948c2f804cdb95 | [] | no_license | raujika418/HB1009 | 046e0f82daadfaa71d34be8361fa21b3336d215a | 2ed1f863b8499fa9e8a4d8a98301ed70c1a7816e | refs/heads/master | 2021-05-27T18:29:06.981717 | 2014-06-03T18:43:02 | 2014-06-03T18:43:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,560 | c |
#define GTK_ENABLE_BROKEN
#include <gtk/gtk.h>
static void entry_toggle_visibility( GtkWidget *checkbutton,
GtkWidget *entry )
{
gtk_entry_set_visibility (GTK_ENTRY (entry),
GTK_TOGGLE_BUTTON (checkbutton)->active);
}
void text_toggle_editable (GtkWidget *chec... | [
"clvbcs@gmail.com"
] | clvbcs@gmail.com |
9fee612aa580347b01c1ac97010781723083f8cf | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/167082cd-f8ac-4743-84a9-7359086345dd.c | 075c955aaa9fe9dded830b42a28a36e3948849ba | [] | 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 | 550 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = k+j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[40];
long c[87];
a = 0;
while (( a - 1 ) < strlen(b))... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e1c8075d39e9af664ffdefab47a44a98b8801049 | a92708d28a0ec6ddf083ae42a47e35f2121f0eba | /test/xts/acts/distributedschedule_lite/samgr_hal/src/broadcast_publish_func_test.c | 27a8e4b6c94ce1488e7b5575d2bf462078a7d339 | [
"Apache-2.0"
] | permissive | km1042412/my-OHOS | 322eca402c28eb68272c58214243ecb8a0960b3c | 3c74564d9c6c3b33b836c6a3cd1a6dbc6d4bc18e | refs/heads/main | 2023-03-28T05:36:56.244181 | 2021-03-16T06:25:01 | 2021-03-16T06:25:01 | 348,194,410 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,270 | c | /**
* Copyright (c) 2020 Huawei Device Co., Ltd.
* 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 applic... | [
"1042412750@qq.com"
] | 1042412750@qq.com |
f5ca09069c8f4bd9041c0335f7da0a22895f3ea8 | 400c819224c84a5cfd2c3bd76b86f8f547753c6c | /src/ultra_sound.h | e063981d1eb3fdcc740c6123cfc670a371e54997 | [] | no_license | jansendup/Simple-Robot | e9fc70c00da033872a74eba093e6ebc7c1bd11cb | 54a1ebc117108e4b26c0226366b1031b678bb029 | refs/heads/master | 2016-08-03T13:38:09.916737 | 2011-10-12T04:36:11 | 2011-10-12T04:36:11 | 2,386,768 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 360 | h | #ifndef ULTRA_SOUND_H
#define ULTRA_SOUND_H
#define SPEED_OF_SOUND 330.0
#define CUT_OFF_DISTANCE 1.5
#define US_TIME_OUT (2*CUT_OFF_DISTANCE/SPEED_OF_SOUND)
#define US_TIME_OUT_PERIOD (int)(US_TIME_OUT * FCY / 8.0)
#define US_DISTANCE_TO_COUNTS(dis) (int)(2*dis*FCY/(8.0*SPEED_OF_SOUND))
void init_ultra_sound(void);
... | [
"jansendup@gmail.com"
] | jansendup@gmail.com |
809d0c776433370c43cf298d36bfc02030e1bc0b | 0e91a1fd6102483857c76f56c8bfdfeea17dd0da | /C/PROJECT/draphs®️/teacher.h | 093e2b04e89d471a26aa95f5a8fc565c7c3569cc | [] | no_license | balindam/draphs | 0d444c5ae975ce6a278a1e284f5493486875afde | abaf44de3b5fddd0e2cc061245d4f8666efd3ef0 | refs/heads/master | 2020-03-11T10:58:21.236213 | 2018-04-24T16:53:52 | 2018-04-24T16:53:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 563 | h | #ifndef TEACHER_H_INCLUDED
#define TEACHER_H_INCLUDED
void teacher_main();
//void append_node_marks(int e,int y,int s,int t,struct node_exam *newnode);
//void create_node_marks();
//void append_node(struct node *newnode);
//void create_node();
//void update_marks();
//void append_marks();
//void add_student_nod... | [
"balindam.c@gmail.com"
] | balindam.c@gmail.com |
f11fb99ccbe47fb7509c2cbf4980393b6884c33f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/tools/objtool/extr_builtin-orc.c_cmd_orc.c | 7fbce21d26e22380e72575b88ede183b9990c407 | [] | 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 | 1,406 | 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 |
39ec764656f62f167fc17a942d910fc116e4f26d | ad709c4b0f74a61f40a45d981ad8c919706c1582 | /DSA/CARVANS.c | 14cbf8ed1fc93ac66a71b39a0b6311d8510eb53e | [] | no_license | UTKARSHBHA/CodeChef | 2241eec2c155a9b989b5ba6ad07846eb0b84ca50 | 1658df5415a88a771368f517323f3e09146a1786 | refs/heads/master | 2023-06-25T10:57:37.752831 | 2021-07-16T18:23:08 | 2021-07-16T18:23:08 | 308,811,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 379 | c | #include <stdio.h>
int main()
{
signed int t;
scanf("%d", &t);
while (t--)
{
signed n = __INT64_MAX__, m, c = 0, u;
scanf("%d", &u);
while (u--)
{
scanf("%d", &m);
if (m <= n)
{
n = m;
c++;
}... | [
"ub2092000@gmail.com"
] | ub2092000@gmail.com |
7bc8d5e11fbf67e4df1a52c809ae3524b0e6fcc1 | fc2437b2fdfc19a6961fb8213b59e88d6244d55e | /Culling/Template/model.h | 6435596e7c5969e3ae2de8e774683e3ba47024b5 | [] | no_license | RoshanS21/ClippingCulling | e1994f9a00816c037760c9a5e5e935aaf8bfdd81 | 6be5857b9925c3673f9cbbfc1a92d31302af83fe | refs/heads/main | 2023-06-21T21:56:59.200595 | 2021-07-22T14:23:31 | 2021-07-22T14:23:31 | 388,485,426 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 654 | h | // Dalio, Brian A.
// dalioba
// 2020-04-11
#if !defined( __MODEL_H__ )
#define __MODEL_H__
//----------------------------------------------------------
#include "vertex.h"
#include "face.h"
//----------------------------------------------------------
typedef struct _Model {
int m_numVertices;
int m_numF... | [
"rosa00r@gmail.com"
] | rosa00r@gmail.com |
1211ef95e5363fc918033a8c24b18d20840629b8 | 960974dd8d9f18b13984031e6edbc7c38b1dd266 | /Estructura Triangulo.c | 2ecfea6d63c05f33b310087fac46e60aa4fe6e1a | [] | no_license | Danzek7/Fundamentos-de-Programacion-en-C | 7193691bb69558b344baf5ed06dab3ccbe99fa7f | fdd9e3d82493107a4811e91ba1db63237072cdfa | refs/heads/master | 2020-03-29T04:25:15.411204 | 2018-10-11T21:37:00 | 2018-10-11T21:37:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | c | #include <stdio.h>
#include <math.h>
void main(){
typedef struct Puntos{
int xy[3][3];
}Punto;
int i;
int j;
Punto pun[3];
for(i=0;i<2;i++){
for(j=0;j<1;j++){
printf("\nIngrese el punto [x][y] %i,%i: ",i,j);
scanf("%i",&pun[i].xy[i][j]);
}
}
}
| [
"tekxdan@gmail.com"
] | tekxdan@gmail.com |
aee657bd131e25929db1a4629781e9073d70c22e | 8ec5482489a05f29172dae9b95b70b03d386af03 | /sources/plugins/xray_fsl/materials/swirl/veroverrides.h | cdf59ee417e011b8cdaf21a4d71e100d4ec69183 | [] | no_license | abramcumner/xray_re-tools | ed4d364a3d3aeda31cfebeb5df03a3d724f1f531 | 2222ad023c0656cbbdbe7e93d59f7bed29387e5d | refs/heads/master | 2023-05-27T01:30:07.434712 | 2023-05-20T11:56:05 | 2023-05-20T11:57:23 | 65,939,733 | 31 | 17 | null | 2023-05-21T13:07:14 | 2016-08-17T20:30:04 | C++ | UTF-8 | C | false | false | 977 | h | // The to be #defined in a .h file included by a .rc file before maxversion.r
#define MAXVER_INTERNALNAME "swirl\0"//should be overidden on a per-dll level
#define MAXVER_ORIGINALFILENAME "swirl.dlm\0"//should be overidden on a per-dll level
#define MAXVER_FILEDESCRIPTION "Swirl Texture (plugin)\0"//should be... | [
"SND\\abramcumner_cp"
] | SND\abramcumner_cp |
68e28d312b9c2c6814705feac7af9b23178872a2 | 1d18aa5d812a14793858af58adb14feafb77e03f | /RedDot/bluetooth/RDBlueToothDeviceManager.h | 1391e0f337e9f68dd2ab21796675cca9796e8ca4 | [] | no_license | shamMan/RedDot | d60881dfdde02bab74c1ec74a35c324fcc1703a7 | b8eed6d08f15b8dc3b362a6a7570a6aabfd0980f | refs/heads/master | 2021-01-15T21:14:52.265081 | 2014-07-01T15:02:55 | 2014-07-01T15:02:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,253 | h | ////
//// RDBlueToothDeviceManager.h
//// RedDot
////
//// Created by ShawLiao on 14-6-4.
//// Copyright (c) 2014年 ShawLiao. All rights reserved.
////
//
//#import <Foundation/Foundation.h>
//#import <CoreBluetooth/CoreBluetooth.h>
//
//@class RDBlueToothDeviceManager;
//
//typedef NS_ENUM(NSUInteger, BLDeviceManag... | [
"ShawLiao@viatech.com.cn"
] | ShawLiao@viatech.com.cn |
37a679d4c5e9654b0a9802fe8e3cb8f374b82123 | 253b8de714136dc8340a8b5a20ab5738702276f0 | /demo/src/demos/playback.c | 2fdb688a8ac3d95bdcd5fd50c171f32612e750b2 | [
"MIT"
] | permissive | rumin4nt/wsh | 6aba9f6e5c9c9218d81ae2f0dc7dab0ba62d9bac | 54c63f62c103a6a323916a62486594a82f1df623 | refs/heads/master | 2021-06-05T22:03:03.152324 | 2019-08-16T23:13:46 | 2019-08-16T23:13:46 | 126,113,614 | 0 | 0 | null | 2018-03-21T02:47:08 | 2018-03-21T02:47:07 | null | UTF-8 | C | false | false | 5,808 | c | //
// playback.c
// wash-demo
//
// Created by vs on 3/20/18.
// Copyright © 2018 ruminant. All rights reserved.
//
#ifndef playback_c
#define playback_c
#include "../demo.h"
#include "../wsh_demo_common.h"
#define DEMO_NAME "playback"
#define DEMO_NICENAME "Playback"
static int current_frame;
WObject* timesl... | [
"andrew@vaporstack.org"
] | andrew@vaporstack.org |
97f7e53a536301a52e6b51e0acc6c303a8a8fccf | 877be8b3b6c0caad2c485c59afb7833e13426444 | /ft_putstr_fd.c | 6b9a5679459e74a243ada508c39d1aaf7db3b541 | [] | no_license | ibkov/libft-2 | d52d76b8f6d443972d1f7235dc6956476dfdd1d0 | 7fc61df1253f77572d979a57078ada037b7ffa3b | refs/heads/master | 2023-01-18T22:53:45.425983 | 2020-11-28T11:43:44 | 2020-11-28T11:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,025 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr_fd.c :+: :+: :+: ... | [
"geniya59@gmail.com"
] | geniya59@gmail.com |
3334f70c5ebdbad64b6f2a466e0618728f2f51d2 | 5b1eb0a2c0d1118e3258a7e209b0e0d4202a93da | /AN4657-STM32Cube_IAP_using_UART/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_crc.h | 446d79456d8290772860237da1f31aaed2aace9f | [] | no_license | tun81hc/SFBL | f91ab6a45c541c3c4a67fde6a142726858e7e148 | 1e4ade1025effe42b3236ef4d0f6ed19f1cc0c1e | refs/heads/master | 2020-05-31T06:37:28.889866 | 2019-06-04T07:16:01 | 2019-06-04T07:16:01 | 190,140,915 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,198 | h | /**
******************************************************************************
* @file stm32l4xx_hal_crc.h
* @author MCD Application Team
* @version $VERSION$
* @date $DATE$
* @brief Header file of CRC HAL module.
******************************************************************************
... | [
"Tung.TrinhHuu@vn.bosch.com"
] | Tung.TrinhHuu@vn.bosch.com |
277f1dd679f0ca98fc308e2a442859444099af35 | f9109a07bc6ec0a6c6849a187676ec43d31e44de | /source/hdk2/hdk2/libhdkcli/unittest/unittest_util.c | f547a2e75f38beff3feb4512a57325719a9a9518 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | rdkcmf/rdkb-Utopia | 1f65d785e5c5f9aaad92185d619482621ee5eac9 | 5765878d1990b050af80ea109ae556fc7b0c27ae | refs/heads/rdk-next | 2023-01-27T11:07:08.540498 | 2022-09-27T11:58:42 | 2023-01-25T09:49:12 | 57,202,219 | 6 | 8 | NOASSERTION | 2023-01-25T17:15:47 | 2016-04-27T09:42:30 | C | UTF-8 | C | false | false | 2,434 | c | /*
* If not stated otherwise in this file or this component's Licenses.txt file the
* following copyright and licenses apply:
*
* Copyright 2015 RDK Management
*
* 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 ... | [
"stephen.barrett@accenture.com"
] | stephen.barrett@accenture.com |
a4f122c7a7b2bdb7ed05b52c55387686247b0f73 | 6a19212262e9fa9d549a6f1570adbc076f8769f9 | /c/stage7/4/main.c | a8bfef7a2a0e0c4bab3566fa86e7430b45875aca | [] | no_license | gardenlee96/Algorithms_study | 933e2399f262630671afd3decdbf08ceefa3a6ee | 9b5e5c5fc30c589371976309112ce077b4e328be | refs/heads/master | 2023-08-19T01:04:14.613867 | 2021-09-27T01:58:19 | 2021-09-27T01:58:19 | 382,322,193 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 485 | c | #include <stdio.h>
#include <string.h>
int main() {
int n1;
int n2;
char string[21];
scanf("%d", &n1);
for (int i = 0; i < n1; ++i) {
scanf("%d",&n2);
fflush(stdin);
scanf("%s",string);
for (int j = 0; j < strlen(string); ++j) {
for (int ... | [
"gardenlee960828@gmail.com"
] | gardenlee960828@gmail.com |
81a93f777bf27458f17455d2e7464af24a0c0756 | 9791a7a24160c3acacb1d0bb1b5b4453361b2151 | /WinDDK/7600.16385.1/src/print/monitors/localmon/precomp.h | 2c03dec7be1b06851907483c6decd2b364fe9ff6 | [] | no_license | kcrazy/winekit | fedc7bfa3fa702423f93447a8a19e2a4d358241e | 7948f5f42a60225d9f94930be539f0a1d6202dbc | refs/heads/master | 2021-01-10T08:18:48.598427 | 2017-02-17T05:34:15 | 2017-02-17T05:34:15 | 50,400,541 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | h |
/*++
Copyright (c) 1990-1998 Microsoft Corporation
All rights reserved
Module Name:
precomp.h
--*/
#include <windows.h>
#include <winspool.h>
#include <winsplp.h>
#include <winsock2.h>
#include <wchar.h>
#include <stddef.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
... | [
"thekcrazy@gmail.com"
] | thekcrazy@gmail.com |
9f266c822144c456b89df7644d7443481e8104b2 | 856c26302567ff1d766aa537d2e65365938690a6 | /rtl_rabb/Ray_AABB_11_6/isim/ray_aabb_11_6_tb_isim_beh.exe.sim/work/m_00000000003940391515_4195404533.c | fa6250399844cc2dbdedcad5247436984775f2e8 | [] | no_license | constantinides/RAABB | 62debbe2eafa4281ea33d3a35d05fda3a88b5e30 | d6e84230e7afc1189548a18d470e77e6a566c010 | refs/heads/master | 2018-11-24T07:38:15.988020 | 2018-09-04T15:34:54 | 2018-09-04T15:34:54 | 100,966,988 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,463 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"george_cha@hotmail.com"
] | george_cha@hotmail.com |
8ee64f07fa43f57b2618fac3bc341308b11f34b2 | 3862f7b63ceb9b15bb1a3756148f05c0ea30659b | /Codici meno recenti/Helloworld.c | 6f4f14e896c01d46049db513326b615c0dbf712b | [] | no_license | liuzzom/first-c-steps | 7b56d608306cd82c04dc1743dbf3f449beb5709d | 3aa2362c94e0baa48ef8d91a50bfa7f46eeb6288 | refs/heads/master | 2020-03-14T02:06:35.301352 | 2018-07-18T17:55:53 | 2018-07-18T17:55:53 | 131,392,386 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | c | #include <stdio.h>
#include <stdlib.h>
int
main(){
printf("Hello Wolrd!\n");
return 0;
}
| [
"noreply@github.com"
] | liuzzom.noreply@github.com |
3aee4d6cc106e7313d8bab1417533c368ac90c03 | 067db63d7e4fed00e5450e950ba269c508a7178a | /diary.h | 5d33696240f951a07963646fd9ca73d37db2a662 | [] | no_license | weri0527/homework | 0558cc7ece836c599ca4ce017b0c3334dd18094a | 4b44587af6df8bc21596cc9fc8783cda83183d0d | refs/heads/master | 2020-03-17T06:11:07.987289 | 2018-05-14T11:05:56 | 2018-05-14T11:05:56 | 133,341,664 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 75 | h | #include<stdio.h>
int main()
{
memo();
calendar();
return 0;
}
| [
"weri0527@naver.com"
] | weri0527@naver.com |
721a3b653e65fd414f4807041dea84ea568d9095 | de098b5049f0afafbf4b4b0d72eb60e43a858ddb | /sound/adpcmc.c | 30ee0d0638fc3eac28d28307dad3392e02f06b43 | [] | no_license | eagle0wl/np2pi | 63ecbc82fd8760c92df076f9ed1aa6c1b1287d44 | 2e995768b55e97acfaac32d45fbb8351645cba62 | refs/heads/master | 2021-01-19T12:12:47.114267 | 2017-05-20T18:34:19 | 2017-05-20T18:34:19 | 69,046,730 | 7 | 3 | null | 2016-09-23T17:32:40 | 2016-09-23T17:32:39 | null | UTF-8 | C | false | false | 2,313 | c | #include "compiler.h"
#include "sound.h"
#include "opngen.h"
#include "adpcm.h"
ADPCMCFG adpcmcfg;
void adpcm_initialize(UINT rate) {
adpcmcfg.rate = rate;
}
void adpcm_setvol(UINT vol) {
adpcmcfg.vol = vol;
}
void adpcm_reset(ADPCM ad) {
ZeroMemory(ad, sizeof(_ADPCM));
ad->mask = 0; // (UINT8)~0x1c;
... | [
"nonakap@gmail.com"
] | nonakap@gmail.com |
d95809ceedd572b6c5b452c10be505c6c77fccc5 | 424bfa9f6420b46d855fb62d0aeaacb2c3d2c974 | /exploits/linux/local/20721.c | 0d069adb9ba3bc78e0d4a9cf4bf99cdb77cc1d83 | [] | no_license | orf53975/metasploit-modules | 0873736106e4cb5e8f9e91e1c5caee72fb9ca59d | d2f3b89cce06b24cfa810c8fb44f7cf2b6ba1391 | refs/heads/master | 2021-08-23T23:44:22.017942 | 2017-12-07T03:27:10 | 2017-12-07T03:27:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,503 | c | /*
source: http://www.securityfocus.com/bid/2529/info
The Linux kernel is the core of all distributions of the Linux Operating System. It was originally written by Linus Torvalds, and is maintained by a community of developers.
A problem in the Linux Kernel could make it possible for a local user to gain elevated p... | [
"smartech56@gmail.com"
] | smartech56@gmail.com |
cab3e8a4ea180f7aa2cd40136763054308372a39 | 6f224b734744e38062a100c42d737b433292fb47 | /clang/test/Preprocessor/Inputs/print-header-json/header0.h | 935ba1c0aa1f5205abfe3245cbb96ef8a446b0f7 | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | smeenai/llvm-project | 1af036024dcc175c29c9bd2901358ad9b0e6610e | 764287f1ad69469cc264bb094e8fcdcfdd0fcdfb | refs/heads/main | 2023-09-01T04:26:38.516584 | 2023-08-29T21:11:41 | 2023-08-31T22:16:12 | 216,062,316 | 0 | 0 | Apache-2.0 | 2019-10-18T16:12:03 | 2019-10-18T16:12:03 | null | UTF-8 | C | false | false | 63 | h | #include "system3.h"
#include "header1.h"
#include "header2.h"
| [
"ahatanaka@apple.com"
] | ahatanaka@apple.com |
d5d1d04b28a7e11f159e85dd8d7f94b597b03ef3 | beadd52ff824673f753fc0dd7a526aa2a3d4ecc1 | /kern/net/tcpip/h/arp.h | a82662821f9b983ee93f645f83a4a8da05c6e82c | [] | no_license | zhouganglin/ucore_networking | 71c273789a8a822a4ae4e3f9717add1b32cc2a79 | 11ab2a0d41c904eb3c60195dcdeb80f0ecb40824 | refs/heads/master | 2020-07-08T22:56:47.470836 | 2018-05-22T16:13:38 | 2018-05-22T16:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,519 | h | #ifndef __KERN_NET_TCPIP_H_ARP_H__
#define __KERN_NET_TCPIP_H_ARP_H__
/* Internet Address Resolution Protocol (see RFCs 826, 920) */
#define AR_HARDWARE 1 /* Ethernet hardware type code */
/* Definitions of codes used in operation field of ARP packet */
#define AR_REQUEST 1 /* ARP req... | [
"xieqiuwei@126.com"
] | xieqiuwei@126.com |
e1979ac3a74857a528afc476cc0d9ae24a250923 | 598737b786a20889dc6acd468478baf4972535b3 | /src/sys/dev/mii/igphyreg.h | cbcbddf7874ebdd67047858b224b299fe7a78d4d | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,232 | h | /* $NetBSD: igphyreg.h,v 1.3 2005/02/27 00:27:31 perry Exp $ */
/*******************************************************************************
Copyright (c) 2001-2003, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provi... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
bc2884c75a4af7e1e1b50a870b85ba3e3ca78d37 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/386d1b04-373f-4761-8e7f-c8d042656f4c.c | c2c7c3ca993b699dcf0d0a1b5e1a6526fe73c501 | [] | 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 | 253 | c | #include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i/j;
l = l-j;
l = l%j;
k = l-j*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
5ca6eed76e60a6f45cfea359d98388260a50ab07 | fc5d336dfa3a8e43566ec19ec582944b0e67fc33 | /src/alloc2.h | cb338560e9900de98e7f8a043c8adcfe550971cf | [
"BSD-2-Clause"
] | permissive | nkkchem/Boltzmann | 5d819a294729e07ef284bed7a89db00538775f11 | 446cf2847e00179477c3293f86a548854f5d572c | refs/heads/master | 2020-05-30T02:05:28.413845 | 2018-08-16T16:55:45 | 2018-08-16T16:55:45 | 189,491,484 | 1 | 0 | NOASSERTION | 2019-05-30T22:38:35 | 2019-05-30T22:38:34 | null | UTF-8 | C | false | false | 1,048 | h | /* alloc2.h
*******************************************************************************
boltzmann
Pacific Northwest National Laboratory, Richland, WA 99352.
Copyright (c) 2010 Battelle Memorial Institute.
Publications based on work performed using the software should include
the following citation as a referenc... | [
"douglas.baxter@pnnl.gov"
] | douglas.baxter@pnnl.gov |
0d4dfff771ecec29b1e2dbb2b9588907f1f16ec9 | e24a981d22dc9f08eaead51792f5933d359f003d | /contrib/sdk/sources/Mesa/mesa-9.2.5/src/mesa/main/es1_conversion.c | 60a60e287d96278a0f2302fe38c4995980a143b7 | [] | no_license | Harmon758/kolibrios | d6001876fefb006ea65e5fe3810b26606e33284e | 0d615a7c442e8974f58b7260b094c1212c618bcf | refs/heads/master | 2023-08-20T11:47:59.999028 | 2023-08-20T10:40:03 | 2023-08-20T10:40:03 | 66,638,292 | 32 | 4 | null | null | null | null | UTF-8 | C | false | false | 23,837 | c | #include <stdbool.h>
#include "api_loopback.h"
#include "api_exec.h"
#include "blend.h"
#include "clear.h"
#include "clip.h"
#include "context.h"
#include "depth.h"
#include "fog.h"
#include "imports.h"
#include "light.h"
#include "lines.h"
#include "matrix.h"
#include "multisample.h"
#include "pixelstore.h"
#include ... | [
"Serge@a494cfbc-eb01-0410-851d-a64ba20cac60"
] | Serge@a494cfbc-eb01-0410-851d-a64ba20cac60 |
d07fce3538da5491c5067ecc4e66b3f3f76f4059 | c30898223301a4b86813f5b166d94e5d16c327a3 | /test/src/test_common.c | c6bad5992c53b20060ecc141b64e085539ee65aa | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | ChumpusRex/libflame | 303d16ac9294496f5fb4047b2229960842031c2d | ec457fb2a9dfb4082a48ceec53b9fbfb44577c04 | refs/heads/master | 2023-03-23T18:54:10.172163 | 2020-11-28T18:50:02 | 2020-11-28T19:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,719 | c | /*
Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved.
Sep 24, 2020
*/
#include "FLAME.h"
#include "test_libflame.h"
#include "test_common.h"
/* Initialize matrix with random values */
void rand_matrix_s( float * A, int M, int N, int LDA )
{
int i, j;
for( i = 0; i < N; i++ )
{
... | [
"Vasanthakumar.Rajagopal@amd.com"
] | Vasanthakumar.Rajagopal@amd.com |
dd8fdd9e8f8abf187aa9045869b15af9fd77985e | 226b82ee851e643a0d1235ac5991c19a8f4cb15a | /Proteus单片机仿真实例大全/Proteus单片机仿真实例大全/直流电机的速度环PI控制-速度电流检测部分/速度电流检测部分/haa.c | 9fc4fa1d5d7ad731ce664d42b556e7a98eddd52f | [] | no_license | liuweier123/BrailleTab | 0b7ee831a2ec3055dd480d5cae8a63374891e2f1 | 8c8d4e6c84f9606a2164e52514fc4772d6539dcf | refs/heads/master | 2020-03-21T08:48:12.373336 | 2016-09-26T17:01:40 | 2016-09-26T17:01:40 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,143 | c | #include <absacc.h>
#include <reg51.h>
#define IN0 XBYTE[0x7ff8]
unsigned char disbit[]={0xfe,0xfd,0xfb,0xf7};
unsigned char code discode[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
unsigned int disbuf[4]={0,0,0,0};
unsigned int ad=100;
unsigned char q=0;
unsigned char *Adr;
unsigned char count,miaoshu;... | [
"icaiyu0618@gmail.com"
] | icaiyu0618@gmail.com |
ee95a025f1b67cd16075ac17e485ca40bc9f5790 | 89b55c5cffbf46c12e5dc63835bb734087aa024d | /srcs/file_manager.c | 2df60d9255199cb36337c033d3175390fdf3cc41 | [] | no_license | UemuS/minishell | f7ba26a495a31ceb2d3238138ec9fa9a459c5f9c | cb7bb1b80fd7b365d3af800807e8bee20964d648 | refs/heads/main | 2023-06-03T08:58:28.057427 | 2021-06-22T10:00:33 | 2021-06-22T10:00:33 | 356,431,503 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,716 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* file_manager.c :+: :+: :+: ... | [
"yihssan@s1r3p2.1337.ma"
] | yihssan@s1r3p2.1337.ma |
8ec8e71a06fb6e5f14beb3a3ecaba595885f6c74 | bdc4b9b9fdbe59745f96014d79e4dfbf8fab146d | /tests/typechecking/checked_scope_interfaces.c | 9179438ba6033597b8c840dcc70687bbaadf1612 | [
"MIT"
] | permissive | Walvka/checkedc | ca466ef4b4961596148cd8d9c3f27e3a52d22637 | 526661dd5d35e05acb13ec4d00255d79395cdffc | refs/heads/master | 2020-03-07T08:19:54.965028 | 2018-03-22T17:26:21 | 2018-03-22T17:26:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,106 | c | // Feature tests of uses of bounds-safe interfaces with checked scopes.
//
// The following lines are for the LLVM test harness:
//
// RUN: %clang_cc1 -Wno-unused-value -Wno-pointer-bool-conversion -verify -verify-ignore-unexpected=note %s
//
// General outline:
// - Test the different kinds of declarations that can h... | [
"noreply@github.com"
] | Walvka.noreply@github.com |
19e87cb3c431779d50f3566b0c50bd5685f11dc7 | b8ffb3d1ad3c7bd2579d5dc1e74cb8b58b357007 | /reosd/th12/stage06.c | d65e87cceca2a3eb3ba556808d237285c54309a6 | [] | no_license | ManDude/touhou-crap | cfcab44552c749781142ea1d7fb2b7e7423ac136 | f8980655dcd09ef9791babe035c5682d8645d1b9 | refs/heads/master | 2020-04-17T13:27:21.594584 | 2019-10-28T07:12:05 | 2019-10-28T07:12:05 | 166,616,626 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,429 | c | anim { "enemy.anm"; "stgenm06.anm"; }
ecli { "default.ecl"; "stage06boss.ecl"; "stage06mbs.ecl"; }
#include "th12_globalvar.txt"
#include "default.h"
global CIR_ITEM_L = 3;
global CIR_ITEM_H = 9;
global CIR_ITEM_TOTAL = 12;
sub BCir01()
{
itemClear();
itemEx(2, CIR_ITEM_TOTAL);
Cir01(92, 50, 1);
dele... | [
"mandude@users.noreply.github.com"
] | mandude@users.noreply.github.com |
e03b1fe46c0705c968604d846ffa1894da5d0d14 | 9bb01fa882e713aa59345051fec07f4e3d3478b0 | /cysparse/sparse/ll_mat_views/ll_mat_view_INT64_t_INT64_t.c | eaee4c97e88721e1da0af49e79314f0c6812bbc5 | [] | no_license | syarra/cysparse | f1169c496b54d61761fdecbde716328fd0fb131b | 7654f7267ab139d0564d3aa3b21c75b364bcfe72 | refs/heads/master | 2020-05-25T16:15:38.160443 | 2017-03-14T21:17:39 | 2017-03-14T21:17:39 | 84,944,993 | 0 | 0 | null | 2017-03-14T12:11:48 | 2017-03-14T12:11:48 | null | UTF-8 | C | false | true | 513,092 | c | /* Generated by Cython 0.22 */
#define PY_SSIZE_T_CLEAN
#ifndef CYTHON_USE_PYLONG_INTERNALS
#ifdef PYLONG_BITS_IN_DIGIT
#define CYTHON_USE_PYLONG_INTERNALS 0
#else
#include "pyconfig.h"
#ifdef PYLONG_BITS_IN_DIGIT
#define CYTHON_USE_PYLONG_INTERNALS 1
#else
#define CYTHON_USE_PYLONG_INTERNALS 0
#endif
#endif
#endif
#i... | [
"sylvain.arreckx@gmail.com"
] | sylvain.arreckx@gmail.com |
072304bc37caea0a4f85ad9e7563de10c69b82bd | 61e2938b026d4887286100f8419ae1c8239fa745 | /libft/src/ft_strncat.c | 6c50109a7e607fc38bf660a7f9c787b8974b4f0d | [] | no_license | rzukale/42-doom_nukem | cd1b489ded74254c8697ea821426c668a9be4235 | ae13682b35753ba90d45a35d024b347ca9a85a1e | refs/heads/main | 2023-08-26T05:21:25.181179 | 2021-10-11T09:56:09 | 2021-10-11T09:56:09 | 415,291,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,163 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"joonas.hj.nivala@gmail.com"
] | joonas.hj.nivala@gmail.com |
8f4f8078b12b2004faafd00bb0f06ccab40741ea | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.12030.c | 5da5819e9979dc144e54668101f18d7a14a7da09 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
d9602431bb80dcd1ac1bfe73726f45cd8f563097 | f051d9a41613334e4ba6a5747028fef3a11ac70d | /src/hsp3dish/gameplay/encoder/lib/freetype-2.7.1/src/psaux/psauxerr.h | 9739157fc4248f3a62607c6263c85702abb6b265 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"FTL",
"BSD-3-Clause"
] | permissive | onitama/OpenHSP | d93b50b230234c4792a5199539403ab91f91740a | ba6b92a40c4bc6716208ad4961f11bbd1c7fbd04 | refs/heads/master | 2023-09-04T09:55:03.935733 | 2023-08-21T06:52:49 | 2023-08-21T06:52:49 | 107,995,606 | 159 | 26 | BSD-3-Clause | 2022-06-18T02:42:50 | 2017-10-23T14:42:26 | C | UTF-8 | C | false | false | 1,965 | h | /***************************************************************************/
/* */
/* psauxerr.h */
/* */
/* PS... | [
"onitama@onionsoft.net"
] | onitama@onionsoft.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.