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
751e7846bbd02e4d2b3d3b9c1a3ca567052ebe57
5786a6f893c683582eb1a7a309385e716239a211
/wtwd-m/m166/components/third_party/openssl/include/ssl/ssl_tls1.h
b1ad2fd78d3f363806dbb598f5686fb57af13241
[]
no_license
leksmax/sv6x66_sdk
9615909ef139e5e3a2f68b662c8c7a70ddca0c7d
9ba55161834782c9d4ba62063fdf1403d0c69a95
refs/heads/master
2022-03-15T08:49:06.117383
2018-12-20T03:48:55
2018-12-20T03:48:55
null
0
0
null
null
null
null
UTF-8
C
false
false
9,435
h
/* * Copyright (c) 2007, Cameron Rich * * 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 c...
[ "zyongjun@waterworld.com.cn" ]
zyongjun@waterworld.com.cn
280533e72e2248d21f49db157949bd55410838ed
fac0c74e1dbe5077a4b7c2185e9bb55d8e3641d2
/return.c
cdad97b04c91e696124103c5be8cc1f692c29b86
[]
no_license
MIETDevelopers/Koushik_145_C_Programs_Repository
c799fa93691b5d263b6a90d2cbc072d3cd60f28d
ce3c9c48468087fb6356da51ed2f6cd3328d9eba
refs/heads/main
2023-04-02T15:39:00.931755
2021-03-29T23:20:39
2021-03-29T23:20:39
349,782,165
0
0
null
null
null
null
UTF-8
C
false
false
648
c
//function implementation which returns a structure //author koushik mahajan //30/03/2021 #include <stdio.h> struct student { char name[50]; int age; }; // function prototype void display(struct student s); int main() { struct student s1; printf("Enter name: "); // read string input from the user un...
[ "76400170+koushik-mahajan@users.noreply.github.com" ]
76400170+koushik-mahajan@users.noreply.github.com
6023c9a1d383ea2b10f6953f376316005e09db4b
1b5d2a05742074df14380fc3b90bf385cb97376c
/ass5_17CS30038_17CS10061/ass5_17CS30038_17CS10061_test7.c
3c9caa606012cfa020584d57addda7e49e245154
[]
no_license
RKJenamani/tinyC-Compiler
5815fadf0d528358f0c804e4de0a7657b047c2f0
3dfb46669df332e7724510db8a7322250d7f6763
refs/heads/master
2020-07-16T00:43:58.737347
2019-11-01T18:14:29
2019-11-01T18:14:29
205,684,174
0
2
null
null
null
null
UTF-8
C
false
false
532
c
// Dynamic Programming solution for Rod cutting problem int max(int a, int b) { int ans = a > b ? a : b; return ans; } int func(int price[100], int n) { int val[100]; val[0] = 0; int i, j; int max_val = 10000; for (i = 1; i<=n; i++) { for (j = 0; j < i; j++) max_val = max(max_val, price[j]...
[ "rajatkj11@gmail.com" ]
rajatkj11@gmail.com
eddf644ad1fdad6528503dc61e065d5630e0c524
617bd24f8c106b9c707a0afcef2abc2b64e08e43
/ios/Pods/Headers/Public/ABI33_0_0EXBlur/ABI33_0_0EXBlurViewManager.h
3e25968f43fa79dcc7785252ccfbc216431a39ae
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
atiato78/expo
54f15c932a3984f2a60b7fddc9bd55c470ba92e4
0c9ef858e125b5f9d421edc183ec10aa84c9b41b
refs/heads/master
2022-12-15T09:30:33.721793
2019-07-31T20:04:43
2019-07-31T20:04:43
199,931,004
2
0
MIT
2022-12-04T05:33:11
2019-07-31T21:24:06
Objective-C
UTF-8
C
false
false
96
h
../../../../versioned-react-native/ABI33_0_0/EXBlur/ABI33_0_0EXBlur/ABI33_0_0EXBlurViewManager.h
[ "noreply@github.com" ]
atiato78.noreply@github.com
dce64cb65947cd7ebafa9b1b412d02451363ea6f
39f4a4b1d290b717854a8018a3944ce1c9183e6b
/ex17/ft_strcmp.c
e83345cf2e3cf1997f8b79d703ac4dc9467f84be
[]
no_license
kirillwinter/piscine_reloaded
9ce42d3bf9f67cb613b0a381039731e58b8225e5
9e1e9da905ac9dc4bf44c04911c685014026f1c0
refs/heads/master
2020-04-11T07:59:22.713818
2018-11-23T13:05:03
2018-11-23T13:05:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,062
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "wballaba@e2r1p2.21-school.ru" ]
wballaba@e2r1p2.21-school.ru
dddc4da39293115a77af3e94b6c69389af20b1af
c7792b5e5ae5e74d643518a5b0644020288fc6da
/mutants/fuzzgoat.mutant.10209.c
55bfb4a50e07ee377bcc52f4eff6ca156e2612a4
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,159
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
a0ae99ad9d1cde47ffff4c625128c56050900f94
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/s390/char/extr_vmur.c_urdev_get.c
6f7559ea25f91a383df3773e523eb70e14c71767
[]
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
598
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
618e865f40a497960546d3af6bed97966f1d08a0
ca20bf9f85f25b1e38810e9b4e5a4ce8aedb0082
/src/util.c
37abb3379c1b5d536d2f8055c4c4a4c99f8ba49f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
grantdick/libelasticnet
8c3437594d0782428f6b8dd76e314f07400f6220
9c8d696136f879c30bcd57247b40877be6072c29
refs/heads/master
2020-12-24T13:35:25.483613
2015-08-24T07:14:52
2015-08-24T07:14:52
41,282,822
2
0
null
null
null
null
UTF-8
C
false
false
2,226
c
#include <stdio.h> #include <string.h> #include <math.h> #include "alloc.h" void standardise_data(double **x, double *y, int N, int p, double *xm, double *xs, double *ym, double *ys) { int i, j; double delta; *ym = *ys = 0; for (j = 0; j < p; ++j) xm[j] = ...
[ "grant.dick@otago.ac.nz" ]
grant.dick@otago.ac.nz
5ff6600b21ed3c4b09a1caf3d154b503977fc466
de3a6d3280629b64b633a91580559fd379e8e283
/pebble/src/mini-printf.h
552e7fab6006a5fbe2817b1e7c96b858676a2c3d
[]
no_license
davidcesarino/PebbleBtTest
93aa47f0130159e7abf7534ae552faab4f84e2f4
7183260b609581930b9daa49d23b880df955b82b
refs/heads/master
2021-01-10T12:50:03.012146
2019-02-17T23:54:57
2019-02-17T23:54:57
51,615,902
0
0
null
null
null
null
UTF-8
C
false
false
406
h
/* * The Minimal snprintf() implementation * Copyright (c) 2013 Michal Ludvig <michal@logix.cz> */ #ifndef __MINI_PRINTF__ #define __MINI_PRINTF__ #include <stdarg.h> //int mini_vsnprintf(char* buffer, unsigned int buffer_len, char *fmt, va_list va); int mini_snprintf(char* buffer, unsigned int buffer_len, char *...
[ "davidcesarino@gmail.com" ]
davidcesarino@gmail.com
b170d02302b46fb95ba9bc1daba87144b90e3e1f
5ce27c389bc7e76a72bfda615ee345ae37751177
/Pointers/PointersAddTwoMatrix.c
6d3a063e738a5c8b9066099c126539d83a62a031
[]
no_license
ankitkv02/procedure-oriented-programming
cf141f5a84c7f5602507d46f6931074feb718900
4bfa75ffb7491efca129adfb1574ba69860cf2a5
refs/heads/master
2020-05-19T04:31:43.986453
2019-05-21T18:31:43
2019-05-21T18:31:43
184,827,652
1
1
null
null
null
null
UTF-8
C
false
false
1,056
c
#include<stdio.h> #define ROW 3 #define COL 3 void CreateMatrix(int (*p)[COL]); void AddMatrix(int (*x)[COL],int (*y)[COL],int (*z)[COL]); void PrintMAtrix(int (*t)[COL]); int main(){ int arr1[ROW][COL],arr2[ROW][COL],sum[ROW][COL]; /*int (*ptr1)[COL] = arr1; int (*ptr2)[COL] = arr2; int (*ptr3)[COL] = sum;*/ ...
[ "ankitrue@gmail.com" ]
ankitrue@gmail.com
1837e9b6ae99f4dd4d1652cd736fc03fb43aa6a0
d8eb1f8419507940d2e5505411cc89e7bc282cae
/playground/modules/component_toolbar/PTransformationToolBar/PTransformationToolBar_global.h
2c54ce01789972db79cda1ed6a5abac0321b27b1
[]
no_license
OndraVoves/BackGenEngine
34905865ac2896471cc5ad9c1cf4e393a33bb631
bec51508ab0c43d5898c87a4649df0f9d567fcbf
refs/heads/master
2021-01-20T08:46:32.547364
2015-08-26T19:53:48
2015-08-26T19:53:48
41,446,742
0
0
null
null
null
null
UTF-8
C
false
false
330
h
#ifndef PTRANSFORMATIONTOOLBAR_GLOBAL_H #define PTRANSFORMATIONTOOLBAR_GLOBAL_H #include <QtCore/qglobal.h> #if defined(PTRANSFORMATIONTOOLBAR_LIBRARY) # define PTRANSFORMATIONTOOLBARSHARED_EXPORT Q_DECL_EXPORT #else # define PTRANSFORMATIONTOOLBARSHARED_EXPORT Q_DECL_IMPORT #endif #endif // PTRANSFORMATIONTOOLBAR...
[ "o.voves@gmail.com" ]
o.voves@gmail.com
407475dbbf75f8cea19cf65488f04773bc3b5188
8754859d922a79f0d88efb97777fca60ae401dc8
/ft_isprint.c
b118285c6ee25c892bea4d6bda2d089797db70a2
[]
no_license
mybenzar/libft
0fd0d46651b8240a71decf5b99e95e72e829ae22
61b6a71fe8995efc2938c1fc84604843665a6cb9
refs/heads/master
2020-04-05T12:57:42.569052
2019-05-22T10:06:10
2019-05-22T10:06:10
156,888,400
0
0
null
null
null
null
UTF-8
C
false
false
997
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
[ "mybenzar@e2r5p4.42.fr" ]
mybenzar@e2r5p4.42.fr
9c2210853b7059a9f910194a3ed09c895187e104
870de69fd7e6dad8f1ef4bb133d2d64849637249
/mac_ipacl.h
92537cb96ca7205f3390fa2b193e838b8cab78f3
[]
no_license
bartku/mac_ipacl
cad8539d2b099da8759c0676051ac3cc3e6a3675
5859d608852988e387eff73e5ecd9a85487ca676
refs/heads/master
2021-01-10T20:56:37.736193
2011-02-24T18:10:26
2011-02-24T18:10:26
1,407,565
0
0
null
null
null
null
UTF-8
C
false
false
2,996
h
/*- * Copyright (c) 2010-2011 Bartosz Marcin Kojak <bartek@6bone.be> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright *...
[ "sunridin@gmail.com" ]
sunridin@gmail.com
e6dce5bcf13662ad50b33c439e711fceafaaad7b
1874865d3d18d91aad383808a0429fb2c2f7c210
/Unidade1/7Exemplos/LPC1700CMSIS/Examples/USBDEV/USBHID/demo.c
d877977617c8370a6b57a3592cfacd4c5358a0f1
[]
no_license
ErielBernardo/SistemasDigitalsEmbarcados
02788b7c780710021c3a59c6614c98e6d9b0cc92
a961e04011ab70133feffe33cf07feaf04c41a0e
refs/heads/master
2020-04-10T11:02:28.207134
2018-11-21T18:00:45
2018-11-21T18:00:45
null
0
0
null
null
null
null
UTF-8
C
false
false
3,433
c
/*---------------------------------------------------------------------------- * Name: DEMO.C * Purpose: USB HID Demo * Version: V1.10 *---------------------------------------------------------------------------- * This software is supplied "AS IS" without any warranties, express, * ...
[ "fabio.rocha@gmail.com" ]
fabio.rocha@gmail.com
7d8cc2f67cdd3884659fd9004d2c5d124497e3a7
9246478bb145273b52272391d107aaccdcc5285b
/src/config/config.h
9b01908631b2741eee36e360846df2a78e038be9
[]
no_license
kordax/liteweb
cf07d548005de0c9708f5eef13116dd30e1a185a
a97b6aa23bbb267adb116748f7302a1589250136
refs/heads/master
2021-01-20T11:46:44.641230
2015-02-23T19:56:50
2015-10-25T22:30:36
31,226,518
0
0
null
null
null
null
UTF-8
C
false
false
257
h
#ifndef CONFIG_H #define CONFIG_H #include <QTcpSocket> #include <QHostAddress> QString ipv4_addr = "127.0.0.1"; QHostAddress *hostAddr = new QHostAddress(ipv4_addr); quint16 hostPort = 27015; QAbstractSocket::BindMode bind_mode = 0; #endif // CONFIG_H
[ "d.morozov@semrush.com" ]
d.morozov@semrush.com
ec440ba389abc5ec2b73aa98bd56ad612aff5c69
8052751aaa6344de6b67832a4e423fd904482d3f
/c/uidpoll.c
337bf70322328c6dc70b3c179aa62f7abf3c2ad4
[]
no_license
beshaya/tagServer
721a048e1c350df6a6e4d42c66ea71c0c31a384c
1e589acecddea2110d6f2c7dc21d62d25f82e607
refs/heads/master
2020-05-02T12:16:33.070377
2015-12-16T18:47:07
2015-12-16T18:47:07
34,394,818
0
1
null
2015-12-16T18:47:07
2015-04-22T14:22:15
JavaScript
UTF-8
C
false
false
3,073
c
// To compile this simple example: // $ gcc -o quick_start_example1 quick_start_example1.c -lnfc #include <stdlib.h> #include <nfc/nfc.h> #define INFO(...) if (!quiet) printf __VA_ARGS__ #define ERR(...) fprintf(stderr, __VA_ARGS__) static void print_hex(const uint8_t *pbtData, const size_t szBytes) { size_t szPo...
[ "bshaya@restdevices.com" ]
bshaya@restdevices.com
ce90b1ab09addfc3b53643f48a804354ce321777
1385c32207e378f47bf2153956825e89228b8de1
/references/ImageMagick/include/MagickWand/operation.h
11bb44469176be8381facacf43e5cad6e7cf2545
[ "Apache-2.0", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-free-unknown" ]
permissive
marlonnardi/alcinoe
4d5dc32328fff661792f5805a799e16b001688d1
5e14b2fca7adcc38e483771055b5623501433334
refs/heads/master
2020-08-12T09:38:29.484894
2020-05-17T23:17:32
2020-05-17T23:17:32
163,667,647
1
0
Apache-2.0
2019-10-12T22:52:31
2018-12-31T12:34:34
Pascal
UTF-8
C
false
false
923
h
/* Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. obtain a copy of the License at https://www.imagemagick.org/script/license.php Unless required by ap...
[ "loki5100-nospam@yahoo.fr" ]
loki5100-nospam@yahoo.fr
c23d26003feae1cfa4fa839416d5134a3dc675ee
de5e362db780429ac6304c11345f060e3149f498
/kungfu/condition/die_guard.c
ab4114f1f7413d861ae527eccd02d4c4cf6abea6
[ "MIT" ]
permissive
caokang/mud
8058c0de0ac791fa8662224f82318e4e8b0b62bd
99025000097bbe4bc5028e216c8d0eb05ef9ac67
refs/heads/master
2023-06-17T18:37:14.304099
2021-07-15T12:51:40
2021-07-15T12:51:40
null
0
0
null
null
null
null
UTF-8
C
false
false
336
c
#include <ansi.h> int dispel() { return 0; } int update_condition(object me, int duration) { if (duration < 1) { tell_object(me, BEEP + HIW "你的死亡保护期限已满,以后" "请自己小心了。\n" NOR); return 0; } me->apply_condition("die_guard", duration - 1); return 1; }
[ "i@oiuv.cn" ]
i@oiuv.cn
5f6bbd7d85e8906c959352ed414ac4c3e0fecd49
de5e362db780429ac6304c11345f060e3149f498
/d/huanghe/npc/menmian.c
c4691e4aa3454182dc921cceedbbbc45dcc79b45
[ "MIT" ]
permissive
caokang/mud
8058c0de0ac791fa8662224f82318e4e8b0b62bd
99025000097bbe4bc5028e216c8d0eb05ef9ac67
refs/heads/master
2023-06-17T18:37:14.304099
2021-07-15T12:51:40
2021-07-15T12:51:40
null
0
0
null
null
null
null
UTF-8
C
false
false
785
c
// menmian.c inherit NPC; void create() { set_name("蒙面人", ({ "menmian ren", "menmian", "ren" })); set("gender", "男性"); set("age", random(10) + 40); set("str", 25); set("dex", 16); set("per", 20); set("long", "一个黑布蒙面,神秘兮兮的家伙。\n"); set("combat_exp", 20000); set("shen_type", -1); set("attitude", "peaceful"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
26471f8a545b145477a897f48820439567b48208
a94cb9da87513edfe2de14c0603c05ec685db9a0
/pg-110-8946-copieinitiale/sources/include/sprite.h
df9de0cd1b65cdd5664937eee32b0d320d66c544
[]
no_license
maksiachraf/current-projects
61152b5d0a735a42bdff746f11a77467d618e102
529e3b02a40363dcc80eb57ad54bdac7bbc428c7
refs/heads/master
2021-03-15T09:53:17.369622
2020-03-12T13:32:34
2020-03-12T13:32:34
246,841,363
0
0
null
null
null
null
UTF-8
C
false
false
936
h
/******************************************************************************* * This file is part of Bombeirb. * Copyright (C) 2018 by Laurent Réveillère ******************************************************************************/ #ifndef SPRITE_H_ #define SPRITE_H_ #include <SDL/SDL.h> #include <map.h> #incl...
[ "amaksi001@enseirb-matmeca.fr" ]
amaksi001@enseirb-matmeca.fr
224c8322c366de24add2f9216eef55877bfee605
d4210a4b6058dbbe0807000118cbc4325178fbfd
/libft.h
fce96885b8c850b963d6908a6006a8d2158ecc4a
[]
no_license
nmanzini/42-libft
fc178d7b9e02f9f6c07fdf03c64c693115b694d5
ac366d7801b9c9393c7ba0174a25d8924c1c5707
refs/heads/master
2021-09-07T00:56:03.897199
2018-02-14T13:02:46
2018-02-14T13:02:46
111,713,976
14
6
null
null
null
null
UTF-8
C
false
false
3,823
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "noreply@github.com" ]
nmanzini.noreply@github.com
e95c9f6e7963f0457d7d46f2925aaf1a31237659
0f63789c9ecb7468a364caf3c5916ce07514bcdd
/cub3D jenya/cub3d/libft/ft_strrchr.c
f63cff2d3afedc056284fde728c7e290e159826c
[]
no_license
base1905/cube3d
d156f2348cd8ace185501ec7490dc730598541a3
4a3c73caba816d56c4e1d22acb84412ad3eda801
refs/heads/master
2023-02-01T16:09:48.505855
2020-12-18T18:23:28
2020-12-18T18:23:28
300,722,406
0
0
null
null
null
null
UTF-8
C
false
false
1,133
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrchr.c :+: :+: :+: ...
[ "arannara@il-j1.msk.21-school.ru" ]
arannara@il-j1.msk.21-school.ru
277c7b28b0b46a0bb88fb3d2d25f2333a7f1302f
d1ccb0f08400a0496ee62435583311f9769f59ec
/src/tddmrg.h
c864ba6ada8065a57278e38a229b4e2ce6624a0d
[]
no_license
yigao1983/TDDMRG
d5d7b8385ed3ccd7d2997e2fc450fa84ea34ea95
273dfff790cb8fab7b7acd91ed501209ede74dc1
refs/heads/master
2021-01-20T10:47:25.516395
2015-10-06T04:49:38
2015-10-06T04:49:38
43,730,328
5
0
null
null
null
null
UTF-8
C
false
false
116
h
#ifndef tddmrg #define tddmrg void tddmrg_Init(void); void tddmrg_Quit(void); void tddmrg_Propagate(void); #endif
[ "yigao1983@gmail.com" ]
yigao1983@gmail.com
dd5393c3c34d27977b8786978ac5500d403ffcfc
9d55cbd7c17265f49e26f7e27d44e29f9bd8efb2
/audio/CompAudio/CAprstat.c
2968ed59521da9142d5112eb84f8cdfcc193f229
[ "BSD-2-Clause" ]
permissive
jeremydeanw/afsp-mirror
c5c463c050d555bd9f1094ca60256c9431e8fc5c
65374b92306d87c78e6c71e741cc0ab92146f0b1
refs/heads/master
2021-09-15T15:13:55.076111
2017-10-25T16:37:00
2018-06-05T10:02:10
null
0
0
null
null
null
null
UTF-8
C
false
false
2,861
c
/*------------- Telecommunications & Signal Processing Lab -------------- McGill University Routine: void CAprstat (const struct Stats_F Stats[], long int Nchan) Purpose: Print statistics for an audio file Description: This routine prints statistics for audio file data. The standard i...
[ "akx@iki.fi" ]
akx@iki.fi
8406bc163d67edd32bb90d42727eba15792e124d
49ae089c773481fe6ce4d119b9d84aab946dbade
/ex08/ft_is_negative.c
1f590e039f2b16c6181af265cd3ee6c216b4644b
[]
no_license
Navalag/piscine_reloaded
d6e329ecaa3b31f3607f08059700008211685f41
ba42ac4235ae0cdd014bc681f40e20acb82a0b32
refs/heads/master
2021-09-14T07:35:37.546731
2018-05-09T21:06:15
2018-05-09T21:06:15
115,928,370
0
0
null
null
null
null
UTF-8
C
false
false
1,017
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_negative.c :+: :+: :+: ...
[ "agalavan@e3r2p10.unit.ua" ]
agalavan@e3r2p10.unit.ua
03c0c1a139506f7a873a400d8a935704fe783f22
7f9416747dd0084656497146846a303000d0c546
/ProblemSet1/Minesweeper-110102.c
9bdae33c5608efe1fea20cdd60f410b8e9187dc8
[]
no_license
ekaggen/ProgrammingChallenges
aa70f63e777acc412cb2b9624e5a626252d4fa5b
89e74986e097f9e4d3fb1a6805d1b5a25a05c2de
refs/heads/master
2020-05-07T22:04:48.038157
2013-09-24T11:51:06
2013-09-24T11:51:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,838
c
/* Solution to Programming Challenges Problem http://www.programming-challenges.com Author: Eric Kaggen Problem: Minesweeper (110102) This solution favors readability over elegance. The assumption is made that program input follows supplied specifications. Handling of boundary cases outside of the specific...
[ "ekaggen@gmail.com" ]
ekaggen@gmail.com
cd268f0df9ec1b4c607d96f89241f22a62829e15
87975282a70cde78f15c887d83b8c99dae6ff41c
/api/graphics/graphics.c
8db820b7b623f89e8010cd3b253b3c5533ace005
[ "BSD-3-Clause" ]
permissive
reymontero/JSD-OS
b55f250e1c863f029f2d314fb8649579443841ea
f47679b4a326083edf90f76feebe8d0aa9f74b67
refs/heads/master
2022-04-07T02:24:08.716905
2020-01-31T05:56:43
2020-01-31T05:56:43
null
0
0
null
null
null
null
UTF-8
C
false
false
5,311
c
#include <graphics/graphics.h> #include <string.h> #include <stdlib.h> #include <ctype.h> #include <stdbool.h> #define REG_SCREEN_CTRL 0x3D4 #define REG_SCREEN_DATA 0x3D5 uint8_t* VIDEOMEM = NULL; size_t NUMROWS = 25; size_t NUMCOLS = 80; size_t SCREEN_SIZE_BYTES = 80 * 25 * 2; volatile size_t cursorpos = 0; inlin...
[ "chuckjonesgame@gmail.com" ]
chuckjonesgame@gmail.com
fb42915c84131e23ea4dcf4aa136c9828566acbe
4e4a90e97ab259ace92211bdb83ba18e5783a76d
/extension/eigen/config.h
a13f4f0aaf957ce53bc598644a1baa091ca1745c
[]
no_license
bigcab/psautiers.org
8c3a765f28675b0e473c839fd8352baf8f92489f
5793b80691b6699953a6d9c97bfdce67628d4f7b
refs/heads/master
2020-03-15T02:01:23.364149
2018-05-03T00:55:25
2018-05-03T00:55:25
131,908,084
0
0
null
null
null
null
UTF-8
C
false
false
2,172
h
/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Whether to build eigen as dynamic module */ #define COMPILE_DL_EIGEN 1 /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the <inttypes...
[ "cab@cab-laptop.(none)" ]
cab@cab-laptop.(none)
2be1ef907676d080f319d09810549a0cbe28f670
d4cecad97badbaeef40e1f9089a26312cd9ca71f
/spg/eval.h
25950166bfacfb5da461253e9606d11e9d0ee987
[]
no_license
paramita1024/Cherrypick
6021e980a2bec02382addf959f0e1158c72a0ce9
17659c26c4af5aa61e2f0dc8f0e59d0382e2e9b9
refs/heads/master
2020-03-19T07:52:46.410811
2018-06-11T05:54:44
2018-06-11T05:54:44
136,156,401
0
0
null
null
null
null
UTF-8
C
false
false
538
h
#include "cfortran.h" PROTOCCALLSFSUB2(INIP,inip,INTV,DOUBLEV) PROTOCCALLSFSUB4(EVALF,evalf,INT,DOUBLEV,DOUBLEV,INTV) PROTOCCALLSFSUB4(EVALG,evalg,INT,DOUBLEV,DOUBLEV,INTV) PROTOCCALLSFSUB3(PROJ,proj,INT,DOUBLEV,INTV) #define inip(n,x) \ CCALLSFSUB2(INIP,inip,INTV,DOUBLEV,n,x) #define evalf(n,x,f,flag) \ CCALLSFSUB4...
[ "paramita2000@gmail.com" ]
paramita2000@gmail.com
de75fd463d21f786cdec0dd6c5bd39b3339df584
3e07d3f9d5958c59d94ab6736ff567dc0fb18f22
/src/osd/windows/vconv.c
40538fee36f9bd6b444e0658022805f39cec3014
[]
no_license
EmulatorArchive/sdl-mame-wii
a8ce21867d547a24e1c5fbec0ef447622d445f5c
17a88f1ed3581e5f015121a7afe76d285bfd338d
refs/heads/master
2016-09-16T02:35:04.561355
2015-03-15T01:22:52
2015-03-15T01:22:52
32,225,637
2
2
null
null
null
null
UTF-8
C
false
false
12,821
c
//============================================================ // // vconv.c - VC++ parameter conversion code // //============================================================ // // Copyright Aaron Giles // All rights reserved. // // Redistribution and use in source and binary forms, with or // without modificatio...
[ "baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792" ]
baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792
946aa85fa3008e0ce4867ff8abba73cac223380a
0bedbcd5d9821abaad01e1d32949007a1a3f756b
/11636 -Hello World!.c
5bcee6ed695c5f98d8258bfa462c6a4a043d46c1
[]
no_license
ahqmrf/desktopUva
02a17c20f114cd305883ad1c809d6f135a12f816
33a6579e0c8bb25f5893d05d9a95de88db5ccc80
refs/heads/master
2021-01-23T12:16:25.145257
2015-03-19T07:02:55
2015-03-19T07:02:55
32,505,544
0
0
null
null
null
null
UTF-8
C
false
false
603
c
#include<stdio.h> #include<math.h> int main (void) { double const logOf2Base10 = log10(2); int n, case_no = 0; while(scanf("%d", &n) == 1 && n > -1) { if(n == 1 || n == 0) printf("Case %d: 0\n", ++case_no); else { double num = (double)n; doub...
[ "bsse0621@iit.du.ac.bd" ]
bsse0621@iit.du.ac.bd
f322520d350665cbe3abb6582caf578763a90fe9
bc65aa7d9696c73442ab544000bfea67e8144e04
/hw5/include/game.h
2b0b27419a59681c7124523ec918b74f04cdc8a2
[]
no_license
kkgj/CSE320-System-Fundamentals-II
d3e98e15417553b4a006a0c66068a503f8ebc1a3
a508c9acc08f2bd784b194be4f62f32a98839b00
refs/heads/main
2023-01-29T18:03:26.053525
2020-12-09T21:47:41
2020-12-09T21:47:41
320,086,506
0
2
null
null
null
null
UTF-8
C
false
false
5,752
h
/** * === DO NOT MODIFY THIS FILE === * If you need some other prototypes or constants in a header, please put them * in another header file. * * When we grade, we will be replacing this file with our own copy. * You have been warned. * === DO NOT MODIFY THIS FILE === */ #ifndef GAME_H #define GAME_H /* * A G...
[ "gordon.zhong99@gmail.com" ]
gordon.zhong99@gmail.com
814acfbdc2a99d065ce9bf7d6b7315ca4d65f46c
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CSEQ/Z6.2+dmb.sy+ctrlisb+data.c
c811da80f95ffa1cc88518a07d236f839fd2c462
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,275
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> // Memory barriers #define FENCE() volatile int vars[3]; volatile int v_1_X0_1; volatile int v_2_X0_1; void *t0(void *arg){ label_1:; vars[0] = 2; FENCE(); vars[1] = 1; return NULL; } void *t1...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
e0f996d28c66f0ab17400b385bc7236eceb56e8f
b2e900115671857dc66498d585827c71a2530c91
/main.c
a0b145702a244d97249e33ba47701136daefee1c
[]
no_license
DeboraBansen/GerenciadorDeTarefas
915614f0dd476a57920cbb887b49d97939be975b
452d089d16dae771a4a09397857a6c90e18e7ec4
refs/heads/main
2023-03-22T15:28:40.962021
2021-03-18T12:00:16
2021-03-18T12:00:16
null
0
0
null
null
null
null
UTF-8
C
false
false
819
c
---------------------------------------------------------- //DEBORA BANSEN ---------------------------------------------------------- #include <stdio.h> #include <stdlib.h> #include <locale.h> #include "tarefa.c" int main(int argc, char *argv[]) { int cont=0; tarefa *r=NULL; int opcao; do{ ...
[ "noreply@github.com" ]
DeboraBansen.noreply@github.com
3517377cd6fdf907c4100db12e815ee501def01b
35dc6d51a48f3a2873f8a575ce7a871e360b3559
/libXg/arith.c
4f0ff2cf05f0e1053491ffa9a4e346a02d3f51fe
[ "dtoa" ]
permissive
aksr/sam
f8e1b2dc01d02af24b08d88d0e7e680c1097f9c7
9b7c46f86ae14bdd2e25c825739297fb060ebfc3
refs/heads/master
2023-02-11T10:12:55.398922
2023-01-24T19:00:09
2023-01-24T19:00:09
218,690,209
0
0
NOASSERTION
2019-10-31T05:22:17
2019-10-31T05:22:17
null
UTF-8
C
false
false
2,785
c
/* Copyright (c) 1998 Lucent Technologies - All rights reserved. */ #include <u.h> #include <libg.h> Point add(Point a, Point b) { a.x += b.x; a.y += b.y; return a; } Point sub(Point a, Point b) { a.x -= b.x; a.y -= b.y; return a; } Rectangle inset(Rectangle r, int n) { r.min.x += n; ...
[ "jking@deadpixi.com" ]
jking@deadpixi.com
fa8ba278a8fe06122a31ff60a6bd0e857c9bb07c
c0920ef3ca9d8d44a77e9aa157e91ebfe6fa4b6b
/lab1b/temp lab1b/lab1b-client的副本.c
7de8ee059f461a73d28506ec86fbe9368bfab4f3
[]
no_license
AllenLiuX/Operating-System-projects
34ea5f259927532bd275aa7709684ad35540a65f
3a4ceeee7010e4549cff2727dead4d88324b8589
refs/heads/master
2023-03-24T04:02:33.838620
2021-03-13T17:07:12
2021-03-13T17:07:12
242,295,000
0
0
null
null
null
null
UTF-8
C
false
false
6,526
c
//NAME: Wenxuan Liu //EMAIL: allenliux01@163.com //ID: 805152602 #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <termios.h> #include <getopt.h> #include <errno.h> #include <string.h> #include <poll.h> #include <signal.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #inclu...
[ "13120200491@163.com" ]
13120200491@163.com
2eb5fca3dd56cf19ac07eb83b766603dfe4322a8
9dcc50532465dc0db8483fefdd755440c063cbe0
/degensac/proF.c
ed13b3af9b840749fff1f99c6167632a4d21c074
[]
no_license
ducha-aiki/zeromqransac
24b9f81c13acba23c281800e577367e1d8b4cccd
e92d681ae0e9caf786d4bc354e36fe38a37cc9ce
refs/heads/master
2020-03-17T18:40:05.783822
2018-05-18T13:19:42
2018-05-18T13:19:42
133,829,501
2
1
null
null
null
null
UTF-8
C
false
false
8,501
c
#include <stdio.h> #include <stdlib.h> #include <memory.h> #include <matutl.h> #include "ranF.h" #include "Ftools.h" #include "rtools.h" #include "utools.h" //#define USE_QR int iterFo(double *u, int len, int **iinls, double th, double ths, int steps, double *F, double *err, double* sgn, double *buffer, i...
[ "ducha.aiki@gmail.com" ]
ducha.aiki@gmail.com
1f8e0fc2bc618fff3a536072c9303ebffdf8665f
ded4c21f53428aee814c4bf5a38edc0274b59b7a
/MaxCode/just tank drive.c
b3016afdda04ba1cfe43d2774e1ae0e0497fe794
[]
no_license
mknutsen/VexTests
8b8dd1437c66253c4c7150cc8c239fca974ff83b
149b56d46e554dd1d8ec3c89536399f2ffc9291b
refs/heads/master
2021-01-15T14:42:32.306888
2016-10-21T01:55:27
2016-10-21T01:55:27
26,330,370
0
0
null
null
null
null
UTF-8
C
false
false
900
c
#pragma config(Motor, port1, frontLeft, tmotorVex393_HBridge, openLoop, reversed) #pragma config(Motor, port2, frontRight, tmotorVex393_MC29, openLoop) #pragma config(Motor, port3, backLeft, tmotorVex393_MC29, openLoop, reversed) #pragma config(Motor, port4, backR...
[ "mknutse1@umbc.edu" ]
mknutse1@umbc.edu
223d43e80cf53767b4ae9bdf2a52503f39978b6a
c17e721812a2d0a1399c67d56b9540febe13178f
/Blatt1/FDPrecision.c
68b535c777e06b4018cec4e34cb4b06debb38c3d
[]
no_license
lucas-winter/Computerphysik
f5c1a33a71515cde9bfdf00f415b2e868ed78b15
d7e6f006707202fb95146070d352754624c48b06
refs/heads/master
2022-08-24T04:04:12.529825
2020-05-24T09:09:13
2020-05-24T09:09:13
260,990,099
0
0
null
null
null
null
UTF-8
C
false
false
587
c
#include<stdio.h> #include<float.h> float floatPrecision(float epsilon) { float x; do { epsilon *= 0.5; x = 1.0 + epsilon; x = x - 1.0; } while (x > 0); return epsilon; } double doublePrecision(double epsilon) { double x; do { epsilon *= 0.5; ...
[ "lucas.winter@aol.com" ]
lucas.winter@aol.com
81662a2508d5a0ed2205ecdb12fbadc5d85919e2
15b58b906974375939e52e465d099e87dd573783
/part3_ch19/ArgvParamType/ArgvParamType.c
713b2bb885c468781448314fadc4eedc5195d625
[]
no_license
traceimp/CProgramming
83217367953fac9d8a3891329149e2d4fc646b3f
cecdb84c1bd9194c43a92f0e54a0bf74386e82a2
refs/heads/master
2021-05-12T13:32:35.594080
2018-02-07T07:45:50
2018-02-07T07:45:50
116,932,296
0
0
null
null
null
null
UTF-8
C
false
false
276
c
#include <stdio.h> void ShowAllString(int argc, char * argv[]) { int i; for (i = 0; i < argc; i++) { printf("%s \n", argv[i]); } } int main(void) { char * str[3] = { "C Programming", "C++ Programming", "JAVA Programming" }; ShowAllString(3, str); return 0; }
[ "traceimp@outlook.kr" ]
traceimp@outlook.kr
9f6475e60f01a18cace9573c509118d90c3fb807
f63d0d5e49e9695766c1819559aa1650754ef57b
/test/src/test.c
ec9d00adf797123222413c72158c1f51578b630f
[]
no_license
gougou9903/project3-kds
237510080efafae071cecd29e47847a9e56b2f57
3861b6d19e739ae90feb62f444d6c266d54cd56c
refs/heads/master
2021-01-10T10:51:49.973693
2016-04-11T04:26:53
2016-04-11T04:26:53
55,086,467
0
0
null
null
null
null
UTF-8
C
false
false
2,124
c
/* ============================================================================ Name : test.c Author : Version : Copyright : Your copyright notice Description : Hello World in C, Ansi-style ============================================================================ */ #include <stdio.h> #in...
[ "gougou9903@gmail.com" ]
gougou9903@gmail.com
9b974594a05f7c01539eb1bff045fe3dfcb7adab
e07e3f41c9774c9684c4700a9772712bf6ac3533
/app/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Collections_ObjectModel_ReadOnlyCo2881757135MethodDeclarations.h
d944e84eadc8c024caf9e80d787edfdc55ada597
[]
no_license
gdesmarais-gsn/inprocess-mobile-skill-client
0171a0d4aaed13dbbc9cca248aec646ec5020025
2499d8ab5149a306001995064852353c33208fc3
refs/heads/master
2020-12-03T09:22:52.530033
2017-06-27T22:08:38
2017-06-27T22:08:38
95,603,544
0
0
null
null
null
null
UTF-8
C
false
false
20,086
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> // System.Collections.ObjectModel.ReadOnlyCollection`1<GSN.Skill.Phoenix.TournamentHistoryData> struct ReadOnlyCollection_1_t2881757135; // Sy...
[ "gdesmarais@gsngames.com" ]
gdesmarais@gsngames.com
0adcd329acbde18b170dd5d6bf2eb0fcab968d6c
ee01ea06b07a09c2819475353ecc30adfcfdaee7
/tempo_Rig028_Juky2017/SYMPHONY/INCLUDE/LINEAR.H
2dc68295c1b5822ebc28e4202d58baabef866d52
[]
no_license
zroper/tempo_ultrasound
e3d14c6185b30526607cd55176d288346c4f19df
f592e97e77c659946c1a10ce405f4ee21cb5ea78
refs/heads/master
2020-12-02T18:07:25.240460
2017-07-06T22:40:14
2017-07-06T22:40:14
96,477,504
0
0
null
null
null
null
UTF-8
C
false
false
554
h
//lint -e537 #pragma pack(push, 1) // 1 byte packing for data structures #include "TEMPODLL.H" #ifndef LINEAR_H #define LINEAR_H TEMPODLLAPI double linearA2B(double a, double amin, double amax, double bmin, double bmax); TEMPODLLAPI double linearA2BClip(double a, double amin, double amax, d...
[ "zachroper@gmail.com" ]
zachroper@gmail.com
dcff6c480ca2a9eb9ff13bf18bacd2b3175c0d8f
42a11a523c5c2fd7255ef1990c31bbd4b9d411b7
/my_pisc/d11/ex10/ft_list_foreach_if.c
aada3222a3a08d7dbc7f647578511401b6917dcd
[]
no_license
vanikiforoff/sch21
6c032acde293d2dd5d3ce48f385dcd9d3b9531be
0fa382ef638498d1c404b6b81900bad023173fcf
refs/heads/master
2023-02-22T12:11:30.044211
2020-02-17T17:40:27
2020-02-17T17:40:27
221,981,946
0
0
null
null
null
null
UTF-8
C
false
false
1,154
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_foreach_if.c :+: :+: :+: ...
[ "sslift@student.21-school.ru" ]
sslift@student.21-school.ru
7706c3eb6ddcc1a400425c49beb404bb346752c1
c19d3322bd560054c7c5463aab4f3e952597fa41
/boot/arm/at91/bootspi/ee.h
875f840b3eb4a651904c1f17283401a58a5c10fb
[]
no_license
claudiobsd/pcbsd-work
03e52c282b4d77bd368419a39486f17a00a2e963
8a730a7b9f2f45e6a743161f2bdcb15f94c54671
refs/heads/master
2020-06-05T19:03:46.003001
2013-09-30T17:28:18
2013-09-30T17:28:18
null
0
0
null
null
null
null
UTF-8
C
false
false
244
h
/* $FreeBSD: releng/9.1/sys/boot/arm/at91/bootspi/ee.h 163598 2006-10-21 22:51:21Z imp $ */ void EEInit(void); void EERead(unsigned ee_off, char *data_addr, unsigned size); void EEWrite(unsigned ee_off, const char *data_addr, unsigned size);
[ "claudio@hpgcc3.org" ]
claudio@hpgcc3.org
de53a16f0474f097df689915a4f511efdda7b758
d971fb254bdc391cc5e94d186a18ec584c43495f
/StupidFish/SourceFiles/stm32f10x_it.c
a1fe433cb97c38ec10f424ac6b7eb92361b9335b
[]
no_license
drackyalcin/stm32-codes
aef3abbd9cb61d79af143c2898f54eb97e25a59a
a295cd16c2597244a3bca317a05aa01be45fed60
refs/heads/master
2021-01-10T20:00:58.291810
2011-04-19T06:05:57
2011-04-19T06:05:57
40,294,685
1
0
null
null
null
null
GB18030
C
false
false
34,644
c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : stm32f10x_it.c * Author : MCD Application Team * Version : V2.0.2 * Date : 07/11/2008 * Description : Main Interrupt Service Routines. * This fil...
[ "Dean.Sinaean@19657033-0acc-cfff-0a07-3c241eebd25e" ]
Dean.Sinaean@19657033-0acc-cfff-0a07-3c241eebd25e
9616fa4044d2be8866e845c259f25c6ff5bb676b
a073a0b784c6d8ccc3d2c5cc044b0867a00aa26a
/crawler.c
075a8031d01766886e8a7f207c50cc591cfd4976
[]
no_license
98ncwj/Web-Crawler
3b2078dd66793c88067ed560de721a3855933320
27540b993ec2fb29c0317f8010300819c9fcc42a
refs/heads/master
2022-12-11T03:43:00.372369
2020-09-06T11:42:29
2020-09-06T11:42:29
293,264,477
0
0
null
null
null
null
UTF-8
C
false
false
4,776
c
#include <ctype.h> #include <string.h> #include <strings.h> #include <stdlib.h> #include <stdio.h> #include <arpa/inet.h> #include <sys/socket.h> #include <netinet/in.h> #include <unistd.h> #include <sys/types.h> #include <netdb.h> #include "helper.h" int main( int argc, char* argv[]){ char *first_page, *response,...
[ "98nicholascheong@gmail.com" ]
98nicholascheong@gmail.com
04bed607bfe7dc5e82dfb4d7adb801a312662981
014f31f3d0d293266412b41bcca4c71884174e4b
/External/freetype-2.8/Source/base/ftsystem.c
79cd674f9bff34dd47c0a48f902e7141568fa490
[]
no_license
overspirit/Pharos2
b17cbbeb0d011a02d6deba185f8a818e0f5e2fdb
bda8651e9df36161a562f351e4eb7f6742bc3798
refs/heads/master
2023-04-28T17:01:06.697069
2018-05-18T06:01:09
2018-05-18T06:01:09
254,036,779
2
0
null
null
null
null
UTF-8
C
false
false
14,050
c
/***************************************************************************/ /* */ /* ftsystem.c */ /* */ /* A...
[ "xiaowenzhang@autohome.com.cn" ]
xiaowenzhang@autohome.com.cn
ddc2cf14ee7c9e4e912ffc2f9e505692a33b44c8
f16a175145138f4abe35b024fce4a2ecaad30da5
/source_bonus/parcer_load_file.c
00566916987fe08d1972272fd9db0f01b0eacd7a
[]
no_license
alchrist42/so_long
e00075dbd236e1aecdac26bcbc4c0c2cfd782f2d
7330415553298c2f1d4ed51aec41795a3f583c4f
refs/heads/master
2023-08-13T03:19:55.690871
2021-10-03T14:36:36
2021-10-03T14:49:48
413,099,086
0
0
null
null
null
null
UTF-8
C
false
false
2,522
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parcer_load_file.c :+: :+: :+: ...
[ "alchrist@student.21-school.ru" ]
alchrist@student.21-school.ru
018c7cf90027c1039affc743155f0b1255dac317
1199bf44b0f41249c1f4a37b2b70429eb97abe88
/ffft/ffft.h
c6128641837d8dd1853bc1ad0b062c5039e0c6c3
[]
no_license
pheenek/frequency_logger_AVR
676e349667e0f0c3dfd8525c5a30292991c57e80
18405dc74387a4ba0efb6b2b9d99c27539d0d2eb
refs/heads/master
2023-08-18T02:38:48.855993
2020-11-17T09:54:09
2020-11-17T09:54:09
313,574,806
0
0
null
null
null
null
UTF-8
C
false
false
3,034
h
#ifndef FFT_N #define FFT_N 128 /* Number of samples (64,128,256,512). Don't forget to clean! */ //#define INPUT_NOUSE //#define INPUT_IQ #ifndef FFFT_ASM /* for c modules */ typedef struct _tag_complex_t { int16_t r; int16_t i; } complex_t; #ifndef INPUT_NOUSE #ifdef INPUT_IQ void fft_input (const complex_t *, ...
[ "kairustephen1@gmail.com" ]
kairustephen1@gmail.com
23747294ac7761f757d5063acca7b1345a9eedb0
5c255f911786e984286b1f7a4e6091a68419d049
/code/da022dcd-6c80-4eb5-949f-43b9ec0f1316.c
1a4d42455d4334f0f256eaf43cf41ed39a808ab5
[]
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
217
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; j = 63; l = 64; k = i/j; l = i%j; l = l%j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
af6a316cd49b29f7aa556c096bbb3e6326b729ad
afa203474a99bbb3bba6c8c6bc8726374e27d6b9
/Source/Utilities.h
2cd749bb9bb3a8515c73e736eaf92f5033e4f428
[]
no_license
belynch/page-number-detection
f72ed344bf21eab96113c5dc575cec4094414ddf
4e0923b17cf9bef8b6bd139819e366922831cc16
refs/heads/master
2022-09-04T16:07:35.484363
2017-12-13T21:53:50
2017-12-13T21:53:50
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
3,441
h
/* * This code is provided as part of "A Practical Introduction to Computer Vision with OpenCV" * by Kenneth Dawson-Howe © Wiley & Sons Inc. 2014. All rights reserved. */ #include "opencv2/core.hpp" #include "Histograms.hpp" void writeText( cv::Mat image, char* text, int row, int column, cv::Scalar colour=-1.0, d...
[ "belynch@tcd.ie" ]
belynch@tcd.ie
c7b7ef1a803ecf791c7502829144b88197708e22
fbe9aac053cae078edbf0066c9d478722b1f14af
/lab2/task3/IIR/ece486_biquad.c
5ac05b007c058e128a2d12be961c65b3ae9746d4
[]
no_license
christianscott0482/DSP
220cdf9fa366c90d7a9d9a4623a20bd5f679182a
3ccebfad9bafb6ecb3e6d2e0df7d55299537ca38
refs/heads/master
2020-03-28T22:15:48.898999
2018-09-18T02:46:14
2018-09-18T02:46:14
149,218,933
0
0
null
null
null
null
UTF-8
C
false
false
2,625
c
/*! * @file ece486_biquad.c * * @brief IIR filter using cascaded second order biquadratic filters. * * @author ECE486 Lab Group 8 * @author Christian Auspland * @author Matthew Blanchard * @author Ben Grooms * * @date Feb 25, 2018 * * Source file for the ECE486 Lab 2 IIR filter biquad implementation. For mo...
[ "christian.auspland@maine.edu" ]
christian.auspland@maine.edu
212d52a16d066460ec67a76808ee26feff9453f3
fe19c7be453f64f9ecb44f48d9b1e92c8e274b29
/kern/kern_clock.c
8d805186526ec06034c474a0a05d94f101827453
[]
no_license
nullnilaki/NetBSD-mips64
a38bfee79449d6f3f9b6d11c32ff9c206d50683e
6423b3790ead41152a51b91b0a7992932e170b1c
refs/heads/master
2020-12-02T10:40:22.098775
2020-01-05T00:21:03
2020-01-05T00:21:03
230,981,638
1
0
null
null
null
null
UTF-8
C
false
false
12,446
c
/* $NetBSD: kern_clock.c,v 1.139 2019/12/01 15:34:46 ad Exp $ */ /*- * Copyright (c) 2000, 2004, 2006, 2007, 2008 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, * N...
[ "nullnilaki@gmail.com" ]
nullnilaki@gmail.com
a65a499cac360f666ec67a0f328a5945e173833f
8adab1e7c9a3db7906bb9f83b0e37d4abafdb50a
/keyboards/xd75/keymaps/ericgebhart/config.h
77f83e83fd41492538ce4cffa0bc18a529135645
[ "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause", "GPL-3.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-3.0-only" ]
permissive
fzf/qmk_toolbox
d7975c0d6af28c19957b57c6f5976ad9b8173c4d
10d6b425bd24b45002555022baf16fb11254118b
refs/heads/master
2022-09-05T11:51:53.952007
2020-06-03T09:31:26
2020-06-03T09:32:27
269,046,233
0
0
MIT
2020-06-03T09:30:37
2020-06-03T09:30:36
null
UTF-8
C
false
false
191
h
#pragma once #undef RGBLED_NUM #define RGBLED_NUM 6 #define RGBLIGHT_LAYERS #undef RGBLIGHT_ANIMATIONS //#define RGBLIGHT_HUE_STEP 8 //#define RGBLIGHT_SAT_STEP 8 // place overrides here
[ "noreply@github.com" ]
fzf.noreply@github.com
8c9919db2149c8e7bcd636fa8b7ceb81d263c63a
67356430f5c5abf133ed57b04fc0f90103ad5ed0
/projects/library/src/uart.c
d7402ba6b80027baecd2fbcb74ec3c1d4393e958
[ "MIT" ]
permissive
Carycichac/Digital-electronics-2
4e1a9f27ef5cd1b94b977c721ac5cdb15068d92e
84c347e7a125e45b10a3a4a49532671078a805d6
refs/heads/master
2020-07-31T22:16:13.888035
2019-12-18T07:41:59
2019-12-18T07:41:59
210,771,058
0
0
null
null
null
null
UTF-8
C
false
false
28,597
c
/************************************************************************* * Title: Interrupt UART library with receive/transmit circular buffers * Author: Peter Fleury <pfleury@gmx.ch> http://tinyurl.com/peterfleury * File: $Id: uart.c,v 1.15.2.4 2015/09/05 18:33:32 peter Exp $ * Software: AVR-GCC 4.x *...
[ "lab661@PC-444.urel.feec.vutbr.cz" ]
lab661@PC-444.urel.feec.vutbr.cz
ed1b99f914507c6fdaaa36acea000a58c867d217
c8443908f8b71568b4af3c2ee04f294c3262ecd1
/common.h
38a6c65e90ef121967532ff0e2cca2cce8516a89
[]
no_license
KakuyaShiraishi/vkcube
777d2892029a0483034564b269fbefca6104f0a9
fac1e35eb707f7537c2373ce8fe51823a086bfa9
refs/heads/master
2020-03-21T09:01:44.097502
2018-06-23T07:17:52
2018-06-23T07:17:52
138,379,991
0
0
null
null
null
null
UTF-8
C
false
false
2,502
h
#include <stdarg.h> #include <stdnoreturn.h> #include <sys/time.h> #include <stdbool.h> #include <string.h> #include <strings.h> #include <xf86drm.h> #include <xf86drmMode.h> #include <drm_fourcc.h> #include <png.h> #include <xcb/xcb.h> #include <wayland-client.h> #include <xdg-shell-unstable-v6-client-protocol.h> ...
[ "taketori7616@gmail.com" ]
taketori7616@gmail.com
583e4f33be5bcdf8b4d4e898c99ddc395f67a921
ad5eb0c878042a9645e6ce1756fece69d88a039c
/src/backend/executor/execQual.c
9e0c0a4ebef4df721e2345065084398271b53c4a
[ "PostgreSQL" ]
permissive
gustavotonini/pgGrid
7420f7984654c55c12c059a1825306088e89cdc2
85761428a46db07b500298602d2b2beb8fd1d466
refs/heads/master
2020-05-09T10:52:47.038282
2015-03-06T22:59:11
2015-03-06T22:59:11
31,786,827
0
0
null
null
null
null
UTF-8
C
false
false
137,162
c
/*------------------------------------------------------------------------- * * execQual.c * Routines to evaluate qualification and targetlist expressions * * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDE...
[ "gustavotonini@gmail.com" ]
gustavotonini@gmail.com
ff86251e171e4b82367541d466a6f270ea6abedb
ddd87c60213bc6eeb50415f6132d898a93ab95e9
/linked-list/dListTestRunner.c
e3c5a6b3c5676dfccf150c41e87cca285c12ed50
[]
no_license
aniketsr/DSA
e6227cd1100f52eed4805e9dca5c4abdc1d0e137
6784d523a11e14935768620a6dae4804890d6789
refs/heads/master
2021-01-22T17:57:37.548578
2013-12-30T12:33:47
2013-12-30T12:33:47
null
0
0
null
null
null
null
UTF-8
C
false
false
2,170
c
#include <stdio.h> int testCount=-1; int passCount=0; void setup(); void tearDown(); void fixtureSetup(); void fixtureTearDown(); void incrementTestCount(); void incrementPassCount(); int currentTestFailed=0; void testStarted(char* name){ incrementTestCount(); currentTestFailed=0; printf("\t%s\n",name); } void t...
[ "aniket@sabkuch.com" ]
aniket@sabkuch.com
42fc984dab4ab12f95e6bb9c46cf802feb6b3edf
c84f0ec17e97c8ec66453011d13bafa0e2f5dc40
/QuickSort/QuickSort.c
639eaa4a5e0e1ce8e8cc4990c70e5f47fbf82220
[]
no_license
i-HaQi/Sort
7bd0d1e354a584d13862c1479df151a7f2dec8b9
edb8f29ed77e12bf71224a30a69c7ff5ecb3c2ad
refs/heads/master
2020-06-11T06:16:40.695685
2019-06-25T13:50:06
2019-06-25T13:50:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,753
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <unistd.h> #include <sys/timeb.h> #define MAX 100000 #define OK 0 #define ERROR -1 void swap(int *a, int *b){ int temp =0; temp = *a; *a = *b; *b = temp; } void print_array(int array[], int length){ int index = 0; printf("\n"); for(index = ...
[ "1669256583@qq.com" ]
1669256583@qq.com
d5b8db09b94fa166767fab773d26db576ecf2da0
78ea043fc87bb04bee7d60a869e4066e2bed5951
/哈希表二次探测2.0/Hash.c
a1381c65b544580ccc2b7ddc4e47fc830e78d91b
[]
no_license
WYQ3333/-2.0
ebd96d5be22ccbbce7c667be9eb9799caed60133
7def7f776726b3c2bbbb31a8600c5103af082803
refs/heads/master
2020-04-01T16:52:23.669997
2018-10-17T05:48:47
2018-10-17T05:48:47
153,402,093
1
0
null
null
null
null
GB18030
C
false
false
2,527
c
#include"Hash.h" void HashTableInit(HashTable *pHT, size_t capacity, HashFuncType hash) { pHT->array = (ItemType *)malloc(sizeof(ItemType)*capacity);//要动态开辟内存空间 pHT->capacity = capacity; pHT->size = 0; pHT->hash = hash; for (int i = 0; i < capacity; i++) { pHT->array[i].state = EMPTY;//注意,此时要把array中的元素的状态初始化为空...
[ "3538922590@qq.com" ]
3538922590@qq.com
15a7da3dd06c65589d43093d309a72d4656d9d28
3efe3bbe360734152af5b4d84678f5b9227add6c
/SpeexTest/STM32F10x_Speex_Lib/libspeex/vbr.c
361bf9e6a29568f24215a686fb279a550df39e93
[]
no_license
Uchuujin01/STM32Speex
a631e2bf8053d2a6fc52aea9ee3e506a5dac564b
2c9875930e6ea569bfd3f09a5f437bf3ba6c5062
refs/heads/master
2020-06-26T12:15:47.632452
2017-07-12T14:57:48
2017-07-12T14:57:48
97,020,321
1
0
null
null
null
null
UTF-8
C
false
false
8,992
c
/* Copyright (C) 2002 Jean-Marc Valin File: vbr.c VBR-related routines 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 not...
[ "Uchuujin@Uchuujin.local" ]
Uchuujin@Uchuujin.local
afd6df9b2104de510ea0b6e847b012125818e8f6
74369cc7e2ca8b199fd16ef592040386f31f2864
/area and volume of cube.c
9a67ce46c8857f1e03c78fc9c306f797d4682bae
[]
no_license
MILANGIRI17/Programming-Fundamentals
0d697d47dcc8b93af2dce6ad10f4380b9a03abac
8075fc5aae511c4022beedd1134c3e88127cba3c
refs/heads/master
2021-09-06T10:34:57.463894
2018-02-05T16:06:12
2018-02-05T16:06:12
115,021,163
0
0
null
null
null
null
UTF-8
C
false
false
237
c
#include<stdio.h> #include<conio.h> void main() { int a,volume,area; printf("enter the edge:\n"); scanf("%d",&a); volume=pow(a,3); area=pow(a,2)*6; printf("the area is %d\nthe volume is %d",area,volume); getch(); }
[ "noreply@github.com" ]
MILANGIRI17.noreply@github.com
04941104d32557e7ef93cb1cd7fb2ffe6332a124
654908c7e03e26e489e794114eb2596e8dc526d2
/C/stage_IV.c
50f7db695b777ee32e93cabebf22f06026c64d4b
[]
no_license
andonimichael/CODE2040-API-Challenge
b50093c57b205a99b2dc397382820f1c68d878c2
d91a61c6461945914b01b66ba72254616e346406
refs/heads/master
2020-04-01T16:04:34.939590
2015-01-10T06:14:17
2015-01-10T06:14:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,906
c
// Andoni Garcia. 2014. // My source code for Stage IV: The Dating Game. #include "CODE2040.h" int main(int argc, char **argv) { if(argc > 1){ fprintf(stderr, "Please execute this without any additional arguments.\n"); fprintf(stderr, "The information is baked into the main function...as such, re-run this:\n"); ...
[ "andoni@uchicago.edu" ]
andoni@uchicago.edu
12bb3e77b6dd965b5f170347f635dfc9ffc5dd3b
53ee21ad91ead69687f7ff650f27da2eddf5b1ba
/ECE344/Lab4 and Lab5/request.h
46d05b22d8895bb0e66730c8153912139e842415
[]
no_license
chenjuntu/Projects
fc240e775c5a796c87a62f550721dec5ffdb4fbe
95ba9b73dd81022f695282635d9fe0890b56a37e
refs/heads/master
2020-05-24T22:50:13.523000
2017-05-03T21:03:45
2017-05-03T21:03:45
84,888,181
1
0
null
null
null
null
UTF-8
C
false
false
485
h
#ifndef __REQUEST_H__ #define __REQUEST_H__ struct file_data { char *file_name; /* name of file being requested */ char *file_buf; /* file is read into this buffer in memory */ int file_size; /* file size */ }; struct request *request_init(int connfd, struct file_data *data); int request_readfile(struct request *...
[ "owen.jt.chen@gmail.com" ]
owen.jt.chen@gmail.com
966697b92a3340dbac10137af2585054d8949ddf
9e09bb874abbe7e798c6f77a7ce6ab8966ed5216
/Later/Benz/state.c
84741fb872b7c484756e79392401b1a34564b85b
[ "MIT" ]
permissive
abhi18av/Corroded
04b06a1682795ac6fe6131e0bf2ec723cbb730f7
ab28bc73a1d8fb052b6343823bc0c9109a2635a0
refs/heads/master
2021-01-25T11:39:35.225819
2017-06-12T04:53:24
2017-06-12T04:53:24
93,938,171
2
0
null
null
null
null
UTF-8
C
false
false
7,058
c
/** * See Copyright Notice in picrin.h */ #include "picrin.h" #include "picrin/extra.h" #include "picrin/private/object.h" #include "picrin/private/state.h" static pic_value pic_features(pic_state *pic) { pic_get_args(pic, ""); return pic->features; } static void pic_init_features(pic_state *pic) { pic_defu...
[ "abhi18av@gmail.com" ]
abhi18av@gmail.com
b7c41e122f0f634a118e00b19fe6c4f98c5aea0d
c528595f78e64a07f9e9a62e91854bb2faf0e775
/maxwell/math32.c
2b9d8d1a29ee8d37e1924bccfaef1e1c38467473
[]
no_license
jamesdu0504/masters-project
abad225d7cdfb198dcd43e6df6fe8889d794fe9d
7bb5fdb9235d2e68aafea3c4a251c338aecf5435
refs/heads/master
2022-04-20T23:12:10.937484
2020-01-09T17:59:27
2020-01-09T17:59:27
null
0
0
null
null
null
null
UTF-8
C
false
false
781
c
#include "math32.h" /** * Integer square root floored by Halleck's method */ uint32_t sqrt_u32(const uint32_t x) { uint32_t squaredbit; uint32_t remainder; uint32_t root; uint32_t tmp; if (x < 1) return 0; // Load the binary constant 01 00 00 ... 00, where the number // of zero bits to the right ...
[ "daspeks@gmail.com" ]
daspeks@gmail.com
664586451ae5229fb51298c3c0968343887baa58
37dcde106e42b4b5162a1fa2e824ffbb7839b890
/5장-연산자/학습용-증감 연산자4/main.c
7a17e102494262a5fb1132916aaa1558103c7605
[]
no_license
HoJun-Seo/DevelopmentStudy
727c04e0a8c01a168d3b1e1eaeb857d9c07421ad
ffb003856c336b7cf016adf317bccfe8d215b047
refs/heads/master
2020-06-19T10:54:27.620293
2020-01-20T07:13:53
2020-01-20T07:13:53
196,682,842
1
0
null
null
null
null
UTF-8
C
false
false
200
c
#include <stdio.h> int main(void) { int num1 = 10, num2 = 10; printf("%d \n", ++num1); printf("%d \n", num1); printf("%d \n", num2++); printf("%d \n", num2); system("pause"); return 0; }
[ "ghwns6659@naver.com" ]
ghwns6659@naver.com
6876f76b121630547485db67ce54230162abb263
175e7e0ab21f570a5f4da14b76285cf9a7cf2b8c
/interfaces/frontend/BarcoMOOSApp/BarcoMOOSApp/Pods/Headers/Private/NMSSH/NMSSH.h
bcb348afc3f1ca72084db26855b33140fbf02576
[]
no_license
davidissamattos/moos-ivp-extend
f221deefe9a4e3184b9b1cd0fdd12ec657cec925
8672d064c228d8c36f5f92ade0ecc7273374757b
refs/heads/master
2020-04-06T21:28:33.787820
2016-12-15T08:29:51
2016-12-15T08:29:51
43,637,606
4
2
null
null
null
null
UTF-8
C
false
false
28
h
../../../NMSSH/NMSSH/NMSSH.h
[ "issamattos.david@gmail.com" ]
issamattos.david@gmail.com
9ecc1836a96b6ef79e1d76c0987bb67c6249e02b
83214753e9183327e98af0e6768e9be5385e5282
/kungfu/skill/taiji-shengong/heal.c
ecd5c4b972ffba0d1741c56ca9796b3396112451
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
935
c
// heal.c #include <ansi.h> int exert(object me, object target) { if( me->is_fighting() ) return notify_fail("战斗中运功疗伤?找死吗?\n"); if ((int)me->query_skill("taiji-shengong", 1) < 20) return notify_fail("你的太极神功修为还不够。\n"); if( (int)me->query("neili") < 50 ) // - (int)me->query("max_neili") < 50) retu...
[ "i@oiuv.cn" ]
i@oiuv.cn
7bc190eaef30bfc07039ccdd64e19da51d5485de
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/2282.c
d89ff13da344e484e7944add909b88fb2de07c77
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
2,027
c
cocci_test_suite() { const struct trip_config_map cocci_id/* drivers/thermal/intel/intel_bxt_pmic_thermal.c 50 */[]; struct pmic_thermal_data { const struct thermal_irq_map *maps; int num_maps; } cocci_id/* drivers/thermal/intel/intel_bxt_pmic_thermal.c 45 */; struct thermal_irq_map { char handle[20]; int n...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
d7697c749d02f170d115e739ccc30bd941584213
443a36647ddb5127f6e54bd89d1c087d1d26fc97
/resource.h
7c2a13c128c76715ca33c8930cd75b8248e24a58
[]
no_license
xizhilanting/MYLIGHT
6b7b03223c7a6c5e2a6cf8a493644687a2e22f1e
8bdcc1d4a13a2524b0eaea0bca836a54a1a11fd2
refs/heads/master
2023-03-25T09:26:17.470649
2021-03-24T13:59:19
2021-03-24T13:59:19
306,907,859
0
0
null
null
null
null
GB18030
C
false
false
380
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by First.rc // 新对象的下一组默认值 // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1001 #define _APS_NEXT_...
[ "602402088@qq.com" ]
602402088@qq.com
7156642ee10d4586dfb63c9b2e9a4706d4267dc8
605fd17d7826040b1bb83f4aed74c83f57585b70
/BASE/DOS.C
a7a78e5cb54689e33ecac8311a518977a96949e0
[]
no_license
Kawa-oneechan/SCI11-Plus
6fee4fc27e8f40abb41762ee7a47bae14faec5f1
69f840833be3040c67c910b121d7a95ccf86632a
refs/heads/master
2023-05-25T12:55:55.962667
2023-05-21T18:49:41
2023-05-21T18:49:41
155,121,895
5
2
null
2019-01-29T22:19:33
2018-10-28T22:26:51
C
UTF-8
C
false
false
4,862
c
/* DOS.C * Functions which may differ between OSes. */ //KAWA WAS HERE //------------- // > General cleanup -- no ancient-style loose parameter type lists, // comments #include "dos.h" #include "start.h" #include "ctype.h" #include "types.h" #include "resource.h" #include "resname.h" #include "fileio.h" #include "s...
[ "kawaoneechan@gmail.com" ]
kawaoneechan@gmail.com
d6f5ccebc86c454d594b139a91e3b68efdee0758
172058aec4251bde9bbf6175865702280af4d298
/CreateProcess/teller.c
4332587e84e2414d0c32e215af267cabb76c9795
[]
no_license
ajm5774/EmbeddedProject4
9dd8da5296a9f689e533103b2a62e68a7a58ed57
7a45798c5ed9dba6cef3f6cc29f864e3972417fd
refs/heads/master
2021-01-18T15:16:42.660296
2014-11-02T21:58:42
2014-11-02T21:58:42
null
0
0
null
null
null
null
UTF-8
C
false
false
2,727
c
/* * teller.c * * Created on: Oct 27, 2014 * Author: ajm5774 */ #include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <unistd.h> #include "teller.h" int TellerWaitTimes[NUMBER_OF_TELLERS][100] = {{0}}; int TellerWaitCounter[NUMBER_OF_TELLERS] = {0}; pthread_t tellerThreads[N...
[ "mlwarner632@gmail.com" ]
mlwarner632@gmail.com
14f01efeec535175059f06adfeb2b0317bdd2364
0a000ebca14f8f0c2b6c2bc3cec3c60259728eb0
/src/derk.c
5ef6f47671cb48792ccb9ef04a5e43581bd6cc44
[]
no_license
oneforawe/phd-files
407058b903ac2c95a3f9669ab808b1e8aab41cbb
40fb56a9816c44e70e866a364f858ca0238363fd
refs/heads/master
2020-04-02T08:13:05.717853
2019-12-14T01:17:55
2019-12-14T01:17:55
154,234,595
0
0
null
null
null
null
UTF-8
C
false
false
2,922
c
/* File Comments */ /*=========================================================================*/ /* FILENAME: derk.c */ /* AUTHOR: Andrew Forrester <aforrester@ucla.edu> */ /* DESCRIPTION: This C program employs the 4th-order Runge Kutta method in conjunction with the other vlt (vortex loop theory) programs (vl...
[ "awforrester@gmail.com" ]
awforrester@gmail.com
b8737621dbd061bdfb496e8b0441c27038f3407d
1aee329949d58024db2b5503bf35cf17fca7c9bb
/setop/sectors.c
89c72a7379a6f585386c46fc8cf728fdbd40dd2e
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
pboyer/gwb
feb05422a119f3d0657ed15ec249d09c19a633d7
983deb8e752e3a4bdcd12ca9a5558dd41e3a9df5
refs/heads/master
2021-01-09T05:56:17.743538
2016-11-01T14:38:45
2016-11-01T14:38:45
null
0
0
null
null
null
null
UTF-8
C
false
false
2,092
c
# /* ** Geometric WorkBench ** ** Copyright (c) 1988 ** Martti Mantyla, Helsinki University of Technology ** ** This software is NOT released to public domain, but a ** permission is granted to inspect the code and use it, or ** portions of it for research or educational purposes, provided ** that...
[ "anyrhine@gmail.com" ]
anyrhine@gmail.com
581b15bb577c576c7909148c8125fe29749523a5
f3d43e3e119af27070bf2085b509fdba376f5f3a
/brcm_usrlib/dag/vmcsx/interface/vmcs_host/vc_gencmd_defs.h
f96567d13372034bb1ad691db52a3ffd0936d79f
[]
no_license
shacharr/videocoreiv-qpu-driver
924dde239d1b9d48defdcd25f14f7797f90d3ac9
e4afcb4b15aff00a541d8fa5765cd003cc29b4d0
refs/heads/master
2021-01-01T16:25:41.430562
2014-03-02T18:17:21
2014-03-02T18:17:21
17,343,563
17
4
null
null
null
null
UTF-8
C
false
false
569
h
/*============================================================================= Copyright (c) 2010 Broadcom Europe Limited. All rights reserved. Project : VideoCore Software Host Interface (Host-side functions) Module : General Command Service implementation. FILE DESCRIPTION General command service common defin...
[ "shacharr@gmail.com" ]
shacharr@gmail.com
36a6155690f6b90e5a1df509d419c5cbfadc1473
21b11b02c0d85fc045694e04ef1b2d8a2d1bf59f
/hvm_old.h
0e71396535f26b379011b4d44acb9119616418c0
[]
no_license
Nikaoto/hvm
2eb9df4bcdfe255ac5fb6b096154c6bedfeb9483
b6bfbfb20b08f3e2eeaec3746f7e411f4361ca4a
refs/heads/master
2023-02-12T20:24:51.613249
2020-11-11T14:50:44
2020-11-11T14:50:44
311,995,829
0
0
null
null
null
null
UTF-8
C
false
false
1,799
h
enum ACTION { ACTION_POP = 0, ACTION_PUSH, ACTION_ADD, ACTION_SUB, ACTION_NEG, ACTION_EQ, ACTION_GT, ACTION_LT, ACTION_AND, ACTION_OR, ACTION_NOT, //ACTION_PARSE_ERROR, }; enum SEGMENT { SEGMENT_NONE = 0, SEGMENT_ARGUMENT, SEGMENT_LOCAL, SEGMENT_STATIC, ...
[ "nikaoto@gmail.com" ]
nikaoto@gmail.com
2b4d565e78061ccf454d6839ce1eb8dabe5472e6
0a866f6aa08290043df2c376529a612c999bbbae
/Arduino/Library/src/Settings.h
2d8a5d1e07bb7243e00678bcd8c537a910d9bf00
[]
no_license
Khatvogel/ViviumBackend
943ae542b5d7ef131c5ce134bf406874c02fdc06
147cf2f6bd5aa4c12cb529cd107db1f0c09c67aa
refs/heads/master
2020-11-25T19:46:34.902713
2019-12-16T12:40:13
2019-12-16T12:40:13
228,817,419
0
0
null
2019-12-18T10:38:22
2019-12-18T10:38:21
null
UTF-8
C
false
false
332
h
#ifndef _SETTINGS_H #define _SETTINGS_H // #define WIFI_SSID "IOT" #define WIFI_SSID "giel netwerk" // #define WIFI_SSID "Jordy" // #define WIFI_SSID "Casa-Student" // #define WIFI_PASSWORD "!HVAIOT!" #define WIFI_PASSWORD "Huisje123" // #define WIFI_PASSWORD "" #define HOST_NAME "vivium.azurewebsites.net"...
[ "jordywijman@gmail.com" ]
jordywijman@gmail.com
13a38fca46157c263f9c4e368a49cad181da8cb4
b139463d318a5799cdc11463c26e5febb1756235
/chapter06/max_priority_queue.c
470f8c04fb35729e506e1323946070a4fa131f94
[]
no_license
shinyoo/clrs
9265f938919788bdaddb45e205a081eba04c311c
21d32f731337b0a0190114d3ee7790f02f8c99d5
refs/heads/master
2021-01-12T00:56:18.378957
2017-08-01T15:20:07
2017-08-01T15:20:07
78,318,906
0
0
null
null
null
null
UTF-8
C
false
false
959
c
#include 'heap.c' #define MIN -32766 #define MAX 32767 int heap_maximum(array a) { return a.array[0]; } int heap_extract_max(array a) { if (a.hn < 1) { printtf("heap under flow\n"); exit; } int max = a.array[0]; a.array[0] = a.array[a.hn - 1]; a.hn --; max_heapify(a, 0); return max; } void heap_increase_...
[ "shinyoo.dzan@gmail.com" ]
shinyoo.dzan@gmail.com
fd5983103ad9611738a6890f09c77b3c248cf812
f355800109b3dafe56ee4e27a77abc5b19be56e9
/Tools/JohnTheRipper-bleeding-jumbo/src/mongodb_scram_fmt_plug.c
2cfab2bf97b22aea52b9d4923519e7757d0073fc
[ "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause", "MIT", "DOC" ]
permissive
davehull/OSCPRepo
56618d5521e277e569e5c2548c85a9df81f23edf
94b7884cfd35f3057ef3f4604789c83bf76f1bd7
refs/heads/master
2020-04-12T13:07:51.089004
2018-12-17T15:06:57
2018-12-17T15:06:57
162,512,772
2
0
MIT
2018-12-20T01:58:47
2018-12-20T01:58:47
null
UTF-8
C
false
false
8,764
c
/* * This software is Copyright (c) 2016, Dhiru Kholia <dhiru.kholia at gmail.com>, * and it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without modification, * are permitted. * */ #if FMT_EXTERNS_H extern struct fmt_main fmt_mo...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
e53ab4c6898a71abbe8fe6625006b4b829cff63c
5a792582ff0d79d9fb9f1ed6750f84a7e3787507
/trunk/opt/qnx660/target/qnx6/usr/include/qdb/qdb.h
cd2e4460e623c28800e2e9d7868d2ec5131fe5ba
[]
no_license
jjzhang166/QNX-SDP
faeffb2bfa80ea41f06230d9cc4e33cacde821de
74d96ca4ffb547a8ac4ec71803b31d452507b3d0
refs/heads/master
2023-03-22T03:02:25.466107
2018-01-19T08:14:56
2018-01-19T08:14:56
null
0
0
null
null
null
null
UTF-8
C
false
false
10,986
h
/* * $QNXLicenseC: * Copyright 2007, QNX Software Systems. All Rights Reserved. * * You must obtain a written license from and pay applicable license fees to QNX * Software Systems before you may reproduce, modify or distribute this software, * or any work that includes all or part of this software. Free dev...
[ "lidongsheng@linkmotionfuture.com" ]
lidongsheng@linkmotionfuture.com
a84352ea8a8bf70ec27690da1761926e274da402
2e7a061088ebb8f35c741be4c34187b8f9dec77d
/FFT.c
15cd6bda19f907572d684905a381d34c955c7fde
[ "BSD-2-Clause" ]
permissive
cqb98/FFT-different-lang-implement
68671b01aaddbb3ea44b8c3ab561f3cf30f4951c
3eb5a803e8712ae2821ac91930d552972ce888c5
refs/heads/master
2021-04-15T04:55:26.676882
2019-02-14T15:07:47
2019-02-14T15:07:47
126,703,853
1
0
null
null
null
null
UTF-8
C
false
false
2,946
c
#include <math.h> #include <stdlib.h> #ifndef PI #define PI 3.14159265358979323846 #endif struct Complex { double x,y; }; typedef int uint; //the function different in FFT() and IFFT, only the e^-2pi and e^2pi struct Complex W[1<<20]; void FFT(struct Complex *f,struct Complex *F,uint power) /...
[ "noreply@github.com" ]
cqb98.noreply@github.com
a9b03a829bc9fd92a9d87cb63381d1917ca0ec42
e07a010913fc620ad59ca13598192bf8fb64dcc9
/dxsamples-4.4.0/user/add.c
14ce0ee25df58c9448628967989ed09a43f0d0bf
[]
no_license
facgure/IBM-Open-Data-Visualization
fa148fcfb010437552e1c3b887b4c4b03ab5fd83
38bf594482df286d8bb0867a2de1fa8eac8d0d13
refs/heads/master
2020-03-07T21:57:00.060563
2018-03-01T08:43:18
2018-03-01T08:43:18
127,741,225
2
0
null
null
null
null
UTF-8
C
false
false
2,270
c
#include <dx/dx.h> static Error DoAdd(Object o, float x); Error m_Add(Object *in, Object *out) { Object o = NULL; float x; /* copy the structure of in[0] */ if (!in[0]) { DXSetError(ERROR_BAD_PARAMETER, "missing data parameter"); goto error; } o = (Object)DXCopy(in[0], COPY_STRUCTURE); if (!...
[ "theerayooth.k@facgure.com" ]
theerayooth.k@facgure.com
64c0550456d19dab9ad2b949d66349b685efe76c
b7874716851f596f829cd5b2a01eea60332f973e
/HackerRank/Printing_tokens.c
65d15da68a02170a449b56337cd25198475ea117
[]
no_license
VidyaCKabber/C-Programming
3ff2b68f447de6ad58587187473aeff19746af5a
f82ae6ac989460d275bd722b520c54b463ce3e16
refs/heads/master
2023-03-14T10:01:18.558438
2021-03-04T15:42:30
2021-03-04T15:42:30
258,182,052
0
0
null
null
null
null
UTF-8
C
false
false
454
c
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> int main() { char *s; int i; s = malloc(1024 * sizeof(char)); scanf("%[^\n]", s); s = realloc(s, strlen(s) + 1); //Write your logic to print the tokens of the sentence here. for(i=0; i< strlen(s); i++){ ...
[ "noreply@github.com" ]
VidyaCKabber.noreply@github.com
79330bea6e9df96d66f0cd5c63c5cc71d7ab202d
2801d2d32ab0713184bacf0a2bddb22562bb011c
/netseer.c
b38f92f483aee6b2c61169b633d57c0525d0aed7
[]
no_license
zhouyu-sunny/dc-trace-analyze
da9bf96b131af7c9411d5c86fe957f01f05bc0df
0db8c86fc54bf07f070f00902c6bb85a241b09f2
refs/heads/master
2020-04-14T11:27:53.158865
2019-01-23T01:27:41
2019-01-23T01:27:41
null
0
0
null
null
null
null
UTF-8
C
false
false
6,395
c
#include <stdio.h> #include "netseer.h" #include "hash.h" #include "congestion.h" #define BULK_NUM 1024 * 1 #define CONTAINER_NUM 512 //(1024 * BULK_NUM / 6) #define LATENCY_SHIFT 24 typedef struct ns_key { uint32_t sip; uint32_t dip; uint8_t proto; uint16_t sport; uint16_t dport; uint32_t dev...
[ "zy_0710@outlook.com" ]
zy_0710@outlook.com
780f986f6e05215ceb28b5ef1a77636021a8907f
baf10152add24e67abe943bd832dff967fd108eb
/revisions/first_word.c
1cac72b9bcee729d69e7249d6d3e7c3701466814
[]
no_license
mpillot/laala
e958023e4a866e9b0e64d881bc83984910c74db1
6e8f987100197b98d41239619733287c4b614f33
refs/heads/master
2020-04-25T00:36:17.184065
2015-08-29T05:51:47
2015-08-29T05:51:47
41,544,701
0
0
null
null
null
null
UTF-8
C
false
false
1,163
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* first_word.c :+: :+: :+: ...
[ "mpillot@e1r3p20.42.fr" ]
mpillot@e1r3p20.42.fr
84d4320844ea2e9b256f0050b4711c7f90b5411c
0c3f4042cddefcc67ab0c170fa69250ea6cd373b
/source/editor.h
456b4852b1cf8d5ae22d14d0f45eaf519c0daee0
[ "MIT" ]
permissive
SirComet/PKSV
a0b8d9300d939c1f7073b56ab74e1af5e58a486b
90660ae7fa83f3b668f4ac700f4c016537926341
refs/heads/master
2021-01-11T16:25:24.611184
2017-01-24T09:44:16
2017-01-24T09:44:16
80,080,919
1
0
null
2017-01-26T02:56:28
2017-01-26T02:56:28
null
UTF-8
C
false
false
2,940
h
/* This file is part of PKSV > MIT License > Copyright (c) 2016/17 Bernardo Giordano > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal > in the Software without restriction, including without limitation the ri...
[ "bernardogiordano369@gmail.com" ]
bernardogiordano369@gmail.com
a62a1d683ab61c75826f44c4e58ceb914ce1f8fa
9d51d0127d9e19ca8c38d6340f286c34299101b9
/ch_eff/sps_md_analysis_17_09_2018_rp0_issue.C
f2f0aa6c1d46572e73d706ae4fcd89e102e34296
[]
no_license
solitonium/Timepix
bc7197cfd5162c852023bd25b73a9a9f9ea7adb4
cfab5d2a381d1ca9333c82fda7f1e2ae5601b31f
refs/heads/master
2020-09-26T03:40:26.726726
2019-09-18T13:48:40
2019-09-18T13:48:40
null
0
0
null
null
null
null
UTF-8
C
false
false
7,976
c
//--------------------------------------------------------------------------// // Author: Andrii Natochii // CERN-LAL-TSNUK: 2018 // Description: Data analysis for SPS MD data //--------------------------------------------------------------------------// //ROOT #include "TROOT.h" #include "TTree.h" #incl...
[ "andrii.natochii@gmail.com" ]
andrii.natochii@gmail.com
946c049fd98763cfffe64bdccfcd47d3c88e31bb
fdc5b324e581ca09370cc2aedfb2f72c3a3a2a6f
/seed_for_r2/995_new.c
ad2d94eb44e6cbd24f973321e8c544a89e44d338
[]
no_license
hz90937880/NewDecFuzzer
12981d53dd64e9a4ef881d4879b7abb3050ff849
aa946ff1ad89742093a89a4703af238734546d9f
refs/heads/main
2023-04-15T18:04:11.235871
2021-04-25T15:45:45
2021-04-25T15:45:45
351,564,252
0
0
null
null
null
null
UTF-8
C
false
false
2,714
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: unknown * Options: --no-arrays --no-structs --no-unions --no-safe-math --no-pointers --no-longlong --max-funcs 1 --max-expr-complexity 5 --output ./tmp/src_code/csmith_test_195.c * Seed: 1012708576 */ #define NO_LONGLO...
[ "1429408028@qq.com" ]
1429408028@qq.com
ab42486ef3594b64e3132ad2bb6ef987d5f0dd61
e1f09e670893a00c12be20772eea654c7addec0d
/SSE/radix/radix51_common.h
5c3373bdc953e814f6f707d6c173d30a3e99dce4
[]
no_license
kosta777/ed25519
d40a7efdf474572603ca8e917a7127b8694707d9
84c28f80e1884e6da54147c05b8d1317895d9d01
refs/heads/master
2023-04-11T13:26:27.828563
2021-04-19T14:00:39
2021-04-19T14:00:39
359,479,731
1
0
null
null
null
null
UTF-8
C
false
false
727
h
#ifndef RADIX51_COMMON_H #define RADIX51_COMMON_H #include "radix51_t.h" // #include "../const.h" #include <stdint.h> #include <stdio.h> #define RADIXMASK51 0x0007FFFFFFFFFFFF // 2^51 - 1; this is the largest value a (normalized) limb can store #define RADIXMASK52 0x000FFFFFFFFFFFFF // 2^52 - 1; #define LOW32OF64 ...
[ "kostastojiljkovic@gmail.com" ]
kostastojiljkovic@gmail.com
3f82e600dbc07fc1235dba65b703b1d33d40c248
b5eba7de22f28d893f40151b22964127a4bdfcf3
/lab7/runprog.c
cd62a89aa603b0982af60437fba9328988cbb71b
[]
no_license
noaw/espl
1b0d6b7febffe46976aa903f37de1aab6f0bdf6a
03e4839c46906c7eae01b6754f48c724af7f7ed0
refs/heads/master
2020-05-18T00:43:23.175454
2012-04-02T17:13:16
2012-04-02T17:13:16
2,737,572
0
0
null
null
null
null
UTF-8
C
false
false
508
c
#include <sys/wait.h> #include <stdlib.h> #include <unistd.h> #include <stdio.h> int main(int argc, char **argv){ int i; for (i=1; i<argc; i++){ printf("%s ",argv[i]); } printf("\n"); pid_t cpid; int status; cpid = fork(); /* if (cpid == -1) { perror("fork"); exit(EXIT_FAILURE); ...
[ "noaw@bgu.ac.il" ]
noaw@bgu.ac.il
50751382721084a6fc7e9c0c50c4a9b75a1784e9
625fb2b212d61b92c382ff1c6ad4508e590dce69
/EIFGENs/tictac/W_code/C1/ev967d.c
7f72263e0fff01a9aab2665fdab3bc7589107ab8
[]
no_license
acferreir4/Eiffel-Lab5
aab4336e2e43d608c029c11db8a7e6fbd1cb1740
397fdf0a3e04333671e0b413a6c9e27eb6a6e3b4
refs/heads/master
2021-01-18T18:14:14.030866
2017-03-11T01:56:42
2017-03-11T01:56:42
84,360,193
0
0
null
2017-03-08T19:52:03
2017-03-08T19:52:03
null
UTF-8
C
false
false
5,694
c
/* * Class EV_STOCK_COLORS */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static const EIF_TYPE_INDEX egt_0_967 [] = {0xFF01,222,0xFFFF}; static const EIF_TYPE_INDEX egt_1_967 [] = {0xFF01,239,966,0xFFFF}; static const EIF_TYPE_INDEX egt_2_967 [] = {0xFF01,966,0xFFFF}; static const EIF_TYPE_IND...
[ "acferreir4@gmail.com" ]
acferreir4@gmail.com
562b895e01641f492e80356de71cbe4c92842cab
5f346649848a7799062ad94005515e836c2a2ab6
/voronoi/voronoi.c
fef2a1314ea1f61df0888362a18d488d5f184189
[]
no_license
fagan2888/sketchymap
b32101eb6f7dc92b405685ef804e69c4e384c2bd
e6c5a7d9f27ecd86ce4a3b6f69139ee9b558122e
refs/heads/master
2020-12-19T12:38:22.346398
2016-12-06T19:47:49
2016-12-06T19:47:49
null
0
0
null
null
null
null
UTF-8
C
false
false
2,573
c
#include <stdio.h> /*** VORONOI.C ***/ #include "vdefs.h" extern Site *bottomsite; extern Halfedge *ELleftend, *ELrightend; /*** implicit parameters: nsites, sqrt_nsites, xmin, xmax, ymin, ymax, : deltax, deltay (can all be estimates). : Performance suffers if they are wrong; better to make nsites, : deltax, and...
[ "enf@pobox.com" ]
enf@pobox.com
0f7bb79a2ed949d3cc4fa2a2f4d2f4384980147f
30796f964834ca1f10cfb55b14f59e885422be0c
/csapp/homework/home2_68.c
4fb452d97eabc86694ab386e4f779c96b1b2491e
[]
no_license
Yaamaidie/code
6383111726be38c65753864704032eff9c86b80f
224b62d1a9e46c4cedfb2459392219c993e969f3
refs/heads/master
2021-01-23T04:29:38.684504
2019-12-01T15:57:46
2019-12-01T15:57:46
86,204,163
0
0
null
null
null
null
UTF-8
C
false
false
222
c
#include <stdint.h> /* * Mask with least signficant n bits set to 1 * Examples: n = 6 --> 0x3f, n = 17 --> 0x1ffff * Assume 1 <= n <= w */ int lower_one_mask(int n) { long long one = 1; return (one << n) - one; }
[ "lijun_bigface@163.com" ]
lijun_bigface@163.com
35972edacc31655b5d08df755b22f03df0ee28f8
4659bb4a9585466e156814db28da8a455b81ed66
/ENV/MixVector/MixVector_Xtensa/MixVector_XtmpWin/model/platform/memory_access.c
5e43b20b98c3e5223a5e1596414bae87f8278264
[]
no_license
Tobacco-cn/Demo_GitHub
af2c8a353bbb5d0e522cfe87efd0e32edbf9ce6f
1693e722b1498bebefba3183b92dec3566006326
refs/heads/master
2022-01-05T12:52:36.349373
2018-08-16T07:45:27
2018-08-16T07:45:27
null
0
0
null
null
null
null
UTF-8
C
false
false
10,791
c
/******************************************************************************* * Copyright (C), 2015 VIA Technologies, Inc. All Rights Reserved. * * * * This PROPRIETARY SOFTWARE is the property of VIA Technologies, Inc. ...
[ "linzhude@139.com" ]
linzhude@139.com
7cf6412e0a72e4c20d8028f2fbdf44d2bd0dc3c7
180c77ec1fd07f7247aafb078fbf6fa7219f8255
/include/cfsplit.h
d10ed306f601d03beaa4c511aa5fe283af9457c1
[]
no_license
youchg/myamg
4d5ac52ba7403b9b4d239b2f68477d3efc99818a
b6a3928ba9e776ac983c1ba139c7074eb5673518
refs/heads/master
2020-12-24T21:12:00.046121
2016-12-05T12:14:39
2016-12-05T12:14:39
59,568,608
0
0
null
null
null
null
UTF-8
C
false
false
706
h
#ifndef __CFSPLIT_H__ #define __CFSPLIT_H__ #include "matrix.h" #include "amg_param.h" void Reset_dof(dmatcsr *A); int Generate_strong_coupling_set(dmatcsr *A, imatcsr *S, amg_param param); int Pre_split (dmatcsr *A, imatcsr *S, int *dof); int Pre_split_fasp(dmatcsr *A, imatcsr *S, int *dof); int Post_split(ima...
[ "youchg@lsec.cc.ac.cn" ]
youchg@lsec.cc.ac.cn
b80f4584c165e0b3b9eaad7f420e6f463b19d2a6
bf678a9b90f09675b07eb26783b2621874b69202
/test/check_sanity.c
79e9862241cb26c201da154a45ba5e95217b4e24
[ "ISC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
paddor/crypto_box
062d0d2b8316e5a1dccfa742313e77d82de3ab2e
b76bd1c131d5d05aa29c10a3464377ed23032a9d
refs/heads/master
2021-01-17T07:20:22.376271
2016-05-26T18:11:25
2016-05-26T18:11:25
37,629,127
12
1
null
null
null
null
UTF-8
C
false
false
706
c
#include <stdlib.h> #include <check.h> #include <stdio.h> #include <stdbool.h> START_TEST(test_sanity) { ck_assert(true); } END_TEST static Suite *crypto_box_suite(void) { Suite *s; TCase *tc_core; s = suite_create("Sanity Suite"); /* Core test case */ tc_core = tcase_create("Core"); tca...
[ "paddor@gmail.com" ]
paddor@gmail.com
89352fda210f10d943f596ef89e6b76c430a28dc
237c91c655285e6d28eccff4d9c8a3b269b51c92
/mat_mul_fragments/cmat_mulx_avx/cmat_mulx_avx_nr_c_18_dot_product_length_2.c
2cb4a5912ed02685fafb35ec6248a09af13a609a
[ "ISC" ]
permissive
Chester-Gillon/AVX_matrix_multiply
82f7ecc52e6b00dfdaf7371f9f3985bcc0caae29
5d814316ec21cfd6c2cbbbbd210b7b48433fa2dc
refs/heads/master
2021-01-19T18:11:51.657428
2018-08-26T15:29:53
2018-08-26T15:29:53
22,638,155
0
0
null
null
null
null
UTF-8
C
false
false
14,140
c
/* For a complex interleave AVX vector swap the real and imaginary parts */ #ifndef SWAP_REAL_IMAG_PERMUTE #define SWAP_REAL_IMAG_PERMUTE 0xB1 #endif void cmat_mulx_avx_nr_c_18_dot_product_length_2 (SAL_cf32 *A[18], /* left input matrix array [nr_c] of pointers to each row */ ...
[ "chester.gillon@metronet.co.uk" ]
chester.gillon@metronet.co.uk
a0dc8d6141e8027da714397459da138fbdc345db
54944390e0ca6936010d9ba4f1a2057c2d418d79
/windows/inc/xsapi.h
6dec859d40ceadd17e0ca4e7b957f7b6fabda51b
[]
no_license
xenclient-project/legacy-v4v
051dee5b0651054fc31af22ad1c91d1ecc4b2ef0
aba4c8ec674442d00be2b60985163b7ea83bf01a
refs/heads/master
2021-01-10T19:09:59.287484
2013-10-10T07:59:29
2013-10-10T07:59:29
13,037,227
0
1
null
null
null
null
UTF-8
C
false
false
49,647
h
/* Copyright (c) Citrix Systems Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this list o...
[ "ross.philipson@citrix.com" ]
ross.philipson@citrix.com