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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9a5f5115ebc4d05b98718b814065263921de4c4b | b010b0acdeacb2164ec2a8753469544465a45d23 | /mess/src/mess/video/stic.c | 7b60b26660ddc9d8ba7c9b69c809fc238d146cd8 | [] | no_license | lidibupa/ClientServerMAME | 1457e13caf171ca5c19be73654eb7b4c20097ade | d0997a9b8ebc26e7518135526cb7583552675d95 | refs/heads/master | 2021-01-18T08:47:16.107337 | 2011-08-13T18:35:23 | 2011-08-13T18:35:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,386 | c | #include "emu.h"
#include "video/stic.h"
#include "includes/intv.h"
/* STIC variables */
READ16_HANDLER( intv_stic_r )
{
intv_state *state = space->machine().driver_data<intv_state>();
//logerror("%x = stic_r(%x)\n",0,offset);
switch (offset)
{
case STIC_MXR + STIC_MOB0:
case STIC_MXR + STIC_MOB1:
case STIC... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
ddb97f608f167ecfd175ea1a7d651dd1440f893f | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/1fe64df5-6cb5-4e1a-b96a-b8922d521404.c | b2ac5beb5332812946229c8fcdc2b43739d3ac0f | [] | 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 | 588 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
k = 55;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = j-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[63];
int c[85];
a = 0;
while (( a - 1 ) >... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e5c60dbc203954c6d59b8aba4a4d0c483928ce5a | 8b40ebb274540ad50868750b0aaa660c33fa4c4a | /suit_counts.c | 43e6b38a76739a62ca52f5f0af9a42ac89c4b6f1 | [] | no_license | neostreet/misc_poker_utilities | 6924712e1776dc2ed402786de16309d7bd5b7fa6 | ea0e7f13d7a3621b364bc40c2edb8a2505a3810b | refs/heads/master | 2023-07-12T21:03:25.785449 | 2023-06-29T20:23:36 | 2023-06-29T20:23:36 | 2,853,046 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,299 | c | #include <stdio.h>
#define MAX_LINE_LEN 1024
static char line[MAX_LINE_LEN];
static char usage[] = "usage: suit_counts filename\n";
static char couldnt_open[] = "couldn't open %s\n";
static void GetLine(FILE *fptr,char *line,int *line_len,int maxllen);
static int Contains(bool bCaseSens,char *line,int line_len,
ch... | [
"lloyd.aidan@gmail.com"
] | lloyd.aidan@gmail.com |
88c2c1c8fc28f4c8af48c3c0ae77c856c0f67e0d | 7291a78de062f043817fa3eab87aba83758024ba | /ft_memchr.c | 3edc45255daf66430d3e4b9cb45e68a3994bda5e | [] | no_license | hcanon42/libft-42 | 4738f7034527f88021f743d667f10dcd4cbc88b1 | 9e1f9711a344472b5712795b4496b54a842b3e0f | refs/heads/master | 2023-09-04T15:30:58.213730 | 2021-11-22T11:47:21 | 2021-11-22T11:47:21 | 429,881,209 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,085 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"hcanon@e2r8p5.clusters.42paris.fr"
] | hcanon@e2r8p5.clusters.42paris.fr |
510fafbaad0309bd57cb7fbe30531c05b60ff6e3 | 25b26c7a38834d2e567c69f39925901cc0196af1 | /kadai8/test.c | 3f3a30920cc72931732ee09787c4429de376bea7 | [] | no_license | fall-gist/compiler-for-Tiny-C | 3f401bbd369bff1dcbed9b8df57a078c65a16c3b | 7f4f32022f0dbdee16b574221a3573301d6c4bf2 | refs/heads/master | 2016-09-06T04:28:38.558841 | 2014-07-28T00:59:25 | 2014-07-28T00:59:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 164 | c | int x;
int f(int x, int y){
int x;
{
int x,y;
x+y;
{
int x,z;
x+y+z;
}
}
{
int w;
x+y+w;
}
x+y;
}
int g(int y){
int z;
f(x,y);
g(z);
}
| [
"yti_94193645@yahoo.co.jp"
] | yti_94193645@yahoo.co.jp |
75863e8c753d121ad3d6dd15c04b1b94ee8a4541 | d455bfac9f211689e83de94b405d2a9e2ee35f7d | /00_ft_ls/02_old/version_rendue/srcs/create_structpath.c | 79400aef500a38ec8a6b988ac30f90152bd7c5b9 | [] | no_license | gharieni/42_Unix | 9b8c13c6e11541dc5911ef9053cc7d572c1471e9 | ebd514cdd3e76709f39b0ba29e880fd651691d64 | refs/heads/master | 2020-04-17T01:18:29.615377 | 2017-11-21T22:26:08 | 2017-11-21T22:26:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,344 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_structpath.c :+: :+: :+: ... | [
"curquiza@e2r7p17.42.fr"
] | curquiza@e2r7p17.42.fr |
f2740a66bb27ea94f8d930037d76700e337ac82b | c27c7d333e2acb0b46b715690ec6d376eca6f55a | /base/BLfsm.h | 5f97c566135b8c566f679c1c49fb7f2f4e1a3dcf | [
"MIT"
] | permissive | yoshinao-takada/WORK2 | 7e0ae71d756c2f51ae52c88ecfc6e259aa8b8f7e | c5bf1cd80dee5adc156a3f4234d00401180eff6d | refs/heads/main | 2023-08-26T03:11:35.629523 | 2021-11-07T12:16:20 | 2021-11-07T12:16:20 | 328,336,231 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,378 | h | #ifndef BLFSM_H_
#define BLFSM_H_
#include "base/BLbase.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
int8_t evt; // event type, positive value: no param, engative value: with param
} BLfsmevt_t, *pBLfsmevt_t;
typedef const BLfsmevt_t *pcBLfsmevt_t;
typedef struct {
BLfsmevt_t base;
const ... | [
"yoshinao_takada2002@yahoo.co.jp"
] | yoshinao_takada2002@yahoo.co.jp |
1c91bd13c84f0a73a95dea9e6c46a638178bcd5e | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/open_compute/tiovx_01_03_01_00/kernels/ivision/eve/vx_harris_corners_target.c | eb0c05dec660faa66f2de2491d84db575cc562ef | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,919 | c | /*
*
* Copyright (c) 2017 Texas Instruments Incorporated
*
* All rights reserved not granted herein.
*
* Limited License.
*
* Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
* license under copyrights and patents it now or hereafter owns or controls to make,
* have made, use, import, off... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
e83557c5a9f11668f1fe780356b8542b84cd7740 | bb725bae8301c8c6fe427229f92d41e9bc9d9f3c | /sintactico.tab.h | a994df1f4ffd9d229ced716a87ca00c7799146df | [] | no_license | norman-ipn/Melodias | e877fdbc16602fe1f42097dfdf36334c6aa5727b | b0f7a43702332983b81da5aded9ef25d40970526 | refs/heads/master | 2016-09-05T17:44:35.852833 | 2012-12-07T03:46:07 | 2012-12-07T03:46:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 445 | h | #ifndef YYTOKENTYPE
# define YYTOKENTYPE
enum yytokentype {
DIGITO = 258,
GATO = 259,
NOTAS = 260,
M = 261
};
#endif
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
#line 13 "sintactico.y"
int real;
#line 64 "sintactico.tab.h"
} YYSTYPE;
... | [
"r.c.s_rodolfo@hotmail.com"
] | r.c.s_rodolfo@hotmail.com |
c30277ac4ed02b1a208fec90549db16e4d69f211 | 3d568f4625e446ea5785563ba56f526602a5d0ca | /w3schools/deitel_c/ex45.c | fdaedac155961d846ac1ce6c81d9b19fbc37dae2 | [] | no_license | Dionisiy/first_repository | 8178c7f04a7682b59ba2abc52932fec753f16fc7 | 16ed00b6209a2aeb761938ff90f2ef1c064ee497 | refs/heads/master | 2020-12-24T15:50:45.703795 | 2016-03-15T08:05:54 | 2016-03-15T08:05:54 | 39,467,731 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 100 | c | #include<stdio.h>
main(){
int x;
for (x=1;x<=7; x++){
printf("%i \n",x);
}
} | [
"denys.khromenko.letters@gmail.com"
] | denys.khromenko.letters@gmail.com |
78bf3b7639e6fc8e0404080b8df308396d22e387 | 36dae5ac4907a60d230845d328b5fa4174b0a7c3 | /csrc/simulate2.c | b4a519bfe09d6a0a5f17453791b78485bf2ffb72 | [] | no_license | hir-t/study | cbf15e38c4660d400a2a0567d270805b0fc38d55 | 150c69aa32780524d94cc71214cb7bee1fe6fe2a | refs/heads/master | 2020-04-08T08:35:27.055101 | 2019-01-17T06:19:32 | 2019-01-17T06:19:32 | 159,184,332 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,977 | c | /* 論理シミュレーションを行う */
/* 入力パターンのテキストファイルを用意する */
#include <stdio.h>
#include <stdlib.h> //exit()ÍÑ
#include <string.h>
#include <topgun.h>
#include <topgunLine.h>
void simulate2(char *fileName){
extern LINE_INFO Line_info;
extern LINE *Line_head;
LINE *Logic_level[Line_info.n_line];
LINE *line;
/* ID順にレベルやタイプを取得 *... | [
"hrsca0528@hrsc.local"
] | hrsca0528@hrsc.local |
f40fa51863d1deda42d3da2838ec88eae851615e | fb7eb3f33d4b0d2f4376094ac85caa4e1c481834 | /cstructs/array.c | 43a0b2dbdcd3ea2bc8a21dc5d101cd68ea0a8e37 | [] | no_license | kangichu/trees | b467ef0d30209dbf2aea879f6c7b1fba4d701351 | b3efd04a80277e9b0f547c026f826ff310d47302 | refs/heads/master | 2020-03-12T17:24:41.185839 | 2016-04-09T05:04:29 | 2016-04-09T05:04:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,083 | c | // array.c
//
// https://github.com/tylerneylon/cstructs
//
#include "array.h"
#ifdef DEBUG
#include "memprofile.h"
#endif
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
Array array__new(int capacity, size_t item_size) {
Array array = malloc(sizeof(ArrayStruct));
return array__init(array, capacity... | [
"tylerneylon@gmail.com"
] | tylerneylon@gmail.com |
2d3b5d7231e171d31679ec6f65b3a49c60a35f25 | 3b1da326ba9877da9bfa00cbfabb261a93dd8f5e | /sh/strops.h | ea71a5727949466986fa30d1ce5b7dc0ed3d6485 | [
"BSD-2-Clause"
] | permissive | madd-games/glidix | e453c013dba9bcb48b2b1842b04d71b1e5e7ad73 | 41351b9915044d15a530b16bb267f4bf958b7f25 | refs/heads/master | 2023-01-24T08:08:13.582690 | 2023-01-17T11:26:47 | 2023-01-17T11:26:47 | 27,391,591 | 98 | 13 | BSD-2-Clause | 2018-10-21T21:13:38 | 2014-12-01T17:44:02 | C | UTF-8 | C | false | false | 2,447 | h | /*
Glidix Shell
Copyright (c) 2014-2017, Madd Games.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of con... | [
"projekt.darma@gmail.com"
] | projekt.darma@gmail.com |
f9b35fd7c32335cd002f92cb0b13925a90df1dbb | 2bd20c26280f5e3546e4d885dae84067d06fcc9d | /src/platforms/xm1000/flash.h | 29099b5e8c78b9538e12be2f53018c82fc11e804 | [] | no_license | atiselsts/osw | bed33efab18ac215a24c91b64db0c4226e9262be | 67348ec826c6fc20b4e24d638e8fefd661ff6b53 | refs/heads/master | 2020-05-30T15:52:29.811243 | 2013-06-04T20:41:18 | 2013-06-04T20:41:18 | 8,625,439 | 4 | 3 | null | null | null | null | UTF-8 | C | false | false | 2,359 | h | /*
* Copyright (c) 2013 OSW. All rights reserved.
* Copyright (c) 2011, Institute of Electronics and 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:
* * Redistributions of... | [
"atis@atis-desktop.(none)"
] | atis@atis-desktop.(none) |
a3afa5a9e9d8ae19562c1b25eae7f2510e496a40 | bc01d89e3b77b9b60afd6f5f8fcad5675b813f8e | /natplugins/natpnatfwsdpprovider/tsrc/testconsole/inc/nsptestconsolemacros.h | 033bbef7dc9d501c16a1eb2e116051312dbc4caf | [] | no_license | SymbianSource/oss.FCL.sf.mw.ipappsrv | fce862742655303fcfa05b9e77788734aa66724e | 65c20a5a6e85f048aa40eb91066941f2f508a4d2 | refs/heads/master | 2021-01-12T15:40:59.380107 | 2010-09-17T05:32:38 | 2010-09-17T05:32:38 | 71,849,396 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,319 | h | /*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.h... | [
"kirill.dremov@nokia.com"
] | kirill.dremov@nokia.com |
36e2f861369182a3e928c35ea5dcc5b274572189 | 17eedc962a62fc0e10662e76914be792b3ccb0b5 | /src/spp.c | 6afc7698a2af6332d61ec1fba6bc57389d48cd75 | [
"MIT"
] | permissive | felixbuenemann/spp_py | e89c6409ec154c089b527bc1c86050538d4787ec | a9710231156e2273986f9902add426cfeb121fc0 | refs/heads/master | 2021-01-15T20:23:05.469003 | 2015-03-28T07:58:16 | 2015-03-28T07:58:16 | 44,474,615 | 0 | 0 | null | 2015-10-18T10:56:00 | 2015-10-18T10:56:00 | null | UTF-8 | C | false | true | 133,527 | c | /* Generated by Cython 0.21.2 */
#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
... | [
"hit9@icloud.com"
] | hit9@icloud.com |
013798e2479d7ff6fff239f33b6ff665b529d9cc | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/c7387841-da51-4498-a64e-046f30f26261.c | 55a51a0cb4e8a5294618f522ed3ed73ba3b5d74c | [] | 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=1;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = i%j;
l = l+j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[82];
int c[63];
a = 0;
while (b... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8b3bd6c2aaa7bf7f958ae1108e2ef7cb725cfc2b | 3584720b5b251b2c3c73a47728d9c49341eb747a | /src/TWI2.c | 3137bc2061e899dc8e0dea1bcf9a98bd0eb65780 | [
"MIT"
] | permissive | nikk-vsr/ATmega328P | 2ea9048aa5f9c5db33814fabb7a1344fa9611c34 | 68109c1dfb7c17ec1a2ac6fc99b1525a3a8e9bd3 | refs/heads/master | 2022-04-09T13:05:52.532652 | 2020-03-26T21:42:45 | 2020-03-26T22:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,258 | c | /*
* TWI2.c
*
* Author: Sebastian Gössl
* Hardware: ATmega328P
*
* LICENSE:
* MIT License
*
* Copyright (c) 2018 Sebastian Gössl
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in ... | [
"sebig3000@gmail.com"
] | sebig3000@gmail.com |
7a9c69353bfa27c517db1ae529cfea769611a046 | bc91ab2cecac211c1d30127b1009cc87c62ee5f8 | /project_pan/src/server/workque.c | ae1f10145f7c73c0b8c79af37e639152d09b6fa6 | [] | no_license | lingg707/Linux_C_WangDao | 4c2bf2cd5d32c85268b1dbee9e9366b7c9df8a6d | 24bafa124484c9335b3990f5323ea878a2e3ed9b | refs/heads/master | 2020-06-16T06:26:01.465973 | 2019-07-06T09:44:59 | 2019-07-06T09:44:59 | 195,501,600 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 539 | c | #include"factory.h"
#include"func.h"
#include"workque.h"
void queinit(pque pq,int max)
{
memset(pq,0,sizeof(que));
pq->max=max;
pthread_mutex_init(&pq->mutex,NULL);
}
void queinsert(pque pq,pnode pnew)
{
if(pq->head==NULL)
{
pq->head=pnew;
pq->tail=pnew;
}else{
pq->tail-... | [
"shulingg707@gmail.com"
] | shulingg707@gmail.com |
ddc085c7496af8ab81fcf3e96f894ecf87ead0c2 | ec22441e8940ef90aa42d4017f0b749ba29e8a3d | /system/cupkee_shell_misc.c | cd446a929ded55ef082faa999ca4afc49b9b43f9 | [
"MIT"
] | permissive | a382695908/cupkee | 63db6c26b52b415151b633ac78733148bf8f48a3 | 0393e786c0561d35815a7fba1d4b9c498d1cea7f | refs/heads/master | 2021-01-19T21:55:09.791874 | 2017-02-16T11:18:20 | 2017-02-16T11:18:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,570 | c | /*
MIT License
This file is part of cupkee project.
Copyright (c) 2016-2017 Lixing Ding <ding.lixing@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including wit... | [
"ding.lixing@gmail.com"
] | ding.lixing@gmail.com |
b344f830a3333280298ec30bbd5cf6b8f8eaa11f | dfcb0d2e6e2aa1dc4379eaddd6c8abfa7e482cd8 | /cdk/apps/misc/libs/libmpegtools/remux.c | 0614373c0940023067929a710bbfbcbbdb2ba797 | [] | no_license | OpenPLi/OpenPLi-1 | 94f6ee4d22ca5184aedfb289b398723223384fce | 43832e5c88a2f3dd02323911725621a2335e3afd | refs/heads/master | 2021-03-22T01:27:09.930611 | 2018-01-27T00:00:54 | 2018-01-27T00:00:54 | 39,523,362 | 7 | 11 | null | 2017-07-19T18:00:01 | 2015-07-22T18:32:00 | C++ | UTF-8 | C | false | false | 26,766 | c | #include "remux.h"
unsigned int bitrates[3][16] =
{{0,32,64,96,128,160,192,224,256,288,320,352,384,416,448,0},
{0,32,48,56,64,80,96,112,128,160,192,224,256,320,384,0},
{0,32,40,48,56,64,80,96,112,128,160,192,224,256,320,0}};
uint32_t freq[4] = {441, 480, 320, 0};
static uint32_t samples[4] = { 384, 1152, 0, 0};
cha... | [
"git@openpli.org"
] | git@openpli.org |
e1b6f49184dc73131d97dcf7890801bca12ed924 | 6a16877c521381f797e51cd2408be23e4806bb2e | /src/libfreespace/include/freespace_codecs.h | db5adbad4aea4efe111958842251f662aa2da84c | [] | no_license | nandrews0424/halflife2-vr-old | 4e9496368498303c5cec2b8d22db4a2e930b480b | 22022ceddf52442deeb571f328d21f60378edbb4 | refs/heads/master | 2021-01-18T14:02:08.144752 | 2013-09-13T19:44:42 | 2013-09-13T19:44:42 | 5,446,869 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,973 | h | /*
* This file is part of libfreespace.
*
* Copyright (c) 2009-2012 Hillcrest Laboratories, Inc.
*
* libfreespace is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the Li... | [
"nathan.andrews04@gmail.com"
] | nathan.andrews04@gmail.com |
d6c99f865a97cf963473a6f1b3c5e0bd52d68499 | 997e427d3673e53cadaf572a2391dadd1ebc479c | /client.c | f17c0a7a90b9717f9bf07b1efa6455ca5eaa7027 | [
"MIT"
] | permissive | theawless/simple-socket-programming | 02d5389f750045ceb6564a689af2545945afd975 | 4a10f4141bcb30f2f33b3d9ce91e5c92b85b3ef0 | refs/heads/master | 2021-01-22T19:15:05.283326 | 2017-03-22T09:55:35 | 2017-03-22T09:55:35 | 85,185,811 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,964 | c | #include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <time.h>
#include <limits.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <errno.h>
#define FAIL -1
#define SUCCESS 1
#define ACK "ACK"
#define NACK "NACK"
void append_remainder(char *mod_message, char *crc_key)
{
... | [
"theawless@gmail.com"
] | theawless@gmail.com |
f5ca16519a01b6267229eef3af1d5c04e1b7a54a | 5419de1005ae3b25578cc895f47874681125e9f5 | /0x05-pointers_arrays_strings/7-puts_half.c | 8c8578e2e38026cfc5fa473e464b8125e554ac9f | [] | no_license | cort-robinson/holbertonschool-low_level_programming | 18d60e08d8923835c43197172dc4242da33ef03f | e2968af2b700e17de443d8694fcf754c56cf333f | refs/heads/master | 2023-02-15T23:37:05.556776 | 2021-01-14T23:27:43 | 2021-01-14T23:27:43 | 271,414,986 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 385 | c | #include "holberton.h"
/**
* puts_half - Prints half of a string followed by a new line.
* @str: String to evaluate.
*/
void puts_half(char *str)
{
int len, n;
for (len = 0; str[len] != '\0'; len++)
{}
if (len % 2 == 0)
{
for (n = (len / 2); n < len; n++)
_putchar(str[n]);
}
else
{
for (n = (len - ... | [
"cortrobinson99@gmail.com"
] | cortrobinson99@gmail.com |
84473e6017aeb40f71e1d1505f5984fcf1469a2a | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/FFmpeg/tests/extr_tiny_psnr.c_main.c | 99d867d9bf5372266b3f0c710fe815580f6e8681 | [] | 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,626 | 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 |
e62cc77b313bd1b8cc0365743dada1bea141b67a | 286434a5592d6445935a5ccc39aa2c88cae1cde6 | /MCAL/GIE/GIE_interface.h | 9693882ce76b9910a0a80529ab2f09313e1534b5 | [] | no_license | abeermh/AVR_Driver | b5088a44f03af526ac4690072b4fd2eca1dee10c | 74e5e85510b58a600a8b893bd88a181b046e99dc | refs/heads/main | 2023-01-29T02:20:44.310234 | 2020-12-06T14:36:14 | 2020-12-06T14:36:14 | 319,024,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 109 | h | #ifndef _GIE_INTERFACE_H
#define _GIE_INTERFACE_H
void GIE_VidEnable();
void GIE_VidDisable();
#endif
| [
"noreply@github.com"
] | abeermh.noreply@github.com |
08cf60350b7546964e143ffe2c06fb11b287d780 | 47925c29acbc313ed93ecdf99a18bf2c76eb944a | /project/Operating_System_Weenix/kernel/test/kshell/command.h | 51abe480fed459a428aa49946aaf4eafb510ea52 | [] | no_license | ruochenliao/hello-world | 88e146b6d80524d7171cddc097dceb895555f34d | 297e5a36dd932cc40816322fc1202a047d9ce308 | refs/heads/master | 2021-01-13T02:08:48.694948 | 2015-05-27T17:34:35 | 2015-05-27T17:34:35 | 35,915,503 | 0 | 1 | null | 2015-05-20T00:39:10 | 2015-05-20T00:09:30 | null | UTF-8 | C | false | false | 1,362 | h | /******************************************************************************/
/* Important CSCI 402 usage information: */
/* */
/* This fils is part of CSCI 402 kernel programming assignments at USC. ... | [
"ruochenl@usc.edu"
] | ruochenl@usc.edu |
ec954cc43db9637a828baa4214fe9b8c69b745ac | ab82f7f4e58c4c083ddca1742e502456e2b821b1 | /cpu/ops/tlbp.c | 2fe884e1805a7f00f476dec33ad387900f3be8e6 | [
"MIT"
] | permissive | georgemorgan/ns4 | c78f1e337de5db0fd9f51342c5a9429a9ff9be21 | c981a1d124b957a4a60fae2a441bf9d3e4a4ad34 | refs/heads/master | 2021-01-19T10:11:38.004031 | 2017-05-13T02:14:27 | 2017-05-13T02:14:27 | 80,882,128 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 640 | c | /* tlbp.c - Translation Lookaside Buffer Probe */
#include <vr4300i.h>
/*
TLBP
The Index register is loaded with the address of the TLB entrywhose contents match the contents of the EntryHi register. If noTLB entry matches, the high-order bit of the Index register is set.The architecture does not specify the oper... | [
"george@george-morgan.com"
] | george@george-morgan.com |
25f8bb46e179024ad5dd69c3c68dadfdb384aa33 | bf0c5dc296772a7f042f21dec92b33d17c3ef6fb | /AVR/re/丽人12号/UI/sysstring.h | bd98deaef88028742707544cdce8e4e3af7eedc7 | [] | no_license | YANGDEWANG/doscm | ea34f7579aeb342168ccc30d91944e2ef9acf62a | 9ddb86aa879fc9072d7b5f2cbab52071523f5f33 | refs/heads/master | 2021-01-01T08:55:35.675794 | 2007-12-13T11:59:24 | 2007-12-13T11:59:24 | 32,841,408 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 698 | h | #include "configure.h"
extern prog_char ssINTPUT[] ;
//extern prog_char ssAUX[] ;
//extern prog_char ssCD[] ;
//extern prog_char ssDVD[] ;
extern prog_char ssVOL[] ;
extern prog_char ssTREBLE[];
extern prog_char ssATT[] ;
extern prog_char ssBASS[] ;
extern prog_char ssECHO[] ;
extern prog_ch... | [
"yangdewang@8339f11f-aa2a-0410-b554-e13d1092c3cc"
] | yangdewang@8339f11f-aa2a-0410-b554-e13d1092c3cc |
642870748e5abc26808c148588f3265bd3ddeceb | 5eedcf6b8d351133e792252e033098bd65987cf8 | /include/led.h | 18d576cbd6794c888ebefe06d2d199368d9688e7 | [] | no_license | gexueyuan/Cygnoides | 0717410ea04b95727465aba17c08c30f2c9db53f | 948ec8e7a18ccecb14cf3f6a694973457e673793 | refs/heads/master | 2021-01-24T16:10:34.263526 | 2015-07-06T01:35:17 | 2015-07-06T01:35:17 | 27,579,213 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,820 | h | #ifndef __LED_H
#define __LED_H
#include "board.h"
typedef enum
{
LED0 = 0,
LED1 = 1,
LED2 = 2,
LED3 = 3,
}Led_TypeDef;
enum{
LED_ON = 0,
LED_OFF,
LED_BLINK,
};
#define LEDn 3
#ifdef HARDWARE_MODULE_WIFI_V1
#define LED_RED LED0
#define LED_GREEN LED1
#define LED_BLUE LED2
#elif defined(HARDWA... | [
"gexueyuan@gmail.com"
] | gexueyuan@gmail.com |
4df08b8d9277a9f2aad05e03443ce79e06018dd8 | ed0603bf480208175ee86b21fc7727e067650c92 | /libftprintf/src/str/ft_str_toupper.c | f4cfde39c56872127764137d2c8b36200bb14231 | [] | no_license | mmalanchuk/hashcode | a5fe27bc4e98cf7c6a1b409881657369320ae197 | f66d8c8c682f3a3291bdd1c1a2d0be66b2a44e6d | refs/heads/master | 2020-04-25T23:44:17.708183 | 2019-02-28T21:31:53 | 2019-02-28T21:31:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,038 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_toupper.c :+: :+: :+: ... | [
"kola19955@gmail.com"
] | kola19955@gmail.com |
b943144ac35880d78e0be6b6303990de84d62e64 | 6f0b7753233ebf4768a4bec47b142c7045e0c89e | /src/utilities/free_machine.c | 534fd569a600ef7c30682d6b688e4e0540c2da73 | [
"MIT"
] | permissive | VictorTennekes/miniRT | 6bf4c647fe68f868e4903a116c0335b78c5a7a73 | a1589a2e3c3288bcacc660101ddfad06f391d3ef | refs/heads/master | 2020-12-19T15:03:45.510770 | 2020-09-02T23:46:34 | 2020-09-02T23:46:34 | 235,767,297 | 5 | 1 | null | 2020-03-08T19:51:04 | 2020-01-23T10:00:05 | C | UTF-8 | C | false | false | 1,137 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* free_machine.c :+: :+: ... | [
"victor@tennekes.nl"
] | victor@tennekes.nl |
f8d53b17742fd37f8d7c4b3ceb1a9dd83774f56d | c6ec6a85bde1fe199f50cad456ab51fc11775da2 | /src/ysinclude/mid/stbdatamgr.h | d3ae5f08aa092a2fe74da83535afc09cf340fa13 | [
"MIT"
] | permissive | acehong/testhelper | 617defc27b211c9d68b0217b9ee6bd52011a32be | 8d109cd70a4996a0db912c265a710d4a0c457a84 | refs/heads/master | 2021-12-14T09:13:22.809555 | 2017-04-24T09:13:37 | 2017-04-24T09:13:37 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 89,290 | h | /*******************************************************************************
Copyright (C), 2004-2007, YOUNGSUN. Co., Ltd.
File name : stbdatamgr.h
Description : 频道数据接口管理
Others:
History: 1. llh creat 2004-3-29
2. xyan Modify 2011-11-15
***************... | [
"33988979@163.com"
] | 33988979@163.com |
168d3c7ab86480348b1edd9abf72ed2346e8ca52 | 6596c1c9c9c3e837677aa161de67a3a850e9140e | /introclass-results/canonical/smallest/dedc2a7c919835ade6d92729cfb18fc71addf6dcdf36ce26ca8b1e3d3aea81bad974c61b96fd71537e95a6aac4582d5b08f9fd8057ce40fb18fb5df37d86b70d/19/repair.c | 4fc3e9f6a6c757dd9ef22d8242c9e98fccefd9a0 | [] | no_license | eduardodx/gecco2018-checkpoints | f42cfb4161b810235d5acedecfd689b5ecf6c883 | 34f501bd8c4470e594a0a5e8248ef91f13af4f69 | refs/heads/master | 2020-03-11T10:07:52.660538 | 2018-08-19T21:31:05 | 2018-08-19T21:31:05 | 129,933,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 75,956 | c | typedef unsigned long size_t;
typedef unsigned char __u_char;
typedef unsigned short __u_short;
typedef unsigned int __u_int;
typedef unsigned long __u_long;
typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
typedef int __int32_t;
typedef unsigned... | [
"eduardodx01@gmail.com"
] | eduardodx01@gmail.com |
f91c989df3ece7601dd83e067130aa568c44d2f6 | 4e298b59e91f9088f36e9c488eb8c062b8a16c07 | /open/dancer/npc/master2.c | 4451e31a654ea31638f2ba696e7864e751e37fb4 | [] | no_license | HexColors60/fs2 | 07714b1dbd27d666febf7ccc5e8d3476edaf0146 | c1bc56122142ac741d2432551508d04c9be4694e | refs/heads/master | 2021-05-27T11:06:07.272106 | 2012-08-03T04:15:15 | 2012-08-03T04:15:15 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,245 | c | #include <ansi.h>
inherit NPC;
void create()
{
set("title","晚月庄第二代舞者");
set_name("水灵儿",({"linr"}) );
set("gender","女性");
set("age",20);
set("attitude","friendly");
set("class","dancer");
set_skill("unarmed",100);
set_skill("dodge",100);
set("combat_exp",9999990);
... | [
"szhowardhuang@gmail.com"
] | szhowardhuang@gmail.com |
0391f29c5ede9ca4424e8eeb108cd49be79601ae | 67fbd1820aca5a9ebeb961118b8eac973011d7b4 | /C/Ipol/Modulo6/entrega/dfs/tree.h | 7a5ed945ba2d254123974e8691a6f4d6afcb622b | [] | no_license | juanibraun/codeJIB | 125e9921ba10a923400786254ae75db4da680bab | 2935500c26a0f09d49f8138ee064154f6e6bec0d | refs/heads/master | 2016-09-10T12:49:30.362923 | 2013-10-23T04:12:13 | 2013-10-23T04:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 506 | h | /*
* File: tree.h
* Author: juan
*
* Created on May 7, 2013, 11:06 AM
*/
#ifndef TREE_H
#define TREE_H
/**
* Node of a tree
*/
struct _node
{
int id;
struct _node* parent;
struct _node* first_child;
struct _node* next_sibling;
int visited;
};
typedef struct _node node;
/**
* Directed tree
*/
... | [
"juanignaciobraun@Juans-MacBook-Pro.local"
] | juanignaciobraun@Juans-MacBook-Pro.local |
95146804c1d0b89eff09ec70ddc8d5a348b86573 | 0833a2a510889836dc9154f5e39b9a96a223ba48 | /mk-108.1/rpc/auth.h | 682dcb00006d0d8666338cbbf3967ec58ae3779e | [] | no_license | johnsonjh/NeXTMach | 189929022146f35dd13792c114de5da83f355a70 | f6bdb9c3268f0eadc545d41bcc0564453b17001e | refs/heads/master | 2023-05-14T00:51:20.245305 | 2021-08-19T20:18:35 | 2021-08-19T20:18:35 | 398,064,783 | 19 | 8 | null | 2021-08-19T20:20:42 | 2021-08-19T20:18:55 | C | UTF-8 | C | false | false | 3,642 | h | /*
* Copyright (c) 1988 by Sun Microsystems, Inc.
* 1.17 88/02/08 SMI
*/
/*
* auth.h, Authentication interface.
*
* The data structures are completely opaque to the client. The client
* is required to pass a AUTH * to routines that create rpc
* "sessions".
*/
#define MAX_AUTH_BYTES 400
#define MAXNETNA... | [
"trnsz@pobox.com"
] | trnsz@pobox.com |
ca79c3ea9c2af799925d013ec9a6c28110bd0dcb | a0211fac9f11f5250ef6881a87eaec971ec36805 | /software/tools/snap_nvme_init.c | 89ef6d2910a41510fd914b2d1fe0def343fb04f2 | [
"Apache-2.0"
] | permissive | AlphaBu/snap | 1c14d879bd34c9f5e039e15245956e26d3e62b20 | c3e68e505f4fe644e561f69ac7fed1a3b934dac4 | refs/heads/master | 2020-12-02T17:36:59.866207 | 2017-07-05T16:25:45 | 2017-07-06T07:26:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,485 | c | /*
* Copyright 2017 International Business Machines
*
* 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 applicab... | [
"thomas.fuchs@de.ibm.com"
] | thomas.fuchs@de.ibm.com |
328708232773f0cb227c20bf484579d618ee8000 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/3d258b30-8f75-4798-9e9f-32fccf3992d9.c | 3a9bff97e318f6a320b3035471fa3d5096014ab4 | [] | 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 | 527 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=1;
int k;
int l;
k = 53;
l = 64;
k = i%j;
l = i%j;
l = l-j;
k = k-j*i;
//variables
/* START VULNERABILITY */
int a;
char b[24];
char c[60];
a = 0;
do {
/* START BUFFER SET */
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1076134b4340fb346a44f8ecafe561e96ed37775 | f25ceb7c33693d00de33b6f6c4170aa7a3de3690 | /libft/ft_putnbr_fd.c | ce2928e0b78ad02c6fa4885191df8e523518b580 | [] | no_license | YoonJam/42_Project | 97ae8abdbcb1c5ea4a5631582691c161c97ebfa8 | 567d710afa93e8d3cb0068e41c6266a783a35d68 | refs/heads/master | 2023-09-01T04:38:36.636888 | 2021-10-19T07:57:05 | 2021-10-19T07:57:05 | 367,286,157 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,308 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: ... | [
"dbsgusdn111@naver.com"
] | dbsgusdn111@naver.com |
0881fc26b892121e8635ce3cb61246525f81704f | 55b649e63c3980ed827f688f22f629b52b1ea940 | /asn1c_defs/all-defs/SeNBReleaseRequest.c | b2081e53d6661a5b9d666df444c4ec990718b09f | [
"Apache-2.0"
] | permissive | o-ran-sc/archived-ric-app-kpimon | c12a0d51bb64f0bc107464eb2ed2bbede718cfee | b402550220ed60118aea67031516f4164b82a8ac | refs/heads/master | 2023-08-17T03:50:33.152799 | 2020-03-27T12:08:19 | 2020-03-27T12:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,778 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "X2AP-PDU-Contents"
* found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"
* `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
*/
#include "SeNBReleaseRequest.h"
asn_TYPE_member_t asn_MBR_Se... | [
"jy.oak@samsung.com"
] | jy.oak@samsung.com |
273b29fabfbe4024562846bcf5b2652df3d56b53 | 5ba6a6f77cd25733a841e74a368b181b2b0c84a0 | /Cálculo.c | 9924147044bc8eff7d7368f1c4dcb47eb8df26a3 | [] | no_license | rafaelacirino/The_Huxley | 7dc08a626d559e9eb36db2133ecf79926300b184 | 408d25ba3226aa5aa391bca01863e6b4afa055cb | refs/heads/master | 2022-12-26T19:20:04.188602 | 2020-09-20T13:52:03 | 2020-09-20T13:52:03 | 292,851,259 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 618 | c | #include <stdio.h>
int main() {
float sal_atual, desconto;
scanf("%f", &sal_atual);
if (sal_atual <= 1751.81){
desconto = sal_atual * 0.08;
printf("Desconto do INSS: R$ %.6f", desconto);
}
else if ((sal_atual >= 1751.82) && (sal_atual <= 2919.72)){
desconto = sal_atual * 0.09;
printf("Desco... | [
"noreply@github.com"
] | rafaelacirino.noreply@github.com |
d44f136a9dcaaddce08fcec78039ec1a9bddd8d2 | 2b351155a7a5abc60a2906f81b1fc2dd9ba46d3f | /dominion/notkilled/mutant101155_dominion.c | 63db9a43a72babd74702de3a01e1c2eab89dfa6e | [] | no_license | cs362sp16/cs362sp16_lantowp | 60a392b1193bfc7b01e69b3d82705502ab4bb45b | c6908605e331a9fed0f959072b409e2e4d335b1f | refs/heads/master | 2021-01-21T14:04:33.814557 | 2016-06-07T05:25:28 | 2016-06-07T05:25:28 | 55,734,052 | 1 | 0 | null | 2016-04-19T23:55:36 | 2016-04-07T23:08:44 | C | UTF-8 | C | false | false | 31,846 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int compare(const void* a, const void* b) {
if (*(int*)a > *(int*)b)
return 1;
if (*(int*)a < *(int*)b)
return -1;
return 0;
}
struct gameState* newGame() {
struct gameState* ... | [
"agroce@gmail.com"
] | agroce@gmail.com |
02407400588ac9c073f70cb55b838a38f3cce33c | 0df48df9ed35e5995af25812137dc0d9d42f96dc | /Arduino_package/hardware/system/component/soc/realtek/8195a/fwlib/ram_lib/wlan/realtek/v3_0/src/hal/OUTSRC/odm_types.h | 077ccd143ad6439e4a64603b96f978196ee7c3dd | [] | no_license | ambiot/amb1_arduino | 81539be6ba18a13cc2a33ec37021c5b27684e047 | 16720c2dcbcffa2acee0c9fe973a959cafc3ba8c | refs/heads/dev | 2023-06-08T15:27:52.848876 | 2023-06-07T02:38:24 | 2023-06-07T02:38:24 | 232,280,578 | 9 | 7 | null | 2022-06-01T08:51:01 | 2020-01-07T08:37:52 | C | UTF-8 | C | false | false | 10,847 | h | /******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Genera... | [
"zhangzhenwu@realtek-sg.com"
] | zhangzhenwu@realtek-sg.com |
06ba91842f0044f112187e46330abfd2083c6859 | b1996750cc84e41589383e8058bb014b8f7786e6 | /Device/EFM8SB2/peripheral_driver/inc/adc_0.h | bd0446b2252c62f1c104ea3864704d67a72cbb91 | [] | no_license | mathiasvr/silabs-8051-sdk | 9f66e905bb31aa5c4efcaf4055b17380b330a016 | eff6046fcb1705f00588bcd2d03cc8f0361bfc14 | refs/heads/main | 2022-07-30T06:20:11.791382 | 2022-01-05T00:29:38 | 2022-01-05T01:22:03 | 444,606,667 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 16,698 | h | /******************************************************************************
* Copyright (c) 2014 by Silicon Laboratories Inc. All rights reserved.
*
* http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt
***********************************************************************... | [
"mathiasvr@gmail.com"
] | mathiasvr@gmail.com |
1c79433bc2b4a40ef1968c8e895febba7b919d3b | b477697f95728fbf8d1759a73858860c9620c3ab | /peripheral/usb/processor/usb_p32mz2064dah176.h | bb87fbd76d565bf2898311aed37dabd7c4c74484 | [] | no_license | gmuro/harmony-v2_06-framework | 12bcb30c2dc9f4737aab8762da8b25632822d00e | 2196b67de35af9d1126b539b08324cf72ed13521 | refs/heads/master | 2022-12-07T19:24:34.649360 | 2022-11-18T22:16:49 | 2022-11-18T22:16:49 | 190,900,209 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 25,497 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _USB_P32MZ2064DAH176_H
#define _USB_P32MZ2064DAH176_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch fu... | [
"gustmuro@gmail.com"
] | gustmuro@gmail.com |
181a4375825e8f5b5d8c2185f88c14741a407564 | 1e1a6d6eddcf28d0eec77de85fa9da69a8dde735 | /DLA/KNL/knl_benchmark/kernel/17.17x4kernel31x8x0_155x20000x364_496+240.c | fab28c03c2eba55d2510d2098ab5db6a9bbe2ee5 | [] | no_license | hpc-sslab/lamma | 8d0b55d6d1e8811110927d210b37a1bea4e02f9c | 52caa049fa9cb70021f7f7a3952c232125b3632e | refs/heads/master | 2020-03-25T17:51:14.860753 | 2018-08-08T11:45:28 | 2018-08-08T11:45:28 | 143,999,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,855 | c | #include "immintrin.h"
#include "x86intrin.h"
#include "zmmintrin.h"
#include <hbwmalloc.h>
#define MR 31
#define NR 8
#define MB 155
#define NB 20000
#define KB 364
#define L1_DIST_A 496
#define L1_DIST_B 240
void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol)
{
int i;
register _... | [
"choi@ssu.ac.kr"
] | choi@ssu.ac.kr |
0f2b8b085fa1a3195e44d80de92579dc7fecefe7 | a7a3560680e60425722208952500b47878c14d0e | /xy.h | f714b374a7630fae51555ff794b64196755aba4a | [] | no_license | Jell/image-recognition | 8d422f3273c41d48a8eac09b8df417c93bfa6104 | 09cc0efd0663bd3d5db965698612d2129e8fc540 | refs/heads/main | 2021-07-11T23:35:45.800161 | 2014-06-07T18:27:32 | 2014-06-07T18:27:32 | 20,599,786 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | h | /*
* xy.h
* Image Recognition
*
* Created by Jean-Louis on 2010-02-01.
* Copyright 2010 __MyCompanyName__. All rights reserved.
*
*/
#ifndef XY_H
#define XY_H
typedef struct { int x, y; } xy;
typedef struct { float x, y, z; } xyz;
#endif | [
"jeanlouis@rnd-delta.dialog.se"
] | jeanlouis@rnd-delta.dialog.se |
cb6c70bc7fbfb937d49faa3761484d9061d8ae35 | a577fa0a0ac4fc226244da7da74a0b0ff67b0e5c | /bonus/asm/include/array_utils.h | 00affd0f1ddbf4677968b049081c383ef3656743 | [] | no_license | ArthurRbn/Corewar | a9fc76d8166dcf63a8a62ae6e2665ee52456de6b | e7e47387f5612e0019be1e4a7a84db12c541f2ba | refs/heads/master | 2022-10-10T10:21:30.301975 | 2020-06-05T12:01:14 | 2020-06-05T12:01:14 | 269,420,496 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 203 | h | /*
** EPITECH PROJECT, 2020
** asm
** File description:
** array_utils
*/
#pragma once
int array_len(void **arr);
void custom_free_array(void **arr, void (*func)(void *));
void free_array(void **arr);
| [
"arthur.robine@epitech.eu"
] | arthur.robine@epitech.eu |
60ebbda82c87b297997d69c0941c38610067879f | 73b329e4becd3045989e17fbc0c6aed3d46b5854 | /ReferenceCode/11172_FromSi_ResolutionFunction/LeptonResolutionData/MuonEfficiencyMap.h | 8e7687500293545e947b80924cfc81a9ea960ef0 | [] | no_license | FHead/PhysicsHiggsProperties | 36ee6edd9b4a744c41ae8eda58d3b0979e02868d | 25e2cf36b633403a7661488167279a917b76882c | refs/heads/master | 2023-06-01T12:58:09.411729 | 2020-05-05T20:47:51 | 2020-05-05T20:47:51 | 377,256,404 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,839 | h | UInt_t FindBinMuon( double value, double bins[], UInt_t nbins) {
UInt_t nbinboundaries = nbins+1;
UInt_t bin = 0;
for (uint i=0; i < nbinboundaries; ++i) {
if (i < nbinboundaries-1) {
if (value >= bins[i] && value < bins[i+1]) {
bin = i+1;
break;
}
} else if (i == nbinboundarie... | [
"yichen@positron01.hep.caltech.edu"
] | yichen@positron01.hep.caltech.edu |
0b4db68fecbc2febc4e9a83093381450cc853b7d | a1b7042d6a881fe072217218c2c0cf608d398f80 | /aula20170920/iif3.c | 10803768a57ae11bd240587a3ee7830f23eb5b18 | [] | no_license | romulo2303/MTP | 06460dc756e3275996933db0be058e82cc22ab34 | 9ac5c6a906384310b63f8810aeb8c55e12c10c5b | refs/heads/master | 2021-01-21T01:27:01.144979 | 2017-11-13T16:54:15 | 2017-11-13T16:54:15 | 101,877,915 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 340 | c | #include<stdio.h>
#include<stdint.h>
#include<inttypes.h>
int main(){
int numero, i;
long long int fatorial = 1;
printf("Entre com um numero: \n");
scanf("%d", &numero); getchar();
for(i = 0; i<numero; i++)
fatorial *= (numero-i);
printf("%d! = %lld\n", numero, fatorial);
... | [
"jr.97@hotmail.com"
] | jr.97@hotmail.com |
8eb93b37a5be28a8eed7482dbe2dc2cfc940a60f | 444ddb8221a738e97ea668fc2a672df9418f992c | /photos/batch/badapple 3180.c | c2abcb6b6f1184d840b962bd6855d86ff93644f1 | [] | no_license | our0boros/BadApple | 4c9484f96f90c48ddf1e499cfc2510ac7448f5d8 | b8a7526ee9266af5d98a786a000339eefc5c01a1 | refs/heads/master | 2023-01-12T22:41:23.548615 | 2020-11-18T12:16:13 | 2020-11-18T12:16:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | c | const unsigned char gImage_badapple 3180[8] = { /* 0X42,0X01,0X08,0X00,0X06,0X00, */
0X00,0X00,0X00,0X08,0XFC,0X18,0X08,0X00,};
| [
"863166709@qq.com"
] | 863166709@qq.com |
0cef99126cb5cf9605cd1b83fb41a8a5ca9c9837 | 1831b3fa094591c95c9e0d5544b0f629bf47447d | /main.c | a9e5df2f463865c2f0316c7556a637a1f71c7320 | [] | no_license | mls6888/Clab | 8102ea0d82b8421cbb25afa32ac57a2316a2cbde | 2022db41f01b2512ee4322ef31ae0fec11e38ba9 | refs/heads/master | 2022-12-14T09:18:15.132697 | 2020-09-18T03:53:39 | 2020-09-18T03:53:39 | 296,505,207 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 662 | c | // Author:Michael Sullivan
// Olivia Mandola ovm5126@psu.edu
// Dymea Schippers dxs5940@psu.edu
//Section 11r
//Breakout11
#include <stdio.h>
#include <stdlib.h>
#include <readline/readline.h>
int sum_n(int n);
void print_n(const char *s, int n);
int main(void) {
char* numHold = readline("Enter an int: ");
int ... | [
"mls6888@psu.edu"
] | mls6888@psu.edu |
d61e2abf42459d57784405051116f3e82f50dcf1 | 9bdf7295720d346d5ea06022672519e1ca493297 | /include/Allié.h | d252b67e9069c4d48d228ecd303aed0b59070152 | [] | no_license | LyKell/shoot-em-up | dd1b038fcaa7555b6071257e9c4a18f0c39939c9 | 979c2ad4920a4691b91ec26ef9c7b7a24abebf0a | refs/heads/master | 2023-01-29T00:30:08.170270 | 2020-12-09T01:55:26 | 2020-12-09T01:55:26 | 319,811,966 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,180 | h | #ifndef __ALLIE__
#define __ALLIE__
/**
* \file Allié.h
* \brief Module contenant les informations propres à un joueur
* \author BERGERON Youssef SAVANE Kevin
* \date 11 Janvier 2020
*
* Module contenant les fonctions d'initialisation, de déplacement et de
* libération de l'Allié.
*
*/
#include "... | [
"kev_dev@hotmail.com"
] | kev_dev@hotmail.com |
8b730353450211a4305f1add4866d186e15fc287 | 8dfe4bef840a00972ebe18634bbf28636dec9949 | /FKCWLib/FKCW_Base/Include/FKCW_Base_Geometry.h | 3fd269f23c26b2c5847656830e26cc5a228f2402 | [] | no_license | pingfanJerry/FKCocos2dxWrapper_2.x | ba644308746557e99f8fa201a832aafa7e806927 | 2ff906f10a030d7a2dbe968ba9d17798e2537a37 | refs/heads/master | 2020-03-10T16:58:40.391923 | 2017-03-16T06:43:05 | 2017-03-16T06:43:05 | 129,487,589 | 1 | 0 | null | 2018-04-14T06:12:13 | 2018-04-14T06:12:13 | null | GB18030 | C | false | false | 2,287 | h | //*************************************************************************
// 创建日期: 2014-11-14
// 文件名称: FKCW_Base_Geometry.h
// 创 建 人: 王宏张 FreeKnight
// 版权所有: MIT
// 说 明:
//*************************************************************************
#pragma once
//-----------------------------------------------... | [
"duzhi5368@163.com"
] | duzhi5368@163.com |
6bc4cccad610a09b42c74261c101d4d84e2fe0b2 | 335343474bff7c54dddeddb2b4740ca60b417e95 | /CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v103/cgen/tabl.c | b7729b98d75a477a05ace5be36d1797d6f15ec76 | [] | no_license | SEPPDROID/Digital-Research-Source-Code | baef5d7ba9e65143da6a7507befe0621bcb82698 | f5ed2b0a4d18444304007f20e459be89b797c67b | refs/heads/master | 2023-01-08T00:18:11.204697 | 2020-11-06T18:18:56 | 2020-11-06T18:18:56 | 310,655,065 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,260 | c | /*
Copyright 1982
Alcyon Corporation
8716 Production Ave.
San Diego, Ca. 92121
*/
#include "cgen.h"
#define ASGOP OPRAS|OPASSIGN|OPLVAL|OPBIN
/*info on operators:*/
/*000077-- OPPRI - priority*/
/*000100-- OPBIN - binary operator*/
/*000200-- OPLVAL - left operand must be lvalue*/
... | [
"s.j.morris@diodematrix.com"
] | s.j.morris@diodematrix.com |
581aa97e0bbff74302ae4e9be7c309a33e6cf134 | 65d2543009cbc704a53b398dd45002def9ddfb81 | /demo.c | 93ab636f70969e19dcdd2eea43cb5946ace96224 | [] | no_license | xiaoguorou/raytracing_demo | 22c66b20c91feeb25b934f1dd55ace515402ff58 | d7fb7ee3e3a1377e025f29203d14341449412bca | refs/heads/master | 2020-07-09T14:49:52.257080 | 2019-09-18T14:24:18 | 2019-09-18T14:24:18 | 204,001,179 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,491 | c | #include <cstdio>
#include <iostream>
// fix incomplete variable building error
#include <fstream>
#include <vector>
#include "vec3.h"
int savePPM(uint32_t width, uint32_t height, std::vector<float>& color)
{
std::ofstream ofs("./out.ppm", std::ios::out | std::ios::binary);
ofs << "P6\n" << width << " " << height <... | [
"dengbo0712@163.com"
] | dengbo0712@163.com |
a01c426762c3cf998e9d966cd189e52870013aed | d6a9104db0bda603beca356d33e26a2178770603 | /course1-MAHAR/src/data.c | 043c3d75cd96db141640438e2e79832adced2db4 | [] | no_license | MalekMahar/Coursera-Assessments | 6256f9a5b4d9d679904b1512ad40ad3181baced7 | 15afd3a06086bb9ead1153afe5d0bfc41201a901 | refs/heads/master | 2023-07-25T11:48:22.339352 | 2021-08-24T22:22:45 | 2021-08-24T22:22:45 | 399,264,946 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,412 | c | /**
* @file data.c
* @brief Data manipulation
*
* @author Malek Mahar
* @date August 24, 2021
*/
#include "data.h"
#include "memory.h"
unsigned char my_itoa(int data, unsigned char* ptr, unsigned int base){
unsigned char digit = 0;
unsigned char IS_NEG = 0;
if(data == 0){
*ptr = '0';
digit++;
}
if... | [
"malekmaharenim@gmail.com"
] | malekmaharenim@gmail.com |
4b1a613e775fd02e37cbd68ebf36e398621dbac4 | 1e35d884de55332ee0c7409c701c8bcf25ee6295 | /Week11/tlab.c | b7a03797ef232d27b2d7143ff5124a2d4ad29d6f | [] | no_license | shs110/COMP1927 | 57a80141428d1134bdf75b4a201ebd99f2666bc9 | 01b1a2902731eacfb835d5f38670fb9f03803dda | refs/heads/master | 2021-01-23T10:08:49.815333 | 2018-03-01T09:13:15 | 2018-03-01T09:13:15 | 93,043,594 | 0 | 0 | null | 2017-06-01T10:03:41 | 2017-06-01T10:03:41 | null | UTF-8 | C | false | false | 5,670 | c | // useT.c ... client for Tree ADT
// Written by John Shepherd, March 2013
#include <stdlib.h>
#include <stdio.h>
#include "Tree.h"
// all values are in range 0000..9999
#define RANGE 10000
void usage();
void mkprefix(int *, int, int, int);
void mkuniq(int *, int);
int *makeValues(int, char, int);
Tree makeTree(int *... | [
"ninjas1221@gmail.com"
] | ninjas1221@gmail.com |
ab8d2ba6fe9289e08fc82cfd17760541da93f7e0 | 51dbae7bb0b38b1cf7f37335fadb2d5b4b4f1d3d | /USER/src/mirror-subr.c | 92f8b8593191f529d38b5abf212e562b8167af15 | [] | no_license | zzrgenius/test | 29d5ed49c3a25d19550e650ed6a17c034780c809 | 6e87d4ac7ec3c2255ef52cbcaafa597190a013ef | refs/heads/master | 2021-05-11T12:18:17.848831 | 2018-01-16T08:26:52 | 2018-01-16T08:26:52 | 117,654,784 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,246 | c | /*-
* Free/Libre Near Field Communication (NFC) library
*
* Libnfc historical contributors:
* Copyright (C) 2009 Roel Verdult
* Copyright (C) 2009-2013 Romuald Conty
* Copyright (C) 2010-2012 Romain Tartière
* Copyright (C) 2010-2013 Philippe Teuwen
* Copyright (C) 2012-2013 Ludovic Rousseau
* See AUTHORS... | [
"zouzirun@163.com"
] | zouzirun@163.com |
a163b8882aea14b5892b17c39fed767f77d855b9 | d2e5856bd921818a0e8efe72dc434722c7efbf3a | /figures/analysis/search3/B2G-18-002/3Dkernels_HPLP/cxSyst.C | e5659ae11c8572f4044fdc18af3f62b135e50fa5 | [] | no_license | thaarres/PhD_thesis | 68e2788e89e0fc4648cf396682551ab89339a0ad | 3de17c835a5371eb988af8208eb0bf2c21bdfcf5 | refs/heads/master | 2020-04-01T10:10:14.594821 | 2019-09-26T13:25:25 | 2019-09-26T13:25:25 | 153,105,652 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 75,176 | c | void cxSyst()
{
//=========Macro generated from canvas: cxSyst/cxSyst
//========= (Tue Jun 12 14:05:54 2018) by ROOT version6.02/05
TCanvas *cxSyst = new TCanvas("cxSyst", "cxSyst",0,0,800,600);
gStyle->SetOptFit(1);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
cxSyst->Range(29.63415,-0.006341463,224.... | [
"thea.aarrestad@cern.ch"
] | thea.aarrestad@cern.ch |
e8e766c6fd886b428cbab9f834d6263c9eed1cb3 | e0a6644af49af88db0d71a56f2405651130925db | /Klog.h | c4d1ffd20552eb27db96d9847b97ea4f8c7ef6af | [] | no_license | after1990s/KLogger | 6e67ce2525776e4e914d795ce042b230af66eb92 | 95fb69260851632427d791702f7126279a4b6af5 | refs/heads/master | 2020-06-07T06:26:28.946417 | 2012-06-02T14:42:47 | 2012-06-02T14:42:47 | 4,330,082 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 267 | h | #ifndef _KLOG_H
#define _KLONG_H
#include "common.h"
NTSTATUS OpenLogFile(PDRIVER_OBJECT pDriverObject);
VOID HookDeviceUnload(PDRIVER_OBJECT pDriverObject);
extern "C" NTSTATUS DriverEntry( IN PDRIVER_OBJECT pDriverObject, IN PUNICODE_STRING RegistryPath );
#endif | [
"wqj@wqj-PC.(none)"
] | wqj@wqj-PC.(none) |
292b164dbb8256ebc37ccd36811a9a2ab9203686 | d1cd0e61a0d5ed2b5341bc9e996625fb677f4f23 | /lib/asn1c/nr_rrc/MeasResultFreqListFailMRDC.h | 0540ee26dc6c8c6bbc1a0537b6067233307693f5 | [
"Apache-2.0"
] | permissive | soumyadeepbi/free5GRAN | 251bff61bfd30628f0861a285086ac94368de34f | 4e92458e955f59d86463ce65ea08c5c06cc8a48e | refs/heads/master | 2023-07-28T20:23:42.404672 | 2021-10-06T16:32:47 | 2021-10-06T16:32:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,778 | h | /*
* Copyright 2020-2021 Telecom Paris
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 in... | [
"aymeric@dejavel.fr"
] | aymeric@dejavel.fr |
9bd890236c85d27b809ea580f2acff04b88efb27 | c6743bed103f183d9490fd19334699e270feeb58 | /1基础的学习(小甲鱼)/1.字型printfscanfputchargetchar/11.4(2)printf书写格式不同值不同.c | ce44c05a518fa282c1c6b504ca0541339c13ae4b | [] | no_license | Delires/study-c | 77b03c7b069c5d7df6765d87a571485ecd814e74 | c6a9e1313284396b9bcb495f97118e2d241ee5d9 | refs/heads/master | 2020-09-17T23:39:28.111855 | 2019-11-26T07:38:36 | 2019-11-26T07:38:36 | 224,122,938 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 494 | c | /* 使用printf可能会因为输出求职顺序不同结果不同 */
/* 如下i++分开写和在一起写是不同的 */
/* 一起写 */
#include <stdio.h>
void main()
{
int i = 8;
printf("%d\n%d\n%d\n%d\n%d\n%d\n%d\n", i, ++i, --i, i++, i--, -i++, -i--);
/* ++i9 --i8 i++8 i--9 -i-- -9 -i++ 9*/
}
/* i++ ++i 先加1在参与运算,先运算在加1 */
/* i是变量 每一次加减都会变化 */
/* 很怪的一个例子,先把i++ i-- ++i 等统... | [
"985550861@qq.com"
] | 985550861@qq.com |
7eb5c34f0d0ad27715eb2b72694f51ef9806f0a7 | 2b7f385d7dd4af354594bff013e58ae88499f5ca | /libft/ft_putstr.c | 8be50612fbe4a3a8316ab5867272da0d0fba0d67 | [] | no_license | kushnirs/rtv1 | 005f5efb4cb892667130589417c3b5d9d827f51f | 3484206e10921fbd31c00507f96f33f20a3678c5 | refs/heads/master | 2018-09-30T00:25:41.602493 | 2018-07-22T09:01:24 | 2018-07-22T09:01:24 | 120,290,915 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,040 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"skushnir@e1r12p1.unit.ua"
] | skushnir@e1r12p1.unit.ua |
38f62460f55c8ca16caae7da7311c61b527e7cff | 0666fb95280628a98810271ad78b599a8857dfef | /code/Optimization/OLDGCTexture.h | cddc31ae80c24acdb0e39b13287b46dad823f21a | [] | no_license | mcergun/CMP717-practical3 | 225836f610d0a3998b307b7a7390da498b2150b3 | 40f2616daa99bd4f5302eaba4bba65cc249d5a3a | refs/heads/master | 2021-01-20T05:20:21.875972 | 2017-04-30T13:46:09 | 2017-04-30T13:46:09 | 89,772,082 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,194 | h | /* This is a header file to store all the declarations for the wrapper*/
#ifndef GCTexture_h
#define GCTexture_h
/* Define general functions */
double getPairwiseTerm(int i, int j, int i1, int j1, int labelIJ, int labelIJ1, int*** ImageR, int*** ImageG, int*** ImageB, int distVersion);
int createNodeNu... | [
"mcergun@windowslive.com"
] | mcergun@windowslive.com |
594940c323d8c2d3508c0a5a19c4919a6c6424f5 | 9dab836feab74b135be8208e3e727c6435dd5bec | /gmsv_extra/Source SDK/mathlib/math_pfns.h | 56c7fc221ff04a7a0ef83204740678035e96713f | [
"Apache-2.0"
] | permissive | 11Lee1/gmsv_extra | 56fe3db4e11f648ef640343470d0f631c90168c7 | 294dbc1e31eca6f086605767e0495cf64348bd85 | refs/heads/master | 2020-04-29T20:19:26.189875 | 2019-05-08T01:20:18 | 2019-05-08T01:20:18 | 176,380,702 | 11 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,011 | h | #ifndef _MATH_PFNS_H
#define _MATH_PFNS_H
// These globals are initialized by mathlib and redirected based on available fpu features
extern float(*pfSqrt)(float x);
extern float(*pfRSqrt)(float x);
extern float(*pfRSqrtFast)(float x);
extern void(*pfFastSinCos)(float x, float &s, float &c);
extern float(*pfFastCos)(fl... | [
"charles1337@outlook.com"
] | charles1337@outlook.com |
82cc5e43f129ac66ce547374eec6ac2056c44f86 | f90108e7b995becdb1b131c327d5b0b35b6ff640 | /Hardware/TDS/tds.c | 03b48835ecfb07ccd8f30d9550844d447571c05b | [] | no_license | dengfushuang/WaterClear | fd7a4dcbeeaa2bef598cffd19a6eeafb51619d83 | 8c3fd5b3b34b399bf0ec5f11fb9933d3275e2c47 | refs/heads/master | 2021-05-14T07:54:07.432561 | 2018-01-11T09:39:38 | 2018-01-11T09:39:38 | 116,242,195 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 1,706 | c | #include "tds.h"
#define TIME_OUT 1600000
volatile uint32_t TDS1count1,TDS2count1,tcount = 0;
volatile uint32_t tflag = TIME_OUT;
void timer_Init(void)
{
T16Nx_BaseInitStruType T;
T.T16Nx_ClkS = T16Nx_ClkS_PCLK;
T.T16Nx_EDGE = T16Nx_EDGE_Rise;
T.T16Nx_Mode = T16Nx_Mode_TC0;
T.T16Nx_PREMAT = 1;
T.T16Nx_SYNC = D... | [
"dengfushuang62@gmail.com"
] | dengfushuang62@gmail.com |
5a8ba25734d2ac11e13b170da72c14c925e821f9 | 6466f5ae834d693273a019670f5913f1dfdf2147 | /efm8/mcu/EFM8BB3/peripheral_driver/inc/uart_0.h | e92fcbf057cb901e0ea536e13ada426ff8567956 | [] | no_license | ahtn/efm8_sdcc | 8e6b7d29a0ae1393cc9d0c1752f212d10afd654a | d224d7b5551271afae5f23e7596a346fd0b2dbf7 | refs/heads/master | 2020-03-11T09:25:07.607306 | 2018-04-17T14:14:39 | 2018-04-17T14:14:39 | 129,910,184 | 10 | 5 | null | null | null | null | UTF-8 | C | false | false | 22,015 | h | /******************************************************************************
* Copyright (c) 2014 by Silicon Laboratories Inc. All rights reserved.
*
* http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt
***********************************************************************... | [
"jem@seethis.link"
] | jem@seethis.link |
2c3024cb6f8d5693b2f0d3896dcd03c9ba824697 | 8d7514271b08caaa8c757d0747853d54642e9e63 | /meta/ft/inc/ft_fnc_aux.h | 6459b91459db271c46e208ec8b54550d3053eb6c | [] | no_license | npnet/MyCode | 0bd3e32d5890c411b16e01cdb8acf5624c7c0a02 | 9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe | refs/heads/master | 2023-07-23T13:19:29.575050 | 2018-07-05T13:01:09 | 2018-07-05T13:01:09 | 140,229,839 | 1 | 2 | null | 2023-07-21T10:21:01 | 2018-07-09T04:07:28 | C | UTF-8 | C | false | false | 1,347 | h | /*****************************************************************************
*
* Filename:
* ---------
* ft_fnc_aux.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* Auxiliary Function
*
* Author:
* -------
* -------
*
*==========================================================... | [
"zhaoran.jia@nbbsw.com"
] | zhaoran.jia@nbbsw.com |
0a4c8c5ed6f3d62383cdd55b9def8f93359017b1 | 20ff5a3886a9ea024d2655b8a3ab8f8c376d340f | /libpok/middleware/bufferreceive.c | 8668ccb2b01e5399e48916d8d803466680279d0a | [] | no_license | mfkiwl/ospat | 68973fdfc5eb99e18536e9ccf6d24c7c10893050 | bfe3f7ef3a63c4f07484f9284fe04b92cf6a7c0f | refs/heads/master | 2021-06-10T10:32:42.382592 | 2014-08-05T14:19:02 | 2014-08-05T14:19:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,235 | c | /*
* Copyright (c) 2007-2009 POK team
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the f... | [
"marco.ziccard@gmail.com"
] | marco.ziccard@gmail.com |
7a008cb72fb48173c8adcfa0f16891770164b699 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/dcf9a484-86b4-4c17-90d8-28662c1c9874.c | 861a381ac266983e5acef68cf0287b76be287127 | [] | 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 | 265 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l/j;
l = l/j;
l = l%j;
l = k%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
0d52952b0d1991af2b8cda96678782b801784585 | 6e119f4c1cd1a235bcf198f65bf900e51cdd08c6 | /SDKs/12.1.0/components/softdevice/s130/headers/cln_ble_hci.h | 27f49421b6472138a2620d8d528791298e58bebb | [
"MIT"
] | permissive | DigitalSecurity/nrf5x-tools | 1ef87b94da12088cb13ca61f786d5b0514656cf4 | ab582f3d33ab50396d220c8fb9b2ab2616b2f284 | refs/heads/master | 2020-03-20T10:01:14.824137 | 2018-07-06T13:28:49 | 2018-07-06T13:28:49 | 137,356,373 | 63 | 20 | MIT | 2018-06-25T13:57:33 | 2018-06-14T12:38:17 | C | UTF-8 | C | false | false | 1,454 | h | #ifndef BLE_HCI_H__
#define BLE_HCI_H__
#ifdef __cplusplus
extern "C" {
#endif
#define BLE_HCI_STATUS_CODE_SUCCESS 0x00
#define BLE_HCI_STATUS_CODE_UNKNOWN_BTLE_COMMAND 0x01
#define BLE_HCI_STATUS_CODE_UNKNOWN_CONNECTION_IDENTIFIER 0x02
#define BLE_HCI_AUTHENTICATION_FAILURE 0x05
#define BLE_HCI_STATUS_CODE_PIN_OR_KEY... | [
"damien.cauquil@digital.security"
] | damien.cauquil@digital.security |
3c960a58ab2a7fda270827c081382dc94ce866fa | db30bf2daf81355b3ea6304b8e075ce7360aca3f | /c/ll.c | 55c9aa9484f36479fd4ce94e703759e917e8a159 | [] | no_license | Rawkcy/C-Python-Practise | ed71c03117ca90104b19c5ce1f4ab94100f088bd | c713cf7707c2bb302e2654145cdea3099f7f82aa | refs/heads/master | 2020-07-04T16:25:59.406092 | 2012-10-12T04:10:44 | 2012-10-12T04:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,130 | c | #include <stdio.h>
typedef struct node {
int val;
struct node *next;
} firstNode;
int main(int argc, int *argv[]) {
struct node firstNode;
firstNode.val = 1;
struct node nextNode;
firstNode.next = &nextNode;
nextNode.val = firstNode.val + 1;
/* DEBUG
if (nextNode.next == NULL) {
... | [
"roxane.guo@gmail.com"
] | roxane.guo@gmail.com |
863e7cc267a39c964393f8b99e72d158f3a66d60 | ce67ba7874e0f3bb9b0104b737502c3fb826b6ad | /C02/ex02/ft_str_is_alpha.c | bd52f204318c2700be69e8399f91a3d47633f4ed | [] | no_license | MehdiKhehdhiri/42_C_piscine | 4cc9e3a7e829ce0e7b8d31e6145c36aefe4d40fd | e28a05c28b36f43159c6ddae7dcfab703788c22b | refs/heads/master | 2023-07-13T15:22:31.063267 | 2021-08-24T13:57:25 | 2021-08-24T13:57:25 | 399,479,161 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,079 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_alpha.c :+: :+: :+: ... | [
"mkhedhir@e3r2p6.42.fr"
] | mkhedhir@e3r2p6.42.fr |
036641270d2dc15df04461d16e9ec1d3b9ee9d11 | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /sys/arch/luna88k/include/va-m88k.h | 44101abbddaebcb8a2b22085fa95f6266eab94d6 | [] | no_license | chrissicool/l4openbsd | e2fb756debc1c3bdc1c2da509fa228c25a3185e8 | 077177814444e08500e47bc2488502f11469bc60 | refs/heads/master | 2021-04-09T17:12:53.122136 | 2011-08-22T16:52:58 | 2011-08-22T16:52:58 | 1,706,491 | 18 | 4 | null | 2017-04-06T19:17:29 | 2011-05-05T14:08:03 | C | UTF-8 | C | false | false | 109 | h | /* $OpenBSD: va-m88k.h,v 1.3 2004/04/26 14:31:08 miod Exp $ */
/* public domain */
#include <m88k/va-m88k.h>
| [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
176cd1cafaa38cee485e646a4726b6508d5f77b4 | 3286b9f3ead21b1741454e1f389c0aecb635553e | /built_in/ft_echo.c | e0f639a8e1cf23807c40983e8c0f4646de02b0e6 | [] | no_license | msamual/minishell | 49d376fee1155b02f619e5bef8b54efba7773a86 | 57689accdb7be229698a73933f1b850428577591 | refs/heads/main | 2023-07-08T20:11:56.901855 | 2021-08-11T13:42:28 | 2021-08-11T13:42:28 | 342,911,206 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,634 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_echo.c :+: :+: :+: ... | [
"msamual@er-c5.kzn.21-school.ru"
] | msamual@er-c5.kzn.21-school.ru |
be8f6a533596ba1e3d75f0b0025d8429911666a1 | 98f89928e61e37cbb1485a5c2b179539219b33a1 | /main/menu/menu.c | 83e70c1b64751f6c0c7e2f4705e06770da0b82b2 | [] | no_license | Yinfei/SpaceInvaders | 73640826e5a3beab7c40b2719c1671cd53492a04 | 6f46f215f1e2fed3b472ce3bfd289da0aff1532e | refs/heads/master | 2021-01-17T22:34:10.606017 | 2015-05-27T12:20:07 | 2015-05-27T12:20:07 | 32,976,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,300 | c | #include "../prototypes.h"
int init_menu() {
t_choice_screen* menu;
int i;
menu = malloc(sizeof(t_choice_screen));
g_game->menu = menu;
for(i = 0; i < 6; i++)
create_menu_button(i);
init_menu_textures();
menu->selected = 3;
menu->launcher[0] = &launch_game;
menu->launcher[1] = &highscores;
men... | [
"hover_b@etna-alternance.net"
] | hover_b@etna-alternance.net |
14ce830b639659810024c5a822c52966cd43d56e | 0066a2a7bd3a0753312f60d043551603a9924d12 | /calculator/client/client.c | 2a1ce7535ca3f0ec988e943a75e3f438f06aa277 | [] | no_license | rndlr96/TCP-IP_Socket_Programming | 7d9eabcaf514e302ca7078d0292bad9ebb82a785 | 150de519c161aaa87aa2f314053b1683e45e104b | refs/heads/master | 2020-03-09T12:14:51.007817 | 2018-05-20T17:30:50 | 2018-05-20T17:30:50 | 128,781,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,232 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>
#define BUFSIZE 30
int main(void){
int sock;
struct sockaddr_in clnt_addr;
char message[BUFSIZE];
int str_len;
int recv_cnt = 0;
int input_num, input;
char ... | [
"rndlr96@gmail.com"
] | rndlr96@gmail.com |
db8cf7dce8f468764dd055883d28d3a4cbb03851 | 35f1a5786058a214cf98ca8168917520500ab027 | /Overture/gf/tsi.C | 26cd57acd567cdf18f69a22a198743d1ccbb5be7 | [] | no_license | unifem/overtureframework | 171abf69c879eae5a0560f462bbbe7fa8f6fc0b5 | 0f913a14eb58aa51b85c219823b7cbcfe6ebb112 | refs/heads/master | 2021-09-25T02:09:14.077517 | 2018-04-05T10:43:33 | 2018-04-05T10:43:33 | 114,717,087 | 2 | 2 | null | 2018-04-05T10:43:34 | 2017-12-19T03:56:55 | Fortran | UTF-8 | C | false | false | 4,715 | c | #include "Overture.h"
#include "OGPolyFunction.h"
#include "OGTrigFunction.h"
#include "display.h"
#include "Oges.h"
// =========================================================================================
// Test the special interpolant options where only some grids are interpolated.
// =========================... | [
"wdhenshaw@gmail.com"
] | wdhenshaw@gmail.com |
5c57ca3a056c4d8ce2abf88db5a465aae6fd4773 | 15bb3ac9b7d5b1277ae0d5133f826b6d4aac4165 | /src/stdlib/atoll.c | 52f1e36bbdf22cb3f348f8132652c4a573a8039d | [] | no_license | shipsimfan/LOS-libc | 7991bc150c475daa5a2452fb008e138e7c603774 | 336e5efe5d4f6335e5a2b2901573d5aa560406d9 | refs/heads/main | 2023-03-25T05:23:50.074832 | 2021-03-21T00:53:42 | 2021-03-21T00:53:42 | 345,795,893 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,409 | c | #include <stdlib.h>
long long atoll(const char* str) {
if (str == NULL)
return 0;
long long ret = 0;
int base = 10;
long long mult = 1;
while (*str == ' ')
str++;
if (*str == '-') {
mult = -1;
str++;
} else if (*str == '+')
str++;
if (*str == ... | [
"shipsimfan@hotmail.com"
] | shipsimfan@hotmail.com |
cb276f5f6ed7c236ed143a313c67158b105c20df | 6fb9507e406a79cc72df58ca2ff06b603c28c899 | /HXCommonUnit/HXCommonUnit/Classes/HXCommonUnit.h | d6abea40f28c2db19f20b58b5bcdf4ad8762e81b | [
"MIT"
] | permissive | duhongxing/HXCommonUnit | b22615bc69d8340f44bac7dbda238d928065a4e7 | 6ad0ffa60161fdfd43ca56016633435d56b0b9db | refs/heads/master | 2020-03-29T22:20:00.630573 | 2018-09-29T07:17:45 | 2018-09-29T07:17:45 | 150,414,641 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,961 | h | //
// HXCommonUnit.h
// HXUnitDemo
//
// Created by 杜红星 on 2018/9/26.
// Copyright © 2018年 . All rights reserved.
//
#ifndef HXCommonUnit_h
#define HXCommonUnit_h
#pragma mark - 获取系统对象
#define kApplication [UIApplication sharedApplication]
#define kAppWindow [UIApplication sharedApplication].del... | [
"duhongxing@daojia-inc.com"
] | duhongxing@daojia-inc.com |
9b2dec2439451b87bf676f020bef72654e383ba0 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/mojo/services/public/cpp/surfaces/mojo_surfaces_export.h | bbb1d4068afc86baa91ddeeec4ed40729127e21f | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C | false | false | 733 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJO_SERVICES_PUBLIC_CPP_SURFACES_MOJO_SURFACES_EXPORT_H_
#define MOJO_SERVICES_PUBLIC_CPP_SURFACES_MOJO_SURFACES_EXPORT_H_
#if defined(COMPONENT... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
34d213bdee1b2078f1ddb09dbbcfe68bbe0c1157 | 410116d18415f69f54e6daa9688d92232b1361be | /Training/os_module/fifo/piperead.c | 40f6e84d46bcb0885a487d1dcec0867e27cc0e09 | [] | no_license | AkshataMShetty/Platform-20 | 71d94404796cebcf57ef39074ff7b513d4ad1a74 | f8b213237494464bfd79d78094476d15d8565ddc | refs/heads/master | 2021-05-14T05:49:50.736651 | 2018-07-13T12:33:42 | 2018-07-13T12:33:42 | 116,229,204 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 578 | c | #include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#define BUF 80
int main()
{
int fd1;
char * myfifo = "/tmp/myfifo";
mkfifo(myfifo, 0666);
char str1[BUF], str2[BUF];
while(1)
{
fd1 = open(myfifo,O_RDON... | [
"sm.akshata@globaledgesoft.com"
] | sm.akshata@globaledgesoft.com |
a5d19c0f4b676455f3f87bc300cb32be1d36a540 | eb95277c6098a51466febbf6bef1574697f0d09d | /0x08-recursion/100-wildcmp.c | 2543bdc3e33cc7a21285ff5b7a7ac0c601804ecf | [] | no_license | Manga08/holbertonschool-low_level_programming | b2eea5a1a9aaff991dcbc1d876ec7884eca8f56d | e9871bca4cf9c45c7edaeedb13d1b09c8eb14384 | refs/heads/master | 2020-12-29T04:51:07.454469 | 2020-08-28T04:25:29 | 2020-08-28T04:25:29 | 238,459,998 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | #include "holberton.h"
/**
* wildcmp - check the code for Holberton School students.
*@s1:The letter
*@s2:The second variable
*Return: always 0
*/
int wildcmp(char *s1, char *s2)
{
if (*s1 == 0 && *s2 == 0)
return (1);
else if (*s1 == 0 && *(s2 + 1) != 0 && *s2 == '*')
return (0);
else if (*s2 == '*')
ret... | [
"bijuu5445@gamail.com"
] | bijuu5445@gamail.com |
083aec53a0ad0be23ac2d5cdb597280097cab021 | 1480529081dffbaf187cfa11fb5cb27f57b28c84 | /PRINT.c | ea1300fdc2fd6a5fd89995805b1492dd205efb13 | [] | no_license | linusyang/spoj-haskell | 6412a8d896b74e85b49a34b2888a2575c7a9e8c5 | d367dcf67288fd108053586f07f57cdf18836e22 | refs/heads/master | 2021-01-16T19:02:56.923015 | 2015-01-14T12:28:26 | 2015-01-14T12:28:26 | 29,024,444 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,896 | c | /* Copyright (c) 2015 Linus Yang */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAXP 46343
void show_prime(char *ptable, int *primes, int primen, int x, int y)
{
int i, j, p, start, maxi;
if (x > y) {
return;
}
if (y <= MAXP) {
for (i = x; i <= y; i++) {
... | [
"laokongzi@gmail.com"
] | laokongzi@gmail.com |
5dfd5b9d7a6f615020506f456f0f5e368942f8ed | 7118fd04af8edb98693ec522a4879085b5355a13 | /cmds/std/right.c | b3cc37eab6efa711800236455a8ae7731fd7a2fa | [] | no_license | MudRen/revive | bc293958fe9fe6c475cb496aede9c62cc63e26a3 | 240ea5c4c7cd8cf2d854781648a16398e6df3b16 | refs/heads/master | 2020-04-27T16:36:14.597457 | 2019-03-08T07:11:10 | 2019-03-08T07:11:10 | 174,487,432 | 2 | 2 | null | null | null | null | GB18030 | C | false | false | 577 | c | // right.c
#include <ansi.h>
inherit F_CLEAN_UP;
int main(object me, string arg)
{
function f;
seteuid(getuid());
if (! arg)
return notify_fail("你要答应谁?\n");
notify_fail("这人没有向你提出什么要求啊?\n");
if (! functionp(f = me->query_temp("pending/answer/" + arg + "/right", 1)))
retu... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
44f43cc4f0e5639382cd57b73750c25592074cde | 7cfb9722320694d3fe2af9468636fa0233226f64 | /Source Code/ setColor.h | c27818d598097b2c2048e4136ec40d39fd46ffe7 | [] | no_license | mochenxx/Integrated-Calendar-and-Clock | 7bbced26c517f14c98d33b3a8c1a1c26ea1f50e0 | 1ddc5dafdec86a7426a5e7b868e202a6852ccf23 | refs/heads/master | 2020-07-19T05:18:56.751104 | 2019-09-11T05:26:38 | 2019-09-11T05:26:38 | 206,381,123 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,259 | h | /*
* File name: setColor.h
*
* Author: Mo Chen
*
* Description: Header file to set different output color
*/
#ifndef _SETCOLOR_H_
#define _SETCOLOR_H_
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>
/* Signs color of birthday, holiday, event in calendar */
#define BDAY_SIGN_COLOR 96... | [
"noreply@github.com"
] | mochenxx.noreply@github.com |
a15d5a7ec495f25355331ba3178b09341660dd4a | 3e4758075d463d2f80aae7aee13fadf51e0f55e2 | /QuickLookR/main.c | 806a5f2358ca52fcfd8f0f295b89381511c095d5 | [] | no_license | hrbrmstr/QuickLookR | 99e504df909790ebce094cc483ebf864fd6fa0c5 | 5c21afc4ed3b993d4bf9894b9fc8710a1fadd6d4 | refs/heads/master | 2021-07-25T03:01:26.495044 | 2021-01-12T21:31:14 | 2021-01-12T21:31:14 | 65,056,540 | 51 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,372 | c | //==============================================================================
//
// DO NO MODIFY THE CONTENT OF THIS FILE
//
// This file contains the generic CFPlug-in code necessary for your generator
// To complete your generator implement the function in GenerateThumbnailForURL/GeneratePreviewForURL.c
//
//=====... | [
"bob@rudis.net"
] | bob@rudis.net |
5e2007ce6305035c990e800525bd9fdb0cde8ab7 | af9b7a49f5912142ff4e7cb35fd11b1e9635154d | /sdk/share/osip2/osip2/osip_time.c | 546ba622bc72a230cb0eac94c84cb21ec113db27 | [] | no_license | YuHsinShi/2430personal | 528ff02226102af77a006fef80fe7c35139fa7bb | 83e1ce53a7d872ed27bad4ba5549953975c0be3b | refs/heads/master | 2023-03-06T14:44:31.607663 | 2020-07-25T15:55:28 | 2020-07-25T15:55:28 | 340,536,248 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,357 | c | /*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | [
"lawrence.shi@ite.com.tw"
] | lawrence.shi@ite.com.tw |
494d0ddece736a7076c13f3c7a3277fa224fd504 | e5206db7401939d0fd3ef6cb70ddb12cc8e6cba1 | /libwebpjs/webp.c | a594d89055a515056522eb3c1e015492a25ce8bb | [] | no_license | kss160992/whatsapp-stickers-converter | 0890b31391689ccb0123d78c7f41d144fc1a4223 | ecf43c3a323e20de4092be0aef788c969ac241ea | refs/heads/master | 2022-11-15T17:38:35.438151 | 2020-07-09T15:07:03 | 2020-07-09T15:07:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,520 | c | #include "emscripten.h"
#include "src/webp/encode.h"
#include "src/webp/decode.h"
#include <stdlib.h>
EMSCRIPTEN_KEEPALIVE
int version() {
return WebPGetEncoderVersion();
}
EMSCRIPTEN_KEEPALIVE
uint8_t* create_buffer(int width, int height) {
return malloc(width * height * 4 * sizeof(uint8_t));
}
EMSCRIPTEN_KEEPA... | [
"jasonlaw.dev@gmail.com"
] | jasonlaw.dev@gmail.com |
b3804b7dacd67b6b7fd5eec9ae0829b7a797e8c8 | 4e11947a8256ae5bc99616edd37d645994cd1be3 | /Week05-MoreFunctions-Strings-LittlePointer/main.c | 3ae37f4af4d207a6eb6f0bd87cde4dd9d748bc1b | [] | no_license | ImperativeProgramming/Practices2021 | 7439c47876b90d5be5ded6fabd5c0af418849062 | 43160ec4e1834fbee662837cd7e27da654b9af3e | refs/heads/master | 2023-01-30T00:21:38.308163 | 2020-12-08T21:55:58 | 2020-12-08T21:55:58 | 293,446,971 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | c | #include <stdio.h>
#include "source/cool_functions.c"
int main(){
say_potato();
} | [
"charles.jose.ferrari@ericsson.com"
] | charles.jose.ferrari@ericsson.com |
a00efeb42a2f275333eb5edc8e68838dcb4b018f | 35d60eee339ae52704f35fcef4d4179392d4be50 | /.stack-work/ghci/a00efeb4/cabal_macros.h | 4a2328a0baeb68fe2d0c609c37db57b6d827442c | [] | no_license | jerin10john/Haskell-CubicCalculator | f736c796d3ded3285d4e426a13430107516d169f | 77b21fcfd20d46c68afa56800186496dc3b2f246 | refs/heads/master | 2022-10-28T05:58:15.816004 | 2020-06-11T03:42:43 | 2020-06-11T03:42:43 | 260,055,738 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,299 | h | /* DO NOT EDIT: This file is automatically generated by Cabal */
/* package 1JC3-Assign1-0.1.0.0 */
#ifndef VERSION_1JC3_Assign1
#define VERSION_1JC3_Assign1 "0.1.0.0"
#endif /* VERSION_1JC3_Assign1 */
#ifndef MIN_VERSION_1JC3_Assign1
#define MIN_VERSION_1JC3_Assign1(major1,major2,minor) (\
(major1) < 0 || \
(maj... | [
"jerin10john@gmail.com"
] | jerin10john@gmail.com |
6d6321b946e991e0b8118a00f93157469ad8bd55 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/tools/testing/selftests/sync/extr_sync.c_sw_sync_timeline_inc.c | bfd8e452caf551f3df597ecbac32e71c4062801f | [] | 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 | 634 | 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 |
8a1418732cb6f63dd439fc99c252645f41992365 | f7d0281cf2a46f4aa2b957007f4c0c8a42daba74 | /Colleen/c/Colleen.c | 6755468912a0537b99211615d731390c9436aee3 | [] | no_license | tnicolas42/dr_quine | ce327c46548e684752f9212e7259cf681bc8c1db | 10535303e9b9d118776e595243ba1f7c5c5ab8c2 | refs/heads/master | 2020-09-06T13:43:55.893839 | 2019-11-17T16:06:25 | 2019-11-17T16:06:25 | 220,441,116 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 525 | c | char *s = "#include <stdio.h>%c/*%coutside%c*/%cvoid a(char *s) { printf(s, 10, 10, 10, 10, 10, 10, 10, 9, 34, 37, 37, 92, 34, 10, 10, 10, 10, 9, 10, 10); }%cint main()%c{%c%cprintf(%cchar *s = %cc%%s%cc;%cn%c, 34, s, 34); a(s);%c/*%c inside the function%c*/%c%creturn 0;%c}%c";
#include <stdio.h>
/*
outside
*/
void a(... | [
"tnicolas@student.42.fr"
] | tnicolas@student.42.fr |
799de2b0ef62e46b4fe1c18ccbeb407440ad1ed4 | e59ba222fda0746b295afd9edc3a1d41452f4a2d | /vice/src/objects/tests/ism.c | 738d5239a8794ebcae5b8216929ca8f1c28d7534 | [
"MIT"
] | permissive | astrobeard/VICEdev | b86b993b4977a0a6baadc3bf73af99a17c8c56d5 | c78804ec63b48a760ce3e50b8d3afc7b699ec75f | refs/heads/master | 2020-06-22T04:14:51.874900 | 2020-06-03T17:40:26 | 2020-06-03T17:40:26 | 197,628,527 | 0 | 0 | MIT | 2020-03-18T18:46:47 | 2019-07-18T17:17:15 | Python | UTF-8 | C | false | false | 2,010 | c | /*
* This file implements testing of the ism object's memory management
*/
#include <stdlib.h>
#include <string.h>
#include "../../objects.h"
#include "../../singlezone.h"
#include "singlezone.h"
#include "ism.h"
/*
* Test the function which constructs an ism object
*
* Returns
* =======
* 1 on ... | [
"astrobeard21@gmail.com"
] | astrobeard21@gmail.com |
13d4131cc68cd392f8d7b44a99e5e86a2b5d42ae | 7b1b0d72d83dce596f4aba2a774ed8fa55738807 | /哨兵工程/Sentry_Gimbal/Hardware/usart3.h | bd002204eae0cd98f71eb7a72d89c07891ecdeaa | [] | no_license | yaoyaolll/Sentry_2018 | c63f8a66ed871bf562d6bf2bfe2b6b8e05005812 | 0df1713ecc957856df34908a5636d2aa4094d88e | refs/heads/main | 2023-01-05T02:01:40.852637 | 2020-11-09T13:02:19 | 2020-11-09T13:02:19 | 311,336,128 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 78 | h | #ifndef USART3_H_
#define USART3_H_
void USART3_Configuration(void);
#endif
| [
"liuyao_hust@qq.com"
] | liuyao_hust@qq.com |
822821abc8da03641308b4bf69c4738f9629aa5f | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/base/screg/winreg/client/regsval.c | 6ad9bfdb46bf05bbf782d609900de59a985f95f0 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,540 | c | /*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
Regsval.c
Abstract:
This module contains the client side wrappers for the Win32 Registry
set value APIs. That is:
- RegSetValueA
- RegSetValueW
- RegSetValueExA
- RegSetValueExW
Author:
David J. Gilman (d... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
da6ad920e913dcc62c4f1b680cfcd5ea4bbfbea8 | 94e779eb3c58482991aa6982627d6685055d2ae0 | /fmcomms1/AD9548/AD9548.c | b285b2c4860657b69d7862bf0f1abe128f050b86 | [] | no_license | SShiraishi/no-OS | c7287ee7767634439a7f9306717cf7822e54b4fb | 1d9cec18e6f9553313f7539bbc56a6e4723dd8d5 | refs/heads/master | 2020-12-25T04:17:31.959422 | 2013-03-01T16:45:23 | 2013-03-01T16:45:23 | 8,644,141 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,834 | c | /***************************************************************************//**
* @file AD9548.c
* @brief Implementation of AD9548 Driver.
* @author DBogdan (dragos.bogdan@analog.com)
********************************************************************************
* Copyright 2012(c) Analog Devices, Inc.
... | [
"andrei.cozma@analog.com"
] | andrei.cozma@analog.com |
ba48111122dead65c72e742c626168374fbd98d6 | fce8020123b9f23414e4efc02711c4fe2864c8ba | /cinit/contrib+tools/cinit.graph.text.c | 5e5316aee799ab4ec0b62453f35207f713759bcf | [] | no_license | Jubei-Mitsuyoshi/aaa-stage-0 | 9a75285210c51850b9be6a85ae0d6099dd652a4e | 1bf2caf3fec439496e68a95fcf52cf50bba81bca | refs/heads/master | 2016-09-05T15:16:22.052289 | 2013-12-29T00:57:06 | 2013-12-29T00:57:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,433 | c | /**
(c) 2005 Peter Portmann (pp at bluewin.ch)
cinit.graph.text.c
This script is written for the clinux-System and published
under the terms of GPL 2.0
Version: 0.2
ChangeLog:
Version 0.2 (Peter Portmann):
* Not assigned link destinies are marked by (!).
* Not readable directories a... | [
"jubei.house.of.five.masters@gmail.com"
] | jubei.house.of.five.masters@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.