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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
15b52d1efcc4e2bd048462aaeed129db168e18db | c3e386bb4867b7bbd28eaef0af6c100d7c3a8c58 | /a2-synchrotron-contiki/dev/cc2420/cc2420.c | 371ec631e65786dbe061c079720b04e9f566efce | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | iot-chalmers/a2-synchrotron | 2b1977227c937863f0027ad0b4a31c2be538d8f0 | 1224860ff62db2e91af5ed0c6ab2da7ee66295d8 | refs/heads/cooja-main | 2021-01-01T16:58:31.204870 | 2017-11-08T10:51:30 | 2017-11-08T10:51:30 | 97,966,364 | 10 | 7 | BSD-3-Clause | 2019-06-18T12:24:01 | 2017-07-21T16:15:20 | C | UTF-8 | C | false | false | 37,755 | c | /*
* Copyright (c) 2007, Swedish Institute of Computer Science
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* no... | [
"beshr@chalmers.se"
] | beshr@chalmers.se |
f28602c97e178e2d05294ddb3569db10550b840a | 60f97d014f32251d4d8ab593c637df43c289dadf | /class_repo/performance/optimized-link-list.c/optimized-link-list.c/linked-list.c | c0ded8de4492c1063c346132cc8a08db1871f1c2 | [] | no_license | kyoder17/Cprogramming | fd14b329f3d4f0f86b2c050838a4896ec42232be | 6327b1b53b12f5851383a72f7977d8b5c4f7a8d9 | refs/heads/master | 2020-03-22T20:13:03.234803 | 2018-09-04T15:00:36 | 2018-09-04T15:00:36 | 140,303,472 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,245 | c | /*
Kyle Yoder
Linked list
1 Aug 2018
*/
#define _CRT_SECURE_NO_WARNINGS 1
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "linked-list.h"
#include <time.h>
clock_t start, end;
double cpu_time_used;
int main()
{
int selection = 0;
int selectStud = 0;
//create the structure of students and thi... | [
"kyle.yoder17@gmail.com"
] | kyle.yoder17@gmail.com |
bdf2f69e90c0e6a102ead904ce9a69be2214afed | 544aa0a7f119ef1c8860c39f188b41f1bbd9d1c8 | /IoT-RDA5836_3.3/platform/system/mdi/alg/sbc_dec_voc/src/vpp_sbc_dec.c | 1674efa297db62d717aeffec58e9e4691792ab89 | [] | no_license | Edragon/RDA-RDA5856 | e337b5ea357068e37dfd6c6525ae58527b26d743 | b8e7fb8e8915faf6163e28178861a6a94aa63c6e | refs/heads/master | 2021-09-07T23:08:38.284445 | 2018-03-02T17:43:32 | 2018-03-02T17:43:32 | 123,610,783 | 2 | 6 | null | null | null | null | UTF-8 | C | false | false | 23,058 | c | /*
* Copyright (c) 2006-2016 RDA Microelectronics, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | [
"info@electrodragon.com"
] | info@electrodragon.com |
1f072701568fcdd362d05e14d222f23bdcfee163 | fe5b4e7af9a4504437d33734de0ea62baf454b69 | /Learning/OtherLanguages/C/C练习题/Use C/22.c | 0e9206dbacee9661cee3f6bc109dac54a7eeea25 | [] | no_license | FelicxFoster/Sources | 937f2936b0fa3eef9dd2bbbde09e7f44755b8a8a | 3750c393088c281c000228d84fe619ba321bd5bc | refs/heads/master | 2020-04-22T09:37:05.191325 | 2016-08-06T07:02:50 | 2016-08-06T07:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 467 | c | #include <stdio.h>
void main()
{
char i, j, k;
for(i='x';i<='z';i++)
{
for(j='x';j<='z';j++)
{
for(k='x';k<='z';k++)
{
if(i!=j && i!=k && j!=k)
{
if(i!='x' && k!='x' && k!='z')
{
... | [
"zoro@onepiece.com"
] | zoro@onepiece.com |
874c18716352d10f69b743b73be5c641f0372846 | cdfd3a4a8134aa8f97ed3c5751eefdfd9fbba747 | /src/benchmark64bitreductions.c | accbfc7ea46e82c5e0171dfdb6fef57e0a696c9e | [
"MIT",
"LicenseRef-scancode-public-domain",
"Apache-2.0"
] | permissive | pombreda/StronglyUniversalStringHashing | 50b9c8fb833544839610c24b68b457c0c89e4581 | 20d1fe8769bb03e1520999aef1439e1429b27b10 | refs/heads/master | 2021-01-16T21:02:56.932260 | 2015-03-20T21:52:41 | 2015-03-20T21:52:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,346 | c |
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <assert.h>
#include <unistd.h>
#ifdef __AVX__
#define __PCLMUL__ 1
#endif
typedef unsigned long long ticks;
// Taken from stackoverflow (see http://stackoverflow.com/questions/3830883/cpu-cycle-count-based-profiling-in-c-c-linu... | [
"lemire@gmail.com"
] | lemire@gmail.com |
88496bdc626f87ce2d1d5f8e499693cf62e25c42 | e672a9884d5e07b1458551a69643c080c9c13828 | /finalbaby/exp_double_fetch_ray_cp.c | ecd26ee39b86f121124d9b27efbd8f099014a2e2 | [] | no_license | Robin-Pwner/Kernel_EXP | fd3977d1b26bf247cbe2863ad6fc681ee4ce9082 | 0b6cd6a21d6667e9f9f1672b16a21a245188ed82 | refs/heads/master | 2020-09-07T22:11:13.798912 | 2019-12-09T05:22:38 | 2019-12-09T05:22:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,372 | c | /*************************************************************
* File Name: exp_double_fetch.c
*
* Created on: 2019-10-12 21:55:17
* Author: raycp
*
* Last Modified: 2019-10-13 03:42:23
* Description: exp for 0ctf 2018 final baby, double fetch vuln.
************************************************************/... | [
"tanxin.ctf@gmail.com"
] | tanxin.ctf@gmail.com |
37435a0870c6016c4189bff9a39a923fc91776ed | 515e2dd1b1d890851725cfc8ea19cf21009ddf74 | /cce/lmedia/drivers/media/platform/s5p-fimc/fimc-core.h | d3a3a00321c3d868d484c565fed2a87ab684c950 | [] | no_license | ghsecuritylab/cwrs | 8fba07d7d9da8ac09ca84b6d69bde7a28ab50422 | 96cdc9390fc8198af30b932a6e6585ab138bcbad | refs/heads/master | 2021-02-26T17:55:37.921181 | 2019-03-08T22:11:36 | 2019-03-08T22:11:36 | 245,543,615 | 0 | 0 | null | 2020-03-07T00:47:33 | 2020-03-07T00:47:32 | null | UTF-8 | C | false | false | 20,714 | h | /*
* Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef FIMC_CORE_H_
#define FIMC_CORE_H_
/*#define DEBUG*/
#... | [
"sharma_anil@yahoo.com"
] | sharma_anil@yahoo.com |
ce85df87ce90c7546e33870699ac1498a79cceb7 | 3587e1e87f426382d301fa36f92492c67b0a5359 | /leetcode/building-h2o/solve.c | bacc24ffb442b31b1b9c8f12aa67fec51a3b1df0 | [] | no_license | tt67wq/euler_project | b3e714373e36436d1d504a560ee32b5556a4964b | 843cd66a81032a5cdf140b59eaa95b3600a249b7 | refs/heads/master | 2023-05-25T11:57:13.726509 | 2023-05-22T02:42:20 | 2023-05-22T02:42:20 | 109,090,240 | 30 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,233 | c | /*
* =====================================================================================
*
* Filename: solve.c
*
* Description: 氢氧同步
*
* Version: 1.0
* Created: 2020-01-18
* Revision: none
* Compiler: clang
*
* Author:
*
* ================================... | [
"alex@mys4s.cn"
] | alex@mys4s.cn |
12eb379879491f52c899da77b0067e2c306d4c3a | 661143b5608ca8de6e5de835913ba1c909d92339 | /positive.c | 4f64980ca62cf2b85bdc16416dc5da55ac9b3add | [] | no_license | ChillStreet/CS50x | d89d90d08b38b141d0e73f9771d5381c2e992ab3 | 201fd24b9679f6fbf93a9b111ee897f17df22bae | refs/heads/main | 2023-03-31T12:46:13.601798 | 2021-04-05T15:43:28 | 2021-04-05T15:43:28 | 332,439,891 | 0 | 0 | null | 2021-01-26T14:58:23 | 2021-01-24T12:08:50 | C | UTF-8 | C | false | false | 323 | c | #include <cs50.h>
#include <stdio.h>
int get_positive_int(void);
int main (void)
{
int i = get_positive_int();
printf("%i\n", i);
}
//Prompt user for positive integer
int get_positive_int(void)
{
int n;
do
{
n = get_int("Enter a positive integer: ");
}
while (n < 1);
return n;... | [
"noreply@github.com"
] | ChillStreet.noreply@github.com |
1764fe7ccdbbc4cf890dedc997460e6771c6709c | a0986ce87fbed37e88c86a60108adc5d34dfeb17 | /aosp/external/libnfc-nci/halimpl/pn547/utils/phNxpNciHal_utils.h | 60495605a3fbd30d3b1326204b49ce0587977040 | [] | no_license | xsbh0310/android_nxp-nci | ba93c413f1f8e8be92b99cc9a0280d64e9a7b3bb | 9cfe6842d1ba9bb3d0c19f00f7b7c74a7835b001 | refs/heads/master | 2021-01-23T20:11:55.614943 | 2015-06-05T06:33:18 | 2015-06-05T06:33:18 | 40,778,550 | 1 | 0 | null | 2015-08-15T18:51:59 | 2015-08-15T18:51:59 | null | UTF-8 | C | false | false | 4,068 | h | /*
* Copyright (C) 2010 The Android Open Source Project
*
* 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 requir... | [
"jeremy.geslin@nxp.com"
] | jeremy.geslin@nxp.com |
ae711732e8bc08374e9fa0f6629517d8b8e30f65 | 79499869a3ff3f098fd9c2cb1daddaa456ce7717 | /libft/ft_strlcat.c | eba8db1ef8c6f78bee9c9e5a6795217361804b85 | [] | no_license | nikGrape/GNL | 29e7440924aef13938441924660e3091c60ad0c0 | 21a880046864d7acb9c783f4f8800a51c9bf80eb | refs/heads/master | 2020-05-22T22:30:18.181661 | 2019-06-01T19:30:37 | 2019-06-01T19:30:37 | 186,547,023 | 11 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,235 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"vinograd@e1z2r7p24.42.us.org"
] | vinograd@e1z2r7p24.42.us.org |
8d11772573df3ea877f5f720a8e4aa344db172d2 | 9da3de618a43abede9e781d8405712acf183624c | /src/glad.c | 4a60334397b668965e6888790dafd05dd2ca9b7e | [] | no_license | pochka15/x86-project | 9921db20b541552175db55e4774a1e90f23d8847 | 41cab1a1308da60f5933f8fe9de9487e015b78c5 | refs/heads/master | 2020-12-06T08:42:59.567806 | 2020-01-07T22:03:23 | 2020-01-07T22:03:23 | 232,413,615 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 112,212 | c | /*
OpenGL loader generated by glad 0.1.28 on Fri Jan 18 18:30:52 2019.
Language/Generator: C/C++
Specification: gl
APIs: gl=4.5
Profile: core
Extensions:
Loader: True
Local files: False
Omit khrplatform: False
Reproducible: False
Commandline:
--profile="core" --api="gl=4.5" --generator="c" --spec="gl" --exten... | [
"koshkov-artem@mail.ru"
] | koshkov-artem@mail.ru |
8613317e42afc6cab93f2fc69c394edc64a15f4c | 01e5fd5eaa5670155ed1c4a5734ecad13708a917 | /syshotkeys/syshotkey.c | 2ae5cd27dfe62349e0b89241644fb49a6f3d3186 | [] | no_license | LiamZ/SonIR_ReceiverMac | 4a29259dca7b082c02c679aeeb8def5d390d6f55 | 04efbcc8180cf8fc31ad5085c225f9d879ced5e8 | refs/heads/master | 2021-01-19T08:26:28.531176 | 2012-08-18T22:20:04 | 2012-08-18T22:20:04 | 5,466,593 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,383 | c | //
// File.c
// SonIR
//
// Created by LiamZ on 18/05/12.
//
#include "syshotkey.h"
#include "../CoreEvents.h"
#include "../HID_Event/HID_Event.h"
#import <IOKit/hidsystem/ev_keymap.h>
void execSysFunction(long type){
// comment : unfinished work here
switch (type) {
case sysMissionControl:
... | [
"roland@chambre.net"
] | roland@chambre.net |
824f740ca8880622dc346236399733fa70ef194e | a565dc8a731c4166548d3e3bf8156c149d793162 | /PLATFORM/TI_EVM_3530/SRC/DRIVERS/LCD/VGA/lcd_vga.c | 3ee446a41de31a84f6ba03db93d87ae161458d0d | [] | no_license | radtek/MTI_WINCE317_BSP | eaaf3147d3de9a731a011b61f30d938dc48be5b5 | 32ea5df0f2918036f4b53a4b3aabecb113213cc6 | refs/heads/master | 2021-12-08T13:09:24.823090 | 2016-03-17T15:27:44 | 2016-03-17T15:30:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,547 | c | // Copyright (c) 2007, 2013 Micronet Ltd. All rights reserved.
// by Vladimir Zatulovsky
/*
================================================================================
* Texas Instruments OMAP(TM) Platform Software
* (c) Copyright Texas Instruments, Incorporated. All Rights Reserved.
*
* Use of this s... | [
"ruslan.sirota@micronet-inc.com"
] | ruslan.sirota@micronet-inc.com |
55301675b026e541c4978a1f4ce84a67b8e4d761 | d7a0abf67988d0bbe1bef9c8258b95ae0f30739a | /drivers/chirpmicro/src/ch_math_utils.c | 53aa40c66d496937090ec0fd570cdadcc918301d | [
"0BSD"
] | permissive | sergtello/Petcan | 0644fcab6384612677fb51d12121bd825a4a761b | a3ce91bdc58eee835b23043beaabcf403b2d7c0e | refs/heads/main | 2023-06-12T07:48:29.393561 | 2021-07-01T17:40:41 | 2021-07-01T17:40:41 | 382,107,911 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 2,275 | c | /*!
* \file ch_math_utils.c
* \date July 20, 2017
* \author nparikh
* \copyright Copyright 2017-2020 Chirp Microsystems. All rights reserved.
* \brief Functions for performing fixed point arithmetic.
* https://github.com/dmoulding/log2fix
* https://github.com/chmike/fpsqrt
*
* In... | [
"noreply@github.com"
] | sergtello.noreply@github.com |
33b9fae59db98cce76417326d2b5693a43164dca | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/broadcom/bnx2x/extr_bnx2x_ethtool.c_bnx2x_set_rss_flags.c | ef244058b3e937fdfd552bca1435bd940ac52c2e | [] | 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 | 3,829 | 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 |
a94bd287eb40a208faaca4f8450e05f8a330ae1c | b43ac8831675870def4b50c798b6d6d24c461d5d | /c assignment2/c assignment1/1code19.c | 6fe8d24acb003a3527031d3f8f687db59bb49080 | [] | no_license | madhusri51998/c-language | 4cdf39d8fcecf30e5712558662fa47e01cbb2133 | bfa4e2e0d8f12f78b5c98c3b13006fa5513771a4 | refs/heads/master | 2021-05-01T10:56:34.897813 | 2018-11-17T12:59:11 | 2018-11-17T12:59:11 | 121,110,122 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 351 | c | #include<stdio.h>
#include<conio.h>
main()
{
char user_name[10],password[10],i=0,ch;
printf("user name");
scanf("%s",user_name);
printf("enter password");
for(i=0;i<10;i++)
{
ch=getch();
password[i]=ch;
ch='*';
printf("%c",ch);
}
password[i]=' ';
for(i=0;i<8;i++)
{
printf(... | [
"noreply@github.com"
] | madhusri51998.noreply@github.com |
fa105093d55566b79f3cdffb19a9160ecd5bb997 | 6e73069807b8e7ad48dc729e8068334d5b44bd60 | /src/daemon/zbdriver/silicon_labs/Simplicity-Studio-v4/developer/sdks/gecko_sdk_suite/v2.7/protocol/zigbee/app/framework/plugin/drlc-server/drlc-server-cli.c | 2951d72cb4d03e5a6b6f481a5dc52db8aaa777eb | [
"Apache-2.0"
] | permissive | AndrewGoing/gl-zigbee-sdk | 8da086cb5affd43a038b8a0d407f1b9cc470d7f8 | 94f5b41e7d2d46ce096fdd245ee9d171831c73de | refs/heads/master | 2023-08-20T23:06:33.306442 | 2021-10-08T03:31:34 | 2021-10-08T03:31:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,665 | c | /***************************************************************************//**
* @file
* @brief CLI for the DRLC plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
**********************************... | [
"feng.he@gl-inet.cn"
] | feng.he@gl-inet.cn |
8b54e75df5fbca2e7ccca01370c02b3e4c35d139 | 43124e9a583ffd4cf654b1d17c04d4b2bb5f36df | /Pretty/data/coreutils/methods-only/08-install.c | 3b565f81bdec25e876d6604baaf43700f8590129 | [] | no_license | roncoleman125/Pretty | a86d87904281e76031db47264ffb65ff6c536740 | 227c3174d9bf15016d57b3a50d3df71fa6798306 | refs/heads/master | 2020-04-15T16:53:44.581854 | 2017-10-13T11:24:59 | 2017-10-13T11:24:59 | 32,341,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 665 | c | /* Copy file FROM onto file TO and give TO the appropriate
attributes.
Return true if successful. */
static bool
install_file_in_file (const char *from, const char *to,
const struct cp_options *x)
{
struct stat from_sb;
if (x->preserve_timestamps && stat (from, &from_sb) != 0)
{
... | [
"ronncoleman@gmail.com"
] | ronncoleman@gmail.com |
e5af280bd47578693245d933790f4c998ac70019 | 79453691a2d2001bd6ba9caba30e0279f03dd91f | /core/timeline.c | 1e8de446a0eb96ea08605807a6d49389d57cf489 | [
"ISC"
] | permissive | mstorsjo/l-smash | 41e2a1f11d1ae7a95a13473ac5592c49f8ebe1c0 | feb6036a47b74b318b67ac20fb2923236e2ae4a5 | refs/heads/master | 2023-08-24T04:44:56.682511 | 2014-10-11T19:08:12 | 2014-10-11T19:52:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86,433 | c | /*****************************************************************************
* timeline.c:
*****************************************************************************
* Copyright (C) 2011-2014 L-SMASH project
*
* Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
*
* Permission to use, copy, modify, an... | [
"muken.the.vfrmaniac@gmail.com"
] | muken.the.vfrmaniac@gmail.com |
d2dd48cc557c9f68abf5b2b02f9daae749c3251c | 2b62eabc8d537abb4c8b7efdc29feeb09ebd6fe4 | /UpdaterClient/src/NetworkSystem.c | 6846890fcda153221e646dccd1f55fb5a2b6d69e | [] | no_license | ScottCTD/Updater | 47ddce43260118105931ce5b202e59766a285a00 | 0e8e207eea847f6848352248c2c5309e60906666 | refs/heads/main | 2023-06-06T15:58:20.289209 | 2021-07-02T05:51:55 | 2021-07-02T05:51:55 | 378,769,076 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,408 | c | //
// Created by Scott on 2021/6/25.
//
#include "NetworkSystem.h"
int sendString(SOCKET socket, char *string) {
return send(socket, string, (int) strlen(string), 0);
}
bool recvBoolean(SOCKET socket) {
bool boolean;
recv(socket, (char *) &boolean, 1, 0);
return boolean;
}
void recvString(SOCKET sock... | [
"ScottCTD@outlook.com"
] | ScottCTD@outlook.com |
b6e8057cc43aa5f682a90df70dded69ab9e91b1b | ec69ae7276c1ff0d387eabbc9a21c5c9afe83de5 | /C/11_Interpreter/main.c | 4f95f500248d7035c405b63a1a771ab958d07afc | [] | no_license | abiraja2004/daily-dose-of-code | 41261a32dc2e2787d09c89a5f8ac4a683d578261 | 4950dc0ced4d8cf96b3c0fbb62ddaa9a0b8eaf0a | refs/heads/master | 2020-09-21T05:27:47.489044 | 2017-02-24T03:11:12 | 2017-02-24T03:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,231 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "common.h"
#include "lexer.h"
#include "token.h"
#include "functions.h"
void push(int number, int* stack, int* top);
int checkIfNumber(struct word_t* Word);
long checkIfKeyword(struct word_t* Word);
long checkIfKeyword(struct word_t* Word) {
long... | [
"saikatbsk@gmail.com"
] | saikatbsk@gmail.com |
49009f269b8eda54c21aeee2dedfd617e41a43f2 | e5b240d2e2359291c69ba42dbb052c562d1c9f85 | /header/4/m43.h | 3f6e757b6e1464afd7d78c4487e52dfb39c5be68 | [] | no_license | rustylake/c-app | 5bcace599a7f8a70841673000367399acf29d76c | 1651ae66666a6ab04e87fef6a46d99653f2b6615 | refs/heads/master | 2020-04-30T01:27:10.976917 | 2019-05-27T08:51:58 | 2019-05-27T08:51:58 | 176,529,273 | 0 | 0 | null | 2019-04-15T15:33:23 | 2019-03-19T14:25:47 | C | UTF-8 | C | false | false | 115 | h | //
// Created by pengy on 2019/5/23.
//
#ifndef APP_M43_H
#define APP_M43_H
int m43(char[]);
#endif //APP_M43_H
| [
"pengyinjian@163.com"
] | pengyinjian@163.com |
41b221f18eabd3df31e21a5ef98699db4acc73c8 | 3567309d3f25020ec7a0d59e0ef55da7be113085 | /d/affils/rooms/grm.c | 0fd4e98fcfd3bc89448dc56a3de187531ebe3c3b | [] | no_license | flyingstupid/gbapoclib | 64ec8b3828201d7eb158b5371164765d1b65ce93 | dea2a4be3399509c7df44d33b2a307db3821017d | refs/heads/master | 2021-04-27T08:02:48.717277 | 2018-02-23T17:04:11 | 2018-02-23T17:04:11 | 122,640,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,973 | c | #include <mudlib.h>
inherit AFFILIATION;
inherit GUILD;
object robe;
void reset(status arg) {
guild::reset(arg);
affils::reset(arg);
reset_doors(arg);
remove_door("west door");
if(!guild_master) {
guild_master = clone_object(MONSTER);
guild_master -> set_name("ramsus");
guild_master -> set_short... | [
"ray.lukes@gmail.com"
] | ray.lukes@gmail.com |
227375173115abac566c17badc6311bf9928a545 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dbdd6f6a-9495-41c6-9e11-e0814d536ca3.c | c1caf1a2438c953dea3f2d9b9f71529b8826b031 | [] | 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 | 551 | 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 = k%j;
l = k-j*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[40];
long c[57];
a = 0;
do {
/* START BUFFER... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1b87cc2854608df7cb3a5ce8dc98a88a67ce4e8e | 8070a23945374f8dcd8055cae717a14f4926e5e2 | /ctype/isdigit.c | 09f0da96e84611f0c0e786833fa4fb3e4484ba51 | [] | no_license | longknown/tlibc | bae0efdb58a53f1307918a448a5594ce5055aa3e | 57a5132c8871fa22c752a35f5e5f60046e90cede | refs/heads/master | 2021-01-25T13:24:41.961127 | 2018-05-31T14:42:39 | 2018-05-31T14:42:39 | 123,568,781 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 101 | c | /*
* isdigit function
*/
#include "ctype.h"
int (isdigit)(int c)
{
return (_Ctype[c] & (_DI));
}
| [
"longknown@gmail.com"
] | longknown@gmail.com |
9188c52fd858e8de0de4b623154a17e9b3e6d13e | cd2f1cce02f373995f56848fdb6715632f229cd8 | /holamundo.c | 1b9413699b1f8ee5e7587c93ddc5fb9d04cfb334 | [] | no_license | LeonardoAV22/Introduccion-C | 2d2b0ac8cc3c5aa5ea61b89d4a7e696c93bc0f29 | cb1398b3e6dea8108c79cc097453217e3b474c6a | refs/heads/master | 2021-01-25T14:10:41.268096 | 2018-03-10T19:05:57 | 2018-03-10T19:05:57 | 123,663,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | c | #include <stdio.h>
int main()
{
printf("Hello world");
return 0;
} | [
"alejandreleonardov@gmail.com"
] | alejandreleonardov@gmail.com |
1ae46955af183ea311104f68faee951864c1635a | 0c83640cf0c7c24f7125a68d82b25f485f836601 | /abc143/d/main.c | 536fe4cf772ccc37d4affe4442e91340c487a2f7 | [] | no_license | tiqwab/atcoder | f7f3fdc0c72ea7dea276bd2228b0b9fee9ba9aea | c338b12954e8cbe983077c428d0a36eb7ba2876f | refs/heads/master | 2023-07-26T11:51:14.608775 | 2023-07-16T08:48:45 | 2023-07-16T08:48:45 | 216,480,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,616 | c | #include <stdio.h>
#define MAX_N 2000
#define MAX_L 1000
int n;
int ls[MAX_N];
int ms[MAX_L+1];
void sort(int n) {
for (int i = 0; i < n; i++) {
ms[ls[i]]++;
}
int i = 1;
int j = 0;
while (i < MAX_L+1) {
while (ms[i] > 0) {
ls[j++] = i;
ms[i]--;
}
... | [
"tiqwab.ch90@gmail.com"
] | tiqwab.ch90@gmail.com |
18d8cbb260a173929ff68d31a27693981cfd9221 | 86f026381e488b879214d22f28b68fb6eb23cd6d | /panacea/abc/lag/lagin.c | cee021970fda17acbdae6b5e43dd61710b8aad87 | [
"BSD-3-Clause"
] | permissive | sabrown256/pactnew | 1490a4a46fe71d3bf3ad15fb449b8f7f3869135b | c5952f6edb5e41fbd91ed91cc3f0038cc59505a0 | refs/heads/master | 2016-09-06T13:37:35.294245 | 2015-08-12T20:20:37 | 2015-08-12T20:20:37 | 33,747,410 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,611 | c | /*
* LAGIN.C - the gateway for the lag process in ABC
*
* Source Version: 3.0
* Software Release #: LLNL-CODE-422942
*
*/
#include "cpyright.h"
#include "lagin.h"
typedef struct s_par_nm par_nm;
typedef struct s_par_pr par_pr;
typedef struct s_par_hr par_hr;
struct s_par_nm
{double *volq;
double *mass... | [
"sabrown256@f80487b2-16bd-11df-9ac1-3b3d05a0ff07"
] | sabrown256@f80487b2-16bd-11df-9ac1-3b3d05a0ff07 |
a4e51142d2c7832fe6b68b0c3a6c42b9ab2ebfd1 | ad0362090793b43724d066cb1a7c52ea8d13e8cf | /rbt/iface.h | 802614bd25c533f91afc4f2293cfd2b9e2d37065 | [] | no_license | jimsiak/pact-ae | de8c467218ad286897c150414590d4790f0dbc75 | 929155ce3b1f1a096b7753335b23cf155695fd9a | refs/heads/master | 2021-06-18T07:54:08.863227 | 2017-07-14T10:37:59 | 2017-07-14T10:37:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | h | #ifndef _RBT_IFACE_H_
#define _RBT_IFACE_H_
//> Not thread-safe interface functions.
//> Should only be called during initialization and termination phase
//> by one thread.
void *rbt_new();
char *rbt_name();
int rbt_warmup(void *rbt, int nr_nodes, int max_key,
unsigned int seed, int force);
int rbt_va... | [
"jimsiak@cslab.ece.ntua.gr"
] | jimsiak@cslab.ece.ntua.gr |
efea4d193648acd2996f075defbaae80fd914a83 | 56e7206c4545bd84f1a15a768edbcbbf8919a372 | /training folders backup/c/assignments/assn_1/assn1.c | 98286cb273b4dbe4f3cceae70de1512371c89c59 | [] | no_license | tulsishankarreddy/repository_training | 826d2204d26d1b1b6e5d39f32c1bfc4d6514a618 | 9cc68be51a8b145e605ceacab2627ffdcab393d7 | refs/heads/master | 2020-11-27T18:51:53.375192 | 2019-12-15T15:08:58 | 2019-12-15T15:08:58 | 229,568,234 | 1 | 0 | null | 2019-12-22T12:58:20 | 2019-12-22T12:58:19 | null | UTF-8 | C | false | false | 14,419 | c | #include <stdio.h>
extern void showbits (int num);
int exp1 (void);
int pro2 (void);
int exp3 (void);
int exp4 (void);
int exp5 (void);
int exp6 (void);
int exp7 (void);
int exp8 (void);
int exp9 (void);
int pro10 (void);
int exp11 (void);
int exp12 (void);
int pro13 (void);
int pro14 (void);
int pro15 (void);
int pro... | [
"vijaykarthik52@gmail.com"
] | vijaykarthik52@gmail.com |
d81a312d3b5e8ed74dd17034cb0801327ccc5fde | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /data/warcraft/rrrooo.c | d627d64bd3e5fe607eeaac74cfbc3364930cc32c | [] | 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 | 493 | c | // warcraft.c
#include "/clone/npc/warcraft.h"
void setup()
{
set_name("小马[2;37;0m[2;37;0m", ({"rrroooma"}));
set("gender", "男性");
set("long", "小马[2;37;0m
它是江一的魔幻兽。
");
set("race_type", "麒麟");
set("magic/type", "earth");
set("owner", "rrrooo")... | [
"i@oiuv.cn"
] | i@oiuv.cn |
f750d8535c37262fe876e241687d5d84f7102a37 | 5c401ec9019d76e1795cf45e1891016b55dce7f9 | /build/curl/curl-7.64.0/lib/easy.c | b61c80e1a23c3fcba72900d6736ada7d290fd55a | [
"curl"
] | permissive | bmjoy/curl-unity | 298b4175e539923115854bf6b087ebb4b3e75f7a | cc01be5eccd6677b620db4cf9dc6cd75713b7bf4 | refs/heads/master | 2020-08-17T17:13:49.433751 | 2019-10-16T08:32:27 | 2019-10-16T08:32:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 33,158 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"yzk0370@gmail.com"
] | yzk0370@gmail.com |
1b90193a1e84c49240ff71507272b6258d7fb1dc | da2aafcdfa54e1c937eab895215169518c52116a | /1-x/1-12.c | a2215bc7f05514cd57d7ec8f7c45eaa858a2b01b | [] | no_license | y2kbugger/kr | bdf1e01124e92f89ff90c17effbe8bebdc1590b3 | ca94588a04a8cce21d10f8c9e4c21ea22fe0cf83 | refs/heads/master | 2021-01-13T14:00:15.397376 | 2020-06-16T04:19:38 | 2020-06-16T04:19:38 | 72,900,548 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,406 | c | #include <stdio.h>
#define IN 1
#define OUT 0
/* make a histogram of word lengths */
/* words up to length 255 */
/* zero length is whitespace */
/* test using man rsync | ./out */
int main()
{
int c, state, len;
int lenmax;
int nmax;
int nlen[255];
int i, j;
i = j = c = 0;
state = OUT;... | [
"git@y2kbugger.com"
] | git@y2kbugger.com |
f87195d2e7f23dcb62484f4db2bbc22dd58a5cc3 | e27eb828b38e634279c767a4cf6d8caa2a35b018 | /libs/juced/source/dependancies/gwc/i0.c | 3ef08aed5f2589a54c1d6231cb8c9ef0cbd6cb87 | [] | no_license | DISTRHO/DISTRHO-Ports | 8d9ea43ac7f6264f1b28ff4150e432e43683a9b4 | f2dbaded0a05732e3499fa374a586e5b32370da5 | refs/heads/master | 2023-08-18T12:45:11.671939 | 2022-07-13T00:12:08 | 2022-07-13T00:12:08 | 16,835,158 | 233 | 45 | null | 2023-06-08T05:10:21 | 2014-02-14T11:14:11 | C++ | UTF-8 | C | false | false | 9,162 | c | /* i0.c
*
* Modified Bessel function of order zero
*
*
*
* SYNOPSIS:
*
* double x, y, i0();
*
* y = i0( x );
*
*
*
* DESCRIPTION:
*
* Returns modified Bessel function of order zero of the
* argument.
*
* The function is defined as i0(x) = j0( ix ).
*
* The range is partitioned into the two in... | [
"falktx@gmail.com"
] | falktx@gmail.com |
8b731cb1e64cff236c34f0946052eb3bd571b45e | 309e1045a872514f82e7b3987f97b38c28b03e41 | /rouziclib/fileio/image_tiff.h | ab0ec5abc1821533c8a59bec6969fb9372485f5b | [
"MIT"
] | permissive | Photosounder/rouziclib | ca51421f59389ed153cbd9598b7045772fdeed9b | fdc965964b13edf8c110fb1258d422856b5180dc | refs/heads/master | 2023-08-24T23:51:23.023879 | 2023-08-20T06:13:11 | 2023-08-20T06:13:11 | 19,373,094 | 43 | 9 | null | null | null | null | UTF-8 | C | false | false | 942 | h | typedef struct
{
xyi_t dim;
int be, chan, bpc; // big endian, channel count, bits per channel
int compression; // 1 for uncompressed
int photometric; // 2 for RGB(A)
int sample_format; // 1 for uint, 2 for int, 3 for float
int lzw_diff; // 1 for no difference, 2 for horizontal difference
uint32_t *data_offset; ... | [
"contact@photosounder.com"
] | contact@photosounder.com |
d928811aa73e2fdaa6b2420218c9b5f20477528f | b010b0acdeacb2164ec2a8753469544465a45d23 | /mess/src/lib/miniupnpc-1.4.20100609/miniupnpcstrings.h | 64032f8b62aa9c98deef6660797167a16c2f5316 | [
"BSD-3-Clause"
] | permissive | lidibupa/ClientServerMAME | 1457e13caf171ca5c19be73654eb7b4c20097ade | d0997a9b8ebc26e7518135526cb7583552675d95 | refs/heads/master | 2021-01-18T08:47:16.107337 | 2011-08-13T18:35:23 | 2011-08-13T18:35:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | h | /* $Id: miniupnpcstrings.h.in,v 1.2 2009/10/30 09:18:18 nanard Exp $ */
/* Project: miniupnp
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* Author: Thomas Bernard
* Copyright (c) 2005-2009 Thomas Bernard
* This software is subjects to the conditions detailed
* in the LICENCE file provided within th... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
5336b637956f6fed59c59afe8f2ab2f6844872bf | b655a8b3d606f0f27e11f3e41bb33ea3dda4103a | /sigs/sigs.c | b70ccba5a4554e3d4f2e71bfa20a8613e3a9d2ae | [
"WTFPL",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | nehls01/Universal_GTAO_Booster | accbe4497ebe6c272cb71d53dda0db4c83d7c980 | 03918bf17f38751320b4d09c8e00fbdd7dc147cf | refs/heads/master | 2023-03-18T05:29:00.711959 | 2021-03-12T15:51:06 | 2021-03-12T15:51:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,631 | c | #include "../headers.h"
VirtualFunction unkItemTransactionFunc = NULL;
NetCatalogueInsert netCatalogueInsertPtr = NULL;
Strlen originalStrlen = NULL;
HMODULE gtaHmod = NULL;
IMAGE_DOS_HEADER* gtaDosHeader = NULL;
IMAGE_NT_HEADERS* gtaNtHeader = NULL;
size_t gtaLen = 0;
uint8_t* netCatalogueInsertUniquePtr = NULL;
ui... | [
"timothy.quick.us.il@gmail.com"
] | timothy.quick.us.il@gmail.com |
d6d01ad9a8e31aebeb6e9b828c68e2e9efbc6c50 | 2f8598fd68531c9942e12ee0f404aea04a8a3481 | /STM32F429Discovery/Driver/System/getThreadInfo.h | 5919d8c7d3efbc06ed5ae50d693aa62cbe0ce108 | [] | no_license | houjunzyt/GraduationProject | 851c33d24d9355b7eb27982767aa32f6c092d505 | eb4b506c1451d68c1eba15bb6bc85d03bd9d6ce7 | refs/heads/master | 2020-04-25T07:57:11.368504 | 2019-06-01T11:44:42 | 2019-06-01T11:44:42 | 172,630,000 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 647 | h | #ifndef _GETTHREADINFO_H_
#define _GETTHREADINFO_H_
#include "board.h"
#include "rtthread.h"
#include "stm32f4xx.h"
#include <rthw.h>
#include <string.h>
#include <stdio.h>
#define LIST_FIND_OBJ_NR 8
typedef struct
{
rt_list_t *list;
rt_list_t **array;
rt_uint8_t type;
int nr;
int nr... | [
"1562335917@qq.com"
] | 1562335917@qq.com |
098b1adaee17767854da41d4a7debaf0b677d1aa | 4175672b185d23f1001d2ea5049cd66ddc1f7335 | /creal_source/cuda/crea_nodes/testing_nodeJson.c | 3b39fcf33e30340a2be7b6e3a7e6ba9735b687f6 | [] | no_license | CREALDEV/CREAL-Source-File | ea278caaac975b458275cb5e48464e134e6f11ef | eaff9ecea3383e6ad40664182f7e85066270df71 | refs/heads/master | 2016-09-13T04:00:41.857324 | 2016-04-14T23:10:02 | 2016-04-14T23:10:02 | 56,274,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 710 | c | #include <stdio.h> //standard library
#include "/usr/include/linux/cuda.h" //cuda library
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include "libcudacreal.h" //a json parser that is fast and efficient
crea_node addValue(int *N)
{
crea_node nodeT = returnCreaNodeMemHost(2);
nod... | [
"randallwhite@lbl.gov"
] | randallwhite@lbl.gov |
273c2d25ee68f08687c6e38539738169efb999ae | 150d50b0d1cea5b6bc7488a9703914e1d99b2fe2 | /src/bf.c | 4d811617372e1167dfb32b706778165851843919 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bartlomiejbloniarz/cherkassky_goldberg_radzik | 67b0fb1ecc9c1f4f5ab67016df51a6a3373fb2ed | cf72bb0111e1ff3576aabf2cc3c5aa7b3ceb6c2d | refs/heads/master | 2022-05-10T16:59:49.631099 | 2017-06-10T10:52:40 | 2017-06-10T10:52:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,102 | c | void bf ( n, nodes, source )
long n; /* number of nodes */
node *nodes, /* pointer to the first node */
*source; /* pointer to the source */
{
#define NNULL (node*)NULL
#define VERY_FAR 1073741823
/* ----- queues definitions ----- */
node *beg... | [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
1f13d7aaa788f39d7c7d2a1a27045e442e608350 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/mtd/nand/raw/hisi504_nand.c | 0b48be54ba6f211e81cf1696613ee96f9e5bb83c | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 23,721 | c | // SPDX-License-Identifier: GPL-2.0-or-later
/*
* Hisilicon NAND Flash controller driver
*
* Copyright © 2012-2014 HiSilicon Technologies Co., Ltd.
* http://www.hisilicon.com
*
* Author: Zhou Wang <wangzhou.bry@gmail.com>
* The initial developer of the original code is Zhiyong Cai
* <caizhiyong@hua... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
0a10bbc04f8461340dbab0290df7748e275beeda | ee8e515198e114ff25e59c23e7b6b34cffec5baa | /logan/src/main/jni/json_util.c | 578a58e2f6ee99d72e83ff94362123c0cef4f797 | [] | no_license | MrCodeSniper/ModuleSperate | 6e7e4356a4bd9778c85195c4b6e9eb4e5450948f | c3441bacf61237f06e6acd27a958adcba48094ed | refs/heads/master | 2020-04-02T04:37:15.943300 | 2018-11-05T12:57:55 | 2018-11-05T12:57:55 | 154,025,487 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,668 | c | /*
* Copyright (c) 2018-present, 美团点评
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publi... | [
"woshichenhong12@gmail.com"
] | woshichenhong12@gmail.com |
3fa4deeff297f441507cd55855a6c1d5033dd06a | 97b0793dc872963d1f816c7250857ffc4792b611 | /Temp/StagingArea/Data/il2cppOutput/t375.h | b794387f7bc862676b3ee61167ea1c3e0d790650 | [] | no_license | JamesMoulang/LudumDare32 | 1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119 | 9826e0eba56c85ed8161c510ba91af5bee52eea4 | refs/heads/master | 2020-04-27T08:17:58.678320 | 2015-04-23T15:33:15 | 2015-04-23T15:33:15 | 34,171,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84 | h | #pragma once
#include <stdint.h>
#include "t28.h"
struct t375 : public t28
{
};
| [
"james@jamess-MacBook.local"
] | james@jamess-MacBook.local |
863356038c34b1bd334c99e02d19bda1affa38d4 | 5690ea7ee5b3c37a63b646d791d3b13cdfe11276 | /Lesson008/synergy/ssp/src/driver/r_gpt/r_gpt_private_api.h | 2d98ae381385d13f4fab2ef1037f51fff8a413a0 | [] | no_license | iotcommunity/ajwrs | 5b3bbe2daaf986c106c547701479a48836fa11a7 | 663b1fd71659e399a54bbce91484a96b1cf6b7b6 | refs/heads/master | 2021-06-06T12:49:09.667711 | 2016-12-14T07:25:07 | 2016-12-14T07:25:07 | 74,212,164 | 1 | 1 | null | 2016-11-19T14:05:50 | 2016-11-19T14:05:47 | null | UTF-8 | C | false | false | 3,100 | h | /***********************************************************************************************************************
* Copyright [2015] Renesas Electronics Corporation and/or its licensors. All Rights Reserved.
*
* This file is part of Renesas SynergyTM Software Package (SSP)
*
* The contents of this file (th... | [
"lycannon@gmail.com"
] | lycannon@gmail.com |
cc94e9589a0628cbc07538acafa933505a68a9c6 | 7fa4ddec15e415f51a05b7636586400982bbc5c2 | /report/snippets/int_shuffle.c | 3c5398b606f0e916bdb220dc88a5237e1b18ae97 | [] | no_license | lucamuscat/CPS1011-SEM1-A-1920-Programming-Principles-in-C | 7e55843c0b507413a9c4aa2f1046506093c67332 | 8562dcb083bc2789225df1951c456398f4598432 | refs/heads/master | 2023-01-20T20:09:44.153336 | 2020-11-26T14:04:02 | 2020-11-26T14:04:02 | 223,026,296 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 495 | c |
/*
Using Fisher-Yates shuffle algorithm
https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
Code taken from
https://stackoverflow.com/questions/42321370/fisher-yates-shuffling-algorithm-in-c
- Tectrendz
*/
int shuffle(myint_t *array){
int tmp, j;
if(array->nums[0] == -1){
puts(NOT_GENERATED_ERROR... | [
"luca.muscat.19@um.edu.mt"
] | luca.muscat.19@um.edu.mt |
d919ff9c489fef6129bfe8a6fa8bfbd7d9dd32fa | f6eb1e0164e42bb4d18b7ea1d837dbaf178aa9ff | /Beginner's Guide to C/Chapter31ex1.c | 7adfb29499a00986bd204422bf0dd6f94550c174 | [] | no_license | TheMaxta/Learning-C | 2fb1fff61cd5aec1f27607bfd56f565762a1cafb | 54a643f9cd41c90fca2661b98b80fcaff3959eb8 | refs/heads/master | 2021-01-10T15:12:05.146534 | 2016-02-13T07:18:57 | 2016-02-13T07:18:57 | 48,865,147 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 811 | c | // Example program #1 from Chapter 31 of Beginner's Guide to C
// File Chapter31ex1.c
/* The program demonstrates passing a variable to a function by value. */
#include <stdio.h>
int main()
{
int i; // we will pass this variable to half
char a;
printf("Please enter an integer... ");
scanf(" %d", &i);
// Now ... | [
"themaxta@gmail.com"
] | themaxta@gmail.com |
f55379f38bab8f3812f540fc65079485ce4082be | 2264a022af454d6928420be8683987aa8c76f4e7 | /test/kinetis/devices/MKL28T7/MKL28T7_CORE0.h | 206917ac397d2298a8843e9d3dc10841cd3cfeae | [
"BSD-3-Clause"
] | permissive | flit/argon-rtos | a73aad2941d57088353cfd605539b33c33e7c9c6 | 817b7ae85d28ef4f0c9103886e0340d51217592d | refs/heads/master | 2021-12-28T06:24:14.893228 | 2021-12-18T20:14:25 | 2021-12-18T20:14:25 | 15,456,572 | 61 | 15 | BSD-3-Clause | 2021-12-18T20:14:26 | 2013-12-26T16:56:18 | C | UTF-8 | C | false | false | 744,657 | h | /*
** ###################################################################
** Processors: MKL28T512VDC7_CORE0
** MKL28T512VLH7_CORE0
** MKL28T512VLL7_CORE0
** MKL28T512VMP7_CORE0
**
** Compilers: Keil ARM C/C++ Compiler... | [
"flit@me.com"
] | flit@me.com |
cbbb378d667a9daf3931a1880eb23ba5107f7479 | ffca8ba2fe1392fd5012b4b08245c969a00161bb | /Thread-1.0.1/hal/micro/cortexm3/em35x/em3596/mpu-config.h | f9be3c2161361d5d8458481bc8804639909d0074 | [] | no_license | umangparekh/thread_apps | c7e5f2fadb091107f6135de433812e6d78588adc | 989f324d44437e5a71a69551a4f8148b38cf55cd | refs/heads/master | 2021-01-10T02:02:34.394997 | 2015-09-29T17:58:17 | 2015-09-29T17:58:17 | 43,340,391 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,202 | h | /** @file hal/micro/cortexm3/em35x/em3596/mpu-config.h
*
* @brief MPU configuration for the em3596
*
* THIS IS A GENERATED FILE. DO NOT EDIT.
*
* <!-- Copyright 2015 Silicon Laboratories, Inc. *80*-->
*/
#ifndef __MPU_H__
#error This header should not be included directly, use hal/micr... | [
"umangparekh@gmail.com"
] | umangparekh@gmail.com |
e037093c59a425901a66ed36b6b12e9f48c0cabb | 20c67a9b23f2af13fe197dc7ad840d373931234a | /targets/TARGET_Cypress/TARGET_PSOC6/psoc6cm0p/COMPONENT_CM0P_CRYPTO/psoc6_03_cm0p_crypto.c | 5d32d508a5ecdc86a300bc0b80deb798fb9115ee | [
"LicenseRef-scancode-pbl-1.0",
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | OSHChip/mbed-os | 84d4985bec3b329b436d13fc45de72296a648b82 | 2bde6581a6710db6613aabd0493d727bce81a9ad | refs/heads/master | 2021-05-16T14:38:16.365393 | 2019-11-21T14:29:29 | 2019-11-21T14:29:29 | 118,018,112 | 0 | 1 | Apache-2.0 | 2019-10-17T00:49:17 | 2018-01-18T17:56:20 | C | UTF-8 | C | false | false | 234,813 | c | /***************************************************************************//**
* \file psoc6_03_cm0p_crypto.c
*
* \brief
* Cortex-M0+ prebuilt application image.
*
********************************************************************************
* \copyright
* Copyright (c) 2018-2019 Cypress Semiconductor Corporation
... | [
"opm@cypress.com"
] | opm@cypress.com |
b1627fbacd5c34175192acbf5b9e75c8a924d0bf | 6b0a9609bed4a5768a876b855a47f2d1e2c58043 | /KeyboardEncrypt/Win10_1809_x64.h | be2e94c17631ba32e4a5b6a8025dd2b38dde26f6 | [] | no_license | zha0/KeyboardEncrypt | b5ce3c0f4d0eba93314482f8bae763a138b84b85 | 523241de81bc5e3cd43b53406016580833973092 | refs/heads/master | 2022-03-27T17:06:30.797665 | 2020-01-14T02:44:05 | 2020-01-14T02:45:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,128 | h | #pragma once
#include <ntdef.h>
struct _MY_EPROCESS_WIN10_1809_X64_
{
UCHAR PcbAndOthers[0x488]; // +0x000 Pcb : _KPROCESS
// + 0x2d8 ProcessLock : _EX_PUSH_LOCK
// + 0x2e0 UniqueProcessId : Ptr64 Void
// + 0x2e8 ActiveProcessLinks : _LIST_ENTRY
// + 0x2f8 RundownProtect : _EX_RUNDOWN_REF
// + ... | [
"supermanc88@gmail.com"
] | supermanc88@gmail.com |
9c2a6b0b0d846994a07f18645bf4a8e44da4eede | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/emu/imagedev/chd_cd.h | 5c28ac508974f9fefda2b37fdd4b3cbc742838a4 | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,236 | h | /*********************************************************************
chd_cd.h
Interface to the CHD CDROM code
*********************************************************************/
#ifndef CHD_CD_H
#define CHD_CD_H
#include "cdrom.h"
/********************************************************... | [
"Mike@localhost"
] | Mike@localhost |
0d4cacd7b3a1d5004fd6f10ea269d55dad91087e | 8cbdf540ca05131045ad3a8f099764593d5baa64 | /sum of given num.c | 879f0afa96765c58aeb322bb794bdac965fc93a8 | [] | no_license | tanneerukeerthi/codekata | dd57a933d1d75b5f027a79355d803ba3f282227b | 3fbc16bb679fb723151cb4e50df3d51949bc6d43 | refs/heads/master | 2020-03-24T20:18:48.889852 | 2018-03-20T11:24:31 | 2018-03-20T11:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | c | #include <stdio.h>
int main(void) {
int a,b,ans;
printf("enter two numbers");
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
| [
"noreply@github.com"
] | tanneerukeerthi.noreply@github.com |
fa6e394b4ac2dac9dfa0807db16dbfd6e40309a8 | ca93ccf1b7168680b9c6e336e33a33be2726ca54 | /Excercise/chapter9/C(d).c | 7fd2fd0f63adf26f7981b0a40cf69e580f297e90 | [] | no_license | shubh-dubey/Let-Us-C-Solutions | bf202126228133a816a9924e53ef7e1e0ad2b51c | de1f57455d8840313bf27715ed04efade5c20c18 | refs/heads/main | 2023-08-22T09:50:55.815620 | 2021-06-10T10:08:04 | 2021-06-10T10:08:04 | 412,448,514 | 0 | 0 | null | 2021-10-01T11:57:42 | 2021-10-01T11:57:42 | null | UTF-8 | C | false | false | 364 | c | #include<stdio.h>
#include<conio.h>
void GCD(int *, int *);
int main(){
int J, K;
printf("Enter value of J and K : ");
scanf("%d %d", &J, &K);
while(K!=0){
GCD(&J, &K);
}
getch();
return 0;
}
void GCD(int *J, int *K){
int j, k;
int remainder = *J / *K;
j=*J; k=*K;
*J=k; *K= j-remainder*k;
if(*K==0)
prin... | [
"amitchoudhary9425@gmail.com"
] | amitchoudhary9425@gmail.com |
bdfa6c7f257352546fc2f6142ddfdf732f1c994f | 9a9e511d4881edaa293b6378e3f81ab853fa8b31 | /misc/Lw11_plugins/include/lwmeshedt.h | 5952bea3b2fc8cf2888d5273996e5f8207cc0eb2 | [] | no_license | DeanoC/old_yolk | d14a4c02da1841f83e919915bd62bfd51d6a309b | 3d413320c2a0e53e3ddc9c76a801b5b91abe2028 | refs/heads/master | 2021-07-14T02:17:44.062551 | 2017-08-01T16:17:31 | 2017-08-01T16:17:31 | 208,746,200 | 0 | 0 | null | 2020-10-13T16:04:18 | 2019-09-16T08:15:54 | C++ | UTF-8 | C | false | false | 9,554 | h | /*
* LWSDK Header File
* Copyright 1999, NewTek, Inc.
*
* LWMESHEDT.H -- LightWave MeshDataEdit Server
*
* This header contains the types and declarations for the Modeler
* MeshDataEdit class.
*/
#ifndef LWSDK_MESHEDT_H
#define LWSDK_MESHEDT_H
#include <lwmodeler.h>
#include <lwmeshes.h>
#include... | [
"deano@cloudpixies.com"
] | deano@cloudpixies.com |
ef7ead1b73e2dfcb0c71f12ef05493b61807d85e | 3b9da1defb5f8a5bf2fb2c63af542a2d05621be8 | /ufo.ysc.c | ff712a5fdcb6ac0b585d3f76ba01740b795b5042 | [] | no_license | GTAResources/v-decompiled-scripts | 6279228f121ebc8a9e4c88df41014e4988b2f841 | 8d8831860f308685949512fdd3b29abe1f3cd40d | refs/heads/master | 2021-02-07T15:52:42.148873 | 2019-08-05T19:37:44 | 2019-08-05T19:37:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67,060 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 = 0f;
var uLoc... | [
"jeremie.ngadi@gmail.com"
] | jeremie.ngadi@gmail.com |
7d778d4727d8770a0cbccb330c737cd906785e71 | 81d701975da56478c85077d18fbace2092ed9811 | /IntervalsList.h | 13a61d22ffd8662c8a4e6a88d8400094302c5c84 | [
"Apache-2.0"
] | permissive | wang-nb/camera-roll-calibration | 8f12552e18c2d07d92b334b914aec962cc7b6870 | ab82723e4f9dda88a63add60d5f28dda5a22bc73 | refs/heads/master | 2023-07-09T03:00:19.348150 | 2021-05-31T06:12:43 | 2021-05-31T06:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 402 | h | #ifndef TEST_OPENCV_INTERVALSLIST_H
#define TEST_OPENCV_INTERVALSLIST_H
#include "Interval.h"
struct IntervalsList
{
Interval *head, *tail;
IntervalsList *next;
IntervalsList();
~IntervalsList();
void addInterval(int begin, int end, int y_coordinate, cv::Vec3b color);
void addInterval(Inter... | [
"alex.sergeevich1348@gmail.com"
] | alex.sergeevich1348@gmail.com |
e09cf7fcd5e60270c792254f89d9d830e468fc56 | ecfb152af870aea90355fe29fa46989030c6d4c6 | /xorg-server-X11R7.1-1.1.0/hw/xfree86/os-support/shared/bios_devmem.c | b63704cde96a2a11f8c7371e715908474e5fec9e | [] | no_license | Magister/x11rdp_xorg71 | b1e6a4acf08812dc92b3e507bd22281697989ef0 | 097603f5f9cf6e8ea56d6e3f8bea6100cc835ada | refs/heads/master | 2021-01-19T07:41:02.050682 | 2012-02-11T21:49:32 | 2012-02-11T21:49:32 | 3,473,986 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,328 | c | /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/shared/bios_devmem.c,v 3.5 1998/09/13 00:51:32 dawes Exp $ */
/*
* Copyright 1993 by David Wexelblat <dwex@goblin.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee,... | [
"jay@1bcb0b09-b424-0410-92a4-e5ef3db1a8a0"
] | jay@1bcb0b09-b424-0410-92a4-e5ef3db1a8a0 |
c97b3328343856417f101259ccb47b9d5a639da2 | dadb03095d2ec2c1d70382bf280db0bccbd497d1 | /mega328_GPS_CAN/Src/Main.c | 67ad70386e7231b63e8b7e11e0b4db7a1ab8eb8e | [] | no_license | nalale/BoatFirmware | 493ff9cf8bbacb3fccb7e927036acfaff2b88db5 | 6476312e96541f55f916849912780912c7767a4d | refs/heads/master | 2021-06-15T01:32:03.516836 | 2021-05-25T06:30:09 | 2021-05-25T06:30:09 | 197,399,164 | 0 | 1 | null | null | null | null | WINDOWS-1251 | C | false | false | 1,710 | c | /*
* Main.c
*
* Created on: 17 мая 2020 г.
* Author: a.lazko
*/
#include "Main.h"
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <stdio.h>
#include <string.h>
#include "../ATmega328P-master/inc/SPI.h"
#include "../ATmega328P-master/inc/UART2.h"
#includ... | [
"alelazk@yandex.ru"
] | alelazk@yandex.ru |
5672076eec3b553ef3fe794cd26f3735b10ac6ca | 87d28f3a047f7a0c22046ee333cfac1e82703b60 | /ch04/code/printf.c | 11ac65a53e12625f0e12f77dc9fccc8a6806fd26 | [] | no_license | zxplsec/linear_algebra | d639a42ac0b9607397f0b368bba983edb58dfe65 | 442915f9e218ff64f37b8c78fb046205f3cc9ef0 | refs/heads/master | 2021-05-08T05:43:21.559068 | 2018-04-15T13:52:09 | 2018-04-15T13:52:09 | 106,508,967 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 77 | c | #include<stdio.h>
int main()
{
printf("Geek%sforGeek%s");
return 0;
}
| [
"xpzhang.math@whu.edu.cn"
] | xpzhang.math@whu.edu.cn |
e8c6c8ffff1c2af42fae36105bb1eb978fb18f26 | fc55c1ee23ee688ed0dff9047d3e49030c0f76f3 | /dump.c | 60c4e2759b753aa68ccd15080e5ea830ab52d608 | [] | no_license | loversmile/mytest | 768784013081d98993e3ded74fbf605d6bd033bb | 248eb6278a89f2077465f599044867ab6aac2d51 | refs/heads/master | 2021-01-10T08:17:40.471978 | 2016-03-28T03:41:50 | 2016-03-28T03:41:50 | 52,493,999 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 402 | c | /*************************************************************************
> File Name: dump.c
> Author:
> Mail:
> Created Time: 2015年02月28日 星期六 16时23分28秒
************************************************************************/
#include<stdio.h>
int main()
{
char *str = NULL;
while(*str)
{
... | [
"jklou@grandstream.cn"
] | jklou@grandstream.cn |
ebfbde0f30114cf4aae06dcb722d4337df5eaf36 | 112df2a11ca1d09b9503ede2bf3bea884656df6a | /CoreFiles/kalinote/console/cmd_start.c | 4e33a40e57009917da2743fe3453ffa4bccfc85f | [
"MIT"
] | permissive | youvalue/KalinoteOS | b31bf995232dcd6130be376cbbf8e575742ea298 | 7cd490686223a806c52e1f750d2bbb5379edd1a7 | refs/heads/main | 2023-02-19T15:05:42.929117 | 2021-01-23T12:49:15 | 2021-01-23T12:49:15 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 624 | c | /* 退出程序 */
#include "../bootpack.h"
void cmd_start(struct CONSOLE *cons, char *cmdline, int memtotal){
/* 在新的命令窗口启动一个应用程序 */
struct SHTCTL *shtctl = (struct SHTCTL *) *((int *) SHTCTL_ADDR);
struct SHEET *sht = open_console(shtctl, memtotal, 0);
struct FIFO32 *fifo = &sht->task->fifo;
int i;
sheet_slide(sht, 32,... | [
"840746219@qq.com"
] | 840746219@qq.com |
73e426fbe28b3a735c0696956ad45467384a006a | d792300a60bf72fc85f85d7297c7b878ede92fc6 | /bsp/inc/bsp.h | 3ef95f1dcb85f9dec94a9fa34b1cf227ec7598cc | [] | no_license | nahueespinosa/salt | f2882b6a8220dda16559c65281318e443bce5ff6 | 0fa33e4ad54c1ef9464be9194368bee91ce67c32 | refs/heads/master | 2023-01-22T05:43:55.373000 | 2020-11-29T16:13:26 | 2020-11-29T16:13:26 | 292,737,728 | 0 | 0 | null | 2020-10-01T23:39:33 | 2020-09-04T03:18:07 | C | UTF-8 | C | false | false | 2,787 | h | /*
* --------------------------------------------------------------------------
*
* Framework RKH
* -------------
*
* State-machine framework for reactive embedded systems
*
* Copyright (C) 2010 Leandro Francucci.
* ... | [
"nahue.espinosa@gmail.com"
] | nahue.espinosa@gmail.com |
838c0cdff1f1e0f6f58b8063f308aec7c91ec593 | 03a7c5275dfeb4369930679c561e73e9eeeeb215 | /CodeScanner/USER/stm32f10x_it.c | 76e0959e619ff1390536dc653ee5bac1ed89ed3e | [
"Apache-2.0"
] | permissive | lingjiawang511/myprogram_2016year | 620edf99783a0857e7dc93476a931a3a76909ff3 | 758bc0a2d9bdfda8e8664d539180cb14c96ace9c | refs/heads/master | 2021-01-23T07:21:29.008533 | 2020-04-26T07:15:46 | 2020-04-26T07:15:46 | 86,420,757 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 7,047 | c | /**
******************************************************************************
* @file Project/STM32F10x_StdPeriph_Template/stm32f10x_it.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main Interrupt Service Routines.
* This file provides template f... | [
"398677675@qq.com"
] | 398677675@qq.com |
3afd41daf1a9ef727174609417f5aacca43a12be | 1e55349d14d65e5be67e2e92d9978beb0ed7a0c0 | /examples/c/rkh/blinky_bm/bsp/src/assert.c | 66d02b8eaf625713096846593687653433b05c66 | [
"BSD-3-Clause"
] | permissive | martinribelotta/cese-edu-ciaa-template | 39b325389aff0a19dd1e14ed87088d63f3e222a8 | 8ff0977b104f4fe43f155d90bbc2ebbd3430fb2d | refs/heads/master | 2021-04-15T12:46:16.263408 | 2020-09-17T13:55:05 | 2020-09-17T13:55:05 | 126,267,255 | 1 | 0 | BSD-3-Clause | 2018-09-26T02:32:18 | 2018-03-22T02:20:04 | C | UTF-8 | C | false | false | 2,887 | c | /*
* --------------------------------------------------------------------------
*
* Framework RKH
* -------------
*
* State-machine framework for reactive embedded systems
*
* Copyright (C) 2010 Leandro Francucci.
* ... | [
"bukitoo@gmail.com"
] | bukitoo@gmail.com |
74fc6835d34cec1e2dae5784bb573dfa0198a474 | fee9e7a10356c611229a426bba147c9b489df089 | /Chapter12/example/prog12.4.c | 8a2eb0b7e6600b5f2e46e7a9795047a9ace3f34c | [] | no_license | ankitrgadiya/learn-c | e6be58f8ff588168ecf69b0ec92517118e07156b | 88445a9ccf99023e6753eb4fbe87ad5b6ee50086 | refs/heads/master | 2021-03-22T02:15:59.054313 | 2017-10-05T15:08:44 | 2017-10-05T15:08:44 | 88,732,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 849 | c | // Program to illustrate rotation of integers
#include <stdio.h>
int main (void)
{
unsigned int w1 = 0xabcdef00u, w2 = 0xffff1122u;
unsigned int rotate (unsigned int value, int n);
printf("%x\n", rotate (w1, 8));
printf("%x\n", rotate (w1, -16));
printf("%x\n", rotate (w2, 4));
printf("%x\n", rotate (w2, -2));... | [
"git@argp.in"
] | git@argp.in |
4c5c1cb98a1af17e1012f7d8c3e86c55604b726d | 0b82191215fffbe6c9b2cac63dfff5d18e40d01c | /tests/fixtures/stm32f1_project/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c | 6a67eef3d376458b55808934ff06cbac925ae87d | [
"MIT"
] | permissive | vznncv/vznncv-cubemx-tools | a737ab1526ed8ba144c88e59290bb1e4490eef96 | 9d73b578f1afb056accdbbefb66fe1f49337cd84 | refs/heads/master | 2020-03-19T15:28:22.820175 | 2019-07-11T17:59:04 | 2019-07-11T17:59:34 | 136,672,141 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 79 | c | Stub content:
Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c
| [
"vznncv@gmail.com"
] | vznncv@gmail.com |
37ebb384693854f54bf8573d1df8197b6533935a | 878d388f045cbe4ad82585385bb2c7b2af912c30 | /c_c++_project/epoll.c | 29ee690bed89aabb881dadd531781ae026c4bf01 | [] | no_license | 219gauss/android | 4270bee6535e3f6715a38164c01ecd94dde01a14 | d2556a0e6bab9ca377c7155755251c89c535ead0 | refs/heads/master | 2020-03-21T10:34:26.318251 | 2018-07-25T03:05:01 | 2018-07-25T03:05:01 | 138,458,795 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,317 | c | /*
*功能:监控某一文件是否有数据写入,如果有则打印出来
*执行:./epoll epoll_test/1 &
*/
#include <stdio.h>
#include <sys/epoll.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#define EPOLL_MAX_EVENT 4
#define EPOLL_MAX_DATA 500
int main(int argc,char** argv)
{
int epfd,opfd,i,event_num;
struct epoll_event event;
struct e... | [
"1459525376@qq.com"
] | 1459525376@qq.com |
dbf16474a120ed17d54c179cf4c524424f6f637e | 03b60dde2f22afe5bb7752558c0cfa20c4f251c2 | /third-party/LUFA100513/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h | 2e5f1caeef665e9f69400adb13107c52d2a4ee44 | [
"CC0-1.0"
] | permissive | CrashSerious/dump-ninja | 241e8f20c74eed7401e028bdc20eceb0bcc7110f | 36e8e4a7625bdc956582a3bf30972dabe229e606 | refs/heads/master | 2020-05-16T21:11:13.447711 | 2012-01-14T16:19:41 | 2012-01-14T16:19:41 | 3,175,915 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,801 | h | /*
LUFA Library
Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and... | [
"root@AVRDev.(none)"
] | root@AVRDev.(none) |
168cd3bfd3ccd448402375791c91fba90bfc2e6e | cbcd2f7e11e004034ef7d9f0589198ba86f8cca5 | /Postfix_Expression_Algo/arrayStack.c | 7a460d0f14de6df429ce725dec5b334e82b51d17 | [] | no_license | inventvictor/Data-Structures-and-Algorithms | 5d1bdb8d77a52471f5358f660ae8c9f7ece25025 | b267c023a4890786259fb678f1a7d0a02cf3faab | refs/heads/master | 2022-09-18T18:36:58.691241 | 2022-09-08T05:13:57 | 2022-09-08T05:13:57 | 98,222,993 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 851 | c | /*
* arrayStack.c
*
* Created on: Nov 18, 2016
* Author: inventor
*/
#include "arrayStack.h"
#include <stdbool.h>
char array[STACKSIZE];
char *arr_ptr = &array[STACKSIZE-1];
int ptr_counter = STACKSIZE;
bool stack_isEmpty()
{
bool b = false;
if(ptr_counter == STACKSIZE)
{
b = true;
}
return b;
}
... | [
"victorshoaga@gmail.com"
] | victorshoaga@gmail.com |
9b61c6b11509f78e7248b0e1265c8a49121277d9 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/Python-2.7.13/Modules/zlib/gzwrite.c | 2c9ac2b2f60a283032eae46b7e79ca53e6ff65fa | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,084 | c | local int gz_init OF((gz_statep));
local int gz_comp OF((gz_statep, int));
local int gz_zero OF((gz_statep, z_off64_t));
local int gz_init(state)
gz_statep state;
local int gz_comp(state, flush)
gz_statep state;
int flush;
local int gz_zero(state, len)
gz_statep state;
z_off64_t len;
int ZEXPORT gzwrite(file, buf, len)... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
f39483a20b77f95659c49efc89f27aae18d3def5 | c99d6f8fab0e587bcfa5d21bd5a126851b7bdf24 | /kalimba/lib_sets/sdk/include/multirate_operators/cbops_peak_monitor_op.h | 916f379ccd9bbd00a7969a9fbc0c919c8668f1cd | [] | no_license | DIIIIII/koovox_adk4.0 | cd75854533a1b88667bdc21f8ef6e9476e289cc3 | ed6522025aca351885b47593620926889b914d37 | refs/heads/master | 2020-04-28T17:00:38.985571 | 2015-08-21T07:02:09 | 2015-08-21T07:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 600 | h | // *****************************************************************************
// %%fullcopyright(2007) http://www.csr.com
// %%version
//
// $Change: 2317643 $ $DateTime: 2015/07/10 11:14:28 $
// *****************************************************************************
#ifndef CBOPS_PEAK_MONITOR_HEADER_... | [
"youqiukun@163.com"
] | youqiukun@163.com |
6872e3100c43ed0fc4e192fa43560a23f32c4187 | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /src/sys/dev/qbus/dl.c | e0aab6274c2eccd387a8d0258b93a32ba6a248c8 | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | libos-nuse/frankenlibc | 7f33a86f277ea13eeae573e0339b03c5e2a9ff58 | b2e9db0084847aaa63fcddce2f5bf2e0e43669d5 | refs/heads/lkl-musl | 2021-01-21T23:30:07.179889 | 2018-06-21T07:46:36 | 2018-08-14T03:52:22 | 47,620,000 | 9 | 6 | NOASSERTION | 2019-02-21T14:53:00 | 2015-12-08T12:13:28 | C | UTF-8 | C | false | false | 14,149 | c | /* $NetBSD: dl.c,v 1.49 2014/07/25 08:10:38 dholland Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe.
*
* Redistribution and use in source and binary forms, with or without... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
fb1a94af798064d824a0242cdb6aee427d56ecd6 | 623e0e47d56d896f231c45c9b05cb223cac31080 | /queue3.c | de03be2681375e5c6f21c3c7f4c6cb098f7e2f32 | [] | no_license | haleyhamilton/graphs | d362e80b6f95ea781858af9294170b241fb5efd1 | 569626862dc8f4df93aa0f703ffff811a5351bad | refs/heads/master | 2021-09-01T00:41:05.800098 | 2017-12-23T22:15:30 | 2017-12-23T22:15:30 | 115,223,961 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,052 | c | #include <stdio.h>
#include <stdlib.h>
#include "mylib.h"
#include "queue.h"
#include "string.h"
typedef struct q_item *q_item;
struct q_item {
int item;
q_item next;
};
struct queue {
q_item first;
q_item last;
int length;
};
queue queue_new(){
queue result = emalloc(sizeof *result);
result->length =... | [
"noreply@github.com"
] | haleyhamilton.noreply@github.com |
d7e9e977df23176b6c40f93790f0d0212cebcfb7 | 165e7f37f36adf0b002ed125a8c2a38986f8bea8 | /EvalBoards/Microchip/Explorer16/PIC33FJ256/MPLAB_C30/OS-Probe/app_cfg.h | b9401e077ce8eadbac2e7b241dc20bf166ca59c6 | [] | no_license | bright-pan/Anti-Stealing | cfd53797c63b32deba56d19041e2119e952e208d | c9a7894f7e4f7986269b1c4bdfd21910bbe70324 | refs/heads/master | 2020-05-29T13:56:55.960668 | 2010-12-07T01:31:32 | 2010-12-07T01:31:32 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 6,617 | h | /*
*********************************************************************************************************
* uC/OS-II Application Configuration
*
* DO NOT DELETE THIS FILE, IT IS REQUIRED FOR OS_VER > 2.80
*
* CHANGE SETTINGS ACCORDI... | [
"loststriker@gmail.com"
] | loststriker@gmail.com |
8102b8a3e89c92062f024aac87f1a8ca63c8be45 | 9f89cc4b6ce520201697622e59f1e8d5e2e96842 | /libft/ft_lstdelone.c | 612ce20bf0bd85e7a2369284d90206a1056e4acd | [] | no_license | hyechanshin/Fdf | 2cbe1c7a1626435cb4e890d2e2f760b2fec2019a | 916669c42804faaa9034edea0571941f7c70f7ea | refs/heads/master | 2023-05-10T09:52:56.663600 | 2021-02-24T19:21:42 | 2021-02-24T19:21:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,073 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdelone.c :+: :+: :+: ... | [
"kirikeria@gmail.com"
] | kirikeria@gmail.com |
2e1fb38c3af1dc2df85c205fa1312c16131e6289 | 2ca6d465b18431a57690a068552d19d84b9aece2 | /multi_thread/local_test.c | 7707f28a04cf6b5eb41dfdb2bf7b7de3e94212d0 | [] | no_license | mkchiny/backup_file | f41066ac0c632b5c4286873117acf91468929214 | e92a51fed9dacdf857d289702c688472dc8159ae | refs/heads/master | 2021-05-25T10:37:11.670816 | 2020-08-05T03:34:05 | 2020-08-05T03:34:05 | 127,128,390 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,043 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include<sys/types.h>
#include<sys/socket.h>
#include<netinet/in.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/un.h>
#define max_num 4
typedef struct
{
int fd;
struct sockaddr_in addr;
int addr... | [
"noreply@github.com"
] | mkchiny.noreply@github.com |
8f7d3e44857ac33ebee1e2fa253a778f81c03a05 | 3c883e1084f0a61e558c2d210bb1b4ae8a5e6a06 | /third_party/nvxs-1.0.2/CLAPACK/SRC/cgeqlf.c | a489c9139f70bc8d25734fd728ecf6586899fe87 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"Python-2.0",
"BSD-3-Clause"
] | permissive | nya3jp/python-animeface | 7e48aa333c9f365a80acdf43e5d516edc8d0b189 | 15caf8b1ca29847f0dceb54e4b91c77726c4111c | refs/heads/main | 2022-04-29T20:17:01.198810 | 2022-04-04T10:17:59 | 2022-04-04T10:17:59 | 10,998,381 | 150 | 14 | Apache-2.0 | 2022-04-03T07:18:40 | 2013-06-27T14:06:08 | C | UTF-8 | C | false | false | 7,291 | c | #include "f2c.h"
#include "blaswrap.h"
/* Table of constant values */
static integer c__1 = 1;
static integer c_n1 = -1;
static integer c__3 = 3;
static integer c__2 = 2;
/* Subroutine */ int cgeqlf_(integer *m, integer *n, complex *a, integer *lda,
complex *tau, complex *work, integer *lwork, integer *info)
{
... | [
"takahashi.shuhei@gmail.com"
] | takahashi.shuhei@gmail.com |
5a47d296e3481dfceee48ec02dedde8e808e22e1 | 3639afac9a2c26df76e985f18ca1160a8030b59a | /len.c | 9702f43dfb412d0fc0ba2acd06fc9f7f47cc517b | [] | no_license | pavind98/pavi | 20cb31e9c0b93934095ea31f05183f207cb7418a | 4a257dd47c26753d3a743f354679b12c98cba989 | refs/heads/master | 2021-01-15T13:36:22.100534 | 2018-02-28T11:11:17 | 2018-02-28T11:11:17 | 99,679,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 212 | c | #include<stdio.h>
void main()
{
int l,b,h,c,d;
printf("enter the values");
scanf("%d%d%d",&l,&b,&h);
c=2*(l*b+b*h+l*h);
printf("total surface of a cuboid is %d",c);
d=l*b*h;
printf("volume of cuboid is %d",d);
}
| [
"noreply@github.com"
] | pavind98.noreply@github.com |
0baefd07bb8e12e6c3fdf5174a143ef935181581 | 3839a59d66f65daaaf9f8f12ed1952223ecc116c | /tests/net/tcp/src/main.c | 1799929c5ea374d8317d7a8f1b0196b03d694222 | [
"Apache-2.0"
] | permissive | Jason0204/jasontek_f103rb-zephyrOS-project | 74e7863222c05e10f30a1c8951c43af60bc57baf | 21f354f9f0f13ff5f9fe0ed4236fa79635068591 | refs/heads/master | 2021-01-11T14:37:16.982857 | 2017-06-03T12:26:04 | 2017-06-03T12:26:04 | 80,175,240 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,176 | c | /* main.c - Application main entry point */
/*
* Copyright (c) 2016 Intel Corporation
*
* 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.... | [
"root@promote1204.router"
] | root@promote1204.router |
6695fd12e433549f310e0567b53702efce2f6a98 | c7be5b45ee13d3f2bad32902f8602ee00dff13c0 | /numeric/AKWF_0487.h | 5ff63a51334301bf54aa304b855dc53892d430c9 | [] | no_license | DatanoiseTV/AKWF_WaveForms_1024 | d38ed856416b093d3b0c0b7ef8203cd3fdf20f20 | 54c9d55511f007feacfac3d437e0eb1d1f214d5e | refs/heads/master | 2021-01-19T22:01:48.646095 | 2014-07-08T12:34:35 | 2014-07-08T12:34:35 | 21,574,675 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,406 | h | // Converted by AKWF2Teensy from AKWF_0487.wav.
// AKWF2Teensy - Beerware by Datanoise.net.
const int16_t AKWF_0487[1025] = {
217, 639, 1062, 1485, 1908, 2328, 2748, 3164, 3579,
3985, 4389, 4788, 5181, 5566, 5945, 6316, 6679, 7031, 7376,
7711, 8036, 8350, 8653, 8945, 9223, 9491, 9746, 9... | [
"github@ext.no-route.org"
] | github@ext.no-route.org |
a9dc7f189b7bd847f70f29b02750875ced440a38 | e41c5d10d50013752a9b4fa0823b30a55ab4c958 | /src/kernel/management/mm.c | 6bf0be8370cf09d5b95569d1620f305df6d1216a | [] | no_license | autumn-wind/os-lab1 | de4dffcbe923275e72639480211862582def72c6 | 4c7e3e2c5185f75100b7dff084771e41c9d267ae | refs/heads/master | 2021-05-04T11:00:18.959405 | 2017-05-11T06:15:08 | 2017-05-11T06:15:08 | 48,466,517 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,262 | c | #include "kernel.h"
static void mm(void);
extern uint8_t mem_maps[PAGE_NR];
pid_t MM;
uint32_t get_free_page(){
int i;
for(i = 0; i < PAGE_NR; ++ i){
if(mem_maps[i] == 0){
mem_maps[i] = 1;
return KMEM + i * PAGE_SIZE;
}
}
panic("No free page is found!\n");
return 0;
}
void copy_mem(char *dest, char ... | [
"junf_wang@126.com"
] | junf_wang@126.com |
3fc434589591683f4ec7e04e48fd991cbc79228f | 01a4e429aeed06d87a74960818115ce2f534a462 | /apps/i2c_fail_safe_bootloader/host_app_nvm/firmware/src/config/sam_e54_xpro/peripheral/nvic/plib_nvic.c | 29b31940be2c2230bf6ce551f98c4aebc6883f2f | [
"ISC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jmaya371/Boot-i2c | de7457db5946f3688c160bdd737be9c87a5360a6 | 1aa53edf577ac6b0d1096c753bd11997c79a6c89 | refs/heads/master | 2023-03-07T13:31:04.998810 | 2020-11-30T23:19:56 | 2020-11-30T23:19:56 | 340,567,769 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,795 | c | /*******************************************************************************
NVIC PLIB Implementation
Company:
Microchip Technology Inc.
File Name:
plib_nvic.c
Summary:
NVIC PLIB Source File
Description:
None
****************************************************************************... | [
"amit.raddi@microchip.com"
] | amit.raddi@microchip.com |
045bdf79728ce0ab185922364f8b0baf61ee5bb1 | 1e395205d1c315c269a44c2e465831f862b2a491 | /src/nimbro/hardware/cm730/firmware/CM730_HW/src/system_init.c | 924b93bda21d48b4041d4f488f6326fe1680a42d | [] | permissive | anh0001/EROS | 01c46f88cc91ef0677b482124b2974790143e723 | a5fae8bf9612cd13fbbcfc0838685430a6fe8fa4 | refs/heads/master | 2021-08-28T00:07:13.261399 | 2021-08-20T08:56:12 | 2021-08-20T08:56:12 | 195,176,022 | 0 | 2 | MIT | 2021-08-20T08:52:12 | 2019-07-04T05:44:14 | null | UTF-8 | C | false | false | 23,542 | c | /************************* (C) COPYRIGHT 2010 ROBOTIS *************************
* File Name : system_init.c
* Author : zerom
* Version : V0.1
* Date : 2010/08/25
* Description : Functions relating to system initialisation
* Comment : This file has be... | [
"anhrisn@gmail.com"
] | anhrisn@gmail.com |
0b3e9021be2486464a4926ecb645d361f9892898 | e279fe2c4e0822448b19f4dfe871f24287b79c26 | /variants/ArduCAM_ESP32S_UNO_PSRAM/pins_arduino.h | 3a9417d71fe954206e55472de9cea323ba56b1f6 | [] | no_license | ArduCAM/ArduCAM_ESP32S_UNO_PSRAM | 171f5ef073f820ea98222c0f34d92253eadaa0a9 | 18463b501075000784d3b3e6409c20b33c082ae0 | refs/heads/master | 2022-03-09T11:03:20.209031 | 2021-09-09T01:15:52 | 2021-09-09T01:15:52 | 196,910,169 | 21 | 25 | null | 2022-02-24T23:44:15 | 2019-07-15T02:32:17 | C | UTF-8 | C | false | false | 2,186 | h | #ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#define EXTERNAL_NUM_INTERRUPTS 16
#define NUM_DIGITAL_PINS 40
#define NUM_ANALOG_INPUTS 16
#define analogInputToDigitalPin(p) (((p)<20)?(esp32_adc2gpio[(p)]):-1)
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
#define digitalPinHa... | [
"avahe.uctronics.com"
] | avahe.uctronics.com |
b8cef1fefeb0d5061e3acfe668d228e2bc3b4f6f | 9980de4267127b2ef8452af164387526dc1ca483 | /platform/Device/SiliconLabs/EZR32HG/Include/ezr32hg320f64r69.h | 3af332c26f7c2e7b164da1f07f442d168103dc3b | [] | no_license | a-v-s/Gecko_SDK | 74df2d4cace0da22cdc382102e65f489b7d33a25 | f32fba67c98aa7f447708424ad2aa9519bc57fd2 | refs/heads/master | 2022-02-25T18:03:15.036123 | 2019-09-01T12:53:02 | 2019-09-01T12:53:02 | 186,304,303 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 23,116 | h | /***************************************************************************//**
* @file
* @brief CMSIS Cortex-M Peripheral Access Layer Header File
* for EZR32HG320F64R69
* @version 5.8.1
*******************************************************************************
* # License
* <b>Copyright 2019 Silic... | [
"andre@philosopher.it"
] | andre@philosopher.it |
f8c44c62f46576c9bae111a220e5913dde2e56d7 | 78f22f375dac012269b8dac63ccb3f2537e4358b | /main.h | bcd4002c5f8e598e7f71edad87a344ca873c4b93 | [
"MIT"
] | permissive | jackmygreat/end.ac | d798547db83c49fb9d5c16bda8bd06a36c19ae4f | 33e7fffc62e2b7ec6ba29ab41036ca2c2597e82a | refs/heads/master | 2022-02-02T21:42:20.895137 | 2019-06-17T06:25:38 | 2019-06-17T06:25:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,069 | h | #ifndef _XDPD_MAIN_H
#define _XDPD_MAIN_H
#include <sys/socket.h>
#include <linux/if.h>
#include <linux/if_ether.h>
#define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1)
#define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask))
#define SRV6_END_AC
#define SRV6_PSP
#ifdef SRV6_END_AC
#include <pthread.h>
#endif
//#define ... | [
"eden@nttv6.jp"
] | eden@nttv6.jp |
acf36eaa7874588989de33bd95a3500c8621ed56 | 004120f3f7cc962f72cd4f29f45096f32fd1b284 | /C01/ex06/ft_strlen.c | 250949198298f88415c335fdd56c317c3e9bd02f | [] | no_license | gperuchi/42-Basecamp | e3104b50279a2f29003dd9d655747a92c16e028d | 84e5c73998336bb5c67ac1bf8391eb7c20da3b44 | refs/heads/main | 2023-04-16T11:04:03.522143 | 2021-04-20T22:40:17 | 2021-04-20T22:40:17 | 351,912,817 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 995 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlen.c :+: :+: :+: ... | [
"gperuchi@student.42sp.org.br"
] | gperuchi@student.42sp.org.br |
112d141b3387959a6638445da509b6701f3f1533 | 9dbce2353cc5371cfa1c11536f895a45a259c488 | /Projet-ABDALLAH-LALLIS/fonction.c | 640566c33ec96a842874b7db86acb9d893aacefe | [] | no_license | Alsroth/Compilateur_miniC_DOT | e091bea9f9aff387599af61e64a92a4b29cdece8 | 34dd9e75f48c74e175865e0a0014bf10ecc13afc | refs/heads/master | 2020-04-20T19:39:45.742884 | 2019-12-18T20:19:48 | 2019-12-18T20:19:48 | 169,055,186 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,637 | c | // main.c
// Compilateur
//
// Created by Swabahadine ABDALLAH on 13/03/2019.
// Copyright © 2019 Swabahadine Abdallah. All rights reserved.
//
typedef struct Variable Variable;
typedef struct Environnement Environnement;
typedef struct Pile Pile;
struct Variable{
char* nom;
int valeur;
};
Variable li... | [
"alexandre.lallis@gmail.com"
] | alexandre.lallis@gmail.com |
17c3554a0e5f96c50a0bc58e036e717366402412 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/mpv/video/out/opengl/extr_context_angle.c_angle_swap_buffers.c | 7bd2ae27dc9b5bcdf7e449fce6264ee92f23ec6f | [] | 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 | 799 | 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 |
ec6feca65f5354de55edbaf9ae9a10fd55d7611e | 3031cee249c04edae3c36413e6e5f5ef10843ba6 | /V2/Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_adc.h | a58955935e53cfc4360f06149d9da6e3e91ae5e8 | [
"BSD-2-Clause"
] | permissive | HeyBirdie/Instrulab_V3 | bf3fe8e6abfbd60fa7bcec614e6f98b2585c3167 | a2084f98443e86bd7905afed902501c12435a762 | refs/heads/master | 2020-03-30T16:42:12.020715 | 2019-04-18T11:15:18 | 2019-04-18T11:15:18 | 151,422,183 | 0 | 1 | NOASSERTION | 2019-04-18T09:27:41 | 2018-10-03T14:03:15 | C | UTF-8 | C | false | false | 62,296 | h | /**
******************************************************************************
* @file stm32l0xx_hal_adc.h
* @author MCD Application Team
* @version V1.8.0
* @date 25-November-2016
* @brief Header file of ADC HAL module.
************************************************************************... | [
"jan.mucala@gmail.com"
] | jan.mucala@gmail.com |
3d12156873325b43c7c13e0ee02ed8f70af0a67c | a18fa21acbcab410b619ca4400fa23f050745b1c | /P7.c | ea9d0c5cd7da61b9a9500a0f0735b12a03dce1ae | [] | no_license | LeslyMontufar/MTP2018-2 | 4a9d592db582fa3535becb8ecbe14780a65ae71e | 7ed0cfc03cc0e53614e94c0045aae4019449dc78 | refs/heads/master | 2021-07-25T07:52:28.318993 | 2018-12-14T03:02:37 | 2018-12-14T03:02:37 | 144,895,712 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,590 | c | /* P7.c */
/* Lesly Viviane Montúfar Berrios */
/* 11811ETE001 */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define r 1
typedef struct {
float x, y;
}Ponto;
void gerarArquivo();
void recuperarPontos();
int main(){
char option;
fprintf(stdout, "\n\t1. Gerar arquivos com pontos\n");
fprintf(stdout,... | [
"noreply@github.com"
] | LeslyMontufar.noreply@github.com |
4e3adef2d8958877e8749007a9becb860af0b455 | f4892c12c0e2ffdfbd678176dc8fa03f051314c4 | /examples/c_api/query_condition_dense.c | 35468e9c3d19c30fa40217f498a789393a446f98 | [
"MIT"
] | permissive | TileDB-Inc/TileDB | 06c15bcf6e3c62b191a6daa40fb33b41af2bdcdc | fddbe978d50ea7c9706fb0b7ca403c47986a4909 | refs/heads/dev | 2023-09-04T01:18:20.642838 | 2023-08-31T19:23:04 | 2023-09-02T14:36:02 | 86,868,560 | 1,779 | 204 | MIT | 2023-09-14T14:40:20 | 2017-03-31T23:44:23 | C++ | UTF-8 | C | false | false | 13,080 | c | /**
* @file query_condition_dense.c
*
* @section LICENSE
*
* The MIT License
*
* @copyright Copyright (c) 2022 TileDB, Inc.
*
* 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 with... | [
"noreply@github.com"
] | TileDB-Inc.noreply@github.com |
e05f3c9bc8d46d58dd25b1bdb6144d5c662b8ed7 | f106b2ada207084f76f3fcd16283302fff257b70 | /frameworks/runtime-src/Classes/Const.h | e8c8ea1c9cdd0a6cd920bccd626467cfa6fdf558 | [] | no_license | djs-it/LinkUp | 3d15d22b3d855ee8e52ffbd9437399e90d92a5f6 | a9df86c07ea7f28a1822cd660d995c593ac3b9df | refs/heads/master | 2021-06-06T04:01:44.798236 | 2016-07-22T08:12:03 | 2016-07-22T08:12:03 | 63,861,048 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 247 | h | //
// Const.h
// Template
//
// Created by Tim Mars on 4/20/15.
//
//
#ifndef Template_Const_h
#define Template_Const_h
#define UUID_IOS_KEYCHAIN "5G2TD45G3P.com.donopo.overlap"
#define XXTEA_KEY "d@n0po"
#define XXTEA_SIGN "donopo"
#endif
| [
"djs_it@163.com"
] | djs_it@163.com |
d51b1dcd5cd29364c1d6dda1945aa93f99e76645 | 4d26465ff79d1b7d328f324941fcfc1f09952e1f | /SDK_v4_geri/5G_ICT_Open_Platform_device_sdk_4.5.6_C_TCP/project/src/dynamic-library/iotmakers_dll_impl.c | d7b8b9e7523b3d5b01f8038959fa2c87596d67c7 | [
"LicenseRef-scancode-other-permissive"
] | permissive | soosun/sdk_v4 | 098ee29587f5803118411d8b1c2b428387695e67 | 721b83733accb3783966f57e8259f922d8d933a3 | refs/heads/master | 2023-05-31T19:28:53.637648 | 2021-06-14T23:07:37 | 2021-06-14T23:07:37 | 366,534,091 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,081 | c | /**
* Copyright (c) 2018 KT Corp. All rights reserved.
*
* This is a proprietary software of KT corp, and you may not use this file except in
* compliance with license agreement with KT corp. Any redistribution or use of this
* software, with or without modification shall be strictly prohibited without prior ... | [
"soosun1@daum.net"
] | soosun1@daum.net |
1f97ebf95b08e276b8944ae00e1b404c6d9cc405 | c1af42bb78cdeac97dcbcce7f85161a5ea7ab7e0 | /src/game_processing/game_main.h | 44328c9a7f7e83d3b8533c7febc700b3a00f1199 | [] | no_license | ditrol/tmmo | 288612460339512479525d7b72e9dc8af153c24d | 9582a6085fa2161a0af245368257cd11a6a20d69 | refs/heads/master | 2021-01-12T12:13:26.088895 | 2017-03-27T20:18:54 | 2017-03-27T20:18:54 | 72,372,369 | 0 | 0 | null | 2016-10-30T20:03:41 | 2016-10-30T20:03:41 | null | UTF-8 | C | false | false | 581 | h | #include "map.h"
#include "../map&builds_gen/buildgen.h"
#include "character.h"
#ifndef GAME_MAIN_H
#define GAME_MAIN_H
#define tick_delay 10000 //1000 = 1ms
#define BUILDING_TYPE_OFFSET 10
typedef enum building_type
{
barrack = 0,
smithy,
market,
tavern,
academy
} building_type_t;
typedef stru... | [
"postem256@gmail.com"
] | postem256@gmail.com |
5539483810ecfb68b42ba34a08956d1f6191d34c | 7696875004ebef1287c8bff0875ec74b39314e89 | /4_fillit/libft/ft_strnequ.c | b1fda05e2ab323d8bb679f82e567ea354171e41e | [] | no_license | criro1/fgeorgin | 06565f4219e183e62c33f03dd83200faca45620e | 6f04101794cb8b6dcf82564c367a36710478a839 | refs/heads/master | 2021-06-28T23:55:14.030377 | 2020-10-21T09:28:41 | 2020-10-21T09:28:41 | 184,742,566 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,079 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnequ.c :+: :+: :+: ... | [
"fgeorgin@at-o7.21-school.ru"
] | fgeorgin@at-o7.21-school.ru |
3e5e6128ba9c522ca89a80b7752af2f104324e1a | cb66093cc5909b35d710e9d722930fe449d4b09d | /pilot/include/header.h | 9a556a8395db39e8b3366ddb36a44eeb638a34c0 | [] | no_license | samanbarghi/syscall-overhead | b163c29598e20f0a7146f11feb268140e1cdb372 | e15fc2048ed0e1cf8f99f94a5034a1e7ab6d1bb6 | refs/heads/master | 2020-04-11T06:27:31.840365 | 2015-12-03T21:04:20 | 2015-12-03T21:04:20 | 20,651,169 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 820 | h | #include <stdio.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/shm.h>
#include <sys/ipc.h>
#include <fcntl.h>
#include "spec.h"
#ifndef _SM_HEADER_H_
#define _SM_HEADER_H_
#define SM_SHMKEY 1020
syscall_page *shared_syscall_page(){
key_t key = SM_SHMKEY;
int shmid;
size_t shmsize = sizeof(sy... | [
"sbarghi@amquant.com"
] | sbarghi@amquant.com |
0c0b6d498fcf8236f9da14a5ea6f01e3935c2d92 | d9889fc26bee3790130b8e01e8d8c63bd13ab6d4 | /libft/srcs/ft_strncmp.c | 9610abdf86f4dfb0de840b65c6d4ce9233bf5972 | [] | no_license | multisme/philo | 7836aef1e25735b60ba0cac768f1d6b4526f76e1 | 0a6adde599cb4ff24b31d1a0058783b4d954db31 | refs/heads/master | 2021-08-22T04:56:05.629959 | 2017-11-29T10:34:29 | 2017-11-29T10:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,203 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncmp.c :+: :+: :+: ... | [
"takiapo@e2r12p22.42.fr"
] | takiapo@e2r12p22.42.fr |
b6b7adc3ce32b5a8062cc2ae7dbdeab344d0b1b3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/video/fbdev/extr_leo.c_leo_unmap_regs.c | 1818cd781a46434dc349ff569f5ff0f51f6e133a | [] | 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,322 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.