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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
656c407b418c54e8fcc8aed85a956e21fa266443 | 802322694297dbec793b873633cd5822a3a244c8 | /libft/srcs/sort_int_tab.c | ef6e0fd8b77744e3bed742684a2cf1b521a5601e | [] | no_license | shfranc/ft_ls | e9084c579b0e6a9d960cf566e32fd5b4236a4cac | fc75736a893b0edb83ca4943f4a6f4f57e46e807 | refs/heads/master | 2021-01-20T11:23:50.667952 | 2017-06-02T08:32:25 | 2017-06-02T08:32:25 | 78,737,138 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,174 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* sort_int_tab.c :+: :+: :+: ... | [
"sfranc@e2r5p18.42.fr"
] | sfranc@e2r5p18.42.fr |
ce4e341cf55ad2f3df4b975c7c60a3c78e2913a4 | 959a125d54c614e5b14d37703ae305f3e325a77b | /kaneton/library/alloc.c | 1526fdb921766ae1ce51f5b077f4758bb8b861f8 | [] | no_license | kaneton/snapshot | 38f4a89eadd1208a8215ad8ca8e4339f049e8122 | 8a863a0be5b4ecf0e37ecdaf48bc841d5e135bb0 | refs/heads/master | 2016-09-03T06:59:50.626489 | 2015-02-06T17:15:15 | 2015-02-06T17:15:15 | 30,422,820 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,300 | c | /*
* licence kaneton licence
*
* project kaneton
*
* file /home/buckman/kaneton/libs/klibrary/libdata/alloc.c
*
* created cedric aubouy [sun sep 25 19:57:33 2005]
* updated matthieu bucchianeri [wed dec 6 00:31:11 2006]
*/
/*
* ---------- information --------------------... | [
"guerr@julio.in"
] | guerr@julio.in |
9917b4604e6897ccab6f98fd70bc0155287ef578 | 67c66908dcf2f0a6dd72f2961e2580a6373720e6 | /Ruleta/TiposDeApuesta.h | 4424952ecfc318de8593621a2d6f8fe05df51476 | [] | no_license | XtreMeIGravity/ESCOM-EstructuraDeDatos | c859d028c10d0e7806978d7732c85affe96386a6 | 776c4c1726a1de7d56e9ae4cff19b167140dbf53 | refs/heads/master | 2022-10-08T08:58:38.320980 | 2020-06-13T03:06:56 | 2020-06-13T03:06:56 | 271,930,389 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,955 | h |
int diferenteZero(int d){return d!=0;}
int esPar(int d){
if (d%2==0){
return 1;
}
return 0;
}
int esImpar(int d){ return (!esPar(d)&&diferenteZero(d));}
int esRojo(int i){
if (i==1||i==3||i==5||i==7||i==9||i==12||i==14||i==16||i==18||i==19||i==21||i==23||i==25||i==27||i==30||i==32||i==34||i==36){
return 1;
}
... | [
"xtremeigraviti@hotmail.com"
] | xtremeigraviti@hotmail.com |
88d1211571aa326f20bee9ace099959ecf08c820 | 9df4c4c8be1a57a9f55cf9447aa566a6a139b1fc | /p2/shell/xsh.c | 76b0f255e4d8181b36ed62396b522caf3fd449d9 | [] | no_license | kitaice/CS537 | 5f68d8f10df95529ea2e6a91cb483feff660ea85 | 3e2dfcbb5236f08a846687976a6485788cfa1213 | refs/heads/master | 2021-04-24T23:30:25.372307 | 2017-12-29T02:19:51 | 2017-12-29T02:19:51 | 115,674,554 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,479 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <fcntl.h>
int numArgs = 0;
char **path;
int numPath = 1;
char error_message[30] = "An error has occurred\n";
int run_cd(char **args) {
if (numArgs == 1) {
... | [
"noreply@github.com"
] | kitaice.noreply@github.com |
a632e34624a4a06e83f565206ae517ba8ba86da8 | a037e1cc32976d4d2cd772d9b866b5c75e9cea9f | /Temp/StagingArea/Data/il2cppOutput/t2151.h | 622c609d6c6fcab3d52d39b64f777d065c198500 | [] | no_license | Sojex/BumbleBrigadeWithClickToKill | 4e11642e5e4d23d6456ac9add86570e15e28145f | fb7c30ae13a6e10bc388315bc2dc2b6e3cf1c581 | refs/heads/master | 2021-01-10T15:45:59.727221 | 2016-03-28T17:15:18 | 2016-03-28T17:15:18 | 54,907,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 261 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
struct t517;
#include "t112.h"
#include "t2148.h"
struct t2151
{
t517 * f0;
int32_t f1;
int32_t f2;
t2148 f3;
};
| [
"student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu"
] | student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu |
89cc22e256e8a5115e62604a95f577f5bee26bde | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/Telegram-master/TMessagesProj/jni/opus/silk/decode_core.c.bak.c | e993e63aa89a6258b87723848234773a553a6810 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,052 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/***********************************************************************
Copyright (c) 2006-2011, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following con... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
d4d280e9a9c0ca78316276627ca346cbe80cc5ab | d1e1578c7e0be6872f92b34d1157f86d59bc6a17 | /DSstudy/BinarySearchTree2.c | 3388eb2147162fe82196614d33fa7d93284fd877 | [] | no_license | hustle-dev/DSstudy | 9d34bf6e69a112aafc5996ce524660c48967bb82 | 43f52d20b1dd21c5a80e66a87f7a5bda3549866e | refs/heads/master | 2022-11-30T07:01:44.800205 | 2020-08-16T06:09:25 | 2020-08-16T06:09:25 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 4,419 | c | #include <stdio.h>
#include <stdlib.h>
#include "BinarySearchTree2.h"
// 이진 탐색의 트리의 생성 및 초기화
void BSTMakeAndInit(BTreeNode** pRoot)
{
*pRoot = NULL;
}
// 노드에 저장된 데이터 반환
BSTData BSTGetNodeData(BTreeNode* bst)
{
return GetData(bst);
}
// 이진 탐색 트리를 대상을 데이터 저장(노드의 생성과정 포함)
void BSTInsert(BTreeNode** pRoot, BSTData dat... | [
"53992007+Quant-Kor@users.noreply.github.com"
] | 53992007+Quant-Kor@users.noreply.github.com |
206fe8112a2e3dd498fe1629bd32b250e1b2db98 | 630b526d44a7179f4fb6453f0f85ad3236d56c22 | /container/examples/filesystem/io/block_write.c | 2b4f41e84e264d3c5c317564284c3d36faa8f73c | [] | no_license | zhubiaook/cloud-native | d701cfa4116998bde5c5208b67f684aa2abbe842 | e7c0af688f8abe225c76731438719e4d9042ff07 | refs/heads/main | 2023-04-07T12:50:38.026909 | 2021-04-09T13:52:54 | 2021-04-09T13:52:54 | 355,431,069 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 828 | c | #include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#define BUFSIZE 1024 * 1024
static char mybuf[BUFSIZE];
void block_read(int fd) {
read(fd, mybuf, BUFSIZE);
}
void block_write(int src_fd, int dst_fd, int count) {
block_read(src_fd);
int i = 0;
for(; i < count; i++) {... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
186eaf535780957bcc99bc09a862e14fa796f01e | 5690cdee0e2d61743cee7fabe770a87bc5e8e1bb | /Archive/9_SERVO/1/main.c | a0280590817fb134733648db6a9644f930c7c243 | [] | no_license | nmpluta/PPSW | 82fc36b6764f2146c00138d37ade2c2ecfcee3c3 | b62a336417935034dd6fb26b4ced8a48c15a0069 | refs/heads/master | 2023-03-21T21:05:53.226863 | 2021-03-17T09:04:09 | 2021-03-17T09:04:09 | 348,543,823 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,471 | c | // 9.1
#include <LPC21xx.H>
#include "led.h"
#include "keyboard.h"
#include "timer_interrupts.h"
#define DETECTOR_bm (1<<10)
#define BUTTON3_bm (1<<7)
enum DetectorState {ACTIVE, INACTIVE};
enum LedState{STOP, LED_LEFT, LED_RIGHT, CALLIB};
enum LedState eLedState = CALLIB;
void DetectorInit(void)
{
IO0DIR=IO0DIR&(~... | [
"pluta.natalia.m@gmail.com"
] | pluta.natalia.m@gmail.com |
b44e994e77a3da406a0ae0483958ad3c071662b4 | 2e222de5e03b948e5692f0011b6e38aa6067551b | /include/include_net/IPCNATInterface.h | 0bae51f49659732ca4118c3c3e6de509c8f3a04e | [] | no_license | cnping/Framework_V3 | 2df169e82aad2a898f4128f186ff88cc48249a4a | 558bbd2175a46cb83c1a65af7146e8f5918f4bac | refs/heads/master | 2021-01-12T20:48:36.792426 | 2015-11-13T01:22:52 | 2015-11-13T01:22:52 | 48,948,388 | 3 | 3 | null | 2016-01-03T14:23:08 | 2016-01-03T14:23:07 | null | GB18030 | C | false | false | 16,245 | h | #ifndef __NAT__INTERFACE__
#define __NAT__INTERFACE__
#ifdef __cplusplus
extern "C"{
#endif
#include <common/MediaListItem.h>
#include <common/WifiApListItem.h>
typedef struct
{
char devName[24];
void * session;
void * audio_session;
void * recorder_session;
}NATMainThreadArgV;
//获取用户名的函数指针;
//返回值:0,成功; 非0 失败... | [
"978935078@qq.com"
] | 978935078@qq.com |
cb4f3858df271dc07e1202c1fd1eb8ba944b8699 | c3c83398618aabc8a7a8a4c8b96c09832383fa1e | /src/cpu/cop400/cop420ds.c | d145663d1a9f251da34c7d7044c4783a8f7b46ab | [] | no_license | tomlogic/pinmame2 | 27ffaa8f8ba4a3dd20ae3d3f6a4508c311560866 | d7dd1ce865a607617fbd84d098780da4eccaa0f6 | refs/heads/master | 2021-05-29T22:06:50.006311 | 2015-01-12T11:02:47 | 2015-01-12T11:02:47 | 20,775,729 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,245 | c | /**************************************************************************
* National Semiconductor COP420 Emulator *
* *
* Copyright (C) 2006 MAME Team *
***************... | [
"volkenborn@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf"
] | volkenborn@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf |
f918dae9ddb0122ff15fd4b0fc95479f65e44c11 | 7169f251067c54b4572f1dfafad839260a592244 | /day014/day01/07常量定义和使用.c | b271f854332faa00ef72c4a04b3acbc234e248c7 | [] | no_license | mengjiaoliwang/window-file-C | fc2393dc1431c242bdeeb971ef65b62485fc102f | edb693c213259fc85d374877df1e0d344ba07a54 | refs/heads/master | 2021-08-08T16:26:30.849148 | 2017-11-10T17:46:35 | 2017-11-10T17:46:35 | 110,272,951 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 324 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<math.h>
#define A 10
//const int b = 10;
int main07()
{
//常量 不安全可以通过指针间接修改常量的值
const int a = 10;
//int b = A*A;
int *p = &a;
*p = 100;
printf("%d\n", a);
return EXIT_SUCCESS;
} | [
"mengjiao_liwang@yeah.net"
] | mengjiao_liwang@yeah.net |
38a63e84ec97a8b9a4b53ffef713d4ae0ab8a827 | 0785d857992b815619d72e8932ec23fb989b7b6b | /parser/ft_resolution.c | 6260086b3d502d81f4353d7e1e177f69d1e415dd | [] | no_license | medymik/cube3 | b2251ca1859896500129c884975c4c9360090474 | d5733e5d5d19d5a6691b7922f5227dde17e8026a | refs/heads/master | 2021-02-12T20:48:30.032574 | 2020-03-03T12:26:26 | 2020-03-03T12:26:26 | 244,629,602 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,418 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_resolution.c :+: :+: :+: ... | [
"mymik@e2r2p14.1337.ma"
] | mymik@e2r2p14.1337.ma |
8d86c773eca85ca7ea11d400cce0d3700be28cb0 | 4027a564194dbf8188ca85cb348214f2f0a25370 | /Code/RFID/inc/drv_rc522.h | ed83a685dcb77d209619f2dbdb86d040b4dc8ca2 | [] | no_license | zhaqin/RFID-IDCard-ICCard-RC522-NRF51802 | cde0a24dbbb18a5963dc504684bb32ad1e3b5e51 | b373c95f57d2c0bbf3b5436c953cfaeac006cf3e | refs/heads/master | 2020-09-29T09:41:06.113928 | 2019-12-11T07:38:13 | 2019-12-11T07:38:13 | 227,012,012 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,113 | h | /**@file drv_rc522.h
* @brief RC522驱动程序
* @details
* @author wanghuan any question please send mail to 371463817@qq.com
* @date 2019-11-04
* @version V1.0
* @copyright Copyright (c) 2019-2022 烽火通信
**********************************************************************************
* @par 修改日志:
*... | [
"990649132@qq.com"
] | 990649132@qq.com |
e484dc0d5133f4e126bacc98403da287f72068da | d6477718e57ed2bceae47472e84aa25060458c57 | /linux-0.01/lib/keygen.c | 011a7b5a372c53dfa192a90cfc2624740224a01d | [] | no_license | lukaisailovic/os-projekat | e5ce9c880aeb771d0abfae5e781fff4a5068df89 | f32bec19e3176397d99ddc1deebaef6ed02e1459 | refs/heads/master | 2023-02-07T08:55:18.848627 | 2019-06-12T20:48:34 | 2019-06-12T20:48:34 | 188,491,804 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | c | #define __LIBRARY__
#include <unistd.h>
_syscall2(int,keygen,int,length,const char*,buffer)
| [
"lukaisailovic@gmail.com"
] | lukaisailovic@gmail.com |
52c91fcf6e99cd54cfe708203987f6a2b36839de | 21b628b07e6115e854582a699f2ea48d85a3d662 | /employdatabase.c | a6cea2b3657424778392ef3ebb33a8499291dbfe | [] | no_license | codebroker19/C | 3e50d8b041542962a1bfd645053ef534f301fb52 | cc8d0415d8682cde7cb7732fe0d7222ef477219b | refs/heads/main | 2023-05-03T05:10:57.655544 | 2021-05-10T14:09:29 | 2021-05-10T14:09:29 | 361,091,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 750 | c | #include<stdio.h>
#include<string.h>
struct details
{
char name[60];
int hiredate;
float salary;
};
int main()
{ int i,j,n;
struct details s[100];
printf("Enter the number of employs");
scanf("%d",&n);
printf("Enter the name of the employe\n");
printf("Enter the salary of the... | [
"noreply@github.com"
] | codebroker19.noreply@github.com |
3cb933046a7201c310ed5236806e7d5f5b71754f | fa76c39c4f727ec2c34028f0ed32fcb53f80e84a | /benchmarks/gsl/build-klee/gsl/gsl_permutation.h | f70cc0d110b519bca989629318f8c7df024aa342 | [
"BSD-3-Clause"
] | permissive | yqtianust/FPGen | 62a10c0026061e03a627f7fa475dbb9aa628807f | 5e0102e587eab4c22d5ef4d0cee03d80a5875a72 | refs/heads/master | 2022-04-06T12:00:23.312879 | 2020-01-28T01:28:46 | 2020-01-28T01:28:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35 | h | ../../permutation/gsl_permutation.h | [
"higuo@ucdavis.edu"
] | higuo@ucdavis.edu |
eafd6d6c49ea0cf75ac99e2bcfc2889906bbf08c | 55f7153b323b8bb8f43b8e62cc59688ed7c202fc | /src/CommandExecutionControler.h | 4ce470f98dba96fff8fce14e4745b5dcce04a8e2 | [] | no_license | Zylog101/Interactive-Command-Interpreter-MINIX-OS | 3ed11f4a8337977f24d193779ddc3c7dc9e1d213 | c74956ae217901633a6eed5a527b0ae023cee693 | refs/heads/master | 2020-07-25T07:23:23.227223 | 2019-09-13T07:57:38 | 2019-09-13T07:57:38 | 208,213,165 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 41 | h | void execute_Command(char *inputCommand); | [
"noreply@github.com"
] | Zylog101.noreply@github.com |
50f211213b3f5ebfcb0fa5000173c2902a272ecb | 42cf83c85d2fc6519e0dd2da11e478cf0a7598e6 | /src/BUILTIN.C | 106d09a0df83d3a99c7ed1778c88b20b8228c30d | [
"Unlicense"
] | permissive | dtonhofer/micro-scheme_interpreter | 6d1cf2d14e31555b00a05934bbd601c62f61da95 | 06351765b4be77cc3c3337209b948b86d0e09d15 | refs/heads/master | 2020-05-20T11:49:26.163967 | 2019-05-08T08:14:44 | 2019-05-08T08:14:44 | 185,558,044 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,552 | c | /* ===========================================================================
Built-in procedures
-------------------
Here are "low-level" procedures that can (or have to) be implemented
=========================================================================== */
#include <stdio.h>
#include <stdli... | [
"ronerycoder@gluino.name"
] | ronerycoder@gluino.name |
953c958598b852a7a4bbe90775c665ea3e7c709a | 9d7aea884466c4a1ef14c8865850a791905214a0 | /Project/Vertex.h | 8629af512814f40a83a37da6d9a4f353a186054b | [] | no_license | fullop2/Direct3DStudy | 8995a259bf3d0712828adbd7a07db9cbe3817423 | 0db9004f9be534017d3eddf6920896ac4e02750a | refs/heads/master | 2021-01-11T08:48:45.652995 | 2019-05-28T05:01:41 | 2019-05-28T05:01:41 | 76,770,718 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,668 | h | #pragma once
#include <d3dx9.h>
// particle
struct Particle
{
D3DXVECTOR3 _position;
D3DCOLOR _color;
static const DWORD FVF;
};
// attr
struct Attribute
{
D3DXVECTOR3 _position;
D3DXVECTOR3 _velocity;
D3DXVECTOR3 _acceleration;
float _lifeTime;
float _age;
D3DXCOLOR _color;
D3DXCOLOR _colorFade;
bool _i... | [
"parkth32@gmail.com"
] | parkth32@gmail.com |
02cd095f7c4befe88cef8365ce5543ce4808db70 | 710a20bfd79aea2f46d877a10cb63ba1b8d6b2a2 | /borrow/mxv/SliderP.h | 96c2aaf395d373837945d208db96dd96668b73c4 | [] | no_license | GUI-CUI/miriad | a337db416bf0504c87596cfdc7ac206623b5d044 | 5dc303f3535248668f45b3945bf698ba0345dc4b | refs/heads/master | 2023-06-19T10:41:21.389458 | 2021-07-14T12:51:32 | 2021-07-14T12:51:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,345 | h | /* $XConsortium: SliderP.h,v 1.6 91/03/13 20:12:07 rws Exp $ */
/* Slider is a subclass of scroll. */
/* Copyright Massachusetts Institute of Technology 1987, 1988
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided t... | [
"teuben@astro.umd.edu"
] | teuben@astro.umd.edu |
d83b3b80aadb7231efa1c3063cb114256e32823d | 1db0fdce2cca8fdb81f2ca4cfe3975458c88c9b4 | /GRAY.C | 47e7abdb98ce1c1b31fcf0ee63df958320f35a70 | [] | no_license | OS2World/MM-VIDEO-MPEGPLAY | f91697cc6bb6587955096131fa053926a08decc0 | 554ae065d2b1a0a4eb4fc6ec1d67d45e49b6cace | refs/heads/master | 2016-08-12T15:46:11.153892 | 2016-01-04T22:57:35 | 2016-01-04T22:57:35 | 49,028,232 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,205 | c | /*
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written agreement is
* hereby granted, provided that the above copyright notice and the f... | [
"martin@os2world.com"
] | martin@os2world.com |
dcfa858d623cde77e18525eae0b5e81e5b8be471 | d8e50207d9c072c321fb961765679482d75a61b3 | /GD32F10x/GD32F10x_Demo_Suites_V2.1.0/GD32103E_EVAL_Demo_Suites/Projects/02_GPIO_KeyBoard_Polling_mode/main.c | dc1c3db037326d34bb3446858d9c07a92e711aaa | [
"BSD-3-Clause"
] | permissive | zhou-peter/gigadevice-firmware-and-docs | f22e6301051b788b2b547cb32da3f2f8f80ce9dc | c2f545f960f05371aa1945de5b5a72a45612fb7c | refs/heads/main | 2023-07-17T19:15:46.501716 | 2021-09-04T17:57:12 | 2021-09-04T17:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,600 | c | /*!
\file main.c
\brief GPIO keyboard polling demo
\version 2014-12-26, V1.0.0, demo for GD32F10x
\version 2017-06-30, V2.0.0, demo for GD32F10x
\version 2018-07-31, V2.1.0, demo for GD32F10x
*/
/*
Copyright (c) 2018, GigaDevice Semiconductor Inc.
All rights reserved.
... | [
"jesse@keyboard.io"
] | jesse@keyboard.io |
8cb2dd452d174305bdf0741a687fe6b4eff75b88 | 8e8effc1ad5af955d6823fbb3fda0a22afb3d21a | /contrib/tzconv.c | fa518669948b42fe28b7001bb051165ee4edda23 | [
"BSD-3-Clause"
] | permissive | jrelo/dateutils | 04054dee95b994fc02bbd62cf5ca93aea752b2de | 71245d4f172ba1253fc297d1a2e57b9bc32b729c | refs/heads/master | 2021-01-19T21:32:13.579775 | 2017-04-03T12:15:37 | 2017-04-03T12:15:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,346 | c | /*** tzconv.c -- convert matlab dates between timezones
*
* Copyright (C) 2013-2016 Sebastian Freundt
*
* Author: Sebastian Freundt <freundt@ga-group.nl>
*
* This file is part of dateutils.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f... | [
"freundt@ga-group.nl"
] | freundt@ga-group.nl |
39f70dcdde6debed478f9fb536e4a1b999fffc0a | 340e7eaf5b359f21c191203392df16dc8ad97144 | /uCOSII2.91+UCGUI3.90A/User/config.h | b602b37c102d669b405fb1f98377229ffb1e8835 | [] | no_license | FeiGuozhang/Code-example | 2510902cb964551b34fe5042f4a16af6d094645f | 86b13cc632bfac7e96f923a28885741c7cb07349 | refs/heads/master | 2021-08-24T15:03:57.493738 | 2017-12-10T05:22:21 | 2017-12-10T05:22:21 | 113,724,816 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,754 | h | #ifndef _CONFIG_H
#define _CONFIG_H
#include <stdio.h>
#include "stm32f2xx.h"
/**
* @brief Definition for TouchPanel
*/
/* Configure TouchPanel pins: TP_CS-> PC4 and TP_IRQ-> PC5 */
#define Open_TP_CS_PIN GPIO_Pin_4
#define Open_TP_CS_PORT GPIOC
#define Open_TP_CS_CLK RCC_AHB1Periph_GPIOC
#define O... | [
"1015031575@qq.com"
] | 1015031575@qq.com |
36bb9ebfdc86d747aaab3dfdcf6ff135317baf1a | cf23ff104b199e56fc12fbcffe4888a37ed67404 | /backlight.h | 9d645672f1de85c4e062cbcff6591c6753b069c0 | [] | no_license | LastZactionHero/0spec_avr | fb409817883cde130f368e37ceece1766626c397 | 6b4856fffea2c8d3facf89a785a461095498414b | refs/heads/master | 2020-06-11T04:07:24.251736 | 2016-12-10T23:28:16 | 2016-12-10T23:28:16 | 76,007,697 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | #ifndef BACKLIGHT
#define BACKLIGHT true
void backlight_on();
#endif | [
"="
] | = |
d3ca1ce8f58836f3b8bc25bc2b8cb4b59e8aed6f | eb37d348399ad2650972eb2da9016d4d4bd0874c | /elvis/src/options.c | a343e86414febb96b3e67c82cad1346e5f612f56 | [
"DOC",
"LicenseRef-scancode-warranty-disclaimer",
"ClArtistic"
] | permissive | tenox7/ntutils | a3493da1ed839ec5b986b1e6aedf580ef1be3fb2 | 27f4e62b4e72c2321d6cacaf88de6aeabd24b7d5 | refs/heads/master | 2023-05-24T23:46:50.576696 | 2023-05-16T09:50:42 | 2023-05-16T09:50:42 | 121,488,352 | 85 | 10 | null | null | null | null | UTF-8 | C | false | false | 45,002 | c | /* options.c */
/* Copyright 1995 by Steve Kirkendall */
/* This file contains functions which manipulate options.
*
* If compiled with -DTRY, it will include a main() function which can be
* used to test these functions.
*/
#include "elvis.h"
#ifdef FEATURE_RCSID
char id_options[] = "$Id: options.c,v 2.77 2003/... | [
"tenox@google.com"
] | tenox@google.com |
b4f1ef5b0989d38ea2332eb81128bbb7465eff82 | cc6f3c5719e9a0bbb52a724f43de81f5e58c82b6 | /dist/ipf/lib/ipft_ef.c | 936227c85746b83d8ae205ccea17457651634f86 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | noud/mouse-bsd-5.2 | e2b08156b7a8482909d4c3cd6067e8c48bc22004 | 82d6a9798f4d4121bd5c202e1a17caead426c4aa | refs/heads/master | 2023-02-25T02:02:41.193435 | 2021-01-19T20:42:32 | 2021-01-19T20:42:32 | 334,537,488 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,863 | c | /* $NetBSD: ipft_ef.c,v 1.3 2007/04/14 20:34:27 martin Exp $ */
/*
* Copyright (C) 2000-2006 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* Id: ipft_ef.c,v 1.14.2.2 2006/06/16 17:21:02 darrenr Exp
*/
/*
icmp type
lnth proto so... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
c2e0134c85a476d643f073e6b49bee20e814f050 | b25b0901ff4b281534cc84419fb521a9ecd9975b | /Acronet/HAL/board_version/V02R05_impl.h | e75c08dcf7c05f75ad13acceb8ce80c252fc546d | [] | no_license | senamhi-bolivia/acronet | f7f837610526b5d2d45d32e300e83e671a7dec2e | 6cb04d48ca9606f648a79c7766b3875f00518331 | refs/heads/master | 2020-05-20T14:51:30.009404 | 2019-03-21T08:48:40 | 2019-03-21T08:48:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 491 | h | #pragma message "Including HAL implementation V02R05"
#include "Acronet/globals.h"
#include "Acronet/HAL/modules/V02R05/hal_board_impl.h"
#include "Acronet/HAL/modules/V02R05/hal_psw_impl.h"
#include "Acronet/HAL/modules/V02R05/hal_rtc_impl.h"
#include "Acronet/HAL/modules/V02R05/hal_status_led_impl.h"
#include ... | [
"fabio@acrotec.it"
] | fabio@acrotec.it |
b338eaf4fd0b749ded9cdb50b238f1df9910c56e | 0fbe629b01de2a5d9728b336e2de4b2c29c543bb | /framework/AnimationState.c | 7e1e3068b8c49d5b319eca7e2955140c56249a78 | [] | no_license | FyhSky/Live2D-Coco2dx-Integeration | ce7d28da6f90c073f279b6778f0183ac2345f1e1 | 546060251377534157af39f17f1457b78ccf90b8 | refs/heads/master | 2021-04-03T09:42:35.980590 | 2018-03-06T10:03:47 | 2018-03-06T10:03:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,845 | c | /*
* Copyright(c) Live2D Inc. All rights reserved.
*
* Use of this source code is governed by the Live2D Open Software license
* that can be found at http://live2d.com/eula/live2d-open-software-license-agreement_en.html.
*/
#include "live2d/include/Live2DCubismFramework.h"
// -------- //
// REQUIRES //
// ----... | [
"sasadongman@163.com"
] | sasadongman@163.com |
1f204b389348d4a61f2d6775723b4b92c7345d2d | e07e34da876bb861130265f35ba06ff3e85f9068 | /Temp/StagingArea/Data/il2cppOutput/AssemblyU2DCSharp_UnityStandardAssets_CrossPlatfor2691167515MethodDeclarations.h | dd01a135c7cc29006570fff191acba78cd4991f6 | [] | no_license | Ronnel21/Assignment-3---Simple-3D-Game | 19977b7abcb22ebe1e2687a6a7f2b881f9e10461 | 60d325e3463500a6af57c63f466e91abf5d3ad21 | refs/heads/master | 2020-04-06T06:18:52.569789 | 2016-11-24T05:14:39 | 2016-11-24T05:14:39 | 73,774,881 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,071 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualAxis
struct VirtualAxis_t2691167515;
// System.String... | [
"noreply@github.com"
] | Ronnel21.noreply@github.com |
70ae09b30b481cd410995d4ca139515126135976 | 4d1f5d9c6c68adab46c35e33e4ff3262c931f3a5 | /Final Project/robotsV3/main.c | 64ba2a2d60328de5a25ba95f36cd17a24a861844 | [] | no_license | ipascoe/CSC412 | dc2f19371386c3c2af66b5190193d3ecfbd87838 | 7ad0ccf748bd64c3a123e0cd24ad89a55f5fac59 | refs/heads/master | 2020-04-26T05:59:22.751344 | 2019-03-01T18:54:40 | 2019-03-01T18:54:40 | 173,350,739 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 29,736 | c | //================================================================================================
// Title: main.c
// Authors: Jean-Yves Herve, Mike Martel & Ian Pascoe
// For Final Project due 12-20-2018
//
// VERSION 3
//
// This program simulates a series of robots, boxes and doors, where the robots are to push
/... | [
"noreply@github.com"
] | ipascoe.noreply@github.com |
8762e96a334c806f5c75fad18cab5172e136848c | e74e2e8047035761c8b67d77a2ece7c40ffd0540 | /krb5/src/lib/gssapi/generic/maptest.c | 566d88c316f15e7bb386fa5fa8cf25a8951585ce | [
"MIT",
"MIT-CMU",
"LicenseRef-scancode-michigan-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-rsa-md4",
"GPL-2.0-or-later",
"LicenseRef-scancode-nrl-permission",
"ISC",
"LicenseRef-scancode-brian-gladman-3-clause",
"OLDAP-2.8",
"LicenseRef-scancode-mit-old-style",
"FSFULLRWD",
"FreeBSD-D... | permissive | fanatid/rust-krb5-src | eedf338dbbc92d83cf405f9289827b53ee3d5281 | 1efe2f06e16e42437f1840a2303756f93f1f21ee | refs/heads/master | 2023-02-03T13:24:34.651462 | 2020-06-14T00:27:14 | 2020-06-14T00:32:04 | 276,374,660 | 0 | 0 | Apache-2.0 | 2020-07-01T12:41:46 | 2020-07-01T12:41:45 | null | UTF-8 | C | false | false | 1,369 | c | /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
typedef struct { int a, b; } elt;
static int eltcp(elt *dest, elt src)
{
*dest = src;
return 0;
}
static int eltcmp(elt left, elt right)
{
if (left.a < right.a)
return -1;
... | [
"nikhil.benesch@gmail.com"
] | nikhil.benesch@gmail.com |
1e127c32df7a7f40a843722fffad688964dca7ed | 572024902ee45d7246bceff508f1035f8c464693 | /third_party/skia/src/core/SkPM4fPriv.h | ff4e644f05c1c994d8db6c88595e94bf1cfe6d10 | [
"MIT",
"BSD-3-Clause"
] | permissive | mediabuff/Prelude | 539a275a52d65e1bf84dc218772ea24fff384391 | 601507c6dc8cf27999ceffc0fef97afba2bd764d | refs/heads/master | 2020-03-12T16:31:18.951711 | 2018-03-27T13:36:22 | 2018-04-05T19:31:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,767 | h | /*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkPM4fPriv_DEFINED
#define SkPM4fPriv_DEFINED
#include "SkColorData.h"
#include "SkColorSpace.h"
#include "SkColorSpace_Base.h"
#include "SkArenaAlloc.h"
#include "Sk... | [
"xzwang2005@gmail.com"
] | xzwang2005@gmail.com |
4868b9edfdcd0ccfcf4293e2b6fe609657e00bb1 | 8dc05bd1a55ecccb505259bc54a020fea42e8db8 | /Onboard-SDK-3.2/sensor-integration/ADSBExample/PingLib/mavlink/common/mavlink_msg_data_stream.h | 684e4d520fda5a94c61b13a9b2270eea892da6b8 | [] | no_license | gauthduchene/mfe | 91c71fc8c3b661afd5c4d318fa21ed4d6fd2dfa3 | 1a22c16f8beef8798b094a5db84505b3eef86758 | refs/heads/master | 2021-01-22T17:58:31.044917 | 2017-06-22T06:20:57 | 2017-06-22T06:20:57 | 85,049,925 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,442 | h | // MESSAGE DATA_STREAM PACKING
#define MAVLINK_MSG_ID_DATA_STREAM 67
MAVPACKED(
typedef struct __mavlink_data_stream_t {
uint16_t message_rate; /*< The message rate*/
uint8_t stream_id; /*< The ID of the requested data stream*/
uint8_t on_off; /*< 1 stream is enabled, 0 stream is stopped.*/
}) mavlink_dat... | [
"gauthierduchene@gmail.com"
] | gauthierduchene@gmail.com |
8a2c1437f94b7eb8410f09ff26da67042aaba148 | 8a5bda83c22721c348f4de39763b5ca78fcc9c82 | /src/ph-map-tile.c | 3f93528da698cdcea68cf84c66be7ba262d3bd5a | [
"MIT"
] | permissive | schutte/plastichunt | 249f198777f2f040e56e63197c0fcfceb7030c20 | 8b708efe4104bc79c113bfdb9d904243eb952911 | refs/heads/master | 2021-01-19T12:39:18.648745 | 2012-02-17T22:53:26 | 2012-02-17T22:53:26 | 3,474,706 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,129 | c | /*
* plastichunt: desktop geocaching browser
*
* Copyright © 2012 Michael Schutte <michi@uiae.at>
*
* This program is free software. You are permitted to use, copy, modify and
* redistribute it according to the terms of the MIT License. See the COPYING
* file for details.
*/
/* Includes {{{1 */
#include "ph... | [
"michi@uiae.at"
] | michi@uiae.at |
b05b23595410ce8cc3d03245508038092fae7382 | ed6cf0f8e7a71d4803fb2f7dfc842469e389d31a | /io_thread.h | ce6c5f01a9a028a8ca566d4048dd0c8c2385e2ad | [] | no_license | gzhang91/network_trying | f3d59a436f255b39b2a33207ae6530bad1992f87 | afed30b09714358d1ae8fdfda4bc58bf59f188da | refs/heads/master | 2023-02-09T12:20:40.223046 | 2021-01-08T10:01:42 | 2021-01-08T10:01:42 | 327,864,669 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 165 | h | #ifndef _IO_THREAD_H_
#define _IO_THREAD_H_
/*
本文件用于处理键盘输入和输出的io,用单独的线程来操作
*/
#endif // _IO_THREAD_H_ | [
"gzhang"
] | gzhang |
44c8560f5abe6c58e20fb14b71f3b09fff35042e | 398e0a98cca64df63ad314b5556f476486069459 | /file_02/main.c | 815cf00751f161cbaa13fd3949b77e266bbfee99 | [
"MIT"
] | permissive | tmildemberger/prog_c | 3a3fc221a11bc0c37851f9dbdaddf6948c5d19ac | 5934e4f1808fa390440efe35193bb0f4cf56ac63 | refs/heads/master | 2020-03-08T11:30:18.669758 | 2018-07-04T16:27:34 | 2018-07-04T16:27:34 | 128,099,708 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 755 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
//quais são as vinte palavras do texto
//isolar as palavras
//contar as aparições de palavras
//ver quais mais aparecem
typedef char palavra[20];
int main()
{
FILE *arq;
arq = fopen("teste.txt", "rt");
if(arq)
{
// char texto[65536];
/... | [
"thimil@alunos.utfpr.edu.br"
] | thimil@alunos.utfpr.edu.br |
11e79fe8f0da2cd63dde4ed2c57d9207f20b633a | 41875f43dc42995355d638343a815be31995417b | /mass/words/erratic-change/dict_info.h | 4aab967306b004515651fe76d87452197709aee5 | [] | no_license | tianweidut/CookBook | 740eb54d9291cfdaf7e3b72d40de21c63ee72d81 | 2785f16e4211bf73b568e98e47b800c035cd1a11 | refs/heads/master | 2023-08-16T17:19:13.689184 | 2023-08-11T11:16:19 | 2023-08-11T11:16:19 | 6,543,829 | 7 | 5 | null | null | null | null | GB18030 | C | false | false | 621 | h | #ifndef _DICT_INFO_H
#define _DICT_INFO_H
#define DICT_DEBUG 0 //调试开关
#define BUFSIZE 5000 //行缓冲区
#define IFO_EXT ".ifo" //ifo文件后缀
typedef struct
{
char ver[100]; //版本信息
int wordcnt; //单词数量
int idxFileSize; //索引文件大小
char bookname[100]; //词典名称
char sameTypeSequence[10]; //
... | [
"liutianweidlut@qq.com"
] | liutianweidlut@qq.com |
3cf5cab3ddab42084d87b9fe354431b33c545a88 | 6ceef9a4016d24db331428dfdb40d323d9dbbc61 | /MDK_Projec_VoiceRecogni/inc_vc/x8.h | 3d47a6e88a46267afa13af62f2d922fe008b3b72 | [] | no_license | SunnyLucky88/training_mcu_SpeechRecognition | 114e30c0b28c19606b8f107173baf0ea9e651361 | ca81ddfe7be1463ba7005d93c5d700caec6ea22b | refs/heads/master | 2023-03-17T05:34:26.086561 | 2017-09-20T15:26:11 | 2017-09-20T15:26:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 85,275 | h | #ifndef __X8_H__
#define __X8_H__
signed short int vcxn[12000]={
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0... | [
"microhy@opencores.org"
] | microhy@opencores.org |
781dddb13eb337b6a01c22dc1eaea76e24801238 | 2471b3d330e6b83dc7a08eae703a98d72afbaf96 | /src/libs/2009_0521_RT3572_Linux_STA_V2.1.2.0/common/rt_rf.c | dc4186931da6091dea90f894333057c0af31c193 | [] | no_license | korkakak/mywdtvlive | f1487d4e0bf14e36e12452cd34b0857a170e77a8 | a5b81de8e689e89da1c71d237432d4cebad762a2 | refs/heads/master | 2021-01-23T07:35:24.852227 | 2011-05-24T17:04:11 | 2011-05-24T17:04:11 | 1,794,505 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,636 | c | /*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c) Copyright 2002-2004, Ralink Technology, Inc.
*
* All rights reserved. Ralink's source code is an unpublished work a... | [
"korkakak@ceid.upatras.gr"
] | korkakak@ceid.upatras.gr |
8049d3cc44d7558daa8a1497bcba7f45dc2aebe8 | a3b4e8bbb74fadd51f72f04c22d81dfb6d8d069a | /src/sys/fs/udf/udf_subr.c | 09126c59bb1c583bcf4d3b85a18842db066a6003 | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | garasubo/frankenlibc | 4d7885b1ac8862df1f276c54c8ab50aad6180f40 | 5a4dd44656c20247544818edb95bdf2b798805e1 | refs/heads/master | 2020-12-28T17:14:23.575075 | 2015-07-14T22:51:11 | 2015-07-14T22:51:11 | 35,659,783 | 0 | 0 | null | 2015-05-15T07:18:43 | 2015-05-15T07:18:43 | null | UTF-8 | C | false | false | 181,612 | c | /* $NetBSD: udf_subr.c,v 1.130 2015/04/20 13:44:16 riastradh Exp $ */
/*
* Copyright (c) 2006, 2008 Reinoud Zandijk
* 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 ... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
03c23386f6315f1b09bafbfe31592ab9d325cae8 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/media/dvb-frontends/extr_drxk_hard.c_drxk_read_snr.c | 4215d1bca66215696d71bce4ef763c28f95cd7e2 | [] | 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,172 | 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 |
56c0f3b538f7d26f68774368dcfe4aa8b5115ecf | ded514138f6fd82d2576fd22dfc88567094963ab | /CMSC212 - Low Level Programming/project6/public05.c | 35db566861f8712925e0e5356c7c087001b3db0c | [] | no_license | Foshie/Classes | b6c470cb64a68dcf077ffe3e41600934c03297e0 | 9999b6681e98dcdfb3c3e048014db6e41e5b7f92 | refs/heads/master | 2016-08-08T03:13:38.508405 | 2014-05-10T16:59:56 | 2014-05-10T16:59:56 | 19,647,129 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,595 | c | /*
* CMSC 212, Spring 2010, Project #6
* Public test 05 (public05.c)
*
* Creates a Hash_map with several elements, checks put() by calling it with
* existing keys and checks if it replaces the values associated with them
* rather than creating new key/value pairs. Keys and values are
* dynamically allocated.
*... | [
"josh.fann@gmail.com"
] | josh.fann@gmail.com |
626ad6fac5541c6d115349d60493ea411839d680 | fbdc48c28e54fb33ae4842ef95ff63893902c99a | /src/hal/cmsis/include/st/stm32f4xx.h | 09527fbd19aff4b75dd79895d9f11e5dfe696153 | [
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | openmv/openmv | 44d4b79fc8693950a2e330e5e0fd95b5c36e230f | 8a90e070a88b7fc14c87a00351b9c4a213278419 | refs/heads/master | 2023-08-30T20:59:57.227603 | 2023-08-23T16:50:55 | 2023-08-23T16:50:55 | 14,360,940 | 2,150 | 1,226 | MIT | 2023-09-14T07:18:15 | 2013-11-13T10:23:44 | C | UTF-8 | C | false | false | 10,478 | h | /**
******************************************************************************
* @file stm32f4xx.h
* @author MCD Application Team
* @version V2.6.1
* @date 14-February-2017
* @brief CMSIS STM32F4xx Device Peripheral Access Layer Header File.
*
* The file is the unique include file ... | [
"i.abdalkader@gmail.com"
] | i.abdalkader@gmail.com |
8efc682d78ea83cf8b8d0e03d5801d90d41bcf87 | b883902e6bd37d9f838cc78f6165d109c95adf11 | /src/protocols/mavlink.h | ab9a5559ffecc714be9fb80a4892269905b6b9d5 | [] | no_license | zhuzheng3583/leader | b613276c9e14e590b6ebc6bd9eda8cbcde15491a | 32ca7c1bbbceca47924bb34c803d6b1e28cfbc2a | refs/heads/master | 2021-06-06T20:08:36.527661 | 2016-09-16T15:06:33 | 2016-09-16T15:06:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 798 | h | /*******************************Copyright (c)***************************
**
** LeaderUAV
**
**-----------------File Info--------------------------------------------
** File name: mavlink.h
** Latest Version: V1.0.0
** Latest modified Date: 2015/06/20
** M... | [
"zheng.zhu@yuneec.com"
] | zheng.zhu@yuneec.com |
7da4a4e29e52072b88866ea961a4907fb874d7c2 | 7d6d3101e48fe5c5a13dc09b98120829da3666ea | /Code/day10test2-1.c | 19b336c69755fc5e1fd1d1c6aa190aaeb398b311 | [] | no_license | JK-Lix/EulerProject | f46adacabe581b1be0fd1b9041f9aa417b07c7a9 | 7fab325c5b5f959e4450254093c34ed528477e28 | refs/heads/master | 2020-04-23T20:09:33.758066 | 2019-02-22T07:26:50 | 2019-02-22T07:26:50 | 171,430,074 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,722 | c | /*************************************************************************
> File Name: day10test2-1.c
> Author:
> Mail:
> Created Time: 2019年01月04日 星期五 18时32分29秒
************************************************************************/
#include<stdio.h>
#include<math.h>
#define max 28123
int prime[max + 5] = ... | [
"776579471@qq.com"
] | 776579471@qq.com |
9f029a9b3a12c43c3ec6554ac55570c2e30c9c5c | fd6fbb865a0fecf82f647bef0413b17cf37948b4 | /examples/MSP430FR57xx/cs/cs_ex2_DCO24MHz.c | bdf733c839c02e3becc18f6ff6c095c387effe46 | [] | no_license | ekawahyu/MSP430Ware | 260c52b289d4be0e3db76ac912bb7d00178ebad6 | 38d0683120930bea8e724e831896fba2118171bf | refs/heads/master | 2016-09-06T02:20:45.391331 | 2014-07-27T02:23:47 | 2014-07-27T02:23:47 | 22,288,364 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,933 | c | /* --COPYRIGHT--,BSD
* Copyright (c) 2014, Texas Instruments Incorporated
* 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 ab... | [
"ekawahyu@aisenke.com"
] | ekawahyu@aisenke.com |
a0125fc9969340bc4a95514a4caf7bd9cf1e6f9b | e66892213ac7b0208190bf1ede640ff1801bd78c | /03/beker2.c | 4a1e3392962696532bcda572da09241b2c2d30ce | [] | no_license | xjozsi/prog1 | 0ca9240b0a0a8830f266e41b14fe614f8494a86a | 5c334712802c5e6054b0938a1ba177ad9667d4c4 | refs/heads/master | 2021-02-01T23:12:27.143696 | 2020-02-27T17:07:01 | 2020-02-27T17:07:01 | 243,524,766 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | c | #include <stdio.h>
int get_int()
{
int n;
scanf("%d",&n);
return n;
}
int main()
{
printf("Adj meg egy egesz szamot: ");
int n=get_int();
printf("n: %d\n",n);
return 0;
} | [
"veresjozsef99@gmail.com"
] | veresjozsef99@gmail.com |
c5b011c6034dac8d8aa5c2d59b7ad3d0c060cfa8 | 1fd33efcea837bb2ffcd32fcdceee78e246e1414 | /mediatek/custom/a101/lk/partition.c | 2b1438118e4cbd52e937b2849b5c1bad4aaac489 | [] | no_license | rock12/android_kernel_xbasic | cda1c5a956cf8afdc6b9440cefd84644e4bfd7b5 | 38d09253ba7ef2e7e4ba2ee7f448a04457159ddb | refs/heads/master | 2021-01-17T08:38:46.441103 | 2016-07-01T19:36:39 | 2016-07-01T19:36:39 | 62,417,176 | 2 | 0 | null | 2016-07-01T20:07:19 | 2016-07-01T20:07:19 | null | UTF-8 | C | false | false | 4,247 | c | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... | [
"yugers@gmail.com"
] | yugers@gmail.com |
1417230ebc5a4e4c173c196444f75f2740cd6f45 | 7e2030aece26320d5d0073be965a3e380150ca40 | /STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dac.c | d2e0a2be6a35ec40cbb6038f0421e6fe4a268c66 | [] | no_license | remi205/tvc-stm32 | d19584c5e6eb3e8723994fa87bf74d9a74343e10 | 904b91a4be1ee7b0e7349d3d08f3e1b9914fbd69 | refs/heads/master | 2021-01-13T06:19:14.241969 | 2016-06-18T16:19:03 | 2016-06-18T16:19:03 | 37,083,963 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,896 | c | /**
******************************************************************************
* @file stm32f3xx_hal_dac.c
* @author MCD Application Team
* @version V1.1.0
* @date 12-Sept-2014
* @brief This file provides firmware functions to manage the following
* functionalities of the Dig... | [
"prudhomme.remi@gmail.com"
] | prudhomme.remi@gmail.com |
ff78de683fd6b3c3421690ee9dddb8440c326b83 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/4434331e-1b9a-4321-aa55-0315959212c4.c | 45642fb4e77168d39b6d320785da6264b5223958 | [] | 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 | 522 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
//variables
/* START VULNERABILITY */
int a;
int b[52];
int c[13];
a = 0;
while (b[a] != 0) {
/* START BUFFER SET */
*((int *)c + a) = *((int *)b + a... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3816ba23a8cabc12e03f0a2d028edc934dbce02c | aced0b0b4b73ecb9837500a9b65eb039033e94d3 | /Win10_1507_TS1/x64/System32/ntoskrnl.exe/Standalone/_WMI_LOGGER_CONTEXT.h | 16a1a44c4338c909f0c509ee7c5dbb35babfd00a | [] | no_license | Qazwar/headers | a16193b7343f8497c4dde1f0eb6fee52a0ed91e1 | 049e8a564a1f82a8316f187f8a8bbcdb29be5e01 | refs/heads/master | 2020-04-05T15:36:20.462296 | 2018-11-08T18:53:40 | 2018-11-08T20:37:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,969 | h | typedef struct _SINGLE_LIST_ENTRY
{
/* 0x0000 */ struct _SINGLE_LIST_ENTRY* Next;
} SINGLE_LIST_ENTRY, *PSINGLE_LIST_ENTRY; /* size: 0x0008 */
typedef struct _ETW_BUFFER_QUEUE
{
/* 0x0000 */ struct _SINGLE_LIST_ENTRY* QueueHead;
/* 0x0008 */ struct _SINGLE_LIST_ENTRY* QueueTail;
/* 0x0010 */ struct _SINGLE_LIS... | [
"w.benny@outlook.com"
] | w.benny@outlook.com |
9ea20851dcb24239baa25e92a844025eac81d271 | cfd33821398cede8c2aadd847d59b89d72d7e0a6 | /NotWorkingStuff/Deprecated/Yahoo/src/file_transfer.h | b57a56867d438300c9d35b65f56aad579fd7f9eb | [] | no_license | miranda-ng/deprecated | 1c922e502d7ec35371a454131b9e5fa019e241fd | 137526f743d2e8237845b7faea992989a7e8fbd7 | refs/heads/master | 2023-01-28T20:57:12.499530 | 2023-01-13T23:32:54 | 2023-01-13T23:32:54 | 71,989,840 | 3 | 3 | null | 2017-08-22T18:52:34 | 2016-10-26T09:53:01 | C++ | UTF-8 | C | false | false | 1,792 | h | /*
* $Id: file_transfer.h 11130 2010-01-13 22:49:25Z gena01@gmail.com $
*
* myYahoo Miranda Plugin
*
* Authors: Gennady Feldman (aka Gena01)
* Laurent Marechal (aka Peorth)
*
* This code is under GPL and is based on AIM, MSN and Miranda source code.
* I want to thank Robert Rainwater and George Haza... | [
"watcherhd@gmail.com"
] | watcherhd@gmail.com |
e0590c93c5b9c8ff9f90529229c1fe5d420d95b6 | c28a6f2c8ce8f986b5c22fd602e7349e68af8f9c | /android/hardware/realtek/VideoEngine/VE3/software/source/vp9/vp9_entropymode.h | e38e52453cf32e4954e8eb8d3b52dfe2afb56935 | [] | 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 | 2,243 | h | /*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... | [
"Justin"
] | Justin |
abb36946a9e1b852b91d76bc22627e9ce0d622e3 | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/neovim-analysis/_cppstats/neovim/src/nvim/ex_cmds2.h | d17094306d0ac9d70f6c3c01d89afcf21747d35a | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 379 | h | #include <stdbool.h>
#include "nvim/ex_docmd.h"
typedef void (*DoInRuntimepathCB)(char_u *, void *);
#define CCGD_AW 1
#define CCGD_MULTWIN 2
#define CCGD_FORCEIT 4
#define CCGD_ALLBUF 8
#define CCGD_EXCMD 16
#define DOSO_NONE 0
#define DOSO_VIMRC 1
#if defined(INCLUDE_GENERATED_DECL... | [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
f886d72de872fbb87ed170d0ff4ed278130319f9 | ba26b70eadf113bc5564f7adb91bbc0381ccc4f9 | /src/edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_not_u16.c | d93a124e243acd851237f665897a427c54ee3b77 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MIT"
] | permissive | edgeimpulse/workshop-iotc-arduino-portenta | 0c083e6bbbbe1aba726ff31579e19635df0d6dd4 | 838938c5cbc3bf73d891afe349a8dd1c020f581f | refs/heads/main | 2023-09-03T06:08:58.038337 | 2021-11-18T10:29:17 | 2021-11-18T10:29:17 | 429,015,681 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,232 | c | #include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_not_u16.c
* Description: uint16_t bi... | [
"jenny@edgeimpulse.com"
] | jenny@edgeimpulse.com |
42bae1f1a997eaddd9ee3999e4df24195b9ee32c | 868c96df91734ef5e8dd9d56113a3ce1b05908b5 | /mediatek/custom/banyan_addon_x86/recovery/inc/cust_keys.h | 8282f41c9ca51a8690cf2341dced531bd4e80d81 | [] | no_license | bq/aquaris-E5 | 6bd5b9a1e41398d0fb6f5ff928901ee8e5dc9115 | 9cab53cb4a4aba4e1c697e2f5940c401ed92e7cb | refs/heads/aquaris-E5 | 2021-06-24T20:35:38.281230 | 2015-05-11T08:06:58 | 2015-05-11T08:06:58 | 22,873,241 | 27 | 24 | null | 2017-04-02T04:36:59 | 2014-08-12T10:16:42 | C | UTF-8 | C | false | false | 271 | h | #ifndef RCV_CUST_KEYS_H
#define RCV_CUST_KEYS_H
#include <linux/input.h>
#define RECOVERY_KEY_DOWN KEY_VOLUMEDOWN
#define RECOVERY_KEY_UP KEY_VOLUMEUP
#define RECOVERY_KEY_ENTER KEY_MENU
#define RECOVERY_KEY_MENU KEY_HOME
#endif /* RCV_CUST_KEYS_H */
| [
"pmoncadaisla@gmail.com"
] | pmoncadaisla@gmail.com |
eb59ce6e29e2a10e67df129666c5aae4656087c1 | 651c3b8b1408c34d4b2a8e1133c4a92d91054137 | /producto.c | 10e970e3ac2b7f52901d7ae444d845ae0d9add5a | [] | no_license | DiacuR/Laboratorio-1 | 43dd1d4280cc1d6ad496f561cee06a76abb9b5b2 | dd66af8629806057aea9916199e4a30f8d3c1ee8 | refs/heads/master | 2020-04-30T17:07:33.881972 | 2019-05-30T15:12:20 | 2019-05-30T15:12:20 | 176,969,641 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,975 | c | #include <stdio.h>
#include <stdlib.h>
#include "biblioteca.h"
#include "string.h"
eProducto pedirProducto()
{
eProducto retorno;
printf("Ingrese Cod de Barras:");
fflush(stdin);
gets(retorno.codigoDeBarra);
printf("Ingrese Nombre:");
fflush(stdin);
gets(retorno.nombre);
... | [
"noreply@github.com"
] | DiacuR.noreply@github.com |
5b83092a25d86fe749a9833404c924d2de93d98b | ff48fa62b12c074c24c9ca20c72bf4aa6a5c1e12 | /Lab8/Generated_Code/AdcLdd1.c | e65e69a092dc76fba5ce119387dfe173b1813bac | [] | no_license | PhilipWAtkinson/CC2511 | a902d5ddac0bcbf3339506de97a929d8e4a353a7 | 601566643270530f5478abbb0aa7b965a31c2e6e | refs/heads/master | 2020-07-03T19:28:32.936764 | 2019-10-11T04:18:33 | 2019-10-11T04:18:33 | 202,023,117 | 0 | 0 | null | null | null | null | IBM852 | C | false | false | 28,759 | c | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : AdcLdd1.c
** Project : Lab8
** Processor : MK20DX128VLH5
** Component : ADC_LDD
** Version : Component 01.183, Driver 0... | [
"philip.atkinson@my.jcu.edu.au"
] | philip.atkinson@my.jcu.edu.au |
c12129d241f26a2d315a39404e9d1361af73b3ad | 9747ea195612617bba621fdd702ace7045ddac27 | /CurtisProject/Raspberry/API/sources/xpsapi.h | 1f13828de8aa0fe4b45ab65e6d961a060957b4c8 | [] | no_license | nsellam/curtisteamgit | a819341d4315d9583106b04abff564df3f18e445 | a47d420dbd435b4c049fe9e58ae4012a8558a458 | refs/heads/master | 2020-07-17T11:21:03.815304 | 2017-01-24T07:50:10 | 2017-01-24T07:50:10 | 73,932,018 | 2 | 0 | null | 2016-12-01T00:54:00 | 2016-11-16T15:17:47 | C | UTF-8 | C | false | false | 933 | h | /**
* @file xpsapi.h
* @author Curtis Team
* @brief header of xpsapi.c
*/
#ifndef XPSAPI_H
#define XPSAPI_H
/********************************/
/* LIBRARIES */
/********************************/
#include <stdint.h>
/********************************/
/* DEFINES */
/*******... | [
"clement.valence@gmail.com"
] | clement.valence@gmail.com |
49cb3d9ff55f3cdbf941e0c8d0cab22f6ddfd783 | 6e4aa50e275048cdedef07b79f5d51bd29a7bef1 | /CodeCube/78_TheFinalExam.c | c87877c732438795bab2b93742a83461a0ffed84 | [] | no_license | KorlaMarch/competitive-programming | 4b0790b8aed4286cdd65cf6e4584e61376a2615e | fa8d650938ad5f158c8299199a3d3c370f298a32 | refs/heads/master | 2021-03-27T12:31:10.145264 | 2019-03-03T02:30:51 | 2019-03-03T02:30:51 | 34,978,427 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 380 | c | #include "stdio.h"
int x,i,sum;
int sc[5];
int main(){
scanf("%d",&x);
for(i = 0; i < 5; i++){
scanf("%d",sc+i);
sum += sc[i];
}
for(i = 0; i < 5; i++){
if(sum-sc[i]==x){
sc[i] = 0;
break;
}
}
if(i==5&&sum!=x) printf("-1\n");
else for... | [
"korla.march@gmail.com"
] | korla.march@gmail.com |
1db370e6933f470873f12539e2fbc9ea1d9e34aa | 58e0a3088132d48f77cb5c0cd7f3332d7354e317 | /Code/OVDMX/src/ASF/xmega/drivers/dma/dma.h | 5c8aaba02d5aab7a26496f287ed8da9dfc1782a3 | [
"Apache-2.0"
] | permissive | omegav/ovdmx | ad9a6d7b625bbc7452da6c3b5f88cfb521eeede3 | cd4b643c66c4653b7e2474cb16fc8c711c55712a | refs/heads/master | 2023-08-21T01:04:43.114349 | 2021-10-12T13:01:06 | 2021-10-12T13:01:06 | 415,328,313 | 0 | 0 | Apache-2.0 | 2021-10-10T15:22:33 | 2021-10-09T14:13:51 | C | UTF-8 | C | false | false | 45,474 | h | /**
* \file
*
* \brief AVR XMEGA Direct Memory Access Controller driver definitions
*
* Copyright (c) 2010-2015 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 ... | [
"medlem@insult.ed.ntnu.no"
] | medlem@insult.ed.ntnu.no |
30be0a6acd45d4cec1ff092bc0bca9b28c55c8ee | d7c052102208dcee791e62f6fd06360414af462e | /bonus/import_cub_file_bonus.c | e523ca328a5a4b83d50398af3a62ffa38b26b651 | [] | no_license | y-uchiida/cub3d | c705681543d8e99a96950d84212c1b18f37f141e | 588c40dabdcf9302e788ae7c808f46e2ad651881 | refs/heads/master | 2023-02-08T12:08:12.023240 | 2021-01-03T22:03:15 | 2021-01-03T22:03:15 | 320,903,087 | 0 | 0 | null | 2020-12-19T10:13:17 | 2020-12-12T19:01:23 | C | UTF-8 | C | false | false | 3,595 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* import_cub_file_bonus.c :+: :+: :+: ... | [
"y.uchiida@gmail.com"
] | y.uchiida@gmail.com |
e2dbebddae7ad1284b8e063a06d9e4080fe90412 | eb0fd0b77c60fe1fd69a06a1fadd711bf2f4654c | /0x08-recursion/3-factorial.c | ce715e72c88dbb24f4bdcb30a3674aa3a1698fbf | [] | no_license | AndrewC7/holbertonschool-low_level_programming | ced216ef09510d18f375eace31debd411448dc62 | be35bddc24d84a335a15c33fae0be9526d7e6ef6 | refs/heads/master | 2020-12-29T07:04:13.128200 | 2020-07-04T16:38:19 | 2020-07-04T16:38:19 | 192,776,752 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | c | #include "holberton.h"
/**
* factorial - gets factorial of number
*
* @n: number to evaluate
*
* Return: factorial
*/
int factorial(int n)
{
if (n < 0)
return (-1);
if (n == 0)
return (1);
if (n > 0)
return (n * factorial(n - 1));
return (0);
}
| [
"a.cox@me.com"
] | a.cox@me.com |
6446fff5a634d1ad9b5a6b6eafdf75f354f2cabc | a601ee1789e3891495d74e9e782fc3e323f8ad8c | /src/sequential_batch_sign.c | a74bd23cfae19cd8558eee735d9df17d03eb7fa8 | [
"Unlicense"
] | permissive | 25A0/sts-sphincs | a6dbe2d8d659c510c97cea7d1de06e4b55f6a444 | 79b3f7faf7f95e4d283d1cc3d049c4b281bbd4d2 | refs/heads/master | 2020-12-13T01:45:33.901736 | 2020-01-21T17:11:41 | 2020-01-21T17:11:41 | 234,279,608 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,563 | c | #include "sequential_batch_sign.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "randombytes.h"
#include "zerobytes.h"
#include "params.h"
#include "wots.h"
#include "horst.h"
#include "hash.h"
#include "crypto_hash_blake512.h"
#include "hash_address.h"
#include "tree.h"
#include "entropy.h"
#... | [
"moritz@post-apocalyptic-crypto.org"
] | moritz@post-apocalyptic-crypto.org |
35e61f9e6e10b57648718d592ae85cb031980254 | 805666a84218be543410ff5089588f1572dd20ec | /d/beijing/beihai/dongmen.c | 70c84b14ebd8fcc0bdfcf20a3f2dc52ad86b5821 | [] | no_license | mudchina/xkx2001 | d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5 | 4e8f8a13a72884d5dbe4b589542eb34e29e89d70 | refs/heads/master | 2021-01-10T06:50:29.517433 | 2016-02-20T14:09:12 | 2016-02-20T14:09:12 | 52,156,038 | 24 | 23 | null | null | null | null | GB18030 | C | false | false | 528 | c | //Cracked by Roath
//dlc
inherit ROOM;
void create()
{
set("short", "东门");
set("long", @LONG
这里是北海的东门,木制的门框被漆成了大红色。虽然经过长期的雨打风吹,
颜色却仍旧十分鲜艳。看的出是有人专门维护的。门上没有显著的标志,但门口
站着几个卫士在聊天。
LONG
);
set("cost", 2);
set("exits", ([
"south" : __DIR__"shulin",
"northeast" : __DIR__"huafang",
... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
11e0484f05cc1f337f98ea1ec2771fffc815382b | e083a2d2b8e27e86956dfbba2ad8fbfdbd6155a0 | /WalOS/tools/genkey.c | 6aee22e16eeae924591ff17da058713ca99423b1 | [] | no_license | ppq19960109/reference_code | 214eac24086625c657185894b60e1e30a8eb86db | 2457909250af35220a2769452c129d4e3148b2b9 | refs/heads/master | 2022-11-17T08:05:27.297369 | 2020-07-14T06:22:19 | 2020-07-14T06:22:19 | 279,500,173 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,235 | c | /*
* Copyright (c) 2019, Bashi Tech. All rights reserved.
*/
#include "ecc.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int ecc_make_key(uint8_t p_publicKey[ECC_BYTES+1], uint8_t p_privateKey[ECC_BYTES]);
int write_to_file(const char *file, uint8_t *buf, int len){
FILE *f;
size_t sz;
... | [
"pangpengqiang@163.com"
] | pangpengqiang@163.com |
cacd9770b21d612d3fde0612197cc96ed0a9d956 | ceba3d212076d1a739b4ce84b0b0f77428149fff | /SmcPkg/Module/SmcOOB/SmcLsiRaidOOB/SmcLsiRaidOOBSetupVfr.h | 2ac041da9c486f925d6190de6d542c353f4473aa | [] | no_license | mikeniu/RAIDOOBMODULE | 5489879201d613a26114e832c239c362f527f618 | abf3a08719182c16769d5549db1235e05ec97fc0 | refs/heads/master | 2022-01-08T15:46:35.079861 | 2018-10-05T10:23:22 | 2018-10-05T10:23:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,733 | h | //****************************************************************************
//****************************************************************************
//** (C)Copyright 1993-2018 Supermicro Computer, Inc. **
//****************************************************************************
//**... | [
"linsundaysnow@gmail.com"
] | linsundaysnow@gmail.com |
f71d8436515eef3b47ac0543256989d04673b07e | c79e03092a86c30e3c1f8fde1618ef3002f4d8a1 | /maze/EIFGENs/maze/W_code/C32/ev2011.c | b9564e7d384accad8fee7c62e8f647e0627ab499 | [] | no_license | shesan/Eiffel-Projects | 0da86814a3b12e6b69eba73665ed800670c0dcf1 | 94f3d0b8be89285327f3093f628c7615edcf6cf4 | refs/heads/main | 2023-05-08T04:23:06.412007 | 2021-05-30T18:26:46 | 2021-05-30T18:26:46 | 372,284,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,763 | c | /*
* Code for class EV_ACTIVE_LIST [G#1]
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F2011_14314(EIF_REFERENCE);
extern void F2011_14315(EIF_REFERENCE, EIF_TYPED_VALUE);
extern void F2011_14316(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VALUE);
extern... | [
"shesan_619@hotmail.com"
] | shesan_619@hotmail.com |
a3a5ddfbe8537d6cd73ee9fdb6ad857fe4a4ddde | 22d45be5e485827d0401cae5fd6c65467889a6e8 | /0x01-variables_if_else_while/4-print_alphabt.c | b4ec37912a7fe1310b5e5dab69159d4b66ff7639 | [] | no_license | sumin3/holbertonschool-low_level_programming | 87d2d5068f803d3c0ef07f478e8d2e36206971d9 | 2e3df281d845767dc92f08a5b1614563a05c5b72 | refs/heads/master | 2020-03-21T03:46:06.181715 | 2019-01-24T10:21:44 | 2019-01-24T10:21:44 | 138,073,192 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | c | #include <stdlib.h>
#include <stdio.h>
/**
* main - Print the alphabet in lower case except q & e
* Return: 0
*/
int main(void)
{
char letter = 'a';
while (letter <= 'z')
{
if (letter == 'e' || letter == 'q')
letter++;
putchar(letter);
letter++;
}
putchar('\n');
return (0);
}
| [
"suminyu@yahoo.com"
] | suminyu@yahoo.com |
5f35188078fcc2a31aca94423cfe4686b423ac78 | c1f2c8ad48282b067bfa33933c53632c15317b86 | /The C Programming Language/Chapter 4/ex4-1.c | 06bf7c56efd8dcd0f50eeae7e82a6bd3f8766d59 | [] | no_license | Gnibur/Learning-C | 7b4fd919a78cd9899a687cec23efe77f52749b52 | 5c35186bec50d44d8812b08ff1f096c6d72e68ce | refs/heads/master | 2020-05-17T15:01:58.318398 | 2015-04-09T20:53:27 | 2015-04-09T20:53:27 | 22,804,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 742 | c | /* strrindex(char s[], char t[])
Returns the rightmost index of t in s. If not found it returns -1.
*/
#include <stdio.h>
int strrindex(char s[], char t[])
{
int i, j, pos;
pos = -1;
for (i = 0; s[i] != '\0'; i++){
for (j = 0; s[i+j] == t[j]; j++){
if (s[i+j] == '\0' || t[j] == '\0')
break;
... | [
"rubin.gerritsen@gmail.com"
] | rubin.gerritsen@gmail.com |
eb261e5a79c4f5c95a6e49d1339260cfd1d3d6f0 | 9915e13356723ba99ac24a30148ee78efca3a462 | /ex03/ft_strncat.c | a1aab4bf4de7dcfb508b63313494d22cae21d936 | [] | no_license | rcaubert/c03 | 436330409a4e664bf755f074f9bbdd973b6162a0 | f6a8960062e62f6ef27c1d7a5f65c12719abce5e | refs/heads/master | 2020-12-05T16:30:35.658658 | 2020-01-06T19:50:42 | 2020-01-06T19:50:42 | 232,173,766 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,174 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"raubert@e3r10p8.42.fr"
] | raubert@e3r10p8.42.fr |
62a982561164ee54cacb53d327b62e3bb349863d | 884a026b9d36970b573d1989ba35bc71c16196c3 | /test/test_rebrick_tls.c | b514d8200406db35a339f53709883cb51eb60b3d | [
"MIT"
] | permissive | hamzakilic/rebrick.io | a17d72e278e9bb04ad3f94718eabb57dcae52cc1 | 6df11c3d4b8312bb3b157a71bc062af6f662000f | refs/heads/master | 2021-07-09T22:44:53.126361 | 2019-12-26T11:47:40 | 2019-12-26T11:47:40 | 189,860,688 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,047 | c | #include "./common/rebrick_tls.h"
#include "cmocka.h"
#include <unistd.h>
#include <limits.h>
static int setup(void **state)
{
unused(state);
fprintf(stdout, "**** %s ****\n", __FILE__);
rebrick_tls_init();
int32_t counter=100;
while(counter--){
uv_run(uv_default_loop(), UV_RUN_NOWAIT);
... | [
"roksit@roksit.com"
] | roksit@roksit.com |
c0fcc1ecbe5a45b3275489f3e98afdaa11123537 | 8c7f65e1e9732889c166d9ff4e84a5d3b8c744e2 | /contests/codechef/sept12_cookoff/palin.c | b7088fa72561ca70686456618bb602eecd79f01e | [] | no_license | rushilpaul/competitive-programming | 045604e4b6782b9743426c7504364a932aa85f65 | 20f33b36f80fee490db0ab405048cdc12cd90364 | refs/heads/master | 2021-01-11T21:55:21.277372 | 2020-10-31T06:11:34 | 2020-10-31T06:11:34 | 78,875,026 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 602 | c | #include <stdio.h>
typedef long long LL;
char s[1000001];
LL mod = 10000009LL;
LL calc(LL n)
{
LL ans=1;
while(n--)
{
ans *= 26;
ans %= mod;
}
return ans;
}
int main()
{
int t,a; scanf("%d\n",&t);
while(t--)
{
gets(s); int len = strlen(s);
LL ans = 0;
for(a=0;a<len/2;a++)
{... | [
"rushilpaul@gmail.com"
] | rushilpaul@gmail.com |
8176570e8c53c5f88f772c388424a42b3fce31df | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /srinu/project/mmm/dhash.c | 6bc79198aee748782b5b5b7405c2d81696d0fbf1 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 2,822 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
struct node
{
void *bptr;
int flag;
struct node *next;
};
struct buff_header_t
{
struct node *ptr;
int buff_len;
}buff_header;
struct node *free_pool[3]={NULL};
int mem_req[][2] = {
{100, 5},
{200, 5},
{500, 4},
{0, 0}
};
... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
5a48c1a4205cf300321b079d6df06a6b8e9a9484 | db9ef9e2b215c43a849bd825f02d7615ffcf2d05 | /TMR/reg.h | 9fd74211b4823ff73cffbe35dc046765067a628f | [] | no_license | RihabCHETOUI/VES | 24cdcb17e962d24235f6a1de4dfc2b62dc65a526 | 1508badb69090f79b4a15d475f9f81940e545044 | refs/heads/master | 2020-05-22T00:09:25.210159 | 2017-03-11T14:23:54 | 2017-03-11T14:23:54 | 84,650,875 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 552 | h | #include "systemc.h"
SC_MODULE(shift)
{
//Ports
sc_in <sc_logic> clk;
sc_in < sc_uint<16> > din;
sc_out < sc_uint<16> > dout;
//processus principal
void shifter();
//constructeur
SC_CTOR(shift)
{SC_METHOD(shifter);
sensitive << clk.pos();
}
};
SC_MODULE(shift_def)
{
//Ports
sc_in ... | [
"rihabchetoui@gmail.com"
] | rihabchetoui@gmail.com |
a893c6eaf32b69e2a6e0c4d355a58a76d9004dd9 | 48fd5f42986b2f14930c50f693010483ef51d271 | /cdc1/USB_App/hw_config.c | 0227e13fc89255cecf00e4a7b940c9dba372f519 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | vortex314/projects | 96298706698c145b1650638c377a63b87f1964d2 | 43ef8e091dba1bf4e71097469a1e63780fc0bafc | refs/heads/master | 2016-09-05T12:31:08.220957 | 2015-08-23T17:30:24 | 2015-08-23T17:30:24 | 20,578,565 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,606 | c | /**
******************************************************************************
* @file hw_config.c
* @author MCD Application Team
* @version V4.0.0
* @date 21-January-2013
* @brief Hardware Configuration & Setup
******************************************************************************
... | [
"lieven.merckx@gmail.com"
] | lieven.merckx@gmail.com |
ddb84d79255c46662d6684a953dd0874e381ef7e | 779b5cd1c6d628795985e761951c88bddf9b1020 | /BYBStore/Pods/Headers/Private/JXQRScan/JXQRScan.h | cf9770269c9d6dc384526d8b606b97315a345f72 | [
"Apache-2.0"
] | permissive | HJXIcon/BYBStore | 3da556facef6361bb499a4faac15697d17f4512a | ef1e3d37350e948a88696913140be824899a0288 | refs/heads/master | 2021-10-23T15:10:41.407336 | 2019-03-18T09:32:08 | 2019-03-18T09:32:08 | 104,540,487 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 46 | h | ../../../JXQRScan/JXQRScan/JXQRScan/JXQRScan.h | [
"yituiyun@yituiyundeMBP.lan"
] | yituiyun@yituiyundeMBP.lan |
6ff70b4549c6161d73f67b329086dde9219f7469 | b2f4401ac0253cde00be3b6a3feabe2c20276505 | /hzol90.c | ce6a33876e87b26f62e432ecd3a9f616afc9cb6a | [] | no_license | bianyilin/1.CPractice | a94ae63bc0947a52b704104572eaaf5281b81517 | 7557dab017e7ee93aa384d13acc46a6a7b510cd5 | refs/heads/master | 2020-05-09T15:59:44.607402 | 2019-08-15T01:52:49 | 2019-08-15T01:52:49 | 181,253,498 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 490 | c | /*************************************************************************
> File Name: hzol90.c
> Author: bianyilin
> Mail: 732406982@qq.com
> Created Time: 2019年06月11日 星期二 20时59分24秒
************************************************************************/
#include <stdio.h>
int main() {
int n,b,s,g;
sc... | [
"noreply@github.com"
] | bianyilin.noreply@github.com |
5bd087568ffa7fb320e49d7d62932354464d718e | e11b105bd8d04c1abf0ef0ad59244e3dd27f83c6 | /ft_strdel.c | cb159cb4fd09e5f097d8e4a5bcbb9c41e6ad5c72 | [] | no_license | mihaiblandu/libft | 90ccff98b746106b98c3e88210b1c1edb5d2758a | f326abd4db99f7192679cca0c551152f8a60152c | refs/heads/master | 2020-03-22T20:24:12.045596 | 2018-07-11T15:48:35 | 2018-07-11T15:48:35 | 140,596,786 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 993 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strdel.c :+: :+: :+: ... | [
"mblandu@e1p68.chisinau.42.fr"
] | mblandu@e1p68.chisinau.42.fr |
026666f291aa887006da1c2e420f72d2c97fc2fb | 56769bd9a078a1e6ebea67da23642b20b62c6a1b | /GD32F303_shell/Library/Firmware/GD32F30x_standard_peripheral/Source/gd32f30x_usart.c | 76db41e9397359231b7c45e105b8defbe803ca3b | [] | no_license | zhangqianling-china/303_letter_shell | 568c0a182fa29b15174541f8a124294867a470d3 | 340b0afee1208413cb369b8cb0c9e113f6a4804f | refs/heads/master | 2022-12-08T23:20:05.978989 | 2020-08-19T09:28:24 | 2020-08-19T09:28:24 | 288,646,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,905 | c | /*!
\file gd32f30x_usart.c
\brief USART driver
*/
/*
Copyright (C) 2017 GigaDevice
2017-02-10, V1.0.1, firmware for GD32F30x
*/
#include "gd32f30x_usart.h"
/*!
\brief reset USART/UART
\param[in] usart_periph: USARTx(x=0,1,2)/UARTx(x=3,4)
\param[out] none
\ret... | [
"2809667805@qq.com"
] | 2809667805@qq.com |
7c705e7551e1a9d42f983295d5c46f433c3bf12b | 3c07a07ac685caabc59f76e7f173971b8e4a349f | /Applications/MergeXML/SProfiles.h | de73e610f985d4ec0f2f37d7a89de7789d579b1f | [] | no_license | lcmonteiro/space-shape | 663a0c0b53b78be9f1b04b5d0a379a05b69a5121 | 76ebe02d507a4e477dc1d8c5a8b49c99dc2cab9a | refs/heads/master | 2020-05-19T15:13:04.707482 | 2020-01-08T18:38:38 | 2020-01-08T18:38:38 | 185,079,995 | 0 | 0 | null | 2019-08-25T21:38:37 | 2019-05-05T20:38:36 | C++ | UTF-8 | C | false | false | 1,544 | h | /**
* ------------------------------------------------------------------------------------------------
* File: profiles.h
* Author: Luis Monteiro
*
* Created on Jun 07, 2019, 12:11 PM
* ------------------------------------------------------------------------------------------------
*/
#ifndef PROFILES_H
#defin... | [
"monteiro.lcm@gmail.com"
] | monteiro.lcm@gmail.com |
e41b4b77273a1597c8fa171541c0c8e86e29cc55 | 62baf31c42a39f2f13d6bd6f1222d77a155897e4 | /src/socket.c | 9c5de55a88f14113ec7fafb85fde3566dfd8e2be | [] | no_license | demanLiu/pthreads | cb8e20e408cc6cdd32f4f0df3d47d29d02623189 | 2b2acbd2e248e6a43524e6c9b96008df2c34fc4c | refs/heads/master | 2020-12-29T01:23:39.120708 | 2016-04-30T06:37:27 | 2016-04-30T06:37:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,273 | c | /*
+----------------------------------------------------------------------+
| pthreads |
+----------------------------------------------------------------------+
| Copyright (c) Joe Watkins 2012 - 2015 |
+--------------... | [
"krakjoe@php.net"
] | krakjoe@php.net |
8cc63078b912c3ecc08511396bbd007a6f35f072 | 535066507c70d953d036c27268b6b2ef2a89db92 | /deps/libbson-1.6.0/tests/test-value.c | 4dfccba0dab33eaf87abd5211c67d34bffa60615 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | lhlxc/carrydb | 180bea3042f1c7aee9b61243d5a9f9fcbbc52dfd | da717119812f80764dd25edc44bb680721379e0f | refs/heads/master | 2020-09-03T01:32:42.277028 | 2017-06-29T11:38:59 | 2017-06-30T02:14:46 | 94,390,031 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,686 | c | /*
* Copyright 2014 MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"weizetao@le.com"
] | weizetao@le.com |
d745f71f919c8b39dd157dc9cac43dddc2454221 | 3dcc166aad04d2647f68f319ff62996853dd0590 | /Inc/usb_device.h | 8671f14415d60e55e3e525e857c1c00487b374f1 | [
"MIT"
] | permissive | SICETA-UESTC/STM32F1-VisualGDBTemplate | ab06ade2048e691a12cb9fc049af1751da5914fa | ca1e59c667ddfe1c1e028885313ab465c91ee0e8 | refs/heads/master | 2020-03-30T13:08:13.078225 | 2018-10-12T13:22:20 | 2018-10-12T13:22:20 | 151,258,092 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 221 | h | #pragma once
#include <stm32f1xx.h>
#include <stm32f1xx_hal.h>
#include "usbd_def.h"
/** USB device core handle. */
extern USBD_HandleTypeDef hUsbDeviceFS;
/** USB Device initialization function. */
void USB_Init(void); | [
"goose_bomb@outlook.com"
] | goose_bomb@outlook.com |
e9fdade4c552f187d21c3614ee27c8363f098f8d | b12530bed55222fe52f083f1376d33a5d7844bf3 | /ReadFromTextFile/resource.h | 0b48e23d6fc916508982de10b7d1641a0291cb1d | [] | no_license | NetanelNissim/LearningCPlusPlus | 211badafc41e17fcfa4adb6e8ee83b611e2ecc03 | cf1e89342c9ceded7aa048a89898247dc416f938 | refs/heads/master | 2021-01-23T04:28:44.504993 | 2017-09-18T14:56:43 | 2017-09-18T14:56:43 | 102,445,641 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ReadFromTextFile.rc
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_V... | [
"nati.nissim@outlook.com"
] | nati.nissim@outlook.com |
9efaabaca253960eaf54b3c4bc25891462a79812 | d96787f92bd86c8d8bcf01a4e7ec8f7feec24194 | /kattis/10kindsofpeople/solution.c | 2a3531db491df821023739c3863716a8116ae709 | [] | no_license | iandioch/solutions | 133cbc3af58fadcde0b2e981fb0e7d05801070a7 | 8b3e458b3c01179ddf776bfbb897f263f22f3693 | refs/heads/master | 2023-04-09T03:39:16.952817 | 2023-03-15T20:00:53 | 2023-03-15T20:00:53 | 47,693,495 | 48 | 40 | null | 2019-10-22T14:52:59 | 2015-12-09T13:36:55 | Python | UTF-8 | C | false | false | 1,091 | c | #include <stdio.h>
#define LIM 200000
int g[1001][1001];
int c[1001][1001];
int w, h;
void colour (int x, int y, long int col, int orig) {
// out of bounds
if (x < 0 || y < 0 || x >= w || y >= h) return;
// not right 0 or 1
if (g[x][y] != orig) return;
// already been here
if (c[x][y] == col) return;
c[x][y]... | [
"iandioch11@gmail.com"
] | iandioch11@gmail.com |
a4eb8af3653b3f04f3688a501717f1ae62c342c1 | ba9b98a787ec057d1f5dd01ec2f4f478e70c25de | /asm_dir/srcs/ft_compute_instruction_size.c | d83172dd33a2df5e0d2008e6b92926b85f5191c8 | [] | no_license | Kdezaphi/corewar | 3983d25dedaabbe47b8b3ab229f72b13eaa1721c | fbab2e5aab2943e45ff32d01010d6eed6dcd3a9d | refs/heads/master | 2021-01-20T22:19:43.050318 | 2016-06-09T13:37:09 | 2016-06-09T13:37:09 | 60,777,403 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,169 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_compute_instruction_size.c :+: :+: :+: ... | [
"kdezaphi@e2r8p5.42.fr"
] | kdezaphi@e2r8p5.42.fr |
d365f65de4a5c8c2fb1e996ab92e9e5b3b97662a | 68cf8c648ce4e56f992da88bfa5657c178614aed | /sources/parser/parser_escape_symbol.c | 97fcefef987bede16cc9e854cfc87531792c958b | [] | no_license | bebyakinb/minishell | 9b1b51078f3679354eff27f60dc24f6fee2f8f02 | 8fadb3cce4d6d5f06208aecf8c11eaab5a478b09 | refs/heads/master | 2023-07-01T09:21:28.723941 | 2021-08-10T14:08:34 | 2021-08-10T14:08:34 | 394,668,275 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,379 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parser_escape_symbol.c :+: :+: :+: ... | [
"bebyakinb@ya.ru"
] | bebyakinb@ya.ru |
c9d5eeaa1232f24575b3049e5cc8dcfeba216cd5 | d9905f3d4ffde347fceb3c4fb284de8a5ebb6b51 | /Projects/NightLightDMA_Heart/App/CurveCtrl.c | 850d9ab5cb8a6c8c40dcb9c4168bc10e7a382d47 | [] | no_license | WSCKY/STM32F042xx | 2293a2f186243ad6effa1d6d20d1f541df34b476 | f624dd35305fe21161f7e2df960440cf4e2c5294 | refs/heads/master | 2020-03-13T12:55:00.701115 | 2018-11-30T06:03:54 | 2018-11-30T06:03:54 | 131,128,705 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,563 | c | /**
******************************************************************************
* @file control.c
* @author '^_^'
* @version V0.0.0
* @date 2-July-2015
* @brief curve control.
******************************************************************************
*/
/* Includes ---------------------... | [
"hello.kychu@gmail.com"
] | hello.kychu@gmail.com |
725b477a7d3a0ea77bd032a2e654e0629006c272 | 9c9d8c5d31d56b8515e7548199b6e6f4f9c869b9 | /list_utils.h | 450529c2445c9c5b32bed4fb0527a8189a9245cf | [] | no_license | rpych/OpenMP | 701493cbc0d765a7f011db7a3f4dddd2abca5b42 | 246b8d032dcaa6887ebcb3bb23130878c866e8ab | refs/heads/master | 2022-06-21T22:18:30.334851 | 2020-05-09T21:28:26 | 2020-05-09T21:28:26 | 261,151,673 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 384 | h | #ifndef LIST_UTILS_H_INCLUDED
#define LIST_UTILS_H_INCLUDED
typedef struct Node
{
int data;
struct Node *next;
} Node;
void push(struct Node** head_ref, int new_data);
void printList(Node *node);
Node *getTail( Node *cur);
Node* partition(Node** head, Node* start, Node* end);
void quicksortRec(Node** head, N... | [
"you@example.com"
] | you@example.com |
ff7e26480a2689141200e98e4d1604b240ae167c | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/4212b6db-630b-4d5b-a73c-a2a17796292e.c | 12b93fbd5f405759aeb3cafcfd708058dca24e48 | [] | 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 | 595 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l%j;
l = l+j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[93];
int c[11];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
51e7f7d2318dfaa6d805eb37a59a980cf88966c5 | 64334be77b7556757de30daa4dd795c4ecf564f0 | /6loWPAN/inc/sensn/app_interface.h | d7f2c6280f72d3b0c4bf5a39be67934ce78e4e25 | [] | no_license | slebs/6LoWPAN_SN | a14e4a1a735ee099b84e823bff2651a6467333fb | 8b2bdeea1aac20834efc83eb2e808a7386f89004 | refs/heads/master | 2022-01-25T19:01:38.413086 | 2011-04-28T14:22:03 | 2011-04-28T14:22:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,532 | h | /*
* app_interface.h
*
* Created on: Feb 18, 2011
* Author: simon
*/
#ifndef SENSOR_NETWORK_H_
#define SENSOR_NETWORK_H_
#include "../../inc/mac.h"
/** Maximum frame length */
#define MAX_FRAME_LENGTH_SN (79)
/** Maximum available frame payload*/
#define MAX_PAYLOAD_LENGTH_SN (MAX_FRAME_LENGTH_SN - 2... | [
"simon.leber@shel.at"
] | simon.leber@shel.at |
778b7ee7b83f280d432f171e5914f014cae56053 | 73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10 | /tinyos-1.x/contrib/boomerang/tinyos-1.x/tos/platform/micaz/AM.h | 5d738ac25a8d8f4c09cbff0def6beaf1ad765e9a | [
"LicenseRef-scancode-unknown-license-reference",
"Intel"
] | permissive | x3ro/tinyos-legacy | 101d19f9e639f5a9d59d3edd4ed04b1f53221e63 | cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a | refs/heads/master | 2021-01-16T19:20:21.744228 | 2015-06-30T20:23:05 | 2015-06-30T20:23:05 | 38,358,728 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,216 | h | // $Id: AM.h,v 1.1.1.1 2007/11/05 19:10:11 jpolastre Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written ... | [
"lucas@x3ro.de"
] | lucas@x3ro.de |
573dfeafeaa4f43403d674b91cebc147fdc61c2b | b628fdea0d19126787728bf472ed9ed2f78ae62f | /raspberrypi/tsl.c | 35b630813127b81a8ee1d231d56636451dbbd761 | [] | no_license | enterstudio/cloudcoverage | c53dd6a0ba4cc1b49a2857ac07c34371eac1a2b0 | 4a1469cdb29210ade5690a463ab3e46fb0204869 | refs/heads/master | 2021-04-26T00:01:38.223239 | 2017-04-06T10:55:37 | 2017-04-06T10:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,560 | c | // Distributed with a free-will license.
// Use it any way you want, profit or free, provided it fits in the licenses of its associated works.
// TSL45315
// This code is designed to work with the TSL45315_I2CS I2C Mini Module available from ControlEverything.com.
// https://www.controleverything.com/content/Light?sku=... | [
"felix.erdmann@uni-muenster.de"
] | felix.erdmann@uni-muenster.de |
c81c0bb1ec82a28ec0752dfe64b72271cdae3934 | 52c7eb621d7be2868130e85e0607e556ea4b682c | /greedy.c | 3615f2f9a24daeaae415cfcbab0f484114c9eaa6 | [] | no_license | the8thsign/greedy | c32175ab4c04e8e4ee55256b1cea654e65b5851e | 71fef8a64ac8f576e58eb383dd923157b28d33fc | refs/heads/master | 2020-04-16T23:49:38.552149 | 2012-07-26T20:04:39 | 2012-07-26T20:04:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,545 | c | /*
* CS50 / pset1 / greedy
* Alec Peden (alec.peden@gmail.com)
*/
#include <cs50.h>
#include <stdio.h>
#include <math.h>
int
main(void)
{
// get input from user
printf("How much change is owed?\n");
float change = GetFloat();
int moneys = (int) round(change * 100);
// initialize some variables... | [
"alec.peden@gmail.com"
] | alec.peden@gmail.com |
6d614eefd89bf909ca506f6df7c8d5e274efda02 | 309cdefac097c607534d8ea438384f8a3583a928 | /SDK/platform/am33/include/dcan.h | fa8f29ab0f9b291f65672508dee363619d2cd70d | [] | no_license | maruixxx/mSdk | f1410a1144b10ecc73c3fc94477e29a4a7d9385e | cff180526c69e835420c08a03afc96d51a404aa6 | refs/heads/master | 2022-04-11T15:25:57.769807 | 2018-08-23T15:07:33 | 2018-08-23T15:07:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,828 | h | /**
* \file dcan.h
*
* \brief DCAN APIs and macros.
*
* This file contains the driver API prototypes and macro definitions for
* DCAN peripheral.
*/
/*
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
*/
/*
* Redistribution and use in source and binary forms, with or without
* ... | [
"morgoth.creator@gmail.com"
] | morgoth.creator@gmail.com |
8585e3723b7d9f1f852d320a43b43ca698519ceb | 2cbc2f7278fac28fde68a709aed07b0b3c216202 | /programs/pa3/tests/sample_input/switch.c | f92d72af562807172d776e60acbfff2422b9d80d | [] | no_license | aytung94/EE382V_CGO | ecdc012428959cf48d0968e9b290764c8ad8e8de | cc608f8f3adcdc9fe7940f6eb2daefcd7222df95 | refs/heads/master | 2020-05-23T07:58:09.399228 | 2017-04-28T06:01:30 | 2017-04-28T06:01:30 | 80,476,460 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | c | int f(int);
int sw(int a) {
int b;
switch (a) {
case 0:
return 1;
case 1:
b = b + 1;
case 2:
b = b * 2;
break;
case 3:
b = f(b);
break;
default:
return 0;
}
return b;
} | [
"aytung94@gmail.com"
] | aytung94@gmail.com |
e039865044cf1dd31d0f34c7ed1c7cc466f01dee | c5cb98ad5c3fa37ce761cb9b430b69e29a33141f | /d/xuedao/sroad3.c | a3bfc50dc0a125edab5e2d4b3668d5434f8d572c | [] | 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 | 1,442 | c | // sroad3.c
// Modified by Java Apr.27 1998
inherit ROOM;
void create()
{
set("short","山路");
set("long",@LONG
这里是靠近川西的崇山峻岭,怪石嶙峋。再往东去就是川西边缘了。
往西有一座雪山高耸入云。路边上有一个大雪坑(hollow)。
LONG );
set("exits",([
"eastdown" : __DIR__"sroad2",
"northdown" : __DIR__"nroad1",
... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.