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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e5840b22e7f7568e99af214b90e7601b8b0cab7d | b044957f0939398728b19df5929e2844290dd50a | /VisualTEACrypt/utea.h | 257015f5621f5db6a9cca51368d39ccb3becc05c | [
"MIT"
] | permissive | yorek/memory-lane | 57ff6b9de75061d298cdee5328c2ef5e97146266 | e3c4240ca74b67faab2262d2d7b40419635c8a9b | refs/heads/main | 2022-12-09T06:27:33.528182 | 2020-09-03T16:46:30 | 2020-09-03T16:46:30 | 292,171,086 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 525 | h | #ifndef TEA_H
#define TEA_H
#define DELTA 0x9E3779B9
/* TEA Prototypes */
void encipher (const unsigned long *v, unsigned long *w, const unsigned long *k, const unsigned long);
void decipher (const unsigned long *v, unsigned long *w, const unsigned long *k, const unsigned long);
void encipher_new (con... | [
"davide@Davides-MBP.dmhome"
] | davide@Davides-MBP.dmhome |
d50a2bffb67da55ba61e3655aea6aceb6d7a38b3 | 5e2683690bfc9f60d5b10c083144f78c7b314dea | /MarioBaseProject/MarioBaseProject/Commons.h | fb9b27d90c33d77206d3468392cb8c76bc2b6071 | [] | no_license | jakubbas/GecSem2 | e4d30f34beb6be105e03c0f26d82345224de0183 | d977366f9195e1fb66b1ffae2c8d4e90f350117a | refs/heads/main | 2023-04-09T17:29:39.285714 | 2021-04-23T20:22:07 | 2021-04-23T20:22:07 | 352,814,076 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 558 | h | #pragma once
struct Vector2D
{
float x;
float y;
Vector2D()
{
x = 0.0f;
y = 0.0f;
}
Vector2D(float initial_x, float initial_y)
{
x = initial_x;
y = initial_y;
}
};
enum SCREENS
{
SCREEN_INTRO,
SCREEN_MENU,
SCREEN_LEVEL1,
SCREEN_LEVEL2,
SCREEN_GAMEOVER,
SCREEN_HIGHSCORES
};
enum FACING
{
FAC... | [
"b014818k@student.staffs.ac.uk"
] | b014818k@student.staffs.ac.uk |
1eb8c997b4f551d5a360df0668e02192a528fe5f | 4db25bcd6affe9c09558de437a42d6b359b858e5 | /ft_libft/ft_memset.c | 864f7b11afe8e591558ebbf7ffbcb74390767eff | [] | no_license | tspies/C-Projects | 55394e8109bcb0b3ba60905f30cb2c496ed2e056 | cd8cc99fe290c1d489369636929f87a058657e89 | refs/heads/master | 2020-12-31T10:31:52.858467 | 2020-09-20T09:20:12 | 2020-09-20T09:20:12 | 239,001,924 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,066 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: ... | [
"tspies@student.wethinkcode.co.za"
] | tspies@student.wethinkcode.co.za |
5ee9f26e381e0ff9b864b9299335635c51415764 | 745df397854a1a06a78bd1bb60c90a3919a48393 | /STM32CubeExpansion_MEMS1_V7.1.0/Projects/STM32F401RE-Nucleo/Applications/IKS01A2/ActivityRecognition/Src/cube_hal_f4.c | 86fc367b76d831f255b373a83411665c5652c26b | [] | no_license | imwangwang/en.x-cube-mems1 | 8a7aafea8f33fa71685ee6c0832d960ad923917e | dc883acd878193b1648f66ba829eab0e7dc780ba | refs/heads/master | 2022-04-24T06:24:41.560972 | 2020-04-24T04:07:52 | 2020-04-24T04:07:52 | 258,400,725 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,687 | c | /**
*******************************************************************************
* @file cube_hal_f4.c
* @author MEMS Software Solutions Team
* @brief Specific Cube settings for STM32F4 Nucleo boards
*******************************************************************************
* @attention
*
... | [
"imwangwang@gmail.com"
] | imwangwang@gmail.com |
062db6074758ac46db8db0b8b579750f546cbca3 | e295b008cfe9b084803a5ee525ef1f8f5b499fe0 | /Libraries/BSP/STM32746G-Discovery/stm32746g_discovery_audio.h | d9594f15ac53757dc466078d18b2060d057d3f41 | [] | no_license | hiepnguyen57/stm32f7_micarray | 4ce0ecce3472d9b28366b7e074f900bb28fc5fa3 | e24268eaf6b3e69bac50e22eb455a7788e85144b | refs/heads/master | 2021-08-01T13:56:11.467750 | 2021-07-18T02:12:21 | 2021-07-18T02:12:21 | 176,187,783 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,360 | h | /**
******************************************************************************
* @file stm32746g_discovery_audio.h
* @author MCD Application Team
* @brief This file contains the common defines and functions prototypes for
* the stm32746g_discovery_audio.c driver.
*******************... | [
"hiep@olli-ai.com"
] | hiep@olli-ai.com |
8c2a4d34ec999297c09f500844de80567a113294 | 56bea28247eda81f0bc47ac80bc0b56ba0061c6c | /output_repeated_char.c | 597b9cde6f92a27793f50cb0c52da163a1d47952 | [] | no_license | lixinming913/HuaWei_Online | 1cd2647c15d4258bea0e2bc696fafea546da6d0a | 6cda9ee14c46eea5ffca6bd646a39381a553570a | refs/heads/master | 2021-01-20T11:30:22.425335 | 2015-08-19T01:24:09 | 2015-08-19T01:24:09 | 40,801,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 510 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
void handle_line(char *s)
{
int len = strlen(s);
int n = 1;
char c = s[0];
for(int i = 1; i < len; i++) {
if(c == s[i])
n++;
else {
if(n != 1)
putchar(c);
c = s[i];... | [
"xinyu913@163.com"
] | xinyu913@163.com |
cfc573b93c68d7c09e7bea067de67bbcb1753f7f | 8cd153830d062a00c5983c02dd7abe9ac4d06e3d | /IPcalculator/main.c | 746802e53bd4c7c6e2f27407bde730872c94e3e3 | [
"MIT"
] | permissive | alvaro893/Ip_network_calculator | 3bd5a89631a2b0b6f865bde89a05d527daa836e2 | ab1097d214cc17708028a0658e5a57199b0c42eb | refs/heads/master | 2021-01-22T08:29:47.096802 | 2015-01-19T22:38:06 | 2015-01-19T22:38:06 | 29,497,606 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 453 | c | // Author: Álvaro Bolaños Rodríguez
#include "ip32.h"
int main(void){
ip32 ad,mask,net;
byte prefix;
printf("Testing...\n");
read_address(&ad,"insert address:"); putchar('\n');
read_address(&mask, "insert submask:"); putchar('\n');
prefix = calc_prefix(mask);
net = calc_network_address(ad, prefix);
prin... | [
"alvarobolro@gmail.com"
] | alvarobolro@gmail.com |
b19d900365f01d168bafd942c80826498fb2984c | 727ab143af7c8a74408f7b5ac35db151ae386d44 | /KVStoreSeverClient/client/client-kv.c | b70ca055eb6f86c9239510926a635093e3833c1f | [
"Apache-2.0",
"MIT"
] | permissive | jdc08161063/auto_driving_car | 5fba267a3ddef29cfd109c2f4a5a0e38d643bb9f | 81736fcedc3968691c58437cfc4cb62242f8fbdd | refs/heads/master | 2020-04-13T03:33:11.182243 | 2018-12-10T22:39:14 | 2018-12-10T22:39:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,613 | c | #include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <inttypes.h>
#include <string.h>
#include "../lib/marshal/marshal.h"
/****************************************
Author: Joel Klein, Katie Stasaski, Lucas Chaufour... | [
"wenhuizhang@wenhuizhangs-MacBook-Pro.local"
] | wenhuizhang@wenhuizhangs-MacBook-Pro.local |
6392e7ec1ac48bf032869b98e04f735bba03da9a | 82154aa09f690bf77d4d2591d70a85cb801fd0e2 | /linklist/merge_sort_array.c | e50e0bb0fabe6310fb7c0dd733d13245f2d8af62 | [] | no_license | fankeke/code_snippets | 2cd491890c76905e85cd1e6298c627cab3353a4c | 5345e4c457a5a757c4329cb1aa7d519998b65d82 | refs/heads/master | 2021-06-13T09:52:24.704015 | 2017-04-15T05:59:58 | 2017-04-15T05:59:58 | 43,409,285 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,193 | c | Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.
Note:
You may assume that nums1 has enough space (size that is greater or equal to m + n) to hold additional elements from nums2. The number of elements initialized in nums1 and nums2 are m and n respectively.
https://leetco... | [
"382482175@qq.com"
] | 382482175@qq.com |
75349b5dbc1bde22a6b70438255bae21bc540e84 | d50dc3b00efb9e201399289413370a5932eadbd0 | /StdAfx.h | bad37befcb3d8122841b914e391da8449f7b9bc5 | [] | no_license | TongWee/Caculator_MFC | 78c185cbeaafc77dc086f2a51b9d7fff891c0fb8 | f61efd1f77c94fa0cc63f597ae97e749c959a82d | refs/heads/master | 2021-01-13T16:16:12.138123 | 2015-05-31T04:54:31 | 2015-05-31T04:54:31 | 35,360,699 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,027 | h | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__06AE43C9_BD51_4E63_B557_BEAC45D7D4B2__INCLUDED_)
#define AFX_STDAFX_H__06AE43C9_BD51_4E63_B557_BEAC45D7D4B2__INCLUDED_
#if _M... | [
"308992640@qq.com"
] | 308992640@qq.com |
7267bc99d011d4aa58c4dc45f4afbaf3dd228e91 | 38e036f052481c15d293778a33e8a9138d589d8e | /__vm/.lq20a_esp8266_2017.6.30.vsarduino.h | 318b4c9f4d24021b8fb902b1ac95111c8b54ed77 | [] | no_license | lyd50/LQ20A | 3365dc5bd10525423216111cc1ac74011ad9b0b8 | d1c034fb3697698b225678ad8864eb2b1becf080 | refs/heads/master | 2021-01-01T06:07:00.312111 | 2017-07-16T10:06:55 | 2017-07-16T10:06:55 | 97,358,757 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,861 | h | /*
Editor: http://www.visualmicro.com
visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten
the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project
all... | [
"16635265@qq.com"
] | 16635265@qq.com |
c91b0d70af0ec56df3110354d5a4e31007821c17 | 67ed96b8b4762c78c8f96d16bae2076e30dc184d | /flow/proSTEGvn/SetSeedOwn.C | 91ff1021ff5ff4e40403a1688276d3d83e813163 | [] | no_license | XuQiao/HI | 4dae1dcf600d0ea64ea26403197135790ba3c4a2 | e963cd9a5a393480e83e697b37327f4f7c4de8d4 | refs/heads/master | 2020-12-25T16:53:40.474495 | 2017-02-16T06:00:17 | 2017-02-16T06:00:17 | 64,085,142 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,047 | c | UInt_t SetSeedOwn(){
UInt_t fSeed;
UInt_t fSeed1;
UInt_t fSeed2;
TUUID u;
UChar_t uuid[16];
u.GetUUID(uuid);
fSeed = UInt_t(uuid[3])*16777216 + UInt_t(uuid[2])*65536 + UInt_t(uuid[1])*256 + UInt_t(uuid[0]);
fSeed1 = UInt_t(uuid[7])*16777216 + UInt_t(uuid[6])*65536 + UIn... | [
"qixu@cern.ch"
] | qixu@cern.ch |
1eb4be6f716a033fa2b96c8bd934844e879ce885 | 3bb6597756dc8dbf88fb03cafeef3d5487be7e50 | /right_andled_row_number (1).c | 9e629d22d7a97694ffb471e12e2a6136d06b5d02 | [] | no_license | Sahilkumar2706/CSE-101 | 402255f3dbf143f2df714c76b9a5558d112dea65 | df515a97512bb43254ccf175e35ef32e08ef878e | refs/heads/main | 2023-09-05T09:40:08.526155 | 2021-11-15T15:53:02 | 2021-11-15T15:53:02 | 428,325,413 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 323 | c | /* 1
2 2
3 3 3
4 4 4 4 */
#include<stdio.h>
int main()
{
int rows;
printf("Enter the number of rows: ");
scanf("%d",&rows);
int i, j;
for(i=1; i<=rows; i++) //i:row number
{
for(j=1; j<=i; j++) //j:column number
{
printf("%d ",i);
}
printf("\n");
}
return 0;
... | [
"noreply@github.com"
] | Sahilkumar2706.noreply@github.com |
560987dd05a194b95efe6bece8e091f49e8bcfaa | 8d5a3e3174c577e37fd4f14afc08c1786bae1428 | /project/SX_test6_nirvana_twoline/app/Global_var.c | c006375c7b16c1554bab1f9a5c9355c4babf3194 | [] | no_license | hehanxie/SmartCar | 7d0dfe59ad77fd6373e33f5e0a47354a61733ed3 | 3d2fe6218ee99a2eca098842c889cabca80102aa | refs/heads/master | 2022-02-21T17:16:33.062430 | 2019-09-30T04:18:35 | 2019-09-30T04:18:35 | 85,817,286 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 877 | c | #include "include.h"
uint8 device_id = 0;
uint8 Pix_Data[600]; //采集60行 80列的图像数据
uint8 Pix_Data_prev[600]; //采集60行 80列的图像数据
uint8 Img[60][80]; //解压后的数据
uint8 Img_prve[60][80]; //上一帧
uint8 Img_current[60][80]; //当前帧
uint8 camera_flag = 0; //0表示不可采集,1表示可以采集
uint8 show_img_... | [
"whstarlit@icloud.com"
] | whstarlit@icloud.com |
95d333bb19f140a5e0625342034811c8723f5467 | 7bf8ca3c08446efaf11bed718a418ad81633d37e | /NativeCollectionsCpp/Utils.h | 92385f65713628a2094adbac9fc0e05f4379211d | [] | no_license | Neo-Ciber94/NativeCollections | ca15015d2af40751abd1edab5b03f3331007ffc6 | edc15e83764d4bf1c0f1e9ed61e725d451b778c8 | refs/heads/master | 2020-11-30T05:31:19.183154 | 2020-01-26T22:12:45 | 2020-01-26T22:12:45 | 230,316,660 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 316 | h | #pragma once
#include <stdlib.h>
enum class Flags : unsigned int {
UNNITIALIZATED = 0,
ZERO_MEMORY = 1
};
extern "C"
{
__declspec(dllexport) void* Malloc(size_t size, Flags flags);
__declspec(dllexport) void* Realloc(void* block, size_t size, Flags flags);
__declspec(dllexport) void Free(void* block);
} | [
"freddy_luis_94@hotmail.com"
] | freddy_luis_94@hotmail.com |
0d73cc15acdf2626819891f751007924348a7642 | a31ab6e3ef8dec51ef87ba24362171e7483364bd | /src/graphics/stubs/fbo_stubs.c | db8d1fc8b2945ea48ca464d0df78b78fc4c16b99 | [
"MIT"
] | permissive | laser-turtle/ogaml | a8dd93f5deeb8a47ca5085e9a0319d969e43ef91 | 9e1505397025e33bb7e5879e7011c62e3c55f648 | refs/heads/master | 2020-03-30T11:00:16.278287 | 2018-10-01T19:52:56 | 2018-10-01T19:52:56 | 151,148,449 | 0 | 0 | MIT | 2018-10-01T19:42:52 | 2018-10-01T19:42:52 | null | UTF-8 | C | false | false | 3,002 | c | #define GL_GLEXT_PROTOTYPES
#if defined(_WIN32)
#include <windows.h>
#include <gl/glew.h>
#endif
#if defined(__APPLE__)
#include <OpenGL/gl3.h>
#ifndef GL_TESS_CONTROL_SHADER
#define GL_TESS_CONTROL_SHADER 0x00008e88
#endif
#ifndef GL_TESS_EVALUATION_SHADER
#define GL_TESS_EVALUATION_SHADER 0x00... | [
"victor.lanvin@ens-cachan.fr"
] | victor.lanvin@ens-cachan.fr |
741013fc7c8a94fad9e35bd80aecaa868f4706fa | 8106c71d7ef96209ed01088ae51bc7fd519bdd36 | /Projet3/utils/utils.c | cab5bd69b0226bf9964ca8d67142870fd3861747 | [] | no_license | btglr/INFO0601 | 6d837c853e9451b51a2c2a9aad0cd5dbb844fd26 | 5d00dbeb0f33ed8002a2792423ae3851c967831a | refs/heads/master | 2022-01-26T11:44:36.110094 | 2019-05-18T06:33:56 | 2019-05-18T06:33:56 | 165,250,775 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 481 | c | #include "utils.h"
#include <math.h>
bool isPrime(int number) {
int i;
if (number <= 1)
return false;
if (number % 2 == 0 && number > 2)
return false;
for (i = 3; i < number / 2; i+= 2) {
if (number % i == 0)
return false;
}
return true;
}
int findDiviso... | [
"bastien.tagliaro@gmail.com"
] | bastien.tagliaro@gmail.com |
64fc94b964b9d33283c86aefe9d031d9c5e216f7 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/power/supply/extr_z2_battery.c_z2_charge_switch_irq.c | 3107986dcc8b9cc9ac605db0b9d61cc85480f86a | [] | 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 | 765 | 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 |
d146abc65888b6d3c51ec0d53743d4c8eeaf0a8c | b847a338dcf0d387d003fd9cbde80044db7e190c | /lonestar/analytics/cpu/bipart/MetisGraph.h | 7366e4fac9de535030e0db793a7cd0566d3a91c0 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | swreinehr/katana | 223b5818b9ac33ed07d5516db95c6278781b9e09 | 9b4eef12dfeb79e35aa07a3a335ce35b3e97c08d | refs/heads/master | 2023-02-09T08:30:58.669704 | 2021-01-02T03:47:01 | 2021-01-04T20:20:48 | 288,578,716 | 0 | 0 | NOASSERTION | 2020-08-18T22:38:10 | 2020-08-18T22:38:09 | null | UTF-8 | C | false | false | 2,124 | h | #ifndef BIPART_METISGRAPH_H_
#define BIPART_METISGRAPH_H_
#include "galois/graphs/HyperGraph.h"
struct MetisNode;
using HyperGraph = galois::graphs::HyperGraph<MetisNode>;
using GNode = HyperGraph::GraphNode;
using GNodeBag = galois::InsertBag<GNode>;
// Nodes in the metis graph.
struct MetisNode {
using GainTy =... | [
"nicelhc13@users.noreply.github.com"
] | nicelhc13@users.noreply.github.com |
02b1d8ebba5739c794163cf3caf2fc4a1c561be3 | 5c2f2267e9bdd97abf7c7b32539be78a7d9ac8c2 | /chapter2/pointers/Tarea/NataliaMeloPointers1/punto1.c | 5c6e19a59d3ce7d7a540fca35f8b549af6926946 | [] | no_license | lalbricenov/terzaLiceo2019-20 | fcb1e0a26f1d7d734e7bc1ae84ac2b869ec6a7b4 | 8b32c382f80e3bc8617f540866f8683bf9b8fd87 | refs/heads/master | 2021-05-21T03:32:29.173226 | 2020-06-04T17:57:27 | 2020-06-04T17:57:27 | 252,524,366 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 227 | c | #include <stdio.h>
#include <stdlib.h>
int main(void)
{
int x = 2;
int y = 4;
int z = 8;
int *xPtr = &x;
int *YPtr = &y;
int *zPtr = &z;
printf(" %d\n %d\n %d\n", *xPtr, *YPtr, *zPtr);
} | [
"lalbricenov@gmail.com"
] | lalbricenov@gmail.com |
b8ba58110bb0852feb6072a0650e68dbfa1a3e5e | 48f204167064ffcb7beb0b0a1e2c007d11713ae9 | /Ness2/native/src/child/prime.c | c6e74f01855864b3d78d5fc14a16a58ba3eb78f2 | [] | no_license | TytanRock/CS-451 | 19e1777b3cdc3336899cab15c9b8c3c7be546665 | 58ffecdd96807c124cbaa3372fba843098734871 | refs/heads/master | 2020-08-08T23:25:08.380122 | 2020-06-04T16:28:27 | 2020-06-04T16:28:27 | 213,945,014 | 0 | 0 | null | 2019-12-20T01:34:24 | 2019-10-09T14:47:29 | C | UTF-8 | C | false | false | 3,614 | c | /**
* Author: Cory
* Assignment Number: 2
* Date of Submission: 11/6/2019
* Name of this file: prime.c
* Description of the program:
* This program runs a scheduler on a set of prime-finders
* in order to show how a priority scheduler works
*/
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#inclu... | [
"nesscory@gmail.com"
] | nesscory@gmail.com |
f0c19dcee3f2fc9032d470e618faf12d41c1c16d | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/inetcore/mshtml/src/core/misc/coreid.c | bdc01727137bec2d1fb5a94ca77e229ef7f0fa34 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 553 | c | /*
coreid.c
Please do not use any single line comments before the inclusion of w4warn.h!
*/
#define INITGUID
#include <w4warn.h>
#include <windef.h>
#include <basetyps.h>
#pragma MARK_DATA(__FILE__)
#pragma MARK_CODE(__FILE__)
#pragma MARK_CONST(__FILE__)
#define PRIVATE_GUID(name, l, w1, w2, b... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
683e21496bed279db1b7932f7fb512445593a464 | 44b52489bdd3bb921801e615083c9fff49d2e637 | /main (11).c | 8c18000bdf2e66962e646a581e02cfd208c118b0 | [] | no_license | sairajchittalury/C-language-dev-c- | 467a9c5434bfd659faa0605e4073eb968ad8ad95 | c472122884b8f971b7cf5d629b3bb20d1233c7d0 | refs/heads/master | 2020-09-26T13:59:39.826922 | 2019-12-09T07:30:17 | 2019-12-09T07:30:17 | 226,269,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 860 | c | /******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debu... | [
"noreply@github.com"
] | sairajchittalury.noreply@github.com |
7a5d8f47a057e099846bcab3f1cd6b8c112796ad | ca79da1443843734ee37034668f53ec3ec6c6f60 | /三整数排序/main.c | f71bc83adae30840c803497688f4d9b2c7decaa1 | [] | no_license | songtianlun/zzuli-oj | a64004e1d62547cea657c1dea3fa2fdb86a15431 | 82aa9cbea0578e01617f880d6825b5156cb5b780 | refs/heads/master | 2022-11-04T21:18:32.192277 | 2020-07-15T04:44:08 | 2020-07-15T04:44:08 | 279,765,059 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 525 | c | /*从键盘输入三个整数x,y和z,按从大到小的顺序输出它们的值。*/
#include <stdio.h>
#include <stdlib.h>
int main()
{
int x,y,z,a,b,c;
scanf("%d%d%d",&x,&y,&z);
if(x>y)
{
a=x;
b=y;
c=z;
}
else
{
a=y;
b=x;
c=z;
}
if(z>a)
{
a=z;
b=x;
... | [
"songtianlun@frytea.com"
] | songtianlun@frytea.com |
8b0ff68fff2d50d315cc79c08340d28557aa8c9a | 04b51f26cddafb0c3091e1f9db86b0938c6a4906 | /squashfs-root/var/lib/dkms/virtualbox-guest/4.1.12/build/r0drv/linux/memobj-r0drv-linux.c | f8d0f41a1edf99781f096ef5c91a135b94d65bef | [] | no_license | bcozic/Boot_to_root | 6b7d84e4b7083d9453ffbcd1ce4fd350acb159f3 | 4d7dd75b66fc1ab85d01afe31bb18b7047e89a3b | refs/heads/master | 2020-05-16T05:01:37.231186 | 2019-05-09T09:40:25 | 2019-05-09T09:40:25 | 182,780,982 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 52,688 | c | /* $Revision: 75790 $ */
/** @file
* IPRT - Ring-0 Memory Objects, Linux.
*/
/*
* Copyright (C) 2006-2007 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under ... | [
"bcozic@student.42.fr"
] | bcozic@student.42.fr |
d1e09ff84bb8707127351ffca0acf20af5085dc6 | 57d8ad8c60f0d804184dbb967923803bea489852 | /include/sort.h | 718a8855761be711063e628a7391ffdc72662f48 | [] | no_license | anlewy/algorithmTemplate | 3edb2db531cfabb3df38ac1acfea7b4fc3afc110 | 50cb43085a1990cb966c178042fa75d8e1ec8e48 | refs/heads/main | 2023-03-06T05:19:47.523852 | 2021-02-23T16:04:42 | 2021-02-23T16:04:42 | 341,111,205 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 721 | h | //
// @author anlewy@qq.com
// @create 2021/2/21 12:17 下午
//
#ifndef ALGORITHMTEMPLATE_SORT_H
#define ALGORITHMTEMPLATE_SORT_H
// 冒泡排序
void bubbleSort(int *arr, int n);
// 简单选择排序
void selectSort(int *arr, int n);
// 插入排序
void insertSort(int *arr, int n);
// 希尔排序
void hillSort(int *arr, int n);
// 归并排序(递归版)
void m... | [
"wujiawen.wy@bytedance.com"
] | wujiawen.wy@bytedance.com |
00a87871546f0f8beb6864212c642c357dc7ea13 | 43260c9add09e83c4f36c694f473b79fdf60cf6b | /aubit4glsrc/tags/Aubit4gl-1_10RC-41/lib/libui/ui_curses/formcntrl.c | a5d8c5a14fe51ba51ed647628947073ea0ccc403 | [] | no_license | tompipen/aubit4gl_code | 63d31e10e329831f95f9e839a0f1bf312c056164 | ea632477f2653dd97f024eb6a54abfdf5a892153 | refs/heads/master | 2020-04-11T14:52:49.192757 | 2018-11-12T10:21:42 | 2018-11-12T10:21:42 | 161,871,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 66,722 | c | /*
# +----------------------------------------------------------------------+
# | Aubit 4gl Language Compiler Version $.0 |
# +----------------------------------------------------------------------+
# | Copyright (c) 2000-2005 Aubit Development Team (See Credits file) |
# +--------------... | [
"nobody@ccff5c2d-aaaf-4f61-a5bd-d7f44fd75822"
] | nobody@ccff5c2d-aaaf-4f61-a5bd-d7f44fd75822 |
97133c79bdf065d3b7f8758d88e53dc21a94b598 | 01196dfccf8dce51d91586a2a299b055eb41c38b | /firmware/main.c | 47799a4ea178325639ac52adba99a174a2342e50 | [] | no_license | DRU-SSB/nppt | 7c83894c6ad84536134e8e323c9d314529f5f853 | 507e03b6c82f9e68fe59998f701428988dd2dfc2 | refs/heads/master | 2021-01-18T18:35:07.339279 | 2013-07-29T17:45:53 | 2013-07-29T17:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,324 | c | #include "stm8l15x.h"
#define TIM_MMS_ENABLE 0x10
#define TIM_MMS_UPDATE 0x20
#define TIM_TS_ITR1 0x10
#define TIM_TS_ITR2 0x20
#define TIM_TS_ITR3 0x30
#define TIM_SMS_RESET 0x04
#define TIM_SMS_GATED 0x05
#define TIM_SMS_GATED 0x05
#define TIM_SMS_TRIGGER 0x06
#define TIM_SMS_EXTERNAL 0x07
#define v2dac(x) (int)(x/3.... | [
"av65536@gmail.com"
] | av65536@gmail.com |
0fae59b83dc1584164e2697998aa59fd233198e4 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/PhysicsAnalysis/AnalysisCommon/ParticleJetTools/ParticleJetTools/ParticleJetToolsDict.h | 71ab9ad0c6d78cbc9c415330db1f7e64a1f4e911 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 663 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef PARTICLEJETTOOLSDICT_H
#define PARTICLEJETTOOLSDICT_H
#include "ParticleJetTools/CopyTruthParticles.h"
#include "ParticleJetTools/CopyBosonTopLabelTruthParticles.h"
#include "ParticleJetTools/CopyTruthPartons.h"
#include "Particle... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
98b3b918a64ab71ff90713fe0aff3dcd3c34b401 | 9ee97536e9c181f993c522bb8452e39f42b2673a | /test.c | f83dc7bc65d68a00814cc9fbcbcb91717df73949 | [] | no_license | nwdanner/console-puts-arg1 | 32195930929268af3c0960ba2374a23d6b77c190 | 1fa26ec16d37a0de8306920b00cf23e411db94a8 | refs/heads/master | 2021-04-27T20:55:02.113663 | 2018-02-21T20:29:30 | 2018-02-21T20:29:30 | 122,389,191 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 269 | c | #include <stdio.h>
typedef void VSTRFUNC(char* str);
typedef VSTRFUNC* LPVSTRFN;
void puts2(char* str) { puts(str); }
int main(int argc, char** argv) {
LPVSTRFN pfn = puts2;
if (argc > 1)
pfn(argv[1]);
else
pfn("Hello world!");
return 0;
}
| [
"noreply@github.com"
] | nwdanner.noreply@github.com |
7b16cfccb85424d1fd27c210719dbb084ead221f | 3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f | /mcu/pcore/interface/modem/general/smslib_def.h | 3c6be672c4dc7c97102d62c72cad9713c23cf379 | [] | no_license | junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6 | ad79a26ed395d5b333b718a6b0913003b556f15e | 04ebd402fe9472e0c2e3da5a296c11819307b929 | refs/heads/master | 2022-12-25T23:24:05.155209 | 2020-10-09T04:37:19 | 2020-10-09T04:37:19 | 301,968,967 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 19,603 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"null"
] | null |
37ac4d77aa7a043a4b5e0229faf28ace798f6c0e | 2a021667eb79a7813c1a8e0a3fae395a1b5c2b40 | /bin/df/df.c | f22c8496102a4d3c455741949567ee8e5a93ace1 | [] | no_license | ghsecuritylab/tombibsd-src | b686fa412cbaabd1734338e0832dfa815802b4be | 3f3345b36e1db466da0c12aeb4f46ff3797147ff | refs/heads/master | 2021-02-28T23:37:07.840661 | 2015-04-25T03:39:53 | 2015-04-25T03:39:53 | 245,740,289 | 0 | 0 | null | 2020-03-08T02:39:51 | 2020-03-08T02:39:50 | null | UTF-8 | C | false | false | 14,187 | c | /* $NetBSD$ */
/*
* Copyright (c) 1980, 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file are derived from material licensed
* to the University of California by American Telephone and Telegraph
* Co. or ... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
86a323817faf5a6e5e2827dc8f632683c806eb4e | 33a82980352cf366b9c288cf8a74d2740272d90b | /serial/VirtualSerial2/ringbuffer.c | 0efbe821772a9d770e39675f80ab9febf6446753 | [
"MS-PL"
] | permissive | microkatz/Windows-driver-samples | d249ecb8ab1be5a05bf8644ebeaca0bf13db1dad | 98a43841cb18b034c7808bc570c47556e332df2f | refs/heads/master | 2022-05-09T17:42:10.796047 | 2022-04-20T20:47:03 | 2022-04-20T20:47:03 | 161,238,613 | 2 | 0 | MS-PL | 2022-04-20T20:47:03 | 2018-12-10T21:28:00 | C | UTF-8 | C | false | false | 9,319 | c | /*++
Copyright (c) Microsoft Corporation, All Rights Reserved
Module Name:
RingBuffer.c
Abstract:
This file implements the Ring Buffer
Environment:
--*/
#include "internal.h"
VOID
RingBufferInitialize(
_In_ PRING_BUFFER Self,
_In_reads_bytes_(BufferSize)
BYTE* Buffer... | [
"cdwilsonjr@gmail.com"
] | cdwilsonjr@gmail.com |
5bdcdf73fd30b58d53b39eaa6d1ec0a282bd071a | 99d503ca5f1d07b3c80a05a9b19508aecb3cf12d | /header01.c | a11a83e92e6963fb5c1aa983413df25c2ba640ea | [] | no_license | dangyeon/gitsource | 6a573691ddcd9a39938e908310433cfebaa28555 | e5e09f3865d3348999ac777a9c75f5131ec32316 | refs/heads/master | 2021-01-15T23:45:53.042571 | 2013-11-05T17:28:50 | 2013-11-05T17:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 61 | c | #include "header.h"
int main() {
function1();
return 0;
}
| [
"jjang@jjang-virtual-machine.(none)"
] | jjang@jjang-virtual-machine.(none) |
5fba5144b43ae7d5c4bfea35d7267b79a1288fc2 | af2f5806cdb788749a9987a4294a8e270aab3ec8 | /Project/17_Stock/VisualStock/packet/t3518.h | 706b5989c2288780f356969d47e5989ad0807c1e | [] | no_license | pdpdds/SDLProgramming | 65f53bf7a7d28952780a06b4a1b80b4a80aeea95 | f69683aa41908f8f1b3b80b7076ca0e7908f59da | refs/heads/master | 2021-01-18T22:35:12.116696 | 2020-12-31T06:22:53 | 2020-12-31T06:22:53 | 37,397,842 | 12 | 13 | null | null | null | null | UHC | C | false | false | 5,171 | h | #ifndef _t3518_H_
#define _t3518_H_
///////////////////////////////////////////////////////////////////////////////////////////////////
// 해외실시간지수(t3518) ( attr,block,headtype=A )
#pragma pack( push, 1 )
#define NAME_t3518 "t3518"
// 입력
typedef struct _t3518InBlock
{
ch... | [
"juhang3@daum.net"
] | juhang3@daum.net |
ec8f0a2b5a32d1977952442bfc9163265068eb7b | e7600cbbc8d5367432095794205a3907dd28f4c7 | /raycaster.c | ff1878cfdc63540bfb7604b606b68b247d9e9f1c | [] | no_license | altor/raycaster | 43e685603cb409a25a3aed65400213215f26574b | 2bbc9a0e985f90573963dd1a65b97ee693c6c1a1 | refs/heads/master | 2020-06-01T02:18:25.549859 | 2015-07-20T17:17:36 | 2015-07-20T17:17:36 | 39,343,046 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,688 | c | /*
* Implementation de la fonction raycaster
* Cette fonction envoie des rayons pour détecter les murs visible par la caméra.
* Elle récupère la distance entre la caméra et le mur détecté, l'identifiant de la texture à appliquer et la portion de texture à appliquer.
* La distance entre la caméra et le mur est ensui... | [
"arthur.dazemar@free.fr"
] | arthur.dazemar@free.fr |
a3b86f448381a86ab31958ea49b49c6923fd8ac0 | c5a594b48fd39f8736369f23ed108f7287e0c3d0 | /Pods/Headers/Private/NKWatchChart/NKCircleChart.h | bc31f40117d34122493f81f6040cf57f805a5393 | [] | no_license | edgardowardo/WeatherAlert | 517412e3fdc7271da66de3f4b5662c4e033749df | 316c0d2cf324851b17cd9207100988c126bcd170 | refs/heads/master | 2021-01-21T14:02:05.866803 | 2016-06-03T17:42:40 | 2016-06-03T17:42:40 | 52,321,495 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 71 | h | ../../../NKWatchChart/WatchChart Extension/NKWatchChart/NKCircleChart.h | [
"edgardoagno@EDGARDOs-MacBook-Air.local"
] | edgardoagno@EDGARDOs-MacBook-Air.local |
a470cb85e7ae737b4ee7f8ef1265abfd77031c0e | 41383bfbe38eef928c1cd1cebc2232eb49be85f9 | /midp/src/highlevelui/lcdlf/include/lcdlf_export.h | fc840c06993434c9a43369006890597fb86318d1 | [] | no_license | ruitaomu/pspkvm | d208d608f667fd64238b00f25b403177e14c739a | 9f68194f987ff038d35409f4d386598025600ef0 | refs/heads/master | 2021-03-27T11:49:53.137601 | 2011-09-03T16:48:34 | 2011-09-03T16:48:34 | 60,471,263 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,097 | h | /*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Free S... | [
"max_mu@2af63af8-f945-0410-af61-887fe020137e"
] | max_mu@2af63af8-f945-0410-af61-887fe020137e |
3435190297025a2e695d19978841d57ffad8c5e5 | cf26adaadfd6a69951d353650f8059d6b0d7d4e1 | /Ejercicios-segnales-alarmas/ejercicio02/main.c | 566dcee13dfbd3bbd5fcbaf9a49bad9c2a3f5961 | [] | no_license | SSOO-uc3m/Tema2ProcesosThreads | f6bc2fcb0d4bb4114acfc9435c073b8632c3467b | 9c01d8c1ce90ae5ea70b1aa4dc12ab8bf15a47a0 | refs/heads/master | 2021-01-25T17:12:03.534779 | 2019-04-04T22:47:07 | 2019-04-04T22:47:07 | 82,771,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 746 | c | #include <signal.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
/* este programa espera 3 seg a que el usuario pulse un número y si no lo hace deja de esperar */
const int TIEMPO=3;
int finTiempo;
void llegoAlarma (int s){
printf ("Ha llegado la señal de alarma: %d\n",s);
finTiempo=1;
}
int main... | [
"carlofer@inf.uc3m.es"
] | carlofer@inf.uc3m.es |
084a191baae202a0fbccce8ac8c88028c8a10bc0 | 943d51a06836e615d58a8888cef706d63d270a75 | /DUMP/Achievement_Enemy_017_classes.h | cb92cbbf881c8c209698363b792dc5d24fca92eb | [] | no_license | hengtek/Back4BloodSDK | f1254133d004d7a5237013059d49c80f536879db | 25ab4c4ce2e140b7e6b7afaac443e836802c3b2d | refs/heads/main | 2023-07-05T03:23:01.152076 | 2021-08-15T15:03:38 | 2021-08-15T15:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 158 | h | // BlueprintGeneratedClass Achievement_Enemy_017.Achievement_Enemy_017_C
// Size: 0xb8 (Inherited: 0xb8)
struct UAchievement_Enemy_017_C : UAchievement {
};
| [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
e189e977192ea77012af8426d29744f67af71470 | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/8634.c | 9ba7fceee05fb2093853ac4b00511eed5992bdf0 | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,435 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 8634.c
* Seed: 257168240
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLO... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
a396d5f041e07e525339dd292b4f87b39708d175 | 1927dfefe763994db2e608302ec0b4fffbae485b | /Release/Version-1.2/expression.c | ebf223a1d655c1f110fc957a4ec8d53462c7ecae | [] | no_license | Eyescale/Consensus | d9a91d5f5bcb7deb97bb4cb74ab6ce2e0bd15c6d | 2af558d94b8344310aa7480de9d8d4edd0aa21d3 | refs/heads/master | 2023-07-06T17:03:47.669308 | 2023-06-30T00:12:35 | 2023-06-30T00:12:35 | 82,597,087 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,312 | c | #include <stdio.h>
#include <stdlib.h>
#include "string_util.h"
#include "database.h"
#include "narrative.h"
#include "expression.h"
// #define DEBUG
//===========================================================================
// bm_feel
//===========================================================================
... | [
"pbouchaud@gmail.com"
] | pbouchaud@gmail.com |
1e745a7c619be8e9f578ca90b2b01c5a627b70f0 | 9a46b7b4dea0b6e9d7ce4c456d8c5f0f30745689 | /berkeley-softfloat-3/source/extF80_to_i64_r_minMag.c | 0ddc377e246f82b85da1e2a6a28b17497f3eaaef | [
"BSD-3-Clause"
] | permissive | krytarowski/softfloat | 12c2883e5a8296405c2ef44d286298274f113d50 | 35ec7fb705ec68a2b96dcb6558297a6992d7ca5e | refs/heads/master | 2020-09-28T00:08:44.489766 | 2019-12-14T22:56:26 | 2019-12-14T22:56:26 | 226,642,262 | 0 | 1 | null | 2019-12-14T18:46:35 | 2019-12-08T09:20:08 | C | UTF-8 | C | false | false | 3,894 | c |
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
Copyright 2011, 2012, 2013, 2014, 2015, 2016 The Regents of the University of
California. All rights reserved.
Redistribu... | [
"n54@gmx.com"
] | n54@gmx.com |
5fdf24166249343db0e26703bc36fb422106aa02 | d689c1e21900c1d2da0a5657a40afbd5c1c1d602 | /hdf5-1.8.11/hl/tools/gif2h5/gifread.c | 3d962907cc065e2b0d0a3e8a88395590975d50d0 | [
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4"
] | permissive | virtualcell/vcell-solvers | 8f67f6803e00840589d3677447793b5046702073 | feabcc34a83fd836f61a1c8a1318dad42115b403 | refs/heads/master | 2023-09-02T19:49:24.343472 | 2023-08-21T23:11:11 | 2023-08-21T23:11:11 | 100,556,111 | 7 | 7 | null | 2023-08-21T23:11:12 | 2017-08-17T03:13:05 | C | UTF-8 | C | false | false | 12,586 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
... | [
"gweatherby@uchc.edu"
] | gweatherby@uchc.edu |
1de2ad909642aaced6012c1140761a02bc37ed66 | 5499e8b91353ef910d2514c8a57a80565ba6f05b | /garnet/public/lib/inspect_deprecated/deprecated/expose.h | 5e19fa8a1706917d6f84490bf3a972d8860cb445 | [
"BSD-3-Clause"
] | permissive | winksaville/fuchsia | 410f451b8dfc671f6372cb3de6ff0165a2ef30ec | a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f | refs/heads/master | 2022-11-01T11:57:38.343655 | 2019-11-01T17:06:19 | 2019-11-01T17:06:19 | 223,695,500 | 3 | 2 | BSD-3-Clause | 2022-10-13T13:47:02 | 2019-11-24T05:08:59 | C++ | UTF-8 | C | false | false | 481 | h | // Copyright 2019 The Fuchsia 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 LIB_INSPECT_DEPRECATED_DEPRECATED_EXPOSE_H_
#define LIB_INSPECT_DEPRECATED_DEPRECATED_EXPOSE_H_
// Do not use this header directly, instead use sr... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
289dd75712268b94f97d096ab3d9b771997f566c | 3ff57537c1e410249a1d7ab3edbc64fbd6d89e4d | /sample_pid.c | 97d71dde11cb48d9280ad1a2cec721545508fd98 | [] | no_license | bhvya1505/NetworkProgramming | 0ba56ca6a044f58cf4b83ae30cdc3f716981d42c | f50982cff0d45ab81744770edfdd9a840ca5ebbd | refs/heads/master | 2020-12-19T11:31:34.346499 | 2020-03-12T05:26:56 | 2020-03-12T05:26:56 | 235,720,710 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 385 | c | #include <stdio.h>
int main()
{
int pid;
printf("Original process with PID %d and PPID %d \n", getpid(),getppid());
pid = fork();
if(pid!=0)
{
printf("Parent process with PID %d and PPID %d \n", getpid(),getppid());
printf("Child PID %d \n", pid);
}
else
{
printf("Child process with PID %d and PPID %d \n"... | [
"noreply@github.com"
] | bhvya1505.noreply@github.com |
452a71af2deb03db3ce530f1071a8ce90f401583 | 2a1cb52f2e93e44e2faa3630d5add88f8dd71604 | /model/source/verification/adjustment.cs-32x32x1/code_min/CPP_OPTIONS.h | 3d37b4af49c2626732d8ab5cc69ab59f223751de | [] | no_license | lgloege/MITgcm-Lake-Michigan-tracer | e1a2f3722c942f326e1c54f2d7c7d230e3625954 | 2af37fd3c6046ba1043ad2c34d66422c3404a191 | refs/heads/master | 2020-03-28T00:02:07.758433 | 2019-09-17T14:09:49 | 2019-09-17T14:09:49 | 147,369,641 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,274 | h | C $Header: /u/gcmpack/MITgcm/verification/adjustment.cs-32x32x1/code_min/CPP_OPTIONS.h,v 1.1 2010/05/25 20:51:37 jmc Exp $
C $Name: $
#ifndef CPP_OPTIONS_H
#define CPP_OPTIONS_H
C CPP flags controlling particular source code features
C o Shortwave heating as extra term in external_forcing.F
C Note: this should be a... | [
"gloege@ldeo.columbia.edu"
] | gloege@ldeo.columbia.edu |
536827a386ec884c49d792eacba4cf7872c486e4 | dc780b0d424f3bfeb5c5f5ce794a78cd85055fb4 | /2-pset-control-structure/8_grading.c | 70582f5eb926de419795a2f14f6dde437093b012 | [
"MIT"
] | permissive | rameshsyn/c-lab-questions-solutions | a991bed4f51a7f49809466c12b1f17c7e40c62d0 | 9b41b649064a304ff4629870b45c8f5e8fdca5f6 | refs/heads/master | 2021-01-19T22:48:23.379019 | 2019-12-15T14:11:31 | 2019-12-15T14:11:31 | 88,873,583 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,173 | c | /*
Write a program to read the marks of any
five subjects for a student, calculate the
total marks, check the result pass or fail
for the student also calculate the percentage
and division of the student. Finally print the
Result pass or fail, percentage and division as
follow:
Distinction perce... | [
"rameshsyangtan92@gmail.com"
] | rameshsyangtan92@gmail.com |
ba81cdfc3200597b2e2cea8865422133764542ed | 499ad455d1ae681c076fab0966c06087c08a7807 | /ch16/names.h | c27f13a6805b19148b835efd49a9292bafddb226 | [] | no_license | Acyco/C | 84e093d731b016c4745d2ad801d738ed5f4dc133 | c5eadeca258f6bdfd3b54e01e9953f7851c5ecea | refs/heads/master | 2021-08-28T01:10:00.045862 | 2017-12-11T01:23:37 | 2017-12-11T01:23:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 282 | h | /* names_st.h -- names_st结构的头文件 p456*/
//常量
#define SLEN 32
// 结构声明
struct names_st {
char first[SLEN];
char last[SLEN];
};
// 类型定义
typedef struct names_st names;
// 函数原型
void get_names (names *);
void show_names (const names *);
| [
"769225491@qq.com"
] | 769225491@qq.com |
7844608f63306f39388d0fd6a18a7776e1f05cbb | 1f09b5321643bbeb956ef0016c632bf4f1580422 | /TDDD07_lab_release_2014-10-31/robot_agent/src/tasks/task_mission.c | d893a6e5bd60ca5a00fb37508dc95ea48a11fc53 | [] | no_license | MichelJeremy/robot_scheduling | e8d71e3bf9b376d4068ff72d2e66f6a0931d2b7d | 59bbf2d8ce39d14e2c50d439e6e19f2dbf0531b9 | refs/heads/master | 2020-12-24T09:30:19.154154 | 2016-12-05T16:09:32 | 2016-12-05T16:09:32 | 73,290,101 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,086 | c | /**
* @file task_mission.c
* @author Eriks Zaharans
* @date 31 Oct 2013
*
* @section DESCRIPTION
*
* Mission Task.
*/
/* -- Includes -- */
/* system libraries */
/* project libraries */
#include "task.h"
/**
* Control mission
*/
void task_mission(void)
{
// Check if task is enabled
if(g_task_mission.... | [
"micje093@student.liu.se"
] | micje093@student.liu.se |
c131253563720a69e31f2abe4c45d3c91ae1546d | f4c271f3b6ea077bdcd558eed1e3d96dba35582a | /mmu/init.c | b14ffbc412f602eb277b450bed26ff47e4651093 | [] | no_license | lihualong0328/wds1 | 547e7dd1656c58a96e38277db3419cdea5c33abd | 90470b05d16d9e9dcef65611b6c8ef10b2b83f63 | refs/heads/master | 2020-08-16T20:56:03.932690 | 2019-11-30T11:33:13 | 2019-11-30T11:33:13 | 215,552,143 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 7,542 | c | /*
* init.c: 进行一些初始化,在Steppingstone中运行
* 它和head.S同属第一部分程序,此时MMU未开启,使用物理地址
*/
/* WATCHDOG寄存器 */
#define WTCON (*(volatile unsigned long *)0x53000000)
/* 存储控制器的寄存器起始地址 */
#define MEM_CTL_BASE 0x48000000
/*
* 关闭WATCHDOG,否则CPU会不断重启
*/
void disable_watch_dog(void)
{
WTCON = 0; // 关闭WATCHDOG很简单,往这个... | [
"lihualong0328@sina.com"
] | lihualong0328@sina.com |
b9aa756e53e78a41c9469e5e4fefe282066cec25 | 579d67d19133ce77ac3961c69ed360bb4c1989d9 | /OCEval/helper/FuntionSearch.c | 3f468bc4a74965e988597e9d56dd39449a4eb06c | [] | no_license | hyfclimber/OCEval | efef149a373db2d2577c4aea4a49586058214907 | f09251938979b4399519a6045f615cacc8045d7a | refs/heads/master | 2020-12-26T08:51:05.385449 | 2020-02-03T04:08:55 | 2020-02-03T04:08:55 | 237,454,482 | 0 | 0 | null | 2020-01-31T15:10:22 | 2020-01-31T15:10:21 | null | UTF-8 | C | false | false | 6,863 | c | //
// FuntionSearch.c
// OCEvalDemo
//
// Created by sgcy on 2018/11/23.
// Copyright © 2018年 sgcy. All rights reserved.
//
#include "FuntionSearch.h"
#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <mach-o/dyld.h>
#include <mach-o/loader.h>
#include <mach-o/nlist.h>
#i... | [
"sgcy1991@qq.com"
] | sgcy1991@qq.com |
1fe181ac67b8eda1dcad00bc431bb83cfb736b42 | 6327ac79f3294817895d5ef859509145bc0c28a9 | /win/win32api.h | 25a2d93ec81110299126b1cb6b885711d3e846f1 | [] | no_license | corpsofengineers/ffed3d | c8da1cb6e58f8b37b138d6f7d7ac0faa585e961b | 8b6df7c081fd9ec4cf86220e8561439a8340d59b | refs/heads/master | 2021-01-10T13:17:57.882726 | 2011-12-05T22:24:07 | 2011-12-05T22:24:07 | 49,797,267 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 784 | h | #ifndef __WIN32API_H__
#define __WIN32API_H__
#include <windows.h>
#include <d3dx9.h>
void VideoInit();
void VideoCleanup();
void TimerInit();
void TimerCleanup();
void InputInit();
void InputCleanup();
void SoundInit();
void SoundCleanup();
void UpVolume();
void DownVolume();
int InitDirect3D(void);
... | [
"dreamonzzz@a43015ce-51b6-2c96-052f-f15b0ecaca65"
] | dreamonzzz@a43015ce-51b6-2c96-052f-f15b0ecaca65 |
3ec3069c8bfc49fa6ae525373dec94f3aeb48378 | d0275fac5d3bceb2a943e56cbc0c5899f54a7d0a | /plat/mediatek/mt8173/drivers/spm/spm_suspend.c | 6bf37f3a5ea88a9e416029aba63b4689e8e32663 | [
"BSD-3-Clause"
] | permissive | Khemal/arm-trusted-firmware | 71398daba230bb3a67e34961d9854812aa95d046 | b6fc25e027ad63bb06a59f1eddebad85c4716097 | refs/heads/master | 2020-12-29T00:25:06.430619 | 2016-03-09T08:45:23 | 2016-03-09T08:45:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,454 | c | /*
* Copyright (c) 2015, ARM Limited and Contributors. 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... | [
"yidi.lin@mediatek.com"
] | yidi.lin@mediatek.com |
6fc67fde3d6e95c8b6c975fbf89232f5aa856847 | 138cbca484d96709595cac0853c943e4ec229dcc | /144-A/144-A-bug-18351193-18351203/144-A.c | 70d911e3728f79c4092104992b81f16941adb9cf | [] | no_license | diogomfreitas/pySBFL | d5432ef720d362efc30342ca799df91e229e32bc | b346eff14dcbe4252a17ffc57b405b16f1716026 | refs/heads/master | 2021-10-16T10:58:50.898876 | 2019-02-10T21:18:24 | 2019-02-10T21:24:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 452 | c | #include<stdio.h>
int main(int argc, char *argv[])
{
int x, n, ans, i, min=1000, max=0, pos_min, pos_max;
scanf("%d", &n);
for(i=0; i<n; i++) {
scanf("%d", &x);
if(max<x) {
max = x;
pos_max = i;
}
if(min>=x) {
min = x;
pos_mi... | [
"diogom42@gmail.com"
] | diogom42@gmail.com |
eae5ba75c9b3ae792412d5d5ad63ef1912123237 | 929457e309f27c874d60d278bb5d669486570ea9 | /rust-native-bridge/src/network_interface.h | 9fe5e88d37cf7a394162fe02a096934cdf4910bc | [
"MIT"
] | permissive | Johankoi/rust-native-bridge | 3693d007c7fb5d473a671b474ac36950eb8cf7f9 | 4e031d1e4137fae9ac071fae749fe4291d5fb2a5 | refs/heads/main | 2023-07-10T06:09:35.857539 | 2021-08-06T11:23:28 | 2021-08-06T11:23:28 | 393,354,981 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | h | #include <stdint.h>
typedef struct SwapiClient SwapiClient;
typedef struct {
void *owner;
void (*onResult)(void *owner, const char *arg);
void (*onError)(void *owner, const char *arg);
} NetReqCallback;
SwapiClient *create_swapi_client(void);
void free_swapi_client(SwapiClient *client);
void http_request_post(... | [
"noreply@github.com"
] | Johankoi.noreply@github.com |
4c15671feda6dbfbc78593ebe3ec7b1b06af4fdd | b677d6bab8f730669a270d38e9cfe70e1dd42865 | /wifi/QCA9377/qualcomm/drivers/qca9377/AIO/drivers/qcacld-new/CORE/SME/src/csr/csrNeighborRoam.c | 86463b2e06d6d83291dfccd8bf0330096e7bb2fc | [] | no_license | mingliu5017/driver | 9fb92863fd1aa65ae6dcbce93695e6b5fb6bc30e | 02a8b69667910a5b5bdef5830b414e7fb47d3034 | refs/heads/master | 2022-02-08T19:59:33.514227 | 2022-01-14T10:31:31 | 2022-01-14T10:31:31 | 168,475,132 | 4 | 2 | null | null | null | null | WINDOWS-1252 | C | false | false | 273,516 | c | /*
* Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright noti... | [
"ming.liu@amlogic.com"
] | ming.liu@amlogic.com |
bb2050d390c7ce786962cb31eb417c8e2d01ba51 | 6ab5198d360cb5a20499b2616baa8e0f2f03b408 | /EECS3311/project/space_defender_2/EIFGENs/space_defender_2/W_code/C12/ev1323d.c | 545a8f19f58a3dac070fd58841b10c5ae732d099 | [] | no_license | shuky92i/school_projects | ac1f287827899e9b07ceb847c8553a4b34b32068 | a1bc0a778141994551e3d1101e2928adfca81868 | refs/heads/main | 2023-02-08T23:23:20.208143 | 2021-01-05T01:41:43 | 2021-01-05T01:41:43 | 326,850,001 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,924 | c | /*
* Class EV_CELL
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1323 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1323 [] = {0xFF01,245,1322,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1323 [] = {0xFF01,1322,0xFFFF};
static const EIF_TYPE_INDEX ... | [
"shuky92@my.yorku.ca"
] | shuky92@my.yorku.ca |
47c57ccb8b207fe95041a1e5519bfd7c448f2683 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/scsi/cxgbi/extr_libcxgbi.c_cxgbi_iscsi_init.c | 7049c2420aab1efe77b58da4a6d3807baac034ce | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,154 | 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 |
f31327cf02b88aa754c977a5d0a64515e3bf8c5f | f550fe7904198d9e435f388a974c80d05161a82b | /chap05/plusone1.c | c684f963b2ca0829c6db9ef5c815a7df8de9e512 | [] | no_license | herhanhe/clear_C | c495e43bf94c3120dbab1ac39a76c92c2b26cfc1 | 0de521a8d6165bffa8024c00f38a90ca84e41035 | refs/heads/master | 2020-05-02T01:46:31.771110 | 2020-01-03T15:26:34 | 2020-01-03T15:26:34 | 177,691,673 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,227 | c | /*加一训练(记忆多个数值并输入这些数值加1后的值)
* */
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#define MAX_STAGE 10 /*关卡数*/
#define LEVEL_MIN 2 /*最低等级*/
#define LEVEL_MAX 6 /*最高等级*/
/*---等待x毫秒---*/
int sleep(unsigned long x){
clock_t c1 = clock(),c2;
do{
if((c2 = clock()) == (clock_t)-1) /*错误*/
return 0;
}w... | [
"herhan630@live.cn"
] | herhan630@live.cn |
5a285b7cfaa1ade96ad18f283994f7211fdb26ff | f950882940764ace71e51a1512c16a5ac3bc47bc | /src/ThirdParty/freetype/src/type1/PaxHeaders.20567/t1parse.c | c9fdd22dd491c84af3f7db430c6344cb5f6628e7 | [
"FTL"
] | permissive | ViacheslavN/GIS | 3291a5685b171dc98f6e82595dccc9f235e67bdf | e81b964b866954de9db6ee6977bbdf6635e79200 | refs/heads/master | 2021-01-23T19:45:24.548502 | 2018-03-12T09:55:02 | 2018-03-12T09:55:02 | 22,220,159 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 90 | c | 30 mtime=1416432985.225946067
30 atime=1417845746.791127881
30 ctime=1416432985.225946067
| [
"nk.viacheslav@gmail.com"
] | nk.viacheslav@gmail.com |
53cc4c9ea95a5ef5d35d84ff9743ed805de24e4f | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/vqshruntq_n_s16.c | f6247751c44cf67cc446acc6bb82b9483b17d992 | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"FSFAP",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 429 | c | /* { dg-require-effective-target arm_v8_1m_mve_ok } */
/* { dg-add-options arm_v8_1m_mve } */
/* { dg-additional-options "-O2" } */
#include "arm_mve.h"
uint8x16_t
foo (uint8x16_t a, int16x8_t b)
{
return vqshruntq_n_s16 (a, b, 1);
}
/* { dg-final { scan-assembler "vqshrunt.s16" } } */
uint8x16_t
foo1 (uint8x16... | [
"rink@rink.nu"
] | rink@rink.nu |
fbd385d3e392c180b126760c97d551765872724c | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/3ab23de9-81f7-496b-bee9-5ea021b6f73f.c | 7fb8d48ad6daac041ba815890bce33e11a823ede | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 253 | c | #include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = 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 |
89d8685e540344d68953a1b9ada387b501dd5350 | ac73b368e86350f3f2dc6bd964ddcd7d863b3c4a | /pocketsphinx-0.5/sphinxbase/src/libsphinxbase/lm/ngram_model_internal.h | 30ec8ad34b1e589700534def281c27bc15c22fd9 | [
"BSD-2-Clause",
"dtoa"
] | permissive | kiman-quinn/Final-Project-NLP | 430d1323723e9af73853b7f9df482551b297f74d | efa699ab4ac1d1a2a72e95b032a009e54eec5f96 | refs/heads/main | 2023-01-24T10:54:20.606245 | 2020-12-08T02:34:52 | 2020-12-08T02:34:52 | 314,427,976 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,398 | h | /* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* ====================================================================
* Copyright (c) 1999-2007 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided ... | [
"littlemg@bc.edu"
] | littlemg@bc.edu |
4a1b87fd2b2d9dc6fa7308ecd13ed409901e7a20 | da46d61528b291dcd64f1229bb32054dfa523179 | /ZRXSDK/arxport/rxboiler.h | 0ca95a03f5b6768c7af0673b562dff1cea0e8eb0 | [] | no_license | presscad/bimdesign | fbdf121bc4c38a2f4fd9822e1fe27123dedcd0e3 | 1dd05826ab8c33978ac9a880d96961d68e6db4a3 | refs/heads/master | 2020-08-27T04:18:27.316359 | 2018-09-11T03:36:07 | 2018-09-11T03:36:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,668 | h |
#ifndef __RXBOILER_H__
#define __RXBOILER_H__
#include "AdAChar.h"
#include "rxnames.h"
#include "../inc/zrxboiler.h"
#ifndef ACHAR
#define ACHAR ZTCHAR
#endif //#ifndef ACHAR
#ifndef ACRX_CLASS_DICTIONARY
#define ACRX_CLASS_DICTIONARY ZCRX_CLASS_DICTIONARY
#endif //#ifndef ACRX_CLASS_DICTIONARY
#ifndef ACRX_CO... | [
"38715689+xiongzhihui@users.noreply.github.com"
] | 38715689+xiongzhihui@users.noreply.github.com |
62c4cd00f9d9498b59fcd75eb4d01514844cee23 | 83fcedcdfb835cdff3b14e91dfe50f4433ed18de | /vpp/src/plugins/acl/l2sess.h | 961c08c874934862c197717d974d7e0d503d3210 | [
"Apache-2.0"
] | permissive | theleos88/vppdev | 17ccef12fb4e710cbe2cb940104ecb9c9aeee8ee | 4e58d7093bce74171062ca1b55932c21d77918c9 | refs/heads/master | 2021-01-01T04:07:29.412706 | 2017-11-06T12:40:09 | 2017-11-06T12:40:09 | 97,122,646 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,247 | h | /*
* Copyright (c) 2016 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | [
"theleos88@gmail.com"
] | theleos88@gmail.com |
4049482cee2960a251c8d2b18da162d2b4287ddc | 97bee77e8a5af22299ad57a29865e61d151c1e7d | /Entregas/Ex 3/Codigo/Token.c | 6d4cb92d693521755940a79101a41234e86eb35d | [] | no_license | renanmzmendes/compilador | a9d3d76d86b8762860e9ce8a88a4f2d5c53039fd | 0dbec2815d415042c2e675c73525f2dbe749f5f0 | refs/heads/master | 2021-01-19T17:24:50.835147 | 2011-12-06T20:50:59 | 2011-12-06T20:50:59 | 2,461,943 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,221 | c | /*
* Token.c
* Compilador
*
* Created by Tiago Schelp Lopes on 24/09/11.
* Copyright 2011 USP. All rights reserved.
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Token.h"
#define TRUE 1
#define FALSE 0
//sem indices, só as palavras
const char* Tabela_Palavras_Reservadas[] = {
... | [
"tiago.schelp@gmail.com"
] | tiago.schelp@gmail.com |
3f0701930d222c7a9d76bce2910d26b640e34130 | d95aea353113332c4c68eef49e268fda3a749571 | /src/sdk/stbgui/include/control/message_box.h | e96b6e7243565f6d5edb5d14656c4dfc9802fe75 | [] | no_license | sliencChen/gui-plus | a564e9fca790aae84124f748b1275dcd81d08566 | da4e86d2244b298dca576338008c37bedcc31876 | refs/heads/master | 2020-07-22T21:38:23.950374 | 2019-09-10T03:12:27 | 2019-09-10T03:12:27 | 207,335,156 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,734 | h | /*
* message_box.h
*
* Created on: 2019-7-29
* Author: Silence
*/
#ifndef _MESSAGE_BOX_H_
#define _MESSAGE_BOX_H_
#ifdef __cplusplus
extern "C"
{
#endif
#include <gui.h>
#include <control/prompt.h>
typedef UIWindow UIMessageBox;
#define MESSAGE_BOX_CLASS_NAME PROMPT_CLASS_NAME "/MessageBox"
#defi... | [
"sliencchen@foxmail.com"
] | sliencchen@foxmail.com |
cc5e63cb060d3522b16fe2e726df912598dd3263 | 1e6655a43d4f9ce9164abff3cf1365411364bb95 | /src/slay.h | af89f81effedf50515911ec79f425b50156effde | [] | no_license | DikuMUDOmnibus/Demon-s-Dance | 777af4295f8b7a6be47c075cc0c3b9a77e25ffc2 | a74f3137eb52d1e834107723fa6bc2b657a38d4a | refs/heads/master | 2020-03-22T10:32:03.411613 | 2018-07-05T23:17:51 | 2018-07-05T23:17:51 | 139,909,665 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,789 | h | /*******************************************************************************
* _ | File Name: custom_slay.txt
* / \ _-' | Description: A new customizable Slay
* _/| \-''- _ / | It allows an immortal with the slay command
* __-' | \ ... | [
"peterjschroeder@gmail.com"
] | peterjschroeder@gmail.com |
0335052f76000efd30c397a7a9e7aacedd284b05 | 32fe47ed8ec9f658bf9e79c297ef963c7cca1e57 | /libft/sources/ft_isdigit_base.c | 2a9d08268d420fd6d858a03073b0f8c619900a03 | [] | no_license | TrueMachineCoach/corewar | c9e44471cf34c05b70263de72b0b7220f95f8198 | 4cd12c8cc1ad2661d25d024d68df83ab7a08638a | refs/heads/master | 2022-11-14T12:23:29.290712 | 2020-07-07T18:45:10 | 2020-07-07T18:45:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,110 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit_base.c :+: :+: :+: ... | [
"gtapioca@oa-h5.msk.21-school.ru"
] | gtapioca@oa-h5.msk.21-school.ru |
abc77d5f1816d56c86f1b6215e2a0b4bb84abc9c | 371d654f97735c6c5abc97ac616e25cf5f7c45be | /src/compat.h | d6181ccc44610b4be14c05df4acdc7b2d992ff31 | [
"MIT"
] | permissive | NPW-Project/NewPowerCoin | b1eb8d5b29b003c9e3db44d034061d0e4b9ed922 | 44e8321ea98f00b4dde56966f6bea93f7c7309ab | refs/heads/master | 2020-03-18T14:25:47.506797 | 2019-02-01T13:46:27 | 2019-02-01T13:46:27 | 134,847,593 | 15 | 6 | null | null | null | null | UTF-8 | C | false | false | 2,309 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_COMPAT_H
#define BITCOIN_COMPAT_H
#if defined(HAVE_CONFIG_H)
#inc... | [
"normanx@gmail.com"
] | normanx@gmail.com |
8f4abd20c31213b89ef755d48d66d75680641839 | 82daacb743b586963a9a6aae01c288d5ca8dd647 | /beginner/codekata/product_of_digits.c | 9a0021e423cba9a114fd6fa90f5f2dda7b2b373d | [] | no_license | MANOJTMK/c-1 | 92de67701183fa67cfb3e9111f7b5f61eb855524 | 11b494677730dcce4bc3704e740cbd82551870f2 | refs/heads/master | 2020-04-21T20:31:45.763935 | 2018-05-18T15:03:58 | 2018-05-18T15:03:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 196 | c | #include<stdio.h>
int main()
{
int n,pro=1,mod;
scanf("%d",&n);
while(n!=0)
{
mod=n%10;
pro=pro*mod;
n=n/10;
}
printf("%d",pro);
return 0;
} | [
"noreply@github.com"
] | MANOJTMK.noreply@github.com |
54850ca1398ec5ddab98ace6a15ba329f3adb5c0 | 02ed6e0706a23fa8d76b3426b421588ea870a431 | /sdcc/lib/___fsdiv.c | 04ee9dc87eeec653c73c7e0f26e9c971852a62de | [
"BSD-2-Clause"
] | permissive | Megatokio/zasm | b83947f19638c14cfd0dd8708787aa322209c9d3 | a64835d1d1a09baa5b181bcabfe8f1ff94d55d90 | refs/heads/master | 2023-08-17T02:18:07.071090 | 2023-08-14T21:42:59 | 2023-08-14T21:42:59 | 218,482,353 | 78 | 19 | BSD-2-Clause | 2023-05-16T05:58:09 | 2019-10-30T08:47:13 | Assembly | UTF-8 | C | false | false | 3,385 | c | /*-------------------------------------------------------------------------
_fsdiv.c - Floating point library in optimized assembly for 8051
Copyright (c) 2004, Paul Stoffregen, paul@pjrc.com
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public ... | [
"kio@little-bat.de"
] | kio@little-bat.de |
953f4d2998244425be60025eb9fdf30d93bc07e9 | d1c1666d5a94c6d3c024eab70ef0d83e860205ce | /Tools/ul_conv/obj.h | 22b23c4e84e4310f29fb7ac322ce652b1ecaeb65 | [] | no_license | UnoffLandz/unoff-landz | 54dac9481df70764a2e3319420c4f139ce4b215f | df24523fe17963cc44b5839f90e166c0da40eff8 | refs/heads/master | 2021-01-21T12:16:59.314341 | 2016-03-21T01:32:32 | 2016-03-21T01:32:32 | 14,788,695 | 10 | 8 | null | 2015-05-13T22:30:09 | 2013-11-28T23:25:13 | C | UTF-8 | C | false | false | 1,527 | h | #ifndef OBJ_H_INCLUDED
#define OBJ_H_INCLUDED
#define MAX_OBJ_VERTEX_COUNT 1000
#define MAX_OBJ_TEXTURE_COUNT 2000
#define MAX_OBJ_NORMAL_COUNT 1000
#define MAX_OBJ_FACE_COUNT 1100
#define MAX_OBJ_MATERIAL_COUNT 10
#define OBJ_MATERIALS_NAME_LENGTH 80
#define OBJ_FILE_LINE_LENGTH 80
#define MTL_FILE_LINE_LENGTH 80
s... | [
"themuntdregger@gmail.com"
] | themuntdregger@gmail.com |
d3b5162209727fc6b7296991b950bb8025fbb685 | 1a1937a6e1252b012e9e82cbf733c60e19372322 | /system/renderer/ogl3/src/backend.h | 1456b2312d9a73d8bdedce374fffe37c5ae6dee6 | [
"MIT"
] | permissive | jcorks/topaz | ead9f9f922c99a28cb758cfa297b9b43eea9b2e8 | 18080122ecca49510f3f576ca16b8ff53caaf06e | refs/heads/main | 2023-08-30T23:29:02.900158 | 2023-08-18T15:48:18 | 2023-08-18T15:48:18 | 225,935,429 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,587 | h | /*
Copyright (c) 2020, Johnathan Corkery. (jcorkery@umich.edu)
All rights reserved.
This file is part of the topaz project (https://github.com/jcorks/topaz)
topaz was released under the MIT License, as detailed below.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this so... | [
"jcorkery@umich.edu"
] | jcorkery@umich.edu |
b17366de948261c5bfe38497311d406a64a82d2d | b4b9d35b5430a227ed4f00e572cc08a5bb844aa2 | /arch/arm/src/sam34/hardware/sam4l_wdt.h | 70de2c353620eeb880088746b7c72a9710a25072 | [
"LicenseRef-scancode-warranty-disclaimer",
"HPND-sell-variant",
"MIT-open-group",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-bsd-atmel",
"GPL-1.0-or-later",
"ISC",
"HPND",
"LicenseRef-scancode-other-permissive",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | renbing-robin/incubator-nuttx | 188e3e2e3a1c7e209e42b13fabb4f70ad5c88446 | 0a2c7f7ac5bfff03a9d63dbbbf15205cb3f0a5bf | refs/heads/master | 2022-12-20T06:21:28.888109 | 2020-09-08T05:10:13 | 2020-09-08T06:54:49 | 293,791,972 | 1 | 0 | Apache-2.0 | 2020-09-08T11:38:50 | 2020-09-08T11:38:49 | null | UTF-8 | C | false | false | 6,881 | h | /****************************************************************************************
* arch/arm/src/sam34/hardware/sam4l_wdt.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modif... | [
"gnutt@nuttx.org"
] | gnutt@nuttx.org |
7666c48b45da3c3beba86943fec0e27f73acf30e | fca81172e8f3c97e9679ad99fe57bfea68762a61 | /libiec101/libiec101.h | e36d34dd44fdada383833ff13b2a5ab64dac200a | [
"Apache-2.0"
] | permissive | wyl5581306/rtu | 8ec71bf9d862d803e1c7a58fb3410a374aecad07 | f87fc2a09c9a6a6390439d04a4c9dcb914784d6a | refs/heads/master | 2021-06-06T04:59:47.099311 | 2016-08-28T05:10:19 | 2016-08-28T05:10:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,564 | h | /*
* libiec101.h
*
* Created on: 2013-11-14
* Author:
*/
#ifndef LIBIEC101_H_
#define LIBIEC101_H_
#include "protocal.h"
IEC101Struct * pIEC101_Struct;
//信号量
sem_t Sem_Deal101;
sem_t Sem_Send101;
//socket监听收到数据指针
BufStruct *pBufRecvRoot;//头指针
BufStruct *pBufRecvFill;//(sockt... | [
"i@lihai.space"
] | i@lihai.space |
8d54d434ed874a915632b4c265d795eacf15155d | 0662c990d0266776369dcfcd77de53a4c0b960ad | /sockets/client/client_app.c | 8e692dc575dde07a8c3ff3afd750ae0035a94b4e | [] | no_license | galudino/sysprog_2019 | bce2e8da6df4dd9db2a39c4a9d948c013aa13a06 | 37b57b4e55669651fe97d09f958083ca62c0326c | refs/heads/master | 2021-06-24T18:26:29.126388 | 2021-02-17T04:45:22 | 2021-02-17T04:45:22 | 206,181,922 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,574 | c | /**
* @file client.c
* @brief Client source file
*
* @author Gemuele Aludino
* @date 24 Nov 2019
* @copyright Copyright © 2019 Gemuele Aludino
*/
/**
* Copyright © 2019 Gemuele Aludino
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this sof... | [
"g.aludino@gmail.com"
] | g.aludino@gmail.com |
b3a4670dbeb9186ed8c2e743f114f101539f854a | 5a6c87065ac664c91e36b5f7d9ec9ecf8f49def3 | /platform/mcu/lpc54102/wifi_qca/port/drivers/spi_alios/wifi_driver_main.c | 98be61ee23b6de40333c86f80b56c797e2fd5f80 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MiloMallo/AliOS-FM | f26a3b6fb26b3cb3b30c1681a479d8ed2dcfa2c7 | ae9f234c073404d8c97100927cbc53f49ae59a25 | refs/heads/rel_1.3.2 | 2020-03-25T22:56:11.102641 | 2018-08-10T08:38:47 | 2018-08-10T08:38:47 | 144,251,423 | 4 | 4 | Apache-2.0 | 2020-03-07T21:20:51 | 2018-08-10T07:18:56 | C | UTF-8 | C | false | false | 1,189 | c | #include "wifi_driver_main.h"
#include "k_api.h"
#include "common_api.h"
#include "wifi_env.h"
#include "aos/kernel.h"
// The WLAN driver task priority is set to the next highest priority (0 is highest priority)
// because blockForResponse() needs to temporarily boost caller task's priority
// over that of the driver ... | [
"lc122798@alibaba-inc.com"
] | lc122798@alibaba-inc.com |
90a07b77191ae0492d4dd7f58ca44403301d0850 | 70f63f6b356c665842e359469a89287106a5a754 | /src/mudlib/d/lad-laurelin/comun/habitacion/tiinkdhil/tiin/ciudad/suelo/puesto1.c | 1d0d60b34150737d71595e8fc79a2a6da5246c80 | [] | no_license | DPrenC/endor-mud | 2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc | 3ca7605715ce2c02734c68766470f5d581b9fc98 | refs/heads/master | 2021-01-21T18:53:26.493953 | 2017-05-21T23:04:36 | 2017-05-21T23:04:36 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 2,965 | c | /*
DESCRIPCION : Ciudad de Tiinkdel
FICHERO : /d/lad-laurelin/comun/habitacion/tiinkdhil/tiin/ciudad/suelo/puesto1.c
NOTAS : [Ch] 03-06-98 Hay que anyadir los guardias.
[l] 19/10/00 pienso lo mismo :)
[l] 17/01/03 He vuelto a esto, el tiempo pasa volando!!! agregue
... | [
"ea5gna@gmail.com"
] | ea5gna@gmail.com |
9cf1f179177422d5cf519d1b3f05efbae853be99 | 05a63b6b6bf7fbd81d22e8e2a98da01a6f1c8503 | /execdemo/execfamily.c | 830ad3ed9c271b6197a9f1c0c5c15954b28450bd | [] | no_license | devendra631997/embedded_linux | 0431f83d382bf6071b9a28095880e325e4a049fd | 31e9d221b53733c189cd00fc69bd02d1f5af5f91 | refs/heads/master | 2020-11-30T17:53:06.588428 | 2019-12-27T13:43:59 | 2019-12-27T13:43:59 | 230,451,300 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 696 | c | /*
Exec family system calls -
replaces new process image with the running one
replaces the current running process with a new one
*/
/*excevp:
Allow to run any program files which includs a binary executable or shell script
int execvp (const char *file, char *argv[])
file - name associated with the file being executed... | [
"devendra631997@gmail.com"
] | devendra631997@gmail.com |
d0b65cbfed14bf5f335e5a255552fb8a51a0fc26 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/staging/uwb/extr_lc-dev.c_uwb_dev_LQE_store.c | fd3586f8508e12582a518fc69258454a71dd2e6e | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,250 | 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 |
3e17497ccad937b3bc0abb49f11013d8705a7d05 | ad3bc509c4f61424492b2949e03c60628f631a31 | /test/reuse/repeat-07_default.c | 63d8768aa9228bcb82860ff9f8f2755fdec0ff95 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | sergeyklay/re2c | 0b1cdbfe40b4514be33320b2e1d263cf5d6426d6 | 88ff1e5a2ad57d424fe999e17960c564886d36f4 | refs/heads/master | 2021-12-23T22:24:30.716697 | 2021-06-26T22:56:00 | 2021-06-27T15:23:28 | 299,206,360 | 0 | 0 | NOASSERTION | 2021-06-19T10:49:05 | 2020-09-28T06:10:35 | C | UTF-8 | C | false | false | 7,957 | c | /* Generated by re2c */
// re2c $INPUT -o $OUTPUT -gi
// multiple scanners, additional rules, char width change, default rule
void scan(unsigned char* in)
{
{
unsigned char yych;
if (limit1 <= cursor1) fill1(1);
yych = *cursor1;
{
static void *yytarget[256] = {
&&yy2, &&yy2, &&yy2, &&yy2, &&yy2, ... | [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
075d170475ba15ce0767894fe78f1860daeeed8c | 786f83a53119bd54a5a70315288aa0c3d50da4f7 | /targets/TARGET_GigaDevice/TARGET_GD32E10X/GD32E10x_standard_peripheral/Include/gd32e10x_rtc.h | 5b29b24ec3599dbc758bfbac550f4e7967508244 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | amitemkumar/mbedos_stm32f427vi | 89c4e671ba71e8715939ccd4248d71c8c13cb332 | c955e8b6e8b6c275ed55eda5893d9351d87b977b | refs/heads/mcu_427vi | 2021-06-13T19:53:04.734969 | 2019-02-16T08:34:56 | 2019-02-16T08:34:56 | 171,031,088 | 1 | 2 | Apache-2.0 | 2021-03-25T22:27:45 | 2019-02-16T17:28:15 | C++ | UTF-8 | C | false | false | 7,015 | h | /*!
\file gd32e10x_rtc.h
\brief definitions for the RTC
\version 2017-12-26, V1.0.0, firmware for GD32E10x
\version 2018-12-20, V1.1.0, firmware for GD32E10x(The version is for mbed)
*/
/*
Copyright (c) 2018, GigaDevice Semiconductor Inc.
All rights reserved.
Redistribution and use ... | [
"anna.bridge@arm.com"
] | anna.bridge@arm.com |
e692e0f1f2e48f2efaa65396a63a23921e475045 | dd082e8e44e751ecad9f02b3a54d0720b9b8144d | /monty_func.c | 5a5f37d77a7d825810976d0ff0d2a33c90de3162 | [] | no_license | ForeroAlexander/monty | 1cccc7b4195c0d8351b4b826f6a1fd1393373611 | d337204e3fb21d1f9728ecb6794fa648350d10e0 | refs/heads/master | 2023-05-04T06:02:21.659058 | 2021-05-14T03:30:55 | 2021-05-14T03:30:55 | 366,871,709 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,073 | c | #define GLOBALS
#include "monty.h"
/**
* exe_function - select and exe a function
* @stack: linked list
* Return: nothing
*/
void exe_function(stack_t **stack)
{
instruction_t selector[] = {{"push", push}, {"pall", pall},
{"pint", pint}, {"pop", pop},
{"swap", swap}, {"add", add},
{"nop", n... | [
"foreroalex26@gmail.com"
] | foreroalex26@gmail.com |
b1c60ac85fb7b09fb26359eb80e3bf973af2126e | ec7ee936634e4d769c1806431178f99bc4e58dec | /SkeletonVisualizaton-MSR/utility/sparsenet/nrf/linmin.c | 10913db457be03483995e6c923c937273eaab96c | [] | no_license | jinqijinqi/SparseCodingDictionaryLearningHumanActivityRecognition | 89e6db4b5d62bd96892483853481c5f470b8bab9 | 14948f5cc239879a7d58b70ead5b11d470402b66 | refs/heads/master | 2021-01-23T12:43:47.034288 | 2018-02-13T05:39:33 | 2018-02-13T05:39:33 | 93,187,069 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 447 | c | #include "nrutil.h"
#define TOL 2.0e-4
extern __declspec( dllexport )
void linmin(p,xi,n,fret,f1dim)
float (*f1dim)(),*fret,p[],xi[];
int n;
{
float brent();
void mnbrak();
int j;
float xx,xmin,fx,fb,fa,bx,ax;
ax=0.0;
xx=1.0;
mnbrak(&ax,&xx,&bx,&fa,&fx,&fb,f1dim);
*fret=brent(ax,xx,bx,f1dim,TOL,&xmin);
for ... | [
"jqichina@hotmail.com"
] | jqichina@hotmail.com |
ddd1b8f36d545b1f8aca631e882c5b4ccf6b11a9 | fe48023eb7790ff8bd439cb3dd15c6b77d0b94b5 | /kern/driver/clock.c | b9e5f9de3b1de0a95d735ebe4b0ad1bd40ee4434 | [] | no_license | geneRocket/ucore | 8f7ebbd4d1b0044e17418055a2e14dd8311a622b | 960ca5cacde38d815c688965eaabc5b304dc399a | refs/heads/master | 2021-01-20T01:25:20.825022 | 2017-05-05T00:44:50 | 2017-05-05T00:44:50 | 89,276,840 | 0 | 0 | null | 2017-05-05T00:44:51 | 2017-04-24T19:02:25 | null | UTF-8 | C | false | false | 1,324 | c | #include<x86.h>
#include<trap.h>
#include<stdio.h>
#include<picirq.h>
#define IO_TIMER1 0X040 // 8253 Timer #1 generates interruptes on IRQ-0.
/* *
* Frequency of all three count-down timers; (TIMER_FREQ/freq)
* is the appropriate count to generate a frequency of freq Hz.
* */
#define TIMER_FREQ 1193182
#defi... | [
"745636062@qq.com"
] | 745636062@qq.com |
9fe2518eae838e0199bd6ec7aa826c12d096543e | e81c65925bcfe17da9cc3a40c05186f9dd48298a | /atmel/avr/classes/c16b_1.h | cb0739da5d7f13e0fa774ee49c0c1599618437c7 | [] | no_license | z13z4ck/hwa | 6f362c5363536926c76d6b311916080e80c0ff28 | ff9bce7f47210fb428779f5499fbcc47a4f0abfc | refs/heads/master | 2021-01-01T06:15:04.634186 | 2017-07-10T18:24:16 | 2017-07-10T18:24:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,820 | h |
/* This file is part of the HWA project.
* Copyright (c) 2012,2015 Christophe Duparquet.
* All rights reserved. Read LICENSE.TXT for details.
*/
/**
* @file
* @brief 16-bit counter
*/
/* This is the same as _c16a but handles 3 compare outputs. May be the same
* code could handle both classes.
*/
/**
* @pag... | [
"duparq@free.fr"
] | duparq@free.fr |
54b44fb92605ebef85c984ddf94b538b7ff2e343 | c2b6bd54bef3c30e53c846e9cf57f1e44f8410df | /Temp/il2cppOutput/il2cppOutput/System_Core_System_Linq_Check578192424MethodDeclarations.h | 1012cc4a893b9f2d38ce67d4279220dbddc69a2c | [] | no_license | PriyeshWani/CrashReproduce-5.4p1 | 549a1f75c848bf9513b2f966f2f500ee6c75ba42 | 03dd84f7f990317fb9026cbcc3873bc110b1051e | refs/heads/master | 2021-01-11T12:04:21.140491 | 2017-01-24T14:01:29 | 2017-01-24T14:01:29 | 79,388,416 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 802 | 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>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Object2689449295.h"
// System.Object
struct Il2CppObject;
// System.Void Syste... | [
"priyeshwani@gmail.com"
] | priyeshwani@gmail.com |
5cbcadb9549873b2f3df65e018a4918a3cfd0388 | 2898fa4f2ad766afa0495a837f59fe95daa081a7 | /tests/unit-pass/j009.c | b86fc2c195e0df97f67e0cb3eaee015a8c97dc2e | [
"NCSA"
] | permissive | kframework/c-semantics | 12fcc1b1bf1f7792636d1c37f6f7bb1b89a392b5 | e6879d14455771aa0cb3e3d201131d4d763a73a2 | refs/heads/master | 2023-07-31T23:57:03.316456 | 2022-02-01T17:50:31 | 2022-02-01T17:50:31 | 11,747,541 | 312 | 52 | NOASSERTION | 2022-02-01T17:50:33 | 2013-07-29T19:13:25 | C | UTF-8 | C | false | false | 376 | c | #include <stdlib.h>
int main(void){
int* p;
{
int x = 5;
p = &x;
} // the memory for x should not be accessible now
int y = 0;
{
int y = 5;
}
y;
p = malloc(sizeof(int));
*p = 5;
free(p);
int* q;
{
... | [
"chathhorn@gmail.com"
] | chathhorn@gmail.com |
15850b9046b65727d682c567edffb58eb46a09ae | a7c6423c34179d1b198d193fc94ad96472f0372a | /엔터프라이즈/1주/ComponentDevelopment/[ ch 11/20143119 김명석-COM 포함 Add to Mul 따라하기/vs2015-SansuServer(ATL)-Add()/Sansu_i.c | 16c4e7f53d1741f0acbf7f25870a1c993bef9c36 | [] | no_license | jung-ki-hun/project_S | 1e197b43986c00170b7d2ca48a55c3fb133ddc4b | aec7d0fda3d48a15515f25eca43d0e76e6678f25 | refs/heads/master | 2023-03-29T13:07:11.965927 | 2021-04-03T15:27:20 | 2021-04-03T15:27:20 | 353,912,210 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,654 | c |
/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
/* link this file in with the server and any clients */
/* File created by MIDL compiler version 8.00.0603 */
/* at Tue May 14 11:12:40 2019
*/
/* Compiler settings for Sansu.idl:
Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0603
... | [
"khkh0130@gmail.com"
] | khkh0130@gmail.com |
3050e74386f3e4586f50822031743f6362f30d92 | b7b61fddab0ed47c9adfd4d5c66ec1a72bc8d945 | /iamroot/iamroot.c | 268b7cd27ddbd9233ae491ce5dbec9891d64630d | [] | no_license | esyker/P2P-Network-RCI- | 1f9391db491307ff238c668f8c3d040d0af36686 | 71d0f111d523d07dff834e7feff59d092f54ea19 | refs/heads/master | 2022-09-06T17:29:50.965997 | 2020-05-31T12:59:13 | 2020-05-31T12:59:13 | 268,280,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,185 | c | #include "iamroot.h"
#include <unistd.h>
#include <stdio.h>
#include <getopt.h>
#include "network_communication.h"
#include "protocol.h"
//inicializa e retorna o descritor timerfd segundo o tempo indicado nos argumentos do programa
int init_timer(program_args options,struct itimerspec* p_new_value)
{
int timerfd;... | [
"ihaelm@gmail.com"
] | ihaelm@gmail.com |
631acdc306f2da2238e72498fd9d695660ba2baf | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpio/extr_gpio-wcove.c_wcove_bus_sync_unlock.c | a15a7772bd4a480eec24501b5649009d20cc63aa | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,304 | 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 |
0796faedeea1b750a1e493dd458ab95003819f5d | 3bc85f7f6b5ecf4321a0cb90125ceafdaf7c7aaf | /Coupled_Atm_Ice_Oce/model_platform/models/cpl/Atm_Ice_Oce/MITgcm_c64a/pkg/ptracers/ptracers_ad_check_lev4_dir.h | 876dfeeabfcdd3b449f18e591429c08e17d13ef2 | [] | no_license | vyesubabu/Coupled_Atm_Ice_Oce | 00a2248883ed4b570f401e1dbd4f672520ce249f | a27f31f56435c1e2b6ff0269599ecf3b3c918761 | refs/heads/master | 2022-04-19T03:51:25.507210 | 2020-04-07T07:44:57 | 2020-04-07T07:44:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 613 | h | C $Header: /u/gcmpack/MITgcm/pkg/ptracers/ptracers_ad_check_lev4_dir.h,v 1.4 2011/03/24 21:39:55 heimbach Exp $
C $Name: checkpoint64a $
#ifdef ALLOW_PTRACERS
# ifdef AUTODIFF_PTRACERS_SPLIT_FILES
CADJ STORE ptracer(:,:,:,:,:,1:PTRACERS_num)
CADJ & = tapelev4, key = ilev_4
CADJ STORE gptrnm1(:,:,:,:,:,1:PTRACERS_n... | [
"359304296@qq.com"
] | 359304296@qq.com |
3dd195e6eda65e600cac4c1adc439d3ecad85ac5 | 58c2145d5a93ab1063e191077212bd10014d6c7b | /common/iomapping.c | 59a852aa1d20d5c701bc8b5dc6f398e7ce9bcb25 | [] | no_license | Alexalexshield/su2_app | 69724e30f7ce2d428f03c1ba11f952cadcde0a10 | 806bd4611eb0a73ae1966ee8ec87447d18e3929e | refs/heads/master | 2022-10-12T09:11:03.449317 | 2020-06-04T04:47:01 | 2020-06-04T04:47:01 | 268,726,444 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,377 | c | /*****************************************************************************
*
*****************************************************************************
* FileName: iomapping.c
*****************************************************************************/
#include "iomapping.h"
/******************... | [
"ashchitnikov@mineradio.ru"
] | ashchitnikov@mineradio.ru |
7cca448841f478938e01da0ecf2a49a1ab1a8ae5 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/Telegram-master/TMessagesProj/jni/opus/celt/opus_custom_demo.c.bak.c | 1430938442f7ede533930dd4bb1a63d88d140324 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,303 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* Copyright (c) 2007-2008 CSIRO
Copyright (c) 2007-2009 Xiph.Org Foundation
Written by Jean-Marc Valin */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
a... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
d2b0801e0470d17f3d4e956e79ca9e944d5de465 | f5008df5aab5615d39a9847fa09f9581f7b19a5f | /linux-5.4.38/drivers/gpu/drm/i915/selftests/igt_reset.c | 7ec8f8b049c6acc721809101dbcbf97aa4ee1bd7 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | wenhuizhang/llvm-linux-5.4.38 | 2f3f44287dbb1445cd7d4670df8bfc9873441558 | bd6678fbd3635428a6d594dbb24a87b9308a52ef | refs/heads/main | 2023-01-07T09:57:19.452542 | 2020-11-01T04:20:46 | 2020-11-01T04:20:46 | 303,426,734 | 0 | 0 | Apache-2.0 | 2020-11-01T04:20:47 | 2020-10-12T15:00:48 | C | UTF-8 | C | false | false | 1,157 | c | /*
* SPDX-License-Identifier: MIT
*
* Copyright © 2018 Intel Corporation
*/
#include "igt_reset.h"
#include "gt/intel_engine.h"
#include "gt/intel_gt.h"
#include "../i915_drv.h"
void igt_global_reset_lock(struct intel_gt *gt)
{
struct intel_engine_cs *engine;
enum intel_engine_id id;
pr_debug("%s: current g... | [
"wenhui@gwmail.gwu.edu"
] | wenhui@gwmail.gwu.edu |
966c5f2fac1330ff5b0bac022d53600896e6aec3 | be02d16b557b85d856a03b0621666c8e8044b95b | /BluetoothExpressDefines.h | 186b0e0a7c9bd9bf31702deeb9efa5b5d96e6009 | [] | no_license | ArrowElectronicsESC/BluetoothExpress | d78b92530d443f219bbcef44e29762375852ff00 | 4468d0769ff4b60e1bae828d8372cd9b2119a6db | refs/heads/master | 2020-03-30T02:03:37.023976 | 2018-12-18T00:51:12 | 2018-12-18T00:51:12 | 150,610,602 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,208 | h | //BluetoothExpressDefines.h
#ifndef BGXDefines_h
#define BGXDefines_h
#define BUS_MODE_PIN 6 //Default Pin for BGX13 Arduino Shield
//This will change the pin configuration for arduino only
#define SET_COMMAND_MODE() digitalWrite(BUS_MODE_PIN, LOW)
#define SET_STREAM_MODE() digitalWrite(BUS_MODE_PIN, HIGH)
#defin... | [
"ebeppler03@gmail.com"
] | ebeppler03@gmail.com |
1ed85f7b167b5749202e34983477c14c8c089663 | 751c5c9923f181f9eb672e8cc89e0473243e9a49 | /image.h | f5bc8d6ec8772e830a58a7b0aa841c095aa12c9f | [] | no_license | ClemensRoegner/MandelboxRenderer | aa0e03d40f8de806f9c70d1e3a626ca7cccb8355 | 76828736d76be66e73f5d43c67ae2f1b10029c70 | refs/heads/master | 2021-01-17T20:43:11.710266 | 2016-06-06T21:07:49 | 2016-06-06T21:07:54 | 60,371,939 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 356 | h | /**
* Contains functionaliy to save an image
* to the hard drive
* by Clemens Roegner 2016
*/
#pragma once
#include <stdint.h>
bool saveFloatImagePFM(const char* filename, const float* img, const uint32_t& width, const uint32_t& height);
bool saveFloatImageBMP(const char* filename, const float* img, const uint3... | [
"clemens.roegner@mailbox.org"
] | clemens.roegner@mailbox.org |
846620662b7516ee31dd9e0f5f9783e97a6943e9 | 3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75 | /ext/hal/st/stm32cube/stm32l0xx/drivers/include/stm32l0xx_ll_rtc.h | 6d4533ade254c0252e2b04ba3fae3f71e2fa55d0 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dmgerman/zephyrd3 | d3813ef74a3d6d447f2ae01d4d20806c48e3f698 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | refs/heads/master | 2023-01-09T14:22:19.749375 | 2018-10-04T22:08:09 | 2018-10-05T18:21:49 | 253,632,165 | 0 | 0 | Apache-2.0 | 2022-12-26T20:39:56 | 2020-04-06T22:41:46 | C | UTF-8 | C | false | false | 33,502 | h | DECL|AlarmDateWeekDaySel|member|uint32_t AlarmDateWeekDaySel; /*!< Specifies the RTC Alarm is on day or WeekDay.
DECL|AlarmDateWeekDay|member|uint8_t AlarmDateWeekDay; /*!< Specifies the RTC Alarm Day/WeekDay.
DECL|AlarmMask|member|uint32_t AlarmMask; /*!< Specifies the RTC Alarm Masks.
DECL|AlarmTime|member|LL_RTC_Tim... | [
"kumar.gala@gmail.com"
] | kumar.gala@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.