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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3c0a0190705d974cca895787dfa2d0d5d86f08c3 | 7275aa7db4160c6e45d68609ac417da917a0d7c4 | /Lab 10/BST.c | ecad7ef3426d6110d2606dec9fddda147c72d9a3 | [] | no_license | ManojHA24/Data-structures | eff8b0eab8077e7c41bb73ceadf506fb4f9f68e9 | 6aa9830ba78310dbe8f1624edbc3a7610a28b990 | refs/heads/master | 2023-02-21T15:17:40.018217 | 2021-01-25T06:25:56 | 2021-01-25T06:25:56 | 295,946,115 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,716 | c | #include<stdio.h>
#include<conio.h>
#include<process.h>
struct node
{
int info;
struct node *rlink;
struct node *llink;
};
typedef struct node *NODE;
NODE getnode()
{
NODE x;
x=(NODE)malloc(sizeof(struct node));
if(x==NULL)
{
printf("mem full\n");
exit(0);
}
return x;
}
void freenode(NODE x)
{
free(x);
}... | [
"noreply@github.com"
] | ManojHA24.noreply@github.com |
2d2de722a57052a371c2a237241ed7cc56a0be8f | fc6f3c818452acc10550fff8c079aa994306557b | /C_Programming_UMass/Program8.5.c | bb13fd7bfc5059c5584dcbe7b7cbbe92c31f4385 | [] | no_license | pittgoose/C_Programming_UMass | d46f7c5d012f39438831e9221e8814a87c83b55e | 45a1e6266db2763a88519e8ae3e9237fe6f0a8f0 | refs/heads/master | 2021-01-23T18:21:39.199452 | 2015-06-18T07:52:20 | 2015-06-18T07:52:20 | 25,242,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | // Function to find the greatest common divisor
// of two nonnegative integer values
#include <stdio.h>
void gcd (int u, int v) {
int temp;
printf("The gcd of %i and %i is: ", u, v);
while (v != 0) {
temp = u % v;
u = v;
v = temp;
}
printf("%i\n", u);
}
int ... | [
"yehudafmiller@gmail.com"
] | yehudafmiller@gmail.com |
1d0abf5d36225f3d26a7fde7917bcfefa4c53972 | 1c59de3c48948740258ecbbab2e300318ecb88e1 | /interface/stw/USER/WaLi.h | 3c2f590b3f25d91eec7764034e0f7530178f0f2a | [] | no_license | blackjackgg/Ms | d156f0b46651735dc0863793a2ec672f70bff451 | 5b2ecf6af67bce3c9cce2d7011d9d6a09c9eb106 | refs/heads/master | 2021-10-29T01:18:23.882256 | 2019-04-25T09:49:41 | 2019-04-25T09:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 109 | h | #ifndef __WALI_H
#define __WALI_H
#include "stm32f4xx_conf.h"
extern void Workspace(void);
#endif
| [
"huangxz@walimaker.com"
] | huangxz@walimaker.com |
4873be2d4a17e34bad149cdcc1d7d6c70160172a | 79b71036a1a587e1927becb06e3bf3b7551e96ba | /MsgTest/test/hello.c | 967d92d43190bbd42e8bd55139b5552f8a942561 | [] | no_license | XiaoJiaoYaZi/welink | f38ac439dfc4158e981026fd28fc8f39b7edcd07 | 84d5b64345794d3c8fcd54a1ec41bc2f761294ab | refs/heads/master | 2021-07-03T02:59:09.458446 | 2019-01-16T09:33:42 | 2019-01-16T09:33:42 | 141,365,569 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 105,015 | c | /* Generated by Cython 0.28.4 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [
"persion.h"
],
"name": "hello",
"sources": [
"hello.pyx"
]
},
"module_name": "hello"
}
END: Cython Metadata */
#define PY_SSIZE_T_CLEAN
#include "Python.... | [
"35963340+XiaoJiaoYaZi@users.noreply.github.com"
] | 35963340+XiaoJiaoYaZi@users.noreply.github.com |
224b4a2118ae555b9e274cb52a6af5b2c04b2d2d | 5da68c3a158fa1312bc418039aa166b1e5161074 | /dic/cmd/forsort.c | 204e60938d1954be63ade1923bcd213fa5972a39 | [
"BSD-4-Clause-UC",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-mit-old-style",
"MIT"
] | permissive | hashimom/Izumo | 8efd5d27cb3ed502ed361c2ac12bd4e5db2296c1 | 0b6114220a2a5316fa8afa5f38fb3a75af13f17d | refs/heads/master | 2016-09-06T16:16:49.223200 | 2015-10-30T15:53:14 | 2015-10-30T15:53:14 | 25,056,787 | 5 | 0 | null | null | null | null | EUC-JP | C | false | false | 2,758 | c | /* Copyright 1992 NEC Corporation, Tokyo, Japan.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that the above copyright notice appear in all copies
* and that both that copyright notice and this permission no... | [
"hashimom@geeko.jp"
] | hashimom@geeko.jp |
e172d9f65bcd99c3f132951b2741aaac92ff0b8a | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/sam0/drivers/extint/quick_start_polled/samd21_xplained_pro/gcc/asf.h | b4d5290e45618d6da1d2720361709862e2ce224b | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,873 | h | /**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
7855162dce2b2e5c3843cc9611213f73f49d1be4 | c5b9a583feea7717bfb401e2a95690642c838b91 | /d/avatars/mystra/frostgreaves.c | 90ef2387a6d888e3c0c385ead9c478ea7318bec9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SunderingYves/shadowgate | adeabd8ef37c43d353a1d52abc427290ea6a31b4 | 13844fe89d4253ab1a79488e77f6493066918559 | refs/heads/master | 2023-07-16T14:21:31.270426 | 2021-09-02T01:00:04 | 2021-09-02T01:00:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,898 | c | #include <std.h>
inherit "/d/common/obj/armour/greaves";
void create(){
::create();
set_name("greaves");
set_id(({ "frost greaves", "greaves", "greaves of frost" }));
set_short("%^BOLD%^%^CYAN%^G%^WHITE%^r%^CYAN%^e%^WHITE%^a%^CYAN%^v%^WHITE%^e%^CYAN%^s %^WHITE%^o%^CYAN%^f %^WHITE%^F%^CYAN%^r%^WHITE%^o%^CYAN%^s%^WH... | [
"nm0i@me0w.net"
] | nm0i@me0w.net |
fb6cd482c1c0decdf2680a670b691742d723a59d | f720369e167889b8c65fb5c9f9ded80a8378a200 | /src/test/heterogeneous/MatrixM_Test.c | ef6060c9139eee7c810ba8241524e277ddc355f9 | [
"BSD-3-Clause"
] | permissive | eugenecartwright/hthreads | 1aa2af6838738ad49376511333a7b546ba47fa86 | 826c495dd855f8fcc1e12e1ac01845c2983ecf04 | refs/heads/master | 2020-04-06T07:00:23.582279 | 2016-11-27T02:47:34 | 2016-11-27T02:47:34 | 50,606,707 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,792 | c | // ##############################################################################
// Created by Sen Ma
// ##############################################################################
#include <stdlib.h>
#include <stdio.h>
#include <hthread.h>
//#include <arch/htime.h>
#include <math.h>
//#include "hetero_time_lib.h"
... | [
"eugene@104e0820-0bf2-0310-80e0-c6be5c5bc5c8"
] | eugene@104e0820-0bf2-0310-80e0-c6be5c5bc5c8 |
30dc77839fff668047bef6237ab3a774926ab60e | 6a78f00818827dbcaa42628e556c50e34558138c | /libarchive/archive_read_open_file.c | 765553f4c15fd2867fb88eaa2f159de27be86b3e | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Tarsnap/tarsnap | 54abaa9ce37e8cad088eb37f3609eaa37d947323 | 00c9231e784c25d519b679668707e8ce644003cb | refs/heads/master | 2023-09-03T01:25:06.886320 | 2023-08-26T18:52:09 | 2023-08-26T18:52:09 | 35,801,306 | 905 | 80 | NOASSERTION | 2023-08-29T18:55:34 | 2015-05-18T06:44:50 | C | UTF-8 | C | false | false | 4,422 | c | /*-
* Copyright (c) 2003-2007 Tim Kientzle
* 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
* notice, this list of c... | [
"gperciva@tarsnap.com"
] | gperciva@tarsnap.com |
a5e743470751755f7cee1db8c40e6f901786b546 | d53a7501ff6c972f03d4f248d21e3242a24a9156 | /test/bug1472770.c | fc9e6b3e4bf78c7bd497ccbe3fc8f8a1654eca16 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | olabini/re2j | 5648fb965efdbd35b5da6ba3addec1405a7e644d | 7f96f559b2a9ba20fd9c23e03ec84f2d9d550feb | refs/heads/master | 2021-01-22T13:42:15.535650 | 2009-07-23T13:28:23 | 2009-07-23T13:28:23 | 256,962 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 977 | c | /* Generated by re2j */
#line 1 "bug1472770.re"
#define NULL ((char*) 0)
#define YYCTYPE char
#define YYCURSOR p
#define YYLIMIT p
#define YYMARKER q
#define YYFILL(n)
#include <stdio.h>
int scan(char *p)
{
int n = 0;
char *q;
printf("[--------------\n");
printf("%s\n", p);
printf("]--------------\n");
start:
... | [
"ola.bini@gmail.com"
] | ola.bini@gmail.com |
11ddabb3772f4104e6cb91fdcba257d6afc19212 | ef39aaa17ea9d5b06539d0beb0fff28f0f78f274 | /merge.c | 692ecabf32eda277eb4242425fc0c2a3de37eb2f | [] | no_license | morotan/c-sample | 4fdce0e7783015e7e0cca75de239b4f25493071a | 15e70ffd5e3523dca28ccc153afbb6f273390145 | refs/heads/master | 2020-06-20T12:27:34.996075 | 2019-07-17T00:48:08 | 2019-07-17T00:48:08 | 197,122,086 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,548 | c | #include <stdio.h>
#include <stdlib.h>
#define MAX_LENGTH 8
void merge_sort(int*, int, int);
void showData(int*, int);
void main(){
int array[MAX_LENGTH] = {55, 13, 3, 45, 74, 87, 46, 30};
showData(array, MAX_LENGTH);
merge_sort(array, 0, MAX_LENGTH-1);
}
void merge_sort(int* pArray, int start, int end){
//... | [
"nfuji3@gmail.com"
] | nfuji3@gmail.com |
6ae100e92d4152add5d9f110d8dd3b1dd9319c16 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Bz/1700ppm/attic/Unblinded/attic/MomBinnedAna/S18_PureBzModuloFit_1800_2000_eQ_2.C | 026fc9fb8f494a63b6eb76f44563ce52c4f51e43 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 21,425 | c | void S18_PureBzModuloFit_1800_2000_eQ_2()
{
//=========Macro generated from canvas: c/c
//========= (Thu May 6 12:22:44 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5964689,-0.9831958,5.36822,1.237282);
c->SetF... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
cbc107a18e23317d5bb9a2b8521a4fe4632377de | 0525896fe64f742d7110308e8e0ebbfb7df1c332 | /Q2/simple.mod.c | 726fe46adfd9088d0b78390ba5482ec032d940f0 | [] | no_license | dsaf2007/OperatingSystem | 49945a8fdf134d0a48c469493135b21c3b5b46d1 | fe0407e923db313414e4967e78b65300ef14f84f | refs/heads/master | 2023-04-21T02:07:39.051927 | 2021-05-12T13:29:11 | 2021-05-12T13:29:11 | 352,058,199 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 603 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODU... | [
"dsaf2007@naver.com"
] | dsaf2007@naver.com |
cc06e1a1747633047ac16ea601f58bc21b941bb0 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b7f75efb-ab4e-48e1-a6a8-3c172fd2bedc.c | 4c0ef16f2ca030d27ec13641dc68a738fffd7fc4 | [] | 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 | 580 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l+j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[21];
char c[53];
a = 0;
do {
a++;
//... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1e56c0de50f44528ea62ee50ab8f800c818357f3 | 2319aa2a3fe136bc1288b50b100ac3f59cb8a581 | /05-c02/ex08/ft_strlowcase.c | bf1f7583971e2255114f15c6241e404a816d3876 | [] | no_license | marina-saito/42-basecamp | 34fc805f506cde96dcdde8c8284be9034e8d021e | f04b53c3f92ed092e21ecd18b62ecba48335bc2a | refs/heads/master | 2023-07-15T07:24:37.786231 | 2021-08-26T09:27:53 | 2021-08-26T09:27:53 | 352,716,963 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,047 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlowcase.c :+: :+: :+: ... | [
"msayuri-@student.42sp.org.br"
] | msayuri-@student.42sp.org.br |
b16c5730194d46b2c2eeb02e38c743fc63f34db2 | b334650f8826643f35f8570cadce8bf615ce6f90 | /archivos/main.c | b092640980a3604505e0151c4f7a30d06945219a | [] | no_license | IvanNahuel/Programacion1 | 1c282224b4eb3438c7bdc2cc920b53e72097c213 | 8879aade573906e556a6287f0bffb5e1aff59cb8 | refs/heads/master | 2021-04-15T09:39:43.650545 | 2018-07-02T22:19:21 | 2018-07-02T22:19:21 | 126,905,494 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 821 | c | #include <stdio.h>
#include <stdlib.h>
#define PATH "miArchivo.txt"
int main()
{
FILE* pArchivo;
char cadena[100]= "me fui";
char cadena2[100]= "otro texto";
/*
pArchivo = fopen(PATH,"w"); //modo escritura
if (pArchivo!=NULL){
fprintf(pArchivo, "Hola mundo"); //le agr... | [
"noreply@github.com"
] | IvanNahuel.noreply@github.com |
b8953a443825395b5470f2b4a7dd6053b08a6dcf | 1339fbc946f1c7e2a9ab7a7ef311f2ab2d9e7996 | /utils.c | 6bbd6afad7ea660ac090a31e5b81baabaf4a9ac5 | [] | no_license | samuelkarani/42-ft_ssl | 43d7b3ffaaededd5686742e74619edd7d67321ef | 7eee658e723bec8afba47bbf16c0926836222468 | refs/heads/master | 2020-06-02T20:48:48.201504 | 2019-07-15T04:02:07 | 2019-07-15T04:02:07 | 191,305,129 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,618 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* utils.c :+: :+: :+: ... | [
"samuel.karani@berkeley.edu"
] | samuel.karani@berkeley.edu |
c6b7ef215dca97c8652f8dfe89fb868cf2f14cb9 | 344dc5e685de880b13ccccb4688d40096f4e2de3 | /ctrlChannel/ftpReturnCodes.h | 7362b0365832228e8e6e066291b3f7d6890345fa | [] | no_license | aaspring/ftp-enumerator | 3922485a68be722abf1662739b30610fd542229a | 232238a5e6aa01d13d592dc1a12cbd3731a6dced | refs/heads/master | 2021-01-17T13:02:24.849050 | 2016-06-29T14:19:33 | 2016-06-29T14:19:33 | 55,987,599 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,294 | h | #ifndef FTPRETURNCODES_H
#define FTPRETURNCODES_H
#define FTP_CONNECTED "220"
#define FTP_LOGIN_OK "230"
#define FTP_PATH_OK "257"
#define FTP_PASV_OK "227"
#define FTP_LIST_IN "150"
#define FTP_LIST_IN_ALT "125"
#define FTP_XFER_OK "226"
#define FTP_QUIT_OK "221"
#define FTP_SYST_OK "215"
#define FTP_TLS_OK "234"
#de... | [
"aaspring@umich.edu"
] | aaspring@umich.edu |
10ecf5fe5b47b14675cd4d6c01ca989babb14e3d | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14026/function14026_schedule_0/function14026_schedule_0_wrapper.h | b84c2fe3e84944fe41c6249e6cafdace2b68f28d | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 375 | h | #ifndef HALIDE__generated_function14026_schedule_0_h
#define HALIDE__generated_function14026_schedule_0_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14026_schedule_0(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
1c5a4b74766d80b966fce28030e7ebd00679b085 | d49d382c42bf9451bb03d15be0789fd380128117 | /TeraTermMod/source/common/tt_res16.h | def15e16a10b16e85d8e4f6a060e6b92bd143fa0 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | sukingw/MCDUSim | 30bababcc8f988befafcc7f30dcd2ed44ac027b6 | 5aea62f9e55bb8c7e6b259bc5ff4024610cf33f4 | refs/heads/master | 2023-05-28T04:18:02.996292 | 2017-03-17T02:51:58 | 2017-03-17T02:51:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,925 | h | #define IDI_TTERM 100
#define IDR_ACC 100
#define IDR_MENU 100
#define IDI_VT 101
#define IDI_TEK 102
#define IDR_TEKMENU 1000
#define IDD_PRNABORTDLG 2100
#de... | [
"zhijian.xu@honeywell.com"
] | zhijian.xu@honeywell.com |
bebd15a3eeef8bcde4738e9cac79df207e1cf45e | a86afa1e8d83594bd67f08052b286621f344d85b | /bootloader/src/generic/crc.c | bfd744b5fa324d7b5719b394f3a99c803830f360 | [
"MIT"
] | permissive | strawberryhacker/arm-debug-probe | 263d4b546115497369daac46b3f25ebfc1165869 | 232fb0084f6a90fd9c6c66b07d6904920a8a706b | refs/heads/master | 2022-11-25T13:38:27.046089 | 2020-08-08T13:28:54 | 2020-08-08T13:29:05 | 285,004,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 519 | c | /* Copyright (C) StrawberryHacker */
#include "crc.h"
/*
* Calculates the CRC-8 of a data region using `polynomial`
*/
u8 crc_calculate(const void* src, u32 size, u8 polynomial) {
/* Return value */
u8 crc = 0;
const u8* src_ptr = (const u8 *)src;
for (u32 i = 0; i < size; i++) {
crc = crc... | [
"bjorn.thoralf@outlook.com"
] | bjorn.thoralf@outlook.com |
212cd3f94437ed8339525b4d1f37cf2c6e791255 | 16290a106b197ce8a9c69b85113eef31daf1b148 | /03_stack/driver/src/arr_stk_s8.c | 9226498ab3ad3d73264e710323c87075b5a80115 | [] | no_license | ajoy2008/data_structure_c | 3b7d892a0fe34008f1a6b1051ee53c2c0b534d30 | 7ae84f5091cf657f4b3bdf99816f623109de217e | refs/heads/master | 2021-01-20T11:00:34.037059 | 2019-08-05T15:45:17 | 2019-08-05T15:45:17 | 101,661,186 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,975 | c | /***************************************************************************//**
\addtogroup ARR_STK_S8
@{
*******************************************************************************/
/***************************************************************************//**
\file arr_stk_s8.c
\details Array Stac... | [
"ajoy2008.dev@gmail.com"
] | ajoy2008.dev@gmail.com |
5d848da8eed53dc944e3aea17a7ae3063e226ae2 | 674b83c8a29a59e39fd468e02c082001d2f546b2 | /PSU_2016_minishell1/include/my.h | 9c51af887764783743ee5b884449eb655e313ab6 | [] | no_license | Bazni/PSU_2016_minishell1 | 93ac64c7ac5b0e6a69ba504e23ff273414bc7c9f | 0deda4313685cf7b44b716bc550fca7e4fe1e896 | refs/heads/master | 2020-12-26T04:49:03.935490 | 2017-02-02T14:24:21 | 2017-02-02T14:24:21 | 80,731,813 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,508 | h | /*
** my.h for my in /home/gwendal.bazin/CPool_Day09/include
**
** Made by Gwendal Bazin
** Login <gwendal.bazin@epitech.net>
**
** Started on Thu Oct 13 11:48:28 2016 Gwendal Bazin
** Last update Mon Jan 23 15:24:14 2017 Gwendal Bazin
*/
#ifndef MY_H_
# define MY_H_
# include <stdio.h>
# include <stdarg.h>
# incl... | [
"noreply@github.com"
] | Bazni.noreply@github.com |
dd73615c8c927260707f165f0399d4f121f11bc6 | b6de1927abae8995cda04a8c2a19ae2084866eb0 | /Lab_3_Reloj_Chess/Design01.cydsn/codegentemp/cyfitter_cfg.c | 2a816fa5e486392d87419b6ac2f540aec146c59f | [] | no_license | Lotharius96/Reloj-Ajedrez | 9cf245b6fd35ba9f3e76c53467c90ce2338b5e0e | 6768e4eb613bf1f24050ee20f381419a866ff79c | refs/heads/master | 2020-07-29T12:59:10.382515 | 2019-09-22T04:46:11 | 2019-09-22T04:46:11 | 209,812,832 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,018 | c |
/*******************************************************************************
* File Name: cyfitter_cfg.c
*
* PSoC Creator 4.2
*
* Description:
* This file contains device initialization code.
* Except for the user defined sections in CyClockStartupError(), this file should not be modified.
* This file i... | [
"lmartinezf@correo.udistrital.edu.co"
] | lmartinezf@correo.udistrital.edu.co |
58f43c0d791b08437ef6168769c5e6af439d05c8 | e2ccd29b039532949ca48e8a4b7e28f9aa29704d | /project3/store.c | 892cdf94bfc92662fde9a16f55a910fd366cbf41 | [] | no_license | AndyGVSU/CIS241_Projects | afdb31d4b524892ad9920c1ca5f8c5a6f255bdd5 | 5a978fe91b540dec3a73a5e0481f84d2feb0d6a5 | refs/heads/master | 2020-08-13T07:28:43.044352 | 2019-10-14T02:38:02 | 2019-10-14T02:38:02 | 214,932,315 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,069 | c | #include "storelist.h"
#define FNAME "storedata"
void displayMenu()
{
puts("");
puts("***HudsonMart Store Interface***");
puts("============================================================");
puts("1: Add product 2: Purchase product");
puts("3: Check product price 4: List products");
puts("5: ... | [
"hudsoand@mail.gvsu.edu"
] | hudsoand@mail.gvsu.edu |
20b3678d26f292aaefa4d37216121544cd225fd6 | abd994628d529b9398da2faacc115a339ee18989 | /Eclipse/.metadata/.plugins/org.eclipse.core.resources/.history/f2/c0820176230f00141240a66ba25ba976 | 2216cb014d734be5dbcbce738249135ce9a2af10 | [
"MIT"
] | permissive | filipek92/STM32F4Discovery | 65876a7bdd09fe8881577afcfb8bd448e9f75577 | b81a64aacb2611916f26c7dbe80760b515ae64a6 | refs/heads/master | 2021-01-01T20:06:05.865219 | 2014-07-23T15:53:09 | 2014-07-23T15:53:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,885 | /**
* @file
* @defgroup HD44780 HD44780 4-Bit LCD Driver
* @{
* @brief An interrupt driven library for HD44780-based LCD displays
* @author Al Brown
* @copyright Copyright © 2013 Al Brown
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gener... | [
"richter.filip@gmail.com"
] | richter.filip@gmail.com | |
246dfb22e82b1e98af7be23da8bfeb22e49ad130 | ecf8aca7dd23e38197f4bfe33694095bdc0e6c86 | /Bootloader/Uart/uart0.h | ad72c57aa407b0ebf35a286bbf0bccfac9a4fb36 | [] | no_license | Mozilla9/drift-sensor | 5d89247c453eb759ed7f3288e5835c2757bdb5c8 | f0d8b370eb98f603586658454c85cba47acb7ecd | refs/heads/master | 2021-01-10T20:17:14.472888 | 2015-03-27T07:37:09 | 2015-03-27T07:37:09 | 32,253,879 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 243 | h | /*
* $Id$
*/
#ifndef __UART0_H
#define __UART0_H
#include "Uart\uart_def.h"
void init_uart0(const uint32_t _baudrate, const uint8_t _key);
__irq __arm void __interrupt_handler_uart0();
void waite_tx_all_uart0();
#endif | [
"rusoil.9@gmail.com@fd9af2fd-78ca-1282-55a7-235332e6ccf4"
] | rusoil.9@gmail.com@fd9af2fd-78ca-1282-55a7-235332e6ccf4 |
8d802d7634e407856e4b1d426bb22938a891091b | 543a653e5518e177cf6e68cb8a06228369b53839 | /libraries/Arduino-LUFA/LUFA/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.c | cbb7735e1c73799620deee199acf246ab9f9b1c9 | [
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | CrazyRedMachine/Arduino-Lufa | 3ac86714412bd4edb675b0090a8fecc708fa7e19 | 5a25a3aff0d7cd27a87280e84d361388c2ac6424 | refs/heads/master | 2023-06-28T11:25:04.725816 | 2021-06-20T12:45:48 | 2021-06-20T12:45:48 | 366,088,051 | 2 | 2 | MIT | 2021-07-30T04:05:49 | 2021-05-10T15:21:25 | C | UTF-8 | C | false | false | 7,170 | c | /*
LUFA Library
Copyright (C) Dean Camera, 2017.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2017 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | [
"crazyredmachine86@gmail.com"
] | crazyredmachine86@gmail.com |
585187bb8740fdf2e173da699f43144f75879c0d | 463244ec4871c6700643c7639b82f67f1e95a552 | /thirdparty/libpfm-4.10.1/lib/events/ppc970mp_events.h | f01f61a61ec888be44a431fe2eee4f513b5292bb | [
"MIT"
] | permissive | bolunli11/JXPerf | fc365d97b3fe5940b56233261d4776f012d14db8 | 1910cad9cef26fe34ac3371d7af61934f6da5791 | refs/heads/master | 2023-07-25T08:00:53.541841 | 2021-09-08T17:27:13 | 2021-09-08T17:27:13 | 292,712,197 | 0 | 1 | MIT | 2021-09-08T16:10:43 | 2020-09-04T00:47:35 | null | UTF-8 | C | false | false | 70,676 | h | /****************************/
/* THIS IS OPEN SOURCE CODE */
/****************************/
#ifndef __PPC970MP_EVENTS_H__
#define __PPC970MP_EVENTS_H__
/*
* File: ppc970mp_events.h
* CVS:
* Author: Corey Ashford
* cjashfor@us.ibm.com
* Mods: <your name here>
* <your email address>
*
* (C) Co... | [
"psu@email.wm.edu"
] | psu@email.wm.edu |
3d2fb83bcc193963a10a30cab164ead0a0e0ffdf | ece46d54db148fcd1717ae33e9c277e156067155 | /SDK/zrxsdk2020/utils/amodeler/arxport/dxfout.h | 2c612d769b5818ea840bf248275de670e7821171 | [] | no_license | 15831944/ObjectArx | ffb3675875681b1478930aeac596cff6f4187ffd | 8c15611148264593730ff5b6213214cebd647d23 | refs/heads/main | 2023-06-16T07:36:01.588122 | 2021-07-09T10:17:27 | 2021-07-09T10:17:27 | 384,473,453 | 0 | 1 | null | 2021-07-09T15:08:56 | 2021-07-09T15:08:56 | null | UTF-8 | C | false | false | 762 | h | #ifndef ZRX_AECMODELER_INC_DXFOUT_H
#define ZRX_AECMODELER_INC_DXFOUT_H
#include "callback.h"
#include "../inc/zdxfout.h"
#ifndef OutputToDxfFileCallback
#define OutputToDxfFileCallback ZwOutputToDxfFileCallback
#endif //#ifndef OutputToDxfFileCallback
#ifndef OutputPolylineCallback
#define OutputPolylineCallba... | [
"3494543191@qq.com"
] | 3494543191@qq.com |
f7ad19631ecc436b14efde68f6c1a226bb004e56 | e0f55f78a0a012573370b9520288cd4ccd216239 | /C/C/homework/huangqiuyuan/7z.c | a49cb9bb5512ec6db2f73460480942c3a1cc7822 | [] | no_license | lxf2git/quectel_work | 2ee2811ed82d4b147f39361af89929f6f8fc6b18 | 92acb485689d3b1111e33dc13862cc3fe4974b16 | refs/heads/master | 2021-06-23T22:29:46.032931 | 2020-10-26T16:14:12 | 2020-10-26T16:14:12 | 145,352,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 368 | c | #include<stdio.h>
int main()
{
int v=0,s=0,n=0,p=0;
char w;
for( ; ;)
{
scanf("%c",&w);
if ((w>=65&w<=90)||(w>=97&w<=122))
v++;
else if(w==32)
s++;
else if(w>=48&w<=57)
n++;
else if (w!=10)
p++;
else if (w==10)
{ printf("字母数:%d\n空格数:%d\n数字数:%d\n其他个数:%d\n",v,s,n,p);
break;
}
}
... | [
"robin.lu@quectel.com"
] | robin.lu@quectel.com |
92cf33c45be18bbdfe63ab4e0c2409597993db91 | 161f213e0d9a051a08dab090530f9991b927b667 | /Server-Sides/(QBOT) VaritySec Server.c | 74f93d1d75820b201efddc0da76851d6a04fcf1d | [] | no_license | qq431169079/CnC | 056828b3ea144efd3e1947c46be1091910f25ed1 | 3dda1d44a5992373c2b30de14d86aa99a8d46420 | refs/heads/master | 2020-04-11T12:04:02.569819 | 2018-08-26T15:17:04 | 2018-08-26T15:17:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,407 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
#include <time.h>
#include <fcntl.h>
#include <sys/epoll.h>
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#define MAXFDS 1000000
struct account... | [
"noreply@github.com"
] | qq431169079.noreply@github.com |
1e73780daf27396c9f6d6e58a3bd7a4f38dddd99 | bda533920e2875523fd5945ac1d5e53188dcc5b3 | /ruby/task.c | 282739052c8c552c82dfeafc84255643a53e6e68 | [] | no_license | ko1/ptask | 09f8b2ba11118196b9bcacea1f55a36918e63794 | 546849f6079ae03732f71649fb7f0ab635c3db5e | refs/heads/master | 2020-04-21T08:56:30.706815 | 2010-11-06T12:06:34 | 2010-11-06T12:06:34 | 1,034,789 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,466 | c | #include "../ptask.h"
#include "ruby/ruby.h"
#include <unistd.h>
/* API for ext */
VALUE rb_task_create(VALUE (*func)(VALUE *args), int argc, ...);
#define GetTaskPtr(obj, tobj) TypedData_Get_Struct(obj, rb_task_t, &task_data_type, tobj)
#ifdef HAVE_STDARG_PROTOTYPES
#include <stdarg.h>
#define va_init_li... | [
"ko1@atdot.net"
] | ko1@atdot.net |
97c3325110da0d5583e45fa9b08687fb090c4de2 | c38b6659fcd402349c3e655c44135f5e90eb83a8 | /libft/libft/ft_itoa_uit.c | 4e810c815603f29bc55de706058e483bd68c8321 | [] | no_license | smakni/Push_swap | 6ec5bf6a4ac0d4b7c4fd046e58466d0fcad1252a | 3f13fca9f20c063a82567545e3142971a193bc05 | refs/heads/master | 2020-04-07T13:20:27.721244 | 2018-12-04T14:08:43 | 2018-12-04T14:08:43 | 158,403,298 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,350 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa_uit.c :+: :+: :+: ... | [
"sabrimakni@gmail.com"
] | sabrimakni@gmail.com |
c859cee09bbcdfda75d4e2ffb2986d46e73edb90 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/tools/include/asm/atomic.h | 70794f538a86012e4a27cfd9ad0ba6a59fa83311 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 253 | h | #ifndef __TOOLS_LINUX_ASM_ATOMIC_H
#define __TOOLS_LINUX_ASM_ATOMIC_H
#if defined(__i386__) || defined(__x86_64__)
#include "../../arch/x86/include/asm/atomic.h"
#else
#include <asm-generic/atomic-gcc.h>
#endif
#endif /* __TOOLS_LINUX_ASM_ATOMIC_H */
| [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
1b3739031c708dbc5ae62e9890c11d9493aea6c5 | e5b27e51a4cc352e7af376ebe2fb95faae05fad3 | /camp-interest.c | c404688f89a5ce116c2ebef2bbd58aa793d6cddd | [] | no_license | akacs/toy-programs | 99d445d69368508294ebdf9195628526f08dd53a | b6c49c9bd1845ce69770d7823140540781f12f4b | refs/heads/master | 2021-01-13T02:27:26.934148 | 2012-02-12T16:24:35 | 2012-02-12T16:24:35 | 3,289,616 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 743 | c | /* Prints a table of compound interest */
#include <stdio.h>
#define NUM_RATES ((int) (sizeof(value) / sizeof(value[0])))
#define INITIAL_BALANCE 100.00
int main(void)
{
int i, low_rate, num_years, year;
double value[5];
printf("Enter interest rate: ");
scanf("%d", &low_rate);
printf("Enter number of year... | [
"aka.cs.mail@gmail.com"
] | aka.cs.mail@gmail.com |
aa25f14d36e89b2e2ffd034ee8fe29848e8f63a0 | 64a631fd377144869f0ea55bdc772cc2d90d6383 | /codeforces569b.c | 57e36a1f5fc7990132ad9851f8ec1bc866143db5 | [] | no_license | chandan2495/Codechef | db41959c7ac191f90c70972ef1eb334845558b59 | d2256a25cb61d8a025d90b0239186b5d736237de | refs/heads/master | 2020-05-20T07:16:11.911577 | 2018-05-31T17:24:44 | 2018-05-31T17:24:44 | 26,266,237 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 438 | c | #include<stdio.h>
int main()
{
int n,a[100100],i,h[100010]={0},res=0,mis[100100],j,flag=0;
scanf("%d",&n);
for(i=0;i<n;i++){
scanf("%d",&a[i]);
h[a[i]]++;
if(h[a[i]]>1||a[i]>n)
flag=1;
}
j=0;
if(flag==1)
{
for(i=1;i<=n;i++)
{
if(h[i]==0)
mis[j++]=i;
}
j=0;
for(i=0;i<n;i++)
{
if(h[a[i]]>1){
h[a[... | [
"chandan2495@gmail.com"
] | chandan2495@gmail.com |
ec8e1ad4b16d43d1a21a2ebbcd43b10e7332eaa8 | 03ab979bd506e1ebfb798196acde91c739e84d49 | /d/dongming/npc/dizi2.c | 311cd25e99d2ec138ea9022c885107c528db381b | [] | no_license | hhsiao/DTSL | d0a9f69edce192f0b39578fc4b458013332d8c39 | 50320937f839e28f04cf70c29c6765d26cb31dc2 | refs/heads/master | 2023-04-17T23:20:52.753422 | 2021-05-02T14:08:44 | 2021-05-02T14:08:44 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,256 | c |
inherit NPC;
#include <ansi.h>
int do_action1();
void create()
{
set_name("男弟子",({ "nan dizi","nan","dizi" }) );
set("gender", "男性" );
set("age", 20);
set("long", "这是东溟派的学艺弟子。\n");
set("combat_exp",100000);
set("str", 23);
set("per", 23);
set("attitude", "peaceful");
set_skill... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
ae5945bc11d1050a85befa20d45126ba9b6e7c88 | c2f466588145a9ec907aaf41a25a63c751de2def | /Gaurav-master/Gaurav-master/Assignments/assignment6/6q14.c | 4e55a615890e078becc6c123dbb8d1f53c1b2048 | [] | no_license | gaurav-26-ydv/GauravCoder | c179ce3095ab687ec06abf803b3d418b8b39e064 | f1bf0a84b47aa6cb7397137dcd58dfd5c3a1658c | refs/heads/master | 2020-07-24T20:23:57.588049 | 2019-09-12T12:58:48 | 2019-09-12T12:58:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 154 | c | //Picture Printing Program 2 q14
#include<stdio.h>
int main()
{
int i,j;
for(j=1;j<=6;j++)
{
for(i=1;i<=j;i++)
printf("%c",65);
printf("\n");
}} | [
"noreply@github.com"
] | gaurav-26-ydv.noreply@github.com |
343cc003c886beb2e34738d45aa93db9103d23a7 | 6f31b63823bbc275ba9a6434c7aab2261123e7fc | /0x02-functions_nested_loops/101-natural.c | 62a720d2cf7245b11d9f8fdfcd3ada69685df573 | [] | no_license | Xvaria/holbertonschool-low_level_programming | 971b89848c5be22760f9e7d7765b98e84e520511 | 61a51a26f68694bd1a78666e3274e36c41a06ddc | refs/heads/master | 2023-05-02T09:54:23.363555 | 2021-04-25T16:54:57 | 2021-04-25T16:54:57 | 296,143,932 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 398 | c | #include <stdio.h>
/**
* main - prints the sum of all the multiples of 3 or 5 below 1024 (excluded)
* Return: 0
*/
int main(void)
{
long t = 0, c = 0, nt = 1, nc = 1, s = 0;
while (t < 1024 && c < 1024)
{
t = 3 * nt;
c = 5 * nc;
if (c < t)
{
if (c < 1024)
s += c;
nc++;
}
if (t != c)
{
... | [
"2349@holbertonschool.com"
] | 2349@holbertonschool.com |
0ff7984052340c0f04ecedd4df07d2d6770ca224 | ca18909b5dfac7ae8fc9a2d1e016836b690682f4 | /ip.h | d7d8aab84f51fc75ad3752da935c917c96a7e9c4 | [] | no_license | 2gilhee/c_pcap_tutorial | c2c0e62955b68a281f56a0af605ff066cc148442 | 63fe3ad83042499eebce8fc598d83fa1845e78f8 | refs/heads/main | 2023-01-11T18:02:39.824246 | 2020-11-12T07:09:38 | 2020-11-12T07:09:38 | 312,148,575 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 961 | h | #include <in.h>
struct ip {
#if __BYTE_ORDER == __LITTLE_ENDIAN
unsigned int ip_hl:4; /* header length */
unsigned int ip_v:4; /* version */
#endif
#if __BYTE_ORDER == __BIG_ENDIAN
unsigned int ip_v:4; /* version */
unsigned int ip_hl:4; /* header length */
#endif
u_int8_t... | [
"2gilhee@naver.com"
] | 2gilhee@naver.com |
23ce2dc97819feb2d77d84fedaa52bfb5e3fc84f | 1646bda7e6665f871964e5024d833d23b0621c9d | /libft/src/ft_strjoin.c | d8e896e29b3cc1d51c7f197bf4542e7141686b79 | [
"MIT"
] | permissive | azertfx/Ray_Tracing_RTV1 | bfd2d419f42848e3cc97956b5449a1321dd2f53d | 4c7f10da7aed8a778d49f6058e554aea0b2ff4e8 | refs/heads/master | 2021-02-06T06:42:15.959796 | 2020-11-18T04:14:24 | 2020-11-18T04:14:24 | 243,888,986 | 0 | 1 | null | 2020-03-08T02:09:10 | 2020-02-29T02:08:59 | C | UTF-8 | C | false | false | 1,149 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strjoin.c :+: :+: :+: ... | [
"hamza.ezzahiry@gmail.com"
] | hamza.ezzahiry@gmail.com |
f5e81076c34a4ad60a13ba2106ab7add00e31e63 | 9f32dca665db865ff5007305c530ccfa922551c6 | /Classes/Native/Vuforia_UnityExtensions_Vuforia_StereoViewerCamera3365023487MethodDeclarations.h | a32b478beb22948f7ba48792eeba3a1adc744b67 | [] | no_license | Sid-ah/BS_V5 | 81586670b6d774e7ebea8b248011f937772fe923 | f1443bf85e2dab42c0db842c1865e4df1c57d055 | refs/heads/master | 2021-01-21T10:46:45.341844 | 2017-02-28T23:04:27 | 2017-02-28T23:04:27 | 83,488,305 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,349 | 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>
// Vuforia.StereoViewerCameraConfiguration
struct StereoViewerCameraConfiguration_t3365023487;
// UnityEngine.Camera
struct Camera_t189460977;... | [
"kenobi82403@gmail.com"
] | kenobi82403@gmail.com |
be2903b41bebda108b435de9516be8d91ccd3612 | c058358028924795bcd2b13b5360a94f051388f2 | /tarea4/include/binario.h | 3045dbddeb3fb5c63bc02833a27965a9a942c804 | [] | no_license | Abathur42/Porgramacion-2 | cfc716e0f5d5105e423d2853e94f150605b64c50 | d8aa88028ec20c05fb42645dfc62824ac4bf3926 | refs/heads/main | 2023-06-14T12:44:52.832242 | 2021-07-06T15:25:49 | 2021-07-06T15:25:49 | 383,512,910 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,153 | h | /*
Módulo de definición de 'TBinario'.
Los elementos de tipo 'TBinario' son árboles binario de búsqueda cuyos
elementos son de tipo 'TInfo'.
La propiedad de orden de los árboles es definida por el componente natural de
sus elementos.
Laboratorio de Programación 2.
InCo-FIng-UDELAR
*/
#ifndef _TBinario... | [
"noreply@github.com"
] | Abathur42.noreply@github.com |
b87d5dc69ea119167315240563beca320bff55aa | 66e7f746000883b2684b9cc8abfc5368d7e9f323 | /native_client/src/trusted/service_runtime/arch/x86_64/sel_ldr_x86_64.c | cd750c4fda01e742c45b78c8da96523f71203df2 | [
"BSD-3-Clause"
] | permissive | sriramnrn/validator | a0ae064268b110e1586368fae33d21f10c4d6ad7 | a7a1695e50f94e2e0dfd5c9db2ee8e56eb14c85e | refs/heads/master | 2021-01-17T06:29:31.869472 | 2015-01-05T12:35:38 | 2015-01-05T12:35:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 357 | c | /*
* Copyright (c) 2012 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include <stdio.h>
#include <string.h>
#define NACL_HALT_OPCODE 0xf4
void NaClFillMemoryRegionWithHalt(void *start, size_t size)
{
memse... | [
"bortoq@gmail.com"
] | bortoq@gmail.com |
a71ac31db9ef07bcb1a53fe329f9d0d4cf2de767 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/sound/firewire/digi00x/extr_digi00x-pcm.c_pcm_open.c | a9e58858d28a7710581be80eeca74b674e146ad8 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,521 | 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 |
436bba94a9559c642aabd1ef57e39e665ba131f2 | e913543c4a727a37e5e96c7bb1be0d69e1a5b213 | /BSP/STM32F1xxxx/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sd.h | 22e626a5b06b0f9a246a9d11b5aaab60aa9436ff | [] | no_license | michprev/Drone_DEPRECATED | 5d8f49a3d3dcde7553d875e1964c6af61854e5a2 | 4ffeeaa994e4fff633200a85ef3c5f38cdf56c4d | refs/heads/master | 2021-04-30T18:33:56.714121 | 2017-01-31T16:40:10 | 2017-01-31T16:40:10 | 60,986,274 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 44,041 | h | /**
******************************************************************************
* @file stm32f1xx_hal_sd.h
* @author MCD Application Team
* @version V1.0.2
* @date 18-December-2015
* @brief Header file of SD HAL module.
**************************************************************************... | [
"michprev@gmail.com"
] | michprev@gmail.com |
e690e7bc86c0aa237b2efa6c87b8614cc97caa4f | 39cc8b84b64a44095a26ec31df022c54193118f7 | /points_on_a_line.c | 952337d70659203067f842ac106fdc67a0be3fcc | [] | no_license | aimarwibowo46/hackerrank | 059255529b30be7af5a317d1f9445f0b2f7a4301 | efafc70fe4a3d2f503900686ed6508ff84d46beb | refs/heads/main | 2023-02-03T11:28:47.608451 | 2020-12-25T06:09:17 | 2020-12-25T06:09:17 | 318,405,051 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 410 | c | #include <stdio.h>
int main() {
int n, i;
scanf("%d", &n);
int x[n], y[n];
for(i = 0; i < n; i++) {
scanf("%d %d", &x[i], &y[i]);
}
int tempX = x[0];
int tempY = y[0];
int cekX = 1, cekY = 1;
for(i = 1; i < n; i++) {
if(x[i] != tempX) {
cekX = 0;
}
if(y[i] != tempY) {
cekY = 0;
}
}
if(... | [
"aimarwibowo46@gmail.com"
] | aimarwibowo46@gmail.com |
4352a913f49a170e8aeb1f423967a1268da64e3c | 7d98b9d2111bcae5803217c573f36f0bfa27de40 | /csapp-study/ch12-concurrent/ctime-ts.c | 1e47bae6385576e5dcc873ddff63d20544fbaaef | [] | no_license | Jiangxiaochen/ubtdspace | a4f27e6d35a03a72981ca77df1eb468f33471244 | 93dc26405ce835cc9abf5e3f791bb1eac702868b | refs/heads/master | 2021-07-11T20:23:15.379156 | 2018-09-21T09:37:54 | 2018-09-21T09:37:54 | 117,820,518 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 166 | c | char *ctime_ts(const time_t *timep, char *privatep)
{
char *sharedp;
P(&mutex);
sharedp = ctime(timep);
strcpy(privatep, sharedp);
V(&mutex);
return privatep;
} | [
"1370035324@qq.com"
] | 1370035324@qq.com |
5a5d9fabf2803a6e0614573a33ae71b5e2df2bf7 | 3ef07ac1c4c8653e4206ad7147dd0fbdcfd4b5d5 | /Data Structures/线性表的顺序表示(节点)/bo2-1.h | ead11bdc0b6013357512eb70d12f172090b9a8d9 | [] | no_license | chaoyue729/Data_Structures_And_Algorithms | d2753e7d7aab08e7cd11ad2dfa8e854b691430c2 | cf25fb321c869e5c72fae0288d7cc7da95fe29da | refs/heads/master | 2020-03-30T07:29:43.326012 | 2018-06-27T10:53:08 | 2018-06-27T10:53:08 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,770 | h | //构造一个空的顺序线性表L
void InitList(struct SqList* L) {
L->elem = (ElemType*)malloc(LIST_INIT_SIZE * sizeof(ElemType));
if (!L->elem) {
exit(OVERFLOW);
}
L->length = 0;
L->listsize = LIST_INIT_SIZE;
}
//销毁顺序线性表L
void DestroyList(struct SqList* L) {
free(L->elem);
L->elem = NULL;
L->length = 0;
L->listsize = 0;
}
... | [
"yzk.1314@outlook.com"
] | yzk.1314@outlook.com |
dd216f3bc4a2656d0ba51e7c01ac4224804eea72 | 0e1c412b7e1f389885eb493744141ab9385a436c | /课本知识/课本/课本/课本/8.函数getchar.c | ddd788a90bf739648ed7afc886a2d17c409b0309 | [] | no_license | sh2268411762/Textbook | 9a7a1f97f59a915355d5d4b66d39fd1a03ee2d4a | 64981b3a51afae4e0676bad52f73ff25e2059838 | refs/heads/master | 2022-12-01T22:35:34.796379 | 2020-08-15T15:45:40 | 2020-08-15T15:45:40 | 260,190,379 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 361 | c | //#include <stdio.h>
//#define SIZE 80
//
//
//int main()
//{
// int c;
// char s[SIZE];
// int i = 0;
//
// puts("Enter a line of text:");
//
// while ((i < SIZE - 1 ) && (c = getchar())!='\n')
// {
// s[i++] = c;
// }
//
// s[i] = '\0';//必须留下最后一个位置存储文件结束符
// puts("\nThe line entered was:");
// puts(s);
// return 0;
... | [
"2268411762@qq.com"
] | 2268411762@qq.com |
24a08d3db21467fd934b0e6d73f1a06e2f871d94 | c1f89beed3118eed786415e2a6d378c28ecbf6bb | /src/pal/tests/palsuite/threading/ExitProcess/test2/test2.c | adc703622fb6d1f99bacb3603c366c1ca718c91f | [
"MIT"
] | permissive | mono/coreclr | 0d85c616ffc8db17f9a588e0448f6b8547324015 | 90f7060935732bb624e1f325d23f63072433725f | refs/heads/mono | 2023-08-23T10:17:23.811021 | 2019-03-05T18:50:49 | 2019-03-05T18:50:49 | 45,067,402 | 10 | 4 | NOASSERTION | 2019-03-05T18:50:51 | 2015-10-27T20:15:09 | C# | UTF-8 | C | false | false | 750 | c | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
/*=============================================================================
**
** Source: test2.c
**
** Purpose: Positive test for ExitProcess.
**
** Depend... | [
"dotnet-bot@microsoft.com"
] | dotnet-bot@microsoft.com |
e880b9bee5956a3abaa32dadd4cf576023e1ef5f | 413a62285fc7ab174a9dd63211181704a30b1109 | /testsuite/tests/rts/T11223/power_slow.c | a1ae8d1e613b3d228b133e406488b964c657058c | [
"GPL-1.0-or-later",
"GPL-3.0-only"
] | permissive | GaloisInc/halvm-ghc | 5a7e5a9bbfd260f712c963d8b779e6e899cc0c65 | 44e4e48f68d9507fdc394c4285f4e3bdb2fed348 | refs/heads/halvm | 2020-04-06T17:52:03.783879 | 2018-01-28T22:56:37 | 2018-01-28T22:56:37 | 9,224,664 | 9 | 5 | BSD-3-Clause | 2018-01-28T22:56:38 | 2013-04-04T18:19:58 | Haskell | UTF-8 | C | false | false | 198 | c | #include <stdio.h>
#ifdef WEAK
int power2(int x) __attribute__((weak));
#endif
int power2(int x)
{
fprintf(stderr, "slow power2()\n");
return x*x;
}
int power3(int x)
{
return power2(x)*x;
}
| [
"ben@smart-cactus.org"
] | ben@smart-cactus.org |
41aa697b5cef8c5cdc0104819c28cb23cf4686ec | 5f27551b2b3b7eeff9e274e481a2ca4d39d1f956 | /N numbers.c | 58bf92214778afc0d346d078417cd458c350bc1b | [] | no_license | Kaviya-Kavs/Lavanya | dfafda24a8f1f191d0ed91d0d6bdc985d9f7341e | d9993ceae36f7317da9c92147aba2462634bb5b3 | refs/heads/master | 2021-01-19T23:14:02.286909 | 2017-06-27T10:48:44 | 2017-06-27T10:48:44 | 88,940,197 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 115 | c | # Lavanya
int main()
{
int n,i,sum=0;
printf("%d"&n);
for(i=1;i<=n;i++){
sum=sum+i;
}
printf("%d,sum);
return 0;
}
| [
"noreply@github.com"
] | Kaviya-Kavs.noreply@github.com |
f196ab51717b6990b88c3175024de72d3b82dc9f | 9e96a366ac37a79af2b42d631620b85d708beea6 | /HelloWorldfromVStake2/Hello.c | 0d926360da8450bb50e6df515eec40ba58d49998 | [] | no_license | deekin/HelloWorldfromVStake2 | 2b570945ecba91d1b216b990258c7efda3881eda | c44b3637ca34ffd279fe67173ae1343dc10c25fd | refs/heads/master | 2021-07-06T19:40:51.748883 | 2017-09-25T19:52:02 | 2017-09-25T19:52:02 | 104,795,603 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63 | c | #include <stdio.h>
void main()
{
printf("HelloWorld!/r/n");
} | [
"deekin@DEEKIN-WIN10"
] | deekin@DEEKIN-WIN10 |
750f3249f33acd266fa920a06a608e95df25fb03 | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Source/ThirdParty/Oculus/LibOVR/LibOVR_0_6_0/Include/OVR_CAPI.h | 3a4f4b03cce1aafa708b3882dd2354ae315f429d | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C | false | false | 28 | h | #include "OVR_CAPI_0_6_0.h"
| [
"dkroell@acm.org"
] | dkroell@acm.org |
ad77636f9dcbbeba9fce394356fb7bcf60b1b64a | ce83017a34e56558cddd280950f2bb24651d0a93 | /Library/operation.c | 9954457e8c37560022bc37f3da8bbd79c0adc067 | [] | no_license | gdgly/DDC-ALL | 935c76514bb00459b9477930214ca3ec58abc0c0 | b8c21b184f3c8c7eda36a78cce67464df94cd836 | refs/heads/master | 2021-05-27T23:19:25.695372 | 2014-11-10T03:46:37 | 2014-11-10T03:46:37 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,382 | c | /*-------------------------------------------------------------
operation.c
各类操作程序
--------------------------------------------------------------*/
#include "main.h"
#include "port.h"
#include "operation.h"
#include "other.h"
#include "voice.h"
#include "battery.h"
#include "delay.h"
/*------ private variable ----... | [
"druculac@gmail.com"
] | druculac@gmail.com |
f5b94829e8318070ff67b694d1632c2650064d9f | 81915316c63f463d3c268da89e0471eb1c38ab5c | /threading/threaded_basics.c | dccbfd22a3162a16a14e9ba44c4ff0bcf472945e | [] | no_license | coiL10/2INC0-OS-assignments | 7ea92b88d45f84ce0b818d56de68ddf67ea34643 | 447c9014dd94c4ea6c08e98fb961f05d8068482b | refs/heads/master | 2021-03-22T04:35:41.841516 | 2017-10-17T11:22:00 | 2017-10-17T11:22:00 | 102,607,981 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,908 | c | /*
* Operating Systems (2INC0) Practical
* 2009/2017 (c) Joris Geurts
*
* This program contains some C constructs which might be useful for
* the Threaded Application assignment of 2INC0
*
*
* I M P O R T A N T M E S S A G E :
* ====================================
*
* For readability reasons,... | [
"loic.nguyen@epfl.ch"
] | loic.nguyen@epfl.ch |
5a215af95781a9b5c655d68e487edde89c2d0db4 | 287854baa2ca2643a6e4a22b6c14626e86bad5e5 | /log/_01_symbols__workarounds.c | 88f1ae787d77c3e24e64bea59fc397a10da29cdc | [
"BSD-2-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adwait/PS2SC | 1f4a8134c7397fbcc1ec5e6f55696d08fc9403e5 | a5cfc8e2429cfafbcff8f7c95795413d64476d67 | refs/heads/main | 2023-01-24T22:00:13.060509 | 2020-12-09T07:07:09 | 2020-12-09T07:07:09 | 319,844,427 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,653 | c | list of functions:
t0(param: ) call count 0
t1(param: ) call count 0
t2(param: ) call count 0
t3(param: ) call count 0
main(param: ) call count 0
list of thread functions:
t2 call count 1
t3 call count 1
t0 call count 1
t1 call count 1
parameters for main():
(no params)
Variabl... | [
"godbole15@gmail.com"
] | godbole15@gmail.com |
44fa63253c3657df5c2bf39b7d172f6d47926a0f | a556c07ecfa1031dae46fd3433762941ceca68b1 | /kungfu/class/dali/zhuwanli.c | f37344c1a11d45a3944fcf101230b9816eb2913d | [] | no_license | yqzcabao/pkuxkx-utf8 | 53c3c24f4e3a9125372bca72b6a4b10aa6293a7f | 0eaf237c9970795a51aa4cc04b5b762003300cbd | refs/heads/main | 2023-04-01T21:16:23.894845 | 2021-04-09T13:33:24 | 2021-04-09T13:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,736 | c | // whuan
// zhu wanli
#include <ansi.h>
#include <title.h>
inherit NPC;
inherit F_MASTER;
void create()
{
set_name("褚万里", ({ "zhu wanli", "zhu"}));
set("long","他是一位身穿黄衣的军官,约莫三十来岁年纪,脸上英气逼人。手持一根铁杆。\n");
set("title",HIR"大理王府"+HIC"武将"NOR);
set("gender", "男性");
set("age", 35);
set("inquiry", ([
"段正淳": "我家王爷生性风流... | [
"i@oiuv.cn"
] | i@oiuv.cn |
50cc11caa1f707195cacdb457c6858b93334e099 | 09cbe7e8c4df619a4b77ec01f332b20ce20827f2 | /Acronym1R/GeometricMean.h | badc7f9f383ac000660be505f5f5080d81edafaf | [] | no_license | csdms-contrib/stm | fa3dcde184ab268fcc3e0cd24abd062387431f1a | 28c1c54e19c06067ca50f59ab2c27a8149ec3894 | refs/heads/master | 2020-06-06T05:13:09.915881 | 2010-07-06T23:11:20 | 2010-07-06T23:11:20 | 31,040,498 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 186 | h | /*
* GeometricMean.h
* Acronym1R
*
* Created by Andrew Leman on 6/16/09.
* Copyright 2009 The University of Illinois-Civil Engineering Department.
* All rights reserved.
*/
| [
"huttone@c4ae7107-45b5-47ed-984a-6771847880d1"
] | huttone@c4ae7107-45b5-47ed-984a-6771847880d1 |
f6a567c5adf4d914a0107e6c2ab440e8e39186b6 | 43390255e6b869192cf2652f9d5e6ac3a4ad8fac | /kramvm.c | 672630c7aed5f70c047113498d3e03251af8261a | [] | no_license | kisom/kram | 58515a89a704b947e4b70985dc87a9bce46c7a6b | c0aae91ff7095094f0d2c0184db5ae6560e5ef85 | refs/heads/master | 2020-05-30T15:55:16.627630 | 2014-07-09T13:14:55 | 2014-07-09T13:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,235 | c | /*
* Copyright (c) 2014 Kyle Isom <kyle@tyrfingr.is>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE ... | [
"kyle@tyrfingr.is"
] | kyle@tyrfingr.is |
08592d883d07da9f89630fb8e754caa543f19aff | 485aaf05827c9d0322eea3daa066192767600f78 | /src/include/gsm/gsm_memories.h | 66a002304c33366d9b7196aad9f8deb810deca36 | [] | no_license | mahui3653/GSM_AT_Lib | ed9437952d913952ec22a3d68f6373bae2ee150d | a9efa54ec609ab2e50d01b11d6e0686139ad8397 | refs/heads/master | 2020-03-29T05:23:22.143487 | 2018-09-16T18:19:05 | 2018-09-16T18:19:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,632 | h | /**
* \file gsm_memories.h
* \brief Supported GSM device memories
*/
/*
* Copyright (c) 2018 Tilen Majerle
*
* 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 wi... | [
"tilen.majerle@gmail.com"
] | tilen.majerle@gmail.com |
bef5b90b870ef84422ee51ac27e7d19230a4f1a6 | 32a0695cd95e7326209ec9e8a5c645cf47975a86 | /Slave_micros2.X/ADC.c | 829f7044e954193d7658acdafaee632199752765 | [] | no_license | mor19034/Labs_Digital_2 | 434463b88ab6ab562424be21df1452e2a9261bf6 | af7d94cdabe8a9ff82fecf6ed887c221f8567023 | refs/heads/main | 2023-07-16T13:26:05.764656 | 2021-08-24T01:17:56 | 2021-08-24T01:17:56 | 385,384,898 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,393 | c | /*
* File: ADC.c
* Author: pablo
*
* Created on 1 de agosto de 2021, 23:18
*/
#include <xc.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#define _XTAL_FREQ 8000000
#include "ADC.h"
// Conversion de ADC
void convert(char *data,float a, int place) //definition
{
int temp=a;
float x=0.... | [
"68123745+mor19034@users.noreply.github.com"
] | 68123745+mor19034@users.noreply.github.com |
08615781a9e1754ee1142a3dfb31431e6411f79b | 13996b929d31aa59a888925076b93162cc51e240 | /src/kernel/pm.c | 4ef9b0d24250c69c99f9c1f3818976626d641182 | [] | no_license | 422399092/test_kernel | 0507e903279c38820ea0fe90f92022c189ea22d0 | 38035e18f98ecb29d43779606e90cc86048e5eb3 | refs/heads/master | 2021-09-14T18:30:06.105935 | 2018-05-17T07:39:19 | 2018-05-17T07:39:19 | 112,163,962 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23 | c | #include <kernel/pm.h>
| [
"liyuanxing@yy.com"
] | liyuanxing@yy.com |
e9961b74df1d83a48fdb0f604add55a04cafa944 | 3da56cca72f74e04a113c6d7e711236df891d4dc | /x11/xf86-video-ati/patches/patch-src_radeon__drm__queue.c | c75ac94d15e9d603ba9a7de9d3a918dad8ca31f6 | [] | no_license | dgsb/pkgsrc | 3fb5bf21552cfec86e889e9e3ee4a6ad4624ba9a | 60280e8c2f8f143a56e390df738eac5d6c6aa70d | refs/heads/trunk | 2021-01-18T05:29:33.165318 | 2015-12-28T12:34:21 | 2015-12-28T12:34:21 | 47,761,860 | 0 | 0 | null | 2015-12-10T13:00:10 | 2015-12-10T13:00:10 | null | UTF-8 | C | false | false | 1,482 | c | $NetBSD: patch-src_radeon__drm__queue.c,v 1.1 2015/12/11 13:08:22 tnn Exp $
Fix use of uninitialized pointers. Fixes Xorg SEGV when compiled with clang.
--- src/radeon_drm_queue.c.orig 2015-11-12 02:57:33.000000000 +0000
+++ src/radeon_drm_queue.c
@@ -59,7 +59,7 @@ radeon_drm_queue_handler(int fd, unsigne
unsign... | [
"tnn"
] | tnn |
81a7219558b7a543af6f3a828bc342fadf1ff3d1 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/mips/lasat/prom.c | 20fde19a5fbf83480d428fb803acacdb8fe45b07 | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 2,820 | c | /*
* PROM interface routines.
*/
#include <linux/types.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/ioport.h>
#include <asm/bootinfo.h>
#include <asm/lasat/lasat.h>
#include <asm/cpu.h>
#includ... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
bc565de76a04d480ca955047f2f1ee0c1c7c2159 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/9183e6c1-2ca6-47aa-974d-09cb6e08524a.c | 558c19b2562fe758a36c57888cbe91fa0c0a9033 | [] | 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 | 598 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i-j;
l = l-j;
k = j-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[74];
int c[41];
a = 0;
while ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
415c30545c2c14acc13a057808cc141694cd0ee3 | 39419b15532dcc31eaf9b61ab81a2837185b7755 | /ASSG2_B170020CS_MOHAMED/ASSG2_B170020CS_MOHAMED_3.c | 4fd594080e361d11319db909ab60f86edcc01db9 | [] | no_license | ssj1basil/DS_Lab_Assignment | dcfa152887538d0a3cbbc1a7b086f8cc0cc5d73c | 8afa7af0894229630586b97ef62879222487dc78 | refs/heads/master | 2020-06-22T06:32:08.616110 | 2019-07-18T21:35:54 | 2019-07-18T21:35:54 | 197,659,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,338 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
struct hash *hashtable = NULL;
int count =13;
struct node {
int n1,n2;
struct node *next;
};
struct node * create(int n1, int n2) {
struct node *newnode;
newnode = (struct node *)malloc(sizeof(struct node));
... | [
"basilb170020cs@nitc.ac.in"
] | basilb170020cs@nitc.ac.in |
77888f4f2dde0edb2c6320a01cc713419878a8c2 | 82cd1c0c0af231d8dac0cfa1a7689a4d34f9a64e | /SignalExtraction/bbtt_upg_tt.C | 1198cd1d9facea8652b642a7e64399a330ce5110 | [] | no_license | kfiekas/delphes-dihiggs | 80515053b1f699c7343f46a74624127578b262de | 3356ce966f3adc3930843cc992398fc3fc7f5cff | refs/heads/master | 2020-12-28T10:31:49.246263 | 2014-09-15T01:06:26 | 2014-09-15T01:06:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,445 | c | #if !defined(__CINT__) || defined(__MAKECINT__)
#include <iostream>
#include <fstream>
#include <algorithm>
#include <string>
#include <sstream>
#include <TH1F.h>
#include <TFile.h>
#include <TROOT.h>
#include <TString.h>
#include <TSystem.h>
#include <Rtypes.h>
#include <TMath.h>
#include <TAxis.h>
#include <TCanvas.... | [
"jlawhorn@mit.edu"
] | jlawhorn@mit.edu |
16ccf772f0e4e121573e0a1f976914bd1db2fd8f | d4eaa82135d4fe56887533c9d8ba96db5d5510a3 | /darknect/tool/image.c | 95db39227c138916d6eeaab15a293330c396298d | [] | no_license | goldenminerlmg/MVision | 1e6eff32d5e3028b239bc4e301b465cd11b035f3 | 2aeb938b7db60696177b1d04c4ab84577cdf74cf | refs/heads/master | 2020-03-17T05:13:28.667605 | 2018-05-14T03:46:00 | 2018-05-14T03:46:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 43,484 | c | // 添加中文显示
#include "image.h"
#include "utils.h"
#include "blas.h"
#include "cuda.h"
#include <stdio.h>
#include <math.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"
// 添加
#ifdef OPENCV
#define CHINESE//中文字体
#endif
int windows = 0;
floa... | [
"noreply@github.com"
] | goldenminerlmg.noreply@github.com |
96d4ce5ff729fececc1958d99559272d0c4e03ec | b1e078b2f190cc9f851d749673f4d93314f41a0a | /linux-headers/include/arch/sim.h | dc6b081ffa321205e95a154cedebf4fe3f5dff9c | [] | no_license | jjones-cavium/toolchain | 56b447fdad819393f8588115297adcdc9fe70231 | d3c95563fa2a7e9cff426d1e3ed605725eeaddd3 | HEAD | 2016-09-10T19:48:20.473714 | 2015-07-27T16:58:23 | 2015-07-27T16:58:23 | 34,924,323 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,275 | h | /*
* Copyright 2010 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will ... | [
"jjones@caviumnetworks.com"
] | jjones@caviumnetworks.com |
12c5c7468e7d5049db72f07cda9cde20527b6073 | b548647e013a579c61d8f15579303a18bdd0bc2e | /dma.c | 4c6fd9607870c901a6112f31dc344b491c8e726a | [] | no_license | Juicegood666/Code | 587b506273d4fc422b1080efa76963201d876eaa | 29e53aab6932a60ec67891870b2924b45643e97b | refs/heads/master | 2022-12-03T18:31:37.961949 | 2020-08-17T03:01:03 | 2020-08-17T03:01:03 | 279,054,636 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,401 | c | #include "dma.h"
void DMA_CH4_Init(u32 cpar,u32 cmar)
{
RCC->AHBENR|=1<<0;
DMA1_Channel4->CPAR=cpar;//外设地址
DMA1_Channel4->CMAR=cmar;//储存器地址
DMA1_Channel4->CCR&=~(1<<14);//储存器到存储期模式
DMA1_Channel4->CCR|=3<<12;//通道优先级
DMA1_Channel4->CCR&=~(3<<10);//存储器数据宽度
DMA1_Channel4->CCR&=~(3<<8);//外设数据宽度
DMA1_Cha... | [
"noreply@github.com"
] | Juicegood666.noreply@github.com |
0995782e8a2bc864626f3e41dce4df2be4793947 | 8bc5ed0bfc9da10538c9fe9528a6eae66745c64b | /process_echo_server/client.c | 956107d75bddfc2a8274d27ed6395242d2fb4142 | [] | no_license | Mimahoo/echo_servers | 237dfa482ddc934ddfc2dc275d425d991a7fb59f | 10027b7c4015c0c410ac01ef366cc819d58a4811 | refs/heads/master | 2020-05-24T05:24:42.559105 | 2017-03-21T12:40:13 | 2017-03-21T12:40:13 | 84,825,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,395 | c | #include<sys/types.h>
#include<sys/socket.h>
#include<stdio.h>
#include<netinet/in.h>
#include<arpa/inet.h>
#include<unistd.h>
#include<string.h>
#include<stdlib.h>
#include<fcntl.h>
#include<sys/shm.h>
#include<poll.h>
#define MYPORT 9877
#define BUFFER_SIZE 1024
int main()
{
//定义socket
int sock_cli = socket(AF_I... | [
"noreply@github.com"
] | Mimahoo.noreply@github.com |
f263f9e6b0bb8322b19e72b89dac4f7ff44d4016 | 44b10c15d61fd8c7fa5a5ad773ca9aebffab2009 | /external/FreeImage/Source/LibWebP/src/dsp/dsp.enc_mips32.c | 9cb2f26db5c33628cf5887d08d3c70e7755733cc | [
"MIT",
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only",
"FreeImage"
] | permissive | falichs/Depixelizing-Pixel-Art-on-GPUs | 804fb324368d2a87a741541d4908ab2a8b7412d0 | ac7f42f978d7a0ba1a11a4668af4a187f64714fd | refs/heads/master | 2023-07-06T11:32:17.643344 | 2023-07-04T13:03:24 | 2023-07-04T13:03:24 | 42,049,921 | 72 | 16 | MIT | 2021-01-29T22:41:28 | 2015-09-07T11:45:24 | GLSL | UTF-8 | C | false | false | 34,515 | c | // Copyright 2014 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | [
"falichs@gmail.com"
] | falichs@gmail.com |
492fe6c83f1904d3ab51087d30b3f2050c4d6034 | 54259f8d5cb7506007cd76d7776a44ed6a418485 | /amoddule/Src/stm32f1xx_hal_msp.c | 7b1ca18518d32da2c26f4aa1fb3920ece58c8da3 | [] | no_license | sizhichang/ssss | f9e91aa1940a205858add6c796a87ac65d78ae73 | be9505be119f1d9149ad5b5570e1b1c0ad2b35a2 | refs/heads/master | 2020-04-25T14:12:23.138444 | 2019-02-26T08:58:54 | 2019-02-26T08:58:54 | 172,833,463 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,738 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* File Name : stm32f1xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
****************************... | [
"45431361@qq.com"
] | 45431361@qq.com |
79e9aa3bce80589d7b31d210da9cd31e0d945843 | a5d2d345d66f1fb30131064d377615dcf7020093 | /benchmarks/source/superh/ALPBench/Face_Rec/src/csuSubspaceFisher.c | 7be3128fd4ffc8e7e61c3c2f178a7447e4864460 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | physical-computation/sunflower-embedded-system-emulator | 22f0d61acccd01cee1c5e77ac97baaaed48c7eb1 | b7060c1e1e6582a672d469e4b498248e04bacbc4 | refs/heads/master | 2023-05-28T03:42:52.108060 | 2023-01-24T15:54:35 | 2023-01-24T15:54:35 | 51,266,165 | 14 | 43 | BSD-3-Clause | 2022-01-12T13:27:21 | 2016-02-07T21:02:10 | C | UTF-8 | C | false | false | 12,380 | c | /*
*
* This file is part of the ALPBench Benchmark Suite Version 1.0
*
* Copyright (c) 2005 The Board of Trustees of the University of Illinois
*
* All rights reserved.
*
* ALPBench is a derivative of several codes, and restricted by licenses
* for those codes, as indicated in the source files and the ALPB... | [
"phillip.stanleymarbell@gmail.com"
] | phillip.stanleymarbell@gmail.com |
6e67b1648708a4f21b13d33cbd97392f97fea49e | 51930f37d8354d62ef8bf57977d7a977b55def4b | /x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/include/linux/synosata.h | 2ca6cba014861dda2fcb2b09ba6cbed820f60e9f | [] | no_license | linuxandroid/syno5builder | 76f1afd3b0d7f428e98399b4148a1aaa60ca5b5e | 506b8b5d374bb3bf68dd3d01cf6c803df09954c0 | refs/heads/master | 2021-01-01T05:53:34.578283 | 2014-11-29T05:06:28 | 2014-11-29T05:06:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,262 | h | // Copyright (c) 2003-2008 Synology Inc. All rights reserved.
#ifndef __SYNO_SATA_H_
#define __SYNO_SATA_H_
#include <linux/kernel.h>
#include <linux/synobios.h>
/*
* We use g_internal_hd_num this variable pass from uboot for determine whether wake up in sequence.
* because if we need power in sequence at booting,
*... | [
"steven@geniatech.com"
] | steven@geniatech.com |
6648e9d3507a574a39b378150ce22d8071d86b65 | a4247d83597e383df2951274805d94a3d6389362 | /generator/corec/default_config.h | ec4c08ef6c368fe3d822e44b0608e8f223bd0d9e | [] | no_license | robUx4/ResInfo | 0616d8847308422b07f949c787e82e584a50c5a0 | 62a34d1021c1f28fedf9dcdd0f068af6ca5180ae | refs/heads/master | 2020-04-27T04:33:33.420474 | 2013-09-02T10:14:43 | 2013-09-02T10:14:43 | 4,455,468 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 170 | h | #define COREMAKE_STATIC
//#define COREMAKE_UNICODE
#define COREMAKE_CONFIG_HELPER
//#define CONFIG_MULTITHREAD
#define CONFIG_DEBUGCHECKS
//#define CONFIG_SAFE_C
| [
"slhomme@matroska.org"
] | slhomme@matroska.org |
d51ffdaa81aa184de3571028f9b02eb52dbd4682 | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/22735.c | ffec743f581354297c090f17a840e68b3b7aa584 | [] | 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,063 | c | cocci_test_suite() {
struct pnp_dev *cocci_id/* sound/isa/wavefront/wavefront.c 92 */;
const struct pnp_card_device_id *cocci_id/* sound/isa/wavefront/wavefront.c 90 */;
struct pnp_card_link *cocci_id/* sound/isa/wavefront/wavefront.c 89 */;
const struct pnp_card_device_id cocci_id/* sound/isa/wavefront/wavefront.c... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
4388cc204f43f09544d0344a02038732cffda102 | cb39603170770ab27611774e310ad8198c3dcd58 | /Haojian's HPC projct 2/code/MPI.Mandelbrot/performancereview/domain_composition/mandel.c | e1fe8ab134be7de63a466a1f89f2dec518272958 | [] | no_license | haojian/class-project-for-high-performance-computing | 62b92b08fa6b5b71084aab991c4673585ea573da | 0f22fc834f9a18f708f9b007db9632cf02eef2bb | refs/heads/master | 2021-01-22T05:43:00.128314 | 2012-01-07T20:32:16 | 2012-01-07T20:32:16 | 3,126,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,506 | c | /* Compute/draw mandelbrot set using MPI/MPE commands
* Written Winter, 1998, W. David Laverell.
* Simplified Winter 2002, Joel Adams.
*/
//#define USE_MPE 1
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <sys/time.h>
#include "mpi.h"
#ifdef USE_MPE
#include "mp... | [
"haojian.jin@hotmail.com"
] | haojian.jin@hotmail.com |
a8a16fa63e65d2119502d0209d7a3865407217d2 | eeadb602ebf8a8664874f7fd1ffe1179b72f6a27 | /binarytree/binarytree.c | 5b03b8a81b071c2710f35eb1396171da9d0993fa | [] | no_license | timcardenuto/datastructures | a5537c4abb14b116de02a164d0422a7765359fa6 | 144f95d0b8f5fc291fd07f780e1496a80492f099 | refs/heads/master | 2021-01-06T20:39:26.348237 | 2017-08-07T04:43:27 | 2017-08-07T04:43:27 | 99,536,916 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,391 | c | #include <stdio.h>
#include <stdlib.h>
#include "utils.h"
#include "binarytree.h"
/**********************************************************
* Functions for the bintree
***********************************************************/
btnode* create_btnode(int key) {
btnode* n = myMalloc(sizeof(btnode));
n->key = ... | [
"timcardenuto@gmail.com"
] | timcardenuto@gmail.com |
ef696b828d39b6bd7fc844f0d889b618d911e112 | 9718b0561600ac183874c86c24ec29f6fc09f8d2 | /Example/Pods/Headers/Private/FLEX/UIGestureRecognizer+Blocks.h | 0be0b4363b111138c3e0905d9271a2e0a4ceebad | [] | no_license | CoderCurry/FLEX | 34f3fa525c924ad4d1a163aca3bc36f8d350c515 | 897436b5a7697a9c03e52a00c4730a5362a37865 | refs/heads/main | 2023-05-11T13:58:11.878420 | 2021-05-28T02:52:07 | 2021-05-28T02:52:07 | 371,561,719 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | ../../../../../Classes/Utility/Categories/UIGestureRecognizer+Blocks.h | [
"zhangjianjun@innotechx.com"
] | zhangjianjun@innotechx.com |
1677c2c7df8b13e7d7a488592d1d0aeed2babc31 | 64dd41c2ff20973ce4158078d267e15af4b6da3c | /template/UTILS/math/mymath.h | 5e2bb5bdde8d800a46f21a8b15bb98d719798999 | [] | no_license | bidder-github/STM32 | 26318926963feea0580f4767ccec3090c694c7f6 | 2bb004f529ac7ef775ecf3894862aa48d52e525a | refs/heads/master | 2021-12-13T18:28:40.966442 | 2014-07-07T07:57:03 | 2014-07-07T07:57:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | #ifndef __math_h
#define __math_h
#include <stm32f10x.h>
#ifdef __cplusplus
extern "C" {
#endif
double char2double(u8 *str);
void double2char(double d,char *str);
#ifdef __cplusplus
}
#endif
#endif
| [
"wangence@gmail.com"
] | wangence@gmail.com |
4aeaae814fa7bed417079b3536df25446294154d | 4597b7b54430c3b7faeb307aa4bbfd3bb7ee254d | /compat/pmk_sys_types.h | c443b733f8cdca4b2633ecc2074147d2767b71e6 | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | xsa/pmk | 9f6e75e593781f612261cac06c3ab36c377b059f | a9dd7fbf8b0a9e8923912eeffafc15d891795072 | refs/heads/master | 2023-04-05T10:51:31.895909 | 2011-11-27T12:16:56 | 2011-11-27T12:16:56 | 353,600,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,004 | h | /* $Id$ */
/*
* Copyright (c) 2003-2005 Damien Couderc
* 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
* no... | [
"mipsator@localhost"
] | mipsator@localhost |
b26de4220789a64712af14a5832dec8f73b54b94 | 88f6ad916b3df1f5917c91eff01965edcc56848d | /quality_est/JPEG/jpeg_write.c | 6021ba191bafbe55f2456786ba0ebd685bb9f7ce | [
"IJG"
] | permissive | lpj0/CBSR | 2e180a039683839639863b5c03e2599005e20fe3 | bc13d6d3bd2e87d840311598f9728faeff15b4c0 | refs/heads/master | 2022-11-13T04:13:49.219281 | 2020-07-15T02:43:39 | 2020-07-15T02:43:39 | 265,131,815 | 20 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,714 | c | /*
* jpeg_write.c
*
* JPEG_WRITE(JPEGOBJ,FILENAME)
*
* Reads JPEGOBJ, a Matlab struct containing the JPEG header,
* quantization tables and the DCT coefficients (as returned by JPEG_READ),
* and writes the information into a JPEG file with the name FILENAME.
*
* This software is based in part on the work of t... | [
"noreply@github.com"
] | lpj0.noreply@github.com |
e46c2edf64557458f10cb6a6db218567c7b8625e | 8eff702f41d31b3aaa2db5d0f0a2e35a854935ad | /lcc/src/string.c | 3f041f84296b05b9d1252232b6f62d11267bd650 | [] | no_license | xuangu/lcc | 262a22685d41598a16426fa99d4965f02742ae12 | 601f1ed92202fa91c23103fc85c9ef2aaa950dee | refs/heads/master | 2022-11-23T18:59:17.935469 | 2020-07-30T08:07:36 | 2020-07-30T08:07:36 | 279,746,354 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,224 | c | //
// string_1.c
// lcc
//
// Created by Gu,Xuan on 2020/7/27.
// Copyright © 2020 Gu,Xuan. All rights reserved.
//
#include "c.h"
/**
* 一个随机数数组.(有256个随机整数)
*/
static int scatter[] = { /* map characters to random values */
2078917053, 143302914, 1027100827, 1953210302, 755253631,
2002600785, 14053902... | [
"guxuan324@gmail.com"
] | guxuan324@gmail.com |
c5984f93a53d002aec3590dcd0d45fa5a51b0cee | 9648cbdc0c7fa5ad19a12f56132eb5b980e42a5f | /EasyCode.Go/Include/Radasm/RATools.h | ace1efd19c978e82a4b23e62d29f84d71387047b | [] | no_license | garbo999/x86-Assembler | b09881a2791cf9e9bc8fa3bbc1db080b60a50d55 | 3a1da12244f05721c39bf24a95611aca0d410f4b | refs/heads/master | 2021-07-17T01:55:58.834963 | 2017-10-23T12:16:44 | 2017-10-23T12:16:44 | 107,973,975 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,730 | h | #IFNDEF RATOOLS_H
#DEFINE RATOOLS_H
;Tool messages
TLM_INIT equ WM_USER+1 ;wParam=hClient, lParam=hWnd
TLM_CREATE equ WM_USER+2 ;wParam=0, lParam=lpDOCKING Returns handle to tool window (hTool)
TLM_DOCKING equ WM_USER+3 ;wParam=0, lParam=hTool
TLM_HIDE equ WM_USER+4 ;wParam=0, lP... | [
"garyhess999@hotmail.com"
] | garyhess999@hotmail.com |
6339a38638a2ed629bf1998a295e1518d829d4e3 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /kungfu/skill/dali-chu/hong.c | 4d3e6141a1185531f2918dcbf48465efafaa51ba | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 2,740 | c | #include <ansi.h>
#include <combat.h>
#define HONG "「" HIY "轰雷万钧" NOR "」"
inherit F_SSERVER;
int perform(object me, object target)
{
object weapon;
string msg, wp;
int ap, dp, damage;
if( userp(me) && !query("can_perform/dali-chu/hong", me) )
return notify_fail("你所使用的... | [
"i@oiuv.cn"
] | i@oiuv.cn |
a8b1673a25cb01d0c621259f9416d35a02ebe32d | 9c7768edc094753833bba5bf7b3630b38ee852a3 | /projects/dk_apps/demos/ble_external_host/main.c | e98dcb2775a2bb8b6ad61a7e8fae2dac25fde9a0 | [] | no_license | lilincun/U6 | 59bf5e9c071e998ddee7afc0740e506635df8390 | 87a5881b8b6600aa61a491ce1c11df5da38f9624 | refs/heads/master | 2021-07-17T18:05:51.059765 | 2017-10-23T09:09:07 | 2017-10-23T09:09:07 | 107,958,498 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,661 | c | /**
****************************************************************************************
*
* @file main.c
*
* @brief BLE External Host
*
* Copyright (C) 2015. Dialog Semiconductor, unpublished work. This computer
* program includes Confidential, Proprietary Information and is a Trade Secret of
* Dialog Sem... | [
"lilincun@163.com"
] | lilincun@163.com |
ef2d4aaeb488e5018637ad2d64f284a95dd3c1d5 | 1a34ee8fb9d7deb80afe2b203b934c07db30f032 | /Advance Assignment 3/Q2.c | 5fa520b3be7523c64b5ea928a7d8de074b335c6f | [] | no_license | 174070MuhammadZain/AdvanceAssignment03 | 14e4c6053b6edfd81ddf41476e6039781053144d | 75c8854567f83603d3230b03be0cc4fa634486ba | refs/heads/master | 2022-11-03T08:51:48.720966 | 2020-06-18T17:18:28 | 2020-06-18T17:18:28 | 257,062,695 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,285 | c | #include <stdio.h>
#include <semaphore.h>
#include <sys/shm.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <sys/wait.h>
int main()
{
int id_sem = shmget(990, 1024, 0666 | IPC_CREAT);
int id_cs = shmget(991, 1024, 0666 | IPC_CREAT);
int id_sem2 = shmget(99... | [
"noreply@github.com"
] | 174070MuhammadZain.noreply@github.com |
b084aeb0f436920f761c8940174c3659958404cf | 56c70d9acc26075ca78c40a45e73710ffe0dd215 | /Three/CHK.h | a2df87c558dfda63bfc381608e1e112db8242b52 | [] | no_license | huynguyen2412/CS570-Operating-System | 4c7ab6d83773cd0417ba8aa3219ab80c96ae5b67 | b289b681b15d4b5c157f5c2dc8a1c3cbbc874188 | refs/heads/master | 2021-09-26T23:04:33.964528 | 2018-11-04T03:59:36 | 2018-11-04T03:59:36 | 103,217,954 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,681 | h | /* CHK.h
* (CHK is modeled after assert.)
* Usage CHK( system call );
* If the system call is one of the majority that return -1 on error,
* this macro will cause the program to terminate on such an error
* with a helpful diagnostic.
* The "do ... while" is at the suggestion of David Butenhof (see p33,34
*... | [
"huynguyen2412@gmail.com"
] | huynguyen2412@gmail.com |
7e5b4985c66598951e47e709668e41185bbc7367 | 34ae777a39623ab1cbe0b4e8e967bf402f7ff1fa | /stream/lfsr16.c | 4d3808d164b0ba744f638198536db27136c48826 | [
"Apache-2.0"
] | permissive | sqf-ice/OpenCrypto | 4899ff2860fca062ae5ee811b6971867606c6a0e | 80cb8d69fd82112c79b8bfd59a22faf9481cfbc9 | refs/heads/master | 2022-11-07T02:04:48.848849 | 2020-07-01T17:00:57 | 2020-07-01T17:00:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 935 | c | /*
Copyright 2020 Andrew Li, Gavin Li
li.andrew.mail@gmail.com
gavinux@gmail.com
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... | [
"li.andrew.mail@gmail.com"
] | li.andrew.mail@gmail.com |
bfc386fed4f71fbaa3e80d5ffee9a320e7033326 | 05a4e87fbf8e6b6e9dbf7678f3e7e42b2189e4ea | /build/Pods.build/Debug-iphonesimulator/Macaw.build/DerivedSources/Macaw_vers.c | 1fb7769520c0c7957880394ceb651d7640d04ea8 | [] | no_license | bhupendra09hub/RadialTabBAr | 03574feba622a5b620750cc30362a4d562fe98dc | 5e7af7bc0e8194725ea1defd8aa80c583f386552 | refs/heads/master | 2022-11-28T22:33:57.869864 | 2020-08-05T06:15:32 | 2020-08-05T06:15:32 | 285,183,953 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 271 | c | extern const unsigned char MacawVersionString[];
extern const double MacawVersionNumber;
const unsigned char MacawVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Macaw PROJECT:Pods-1" "\n";
const double MacawVersionNumber __attribute__ ((used)) = (double)1.;
| [
"virkarb09@gmail.com"
] | virkarb09@gmail.com |
ece107ff494ef4e10401a1e09209cdb0f90ceedd | ab82f314019d31736e7a846be11dc164e9455dbe | /Arr.c | 785f120bab0963579001917f1b61ceaeb6945cfa | [] | no_license | jtrupti07/C-codes | 5c75a8457316fef7079b9a27748c1ec10131c1fc | 1c48de469d03ab0b581eb37f1af125c1ca1a7637 | refs/heads/main | 2023-06-21T03:42:20.704267 | 2021-07-21T12:12:38 | 2021-07-21T12:12:38 | 388,104,665 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 318 | c | #include<stdio.h>
int main()
{
int arr[5]={10,20,30,40,50};
printf("\n%d",arr[0]); //10
printf("\n%d",sizeof(arr));//20
printf("\n%lu",arr);//100
printf("\n%lu",&arr); //100
printf("\n%1u",&(arr[0]));//100
printf("\n%d",sizeof(arr[1]));//4
return 0;
} | [
"noreply@github.com"
] | jtrupti07.noreply@github.com |
a4ee49436cad7fe898d9134be0748f0f7c0178a3 | c2cedcf36667730f558ab354bea4505b616c90d2 | /kernel/simul/string.c | dc8a89ce793a7d2d2142e7baf24bcb7fd95e183f | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,986 | c | /*
* kernel/simul/string.c
*
* simul_efuns concerning string handling
* Rumplemintz
*/
#include <prop/player.h>
#include <describe.h>
#include <libs.h>
#include <prop/item.h>
#include <ctype.h>
#include <regexps.h>
#include <termcol.h>
#include "/kernel/simul/lpc.h"
#include "/kernel/simul/list.h"
/*
* Functio... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
da80df5de52415f4f021292b6e716f26a1fe412b | 35b352c3b79955e11a848509b76f479574c5d6f0 | /software/gpio_test/src/qspips_header.h | b3707847046fd4b7e8a3bb7f15e442b62602a62a | [
"MIT"
] | permissive | ucsb-seclab/trust.io | f27d3ef59fd88e0703043397df3e7156c2493c2c | fd452d1c883478bb1b20975c003767ea320fb56d | refs/heads/master | 2022-04-14T22:50:52.755763 | 2020-04-14T20:31:09 | 2020-04-14T20:31:09 | 255,434,549 | 4 | 1 | null | 2020-04-13T20:48:27 | 2020-04-13T20:27:45 | VHDL | UTF-8 | C | false | false | 1,905 | h | #define TESTAPP_GEN
/******************************************************************************
*
* Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), t... | [
"chad@allthenticate.net"
] | chad@allthenticate.net |
9f22f2db12fe22a0234bdcc00598b0087abdd79b | cffdb8a62edaa92a73cf551b157984a99e66e0f6 | /tools/Debugging Tools for Windows/winext/manifest/advapi32.h | 9b4da0328ed52552bf9f45f8a0c83e540691e507 | [
"MIT"
] | permissive | github/VisualStudio | e2779c90fb7592a21af006a05819d9d14842bd03 | 6d428ef3bb1848ae0ece98fd57c9c8fa564aed7f | refs/heads/master | 2023-08-19T16:50:23.354545 | 2022-02-17T17:08:47 | 2022-02-17T17:08:47 | 38,325,182 | 2,860 | 1,680 | MIT | 2023-06-18T15:49:05 | 2015-06-30T18:11:40 | C# | UTF-8 | C | false | false | 24,829 | h | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// AdvApi32 Functions
//
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
category AdvApi32:
module ADVAPI32.DLL:
typedef PVOID PSID;
typedef ULONG SECURITY_INFORMATION;
typed... | [
"shana@spoiledcat.net"
] | shana@spoiledcat.net |
4bb06dabb5a9f8299f37535cd42e0ca1518116ad | e99df881208538697669bca7c5d21fcb5eedb27d | /drivers/usb/host/usb_host_hci.c | d6f0c722d561743e7b446ca2f04120e2fa23f382 | [] | no_license | shlsyc/RTT_RT1052 | 8b2aaf0406746f4070ccf10889fa29855701afb7 | c10828f0ad2218f1d499b3b5c49fd7d32e745d94 | refs/heads/master | 2020-03-10T05:47:55.542419 | 2018-06-07T08:30:34 | 2018-06-07T08:30:34 | 129,224,973 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 38,227 | c | /*
* Copyright (c) 2015 - 2016, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notic... | [
"357121131@163.com"
] | 357121131@163.com |
da8c03055d6056da20d6f33888ddd966c8b3a03f | 01916879b65149eefb5b07fa0acfb9e4d6a9abf4 | /MasteringEmbeddedLinuxProgrammingSecondEdition_Code/Chapter06/helloworld/helloworld.c | e916e04e936b47cd9a53c87b3867ca744835a3fe | [] | no_license | Winnguyen1511/MasteringEmbeddedLinux | 102812b3b9c42c3cd1658c7652d3c76d21e480aa | 5d8674dffe9850acf965e2925887d9773783b91d | refs/heads/master | 2020-11-29T11:16:51.364475 | 2019-12-25T12:41:30 | 2019-12-25T12:41:30 | 230,101,080 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 116 | c | #include <stdio.h>
#include <stdlib.h>
int main (int argc, char *argv[])
{
printf("Hello world!\n");
return 0;
}
| [
"noreply@github.com"
] | Winnguyen1511.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.