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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1801ca2b7f70abb755e793f879eb8c6e103e833b | eb4d5ed9ab6b8bfe6de77fbb5be8f2b6127147d7 | /src/ber-encode.c | 01978bef77b73c9dbe5184327ccc87f119d3c245 | [] | no_license | jsreynaud/libber | e04f52c896b9501fe6828802b2ca7a4825aed7d5 | 1777d1fb868056bfdfb3cba27960ef1419746783 | refs/heads/master | 2020-05-18T06:23:45.305127 | 2019-04-30T09:31:47 | 2019-04-30T09:31:47 | 184,233,578 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,255 | c |
/*
* Copyright (c) Abraham vd Merwe <abz@blio.com>
* 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 l... | [
"js@qowisio.com"
] | js@qowisio.com |
b948545bc38ba039845289ac8087808de17e8aa9 | 3788f036b37ff112ea89cc5ba09b8bf2f2637b12 | /draw.c | 23e889f71e5f2c40a332ed9dfa61ea36f1c8f7c0 | [] | no_license | BretzelLudique/fractol | bbdc430a373e86b83f5406ba3df0e85302006b4a | e6963cb767e80747f5e8f6a382e1a68538ff7f9c | refs/heads/master | 2021-07-07T21:13:05.531078 | 2020-10-18T07:14:09 | 2020-10-18T07:14:09 | 201,299,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* draw.c :+: :+: :+: ... | [
"czhang@student.42.fr"
] | czhang@student.42.fr |
44b4be01f37917c78e8cf240938582dcc85df328 | 470cc2385e37f19297dbb0b6d5a5c5b90d1a7fac | /src_utils/ft_putstr.c | 60f3e0ae22c8c04844c18b3f01716ed12d5e0622 | [] | no_license | rludosanu/ft_p | 673937cd5840a707a03dc29a407d73fb0462fd6c | f10333df3962f79bdc87ac83248082e8717211ab | refs/heads/master | 2020-03-25T14:59:51.449423 | 2018-08-07T11:59:36 | 2018-08-07T11:59:36 | 143,866,929 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 981 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"rludosan@e2r13p12.42.fr"
] | rludosan@e2r13p12.42.fr |
5e2c79b15e30c41ef80c60b5dc97aa84cf23a0d1 | 9ab6784270acafe506344497e6ac918e27c50363 | /src/synth_extras/midi_log.h | cebc35e48542e54550728325e064c2adb0015322 | [
"Apache-2.0"
] | permissive | brendanregan/ws-ldn-12 | d66ba6bafdf92faac7697c0062c3fda320c7504d | c8f449408ff1d617470f3f57f1f185ab9158f999 | refs/heads/master | 2021-01-22T06:28:29.175605 | 2016-08-22T18:55:13 | 2016-08-22T18:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 189 | h | #include <stdio.h>
#include "stm32746g_discovery_lcd.h"
#include "usbh_MIDI.h"
void init_midi_log();
void log_to_lcd(const char* msg);
void log_midi_packet(const midi_package_t* packet);
| [
"k@postspectacular.com"
] | k@postspectacular.com |
fe6360c6c23cc2122cdb9365fbe50c8f49f7952e | c4e4b5aba1950e7d094c100a63aedd67a23622aa | /ch01/power2.c | 5fe638078ac904cb44842feecf602425f78a1c68 | [] | no_license | pto/C | 54f2f895c7455b3f196dc830139090a2966e3d09 | f454d918b90c8930527ae49e1ed3199ece1a4cc9 | refs/heads/master | 2021-06-09T21:24:45.337086 | 2021-02-27T01:22:44 | 2021-02-27T01:22:44 | 16,157,866 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | c | #include <stdio.h>
int power(int m, int n);
/* test power function */
main()
{
int i;
for (i = 0; i < 10; ++i)
printf("%d %d %d\n", i, power(2,i), power(-3,i));
return 0;
}
/* power: raise base to n-th power; n >= 0; version 2 */
int power(int base, int n)
{
int p;
for (p = 1; n > 0; --n)
p = p * base;
... | [
"pto@me.com"
] | pto@me.com |
c88911306bb1e1115052a45237cd72d77f56ea6c | 8886361e436c7598419f444a52ae587bf94b1fbe | /plugins/codecs/zfp/src/share/parallel.c | 0cbdc02c3613a29917cc113dd3eea7c8598c509b | [
"BSD-3-Clause"
] | permissive | Blosc/c-blosc2 | d4b69bf735e1440ea1d7e147f434b488f975c8d4 | 6bbade9e13bd166ea0189f8c3b6253c9bbe9bb54 | refs/heads/main | 2023-08-31T15:47:35.224132 | 2023-08-31T03:01:37 | 2023-08-31T06:01:40 | 40,355,993 | 358 | 85 | NOASSERTION | 2023-09-12T09:26:36 | 2015-08-07T10:51:35 | C | UTF-8 | C | false | false | 2,677 | c | #ifdef _OPENMP
/* block index at which chunk begins */
static size_t
chunk_offset(size_t blocks, size_t chunks, size_t chunk)
{
return (size_t)(((uint64)blocks * (uint64)chunk) / chunks);
}
/* initialize per-thread bit streams for parallel compression */
static bitstream**
compress_init_par(zfp_stream* stream, cons... | [
"francesc@blosc.org"
] | francesc@blosc.org |
434188d297df58937a5040388e67d1c5db0c0c54 | ffb568806e34199501c4ca6b61ac86ee9cc8de2e | /tool_project/SequenceEditor/old_lib/opensource/pawncompiler/source/amx/amxstring.c | b545304420214b5e17c44a419d207c5df70f6f3d | [] | no_license | Fumikage8/gen7-source | 433fb475695b2d5ffada25a45999f98419b75b6b | f2f572b8355d043beb468004f5e293b490747953 | refs/heads/main | 2023-01-06T00:00:14.171807 | 2020-10-20T18:49:53 | 2020-10-20T18:49:53 | 305,500,113 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 30,855 | c | /* String functions for the Pawn Abstract Machine
*
* Copyright (c) ITB CompuPhase, 2005-2009
*
* This software is provided "as-is", without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from
* the use of this software.
*
* Permission is gra... | [
"forestgamer141@gmail.com"
] | forestgamer141@gmail.com |
cc29a81ff9ecb5f08c2a1ef6639690ff8a033607 | 7d41b4c0aba05b2d50acb52b95302e96ade658d1 | /defs.h | 693fb57466045bd2fdc82458fd74075160c6c703 | [] | no_license | Terminus-IMRC/EgomaniacNumber | 6c67773c88c29d6665c7d0f64478d4efc520e921 | 2beb7ac13add95d2c00c880106d8a52a12c9e2ce | refs/heads/master | 2021-01-23T13:42:12.616669 | 2013-05-13T04:26:23 | 2013-05-13T04:26:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 154 | h | #ifndef __DEFS_INSIDE__
#define _DEFS_INSIDE__
#include <time.h>
extern double startc;
void will_and_die(char*, int);
_Bool isthetime_came();
#endif
| [
"i.can.speak.c.and.basic@gmail.com"
] | i.can.speak.c.and.basic@gmail.com |
12c9c6151a9bf5a0f861456cdeae0ec7ecfd14bf | 85ccd32aa73eecf274a937f1fc3b6f4d484b77da | /test cases/common/74 file object/subdir1/prog.c | 38d13d2424b6f045565eb5dedb4f23def3eb874b | [
"Apache-2.0"
] | permissive | mesonbuild/meson | 48321cf4235dfcc0194fed90ff43a57367592bf7 | cf5adf0c646474f0259d123fad60ca5ed38ec891 | refs/heads/master | 2023-09-01T05:58:50.807952 | 2023-03-17T20:27:37 | 2023-08-31T11:52:41 | 19,784,232 | 5,122 | 1,848 | Apache-2.0 | 2023-09-14T15:47:23 | 2014-05-14T15:08:16 | Python | UTF-8 | C | false | false | 191 | c | #include<stdio.h>
int func(void);
int main(void) {
if(func() == 1) {
printf("Iz success.\n");
} else {
printf("Iz fail.\n");
return 1;
}
return 0;
}
| [
"jpakkane@gmail.com"
] | jpakkane@gmail.com |
1b2f5729bb347c61516032cc3d3a0a7334fe0a9a | edc9bd66ec284551ec5ed5cadf431ed2668a3ba8 | /DSP_28004x_TS_Ctl/ModeCloseLoop/Src/modeCloseLoop.c | a23fa960237e4e30e0db465b2aed18071fb258df | [] | no_license | semrade/DSP_280049x_TS_Ctrl | 0724fa7e94eeb100846fc36064ba420bda01aaf2 | 2f3db14a047286c3c648bf0013fda4bde6c4eb14 | refs/heads/master | 2023-07-29T07:00:19.738725 | 2021-09-10T19:03:59 | 2021-09-10T19:03:59 | 335,266,384 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | c | /*
* csu_mode_close_loop.c
*
* Created on: 7 janv. 2021
* Author: STuser
*/
#include "appctrlExt.h"
#include "math.h"
SYSTEM_STATE_ENUM
eModeCloseLoop_Mng (void)
{
mode = APP_CTRL_MODE_CLOSE_LOOP_EVENT;
//Level 1
#ifdef LEVEL_1
#endif
//Level 2
#ifdef LEVEL_2
#endif
... | [
"tarik.semrade@gmail.com"
] | tarik.semrade@gmail.com |
d6b0956d757b06dd318909da3fa5f9bd20768d7b | 7a3471f6230808f994ea9525e88a49d4d52c2dc6 | /lib/stbi/stb_image_write.h | 9c233aef14adb8be3572af0374c8b7a7e6519965 | [] | no_license | AdrienHerubel/drone | cea0e54bd68dd089de9369c412932f8c0e108b4d | 644977a6999c886ff0a4fae1e4437f5b3ce86439 | refs/heads/master | 2020-04-20T21:32:17.930960 | 2012-05-14T08:51:23 | 2012-05-14T08:51:23 | 4,068,791 | 9 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,085 | h | /* stbiw-0.92 - public domain - http://nothings.org/stb/stb_image_write.h
writes out PNG/BMP/TGA images to C stdio - Sean Barrett 2010
no warranty implied; use at your own risk
Before including,
#define STB_IMAGE_WRITE_IMPLEMENTATION
in the file that you want to have the ... | [
"herubel@gmail.com"
] | herubel@gmail.com |
4efa874addbc4feda1003edf55051db6e2a75744 | 3d0b66f39b6b869f84ce0094b660707b7859702d | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Comparison_1_gen_6MethodDeclarations.h | d413d83f48aabe4009cef99c5b019eba341e8e45 | [] | no_license | choirdesign/hack-slash | b12b2e86de09b2eec62685d40eec3856df619077 | 3754f5af407a783bfaf9d9eedbb61148cc50672c | refs/heads/master | 2021-01-10T13:40:37.011080 | 2015-11-24T09:14:57 | 2015-11-24T09:14:57 | 45,164,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,684 | h | ๏ปฟ#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Comparison_1_gen_3MethodDeclarations.h"
// System.Void System.Comparison`1<Uni... | [
"wataruyamakawa@gmail.com"
] | wataruyamakawa@gmail.com |
1197e26a85b101f6de68c1dc7194af06bfc383a7 | 473dffb074323d7591685190325c4db608bda43d | /lib/inet_pton_ipv4.c | 5dafe5dcf7ff3cd0f3e9b46266c327d330a2b48d | [] | no_license | erenming/unplearning | 3aaf6d9fb61a4b8801a3bd631415417e4b3420b2 | 544a80982c5c009c00b81a52e2dd299105051bad | refs/heads/master | 2020-03-29T01:41:20.543417 | 2019-07-05T08:56:03 | 2019-07-05T08:56:03 | 149,401,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 346 | c | # include "unp.h"
int inet_pton(int family, const char * strptr, void *addrptr)
{
if (family == AF_INET) {
struct in_addr in_val;
if (inet_aton(strptr, &in_val)) {
memcpy(addrptr, &in_val, sizeof(struct in_addr));
return 1;
}
return 0;
}
errno = EAFN... | [
"tomming233@gmail.com"
] | tomming233@gmail.com |
b29b5a165f8b1af5ed5cebc88c74046ad5371d05 | a1b97cf02b24083a6b86909adbde5ecdd9f2ae29 | /libft/ft_strcmp.c | 564dc80ec1abd78ab4a182b0debcaa90183b16a4 | [] | no_license | 42gwitrand/42_ft_printf | f737f475c16719ec5806dd7235d67f82c3ae37c7 | 02194c730ca442bff260a6635e15032d498bdb21 | refs/heads/master | 2021-03-27T09:46:54.722713 | 2017-12-06T10:43:13 | 2017-12-06T10:43:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,021 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"gwitrand@student.42.fr"
] | gwitrand@student.42.fr |
e1b57e4cfb2171d91d7ce7e76611304aa30ae19a | b0b730fc9d47f41994b920daf707000d5d55f04f | /SZF/src/lib/src/szd_uint64.c | 13447d5b821634091fa0250df9c64c2374131b19 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | hyoklee/hdf5_plugins-1 | 3fea57373b70fb00036237d3c3875c9e12ae146b | 8d198875a4e801a4ef6ab8172b2a83683a0d6529 | refs/heads/master | 2023-03-27T02:54:04.710393 | 2021-03-29T16:46:59 | 2021-03-29T16:46:59 | 352,704,856 | 0 | 0 | NOASSERTION | 2021-03-29T16:09:24 | 2021-03-29T16:09:24 | null | UTF-8 | C | false | false | 27,215 | c | /**
* @file szd_uint64.c
* @author Sheng Di
* @date Aug, 2017
* @brief
* (C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include <math.h>
#include "sz_uint64.h"
#include "szd_uint64.h"
#include "utility.h"
/**
*
*
* @ret... | [
"byrn@hdfgroup.org"
] | byrn@hdfgroup.org |
b2456805169b207b00085fa084281836cb842210 | e63b9e6ca4bd729bced324d372a95364839844f7 | /l/lighttpd-1.4.53/src/mod_wstunnel.c | f1438b19ce2b31f7f0bfbefd903905df55e4b68e | [
"BSD-3-Clause"
] | permissive | annishoelzel/five | a724d5fe5682983fbb8a69b9019ad3775eb3a499 | b1db1f2fd78fae6bcdde24ea1bd2e2916adf9d10 | refs/heads/master | 2023-03-30T09:30:58.930532 | 2020-11-15T15:52:55 | 2020-11-15T15:52:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53,954 | c | /*
* mod_wstunnel originally based off https://github.com/nori0428/mod_websocket
* Portions of this module Copyright(c) 2017, Glenn Strauss, All rights reserved
* Portions of this module Copyright(c) 2010, Norio Kobota, All rights reserved.
*/
/*
* Copyright(c) 2010, Norio Kobota, All rights reserved.
*
* Redis... | [
"mango@mail.com"
] | mango@mail.com |
6ad5874da4a8569150e50bbe9230835e0f060454 | cd0565a930fb70a9c02ce9a75a1bf4098c2a08c3 | /src/externals.h | b9444e760486ff9de52d430822a992f9a35e5669 | [] | no_license | jrs0ul/blocks | 1d06be5c926ed9eadf2eebd33b411a6d3ccb3323 | 43b8e53b32747030323a44f83a3a61c92527d8a1 | refs/heads/master | 2021-01-22T06:10:57.534048 | 2017-02-25T21:53:28 | 2017-02-25T21:53:28 | 81,741,200 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 235 | h | #ifndef EXTERNALS_H
#define EXTERNALS_H
#include "Vectors.h"
extern const char boatManSays[][100];
extern const char boatManSays1[][100];
extern const char busDriverSays[][100];
extern const double ferryPrice;
#endif //EXTERNALS_H
| [
"jrs0ul@gmail.com"
] | jrs0ul@gmail.com |
c90906d7b76bebecddb29ffb7c690848adb6f422 | 35e6a5e895587fcac56e0bd46dfb4c78ad47b39e | /libft.h | 5ca611663305824f86e7b8e6e94d368826d67253 | [] | no_license | zmabunda/Libft | 51fec20d91d07d6afe074881529bab7fa86f4c7a | a25d0d27c79c0d18c08c776b29d674ea823b2f41 | refs/heads/master | 2020-03-29T05:53:19.160964 | 2018-09-20T11:46:56 | 2018-09-20T11:46:56 | 149,600,173 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,207 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: ... | [
"zmabunda@e5r9p8.wethinkcode.co.za"
] | zmabunda@e5r9p8.wethinkcode.co.za |
9e5ce34eff64d8e5f74a2d1509af039bd4f31d35 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/marvell/mvpp2/extr_mvpp2_prs.c_mvpp2_prs_vid_enable_filtering.c | 8ea214584a5e98ad02255871efa4436492b93a02 | [] | 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,400 | 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 |
edc733335ed57870483c95625f87bf673bafaadf | b2548b939292f4986ab3049e74610a233e7bbfc7 | /sparc-ros-gcc/tools/compilers/gcc-glibc/glibc-2.11.1-ros/sysdeps/ros/fork.c | 855346417c21dbde76d39a97105461186d16755f | [
"BSD-4-Clause-UC"
] | permissive | qiqiu123/rampgold_fixed | 455f8d6b9de2cb35898998f836ea8b1ffa95e7da | 61d0f9e8b5702c16a05c147cc0bc2dfccd0ad704 | refs/heads/master | 2021-05-29T06:15:43.223098 | 2015-07-02T05:34:34 | 2015-07-02T05:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,799 | c | /* Copyright (C) 1991, 1995, 1996, 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | [
"kramer@yang.ucdavis.edu"
] | kramer@yang.ucdavis.edu |
b75408f6a7da38565242d743ce4bebf334f818e3 | 0c8f44d69d1c43cad955e4ba4f073493c47025a1 | /_cbcast.h | 8a8de6120b75bc34a18ccf3cb95a531228bc587c | [] | no_license | evelinad/CBCAST | 8076743d6bb467931cc1916e50b928388107b287 | 7bc25e49389a7c3efdfc8385b5af21dc567260d0 | refs/heads/master | 2021-01-23T08:15:01.374345 | 2012-04-24T22:04:36 | 2012-04-24T22:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 301 | h | /** CBCAST defines
Author: Matheus da Rosa
Date: 24.04.2102
Modified: Deadline
**/
/* Functions */
int createGroup(char *IP, int port);
int joinGroup(int group, char *IP, int port);
int leaveGroup(int group);
int sendGroup(int group, char *msg);
int receiveGroup(int group, char *msg); | [
"matheus.engcomp@gmail.com"
] | matheus.engcomp@gmail.com |
983f51ed300476c45c42e0ab1a06fe551647321c | 3cdd4d24612c0a29a7308c18f71f1839e9f8d0ab | /software/firmware/ChibiOS/community/os/hal/ports/GD/GD32VF103/hal_efl_lld.c | c98eba6be1306d8cc745a8f5a58c7b0f73c892a0 | [
"GPL-3.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | netik/dc28_badge | 0a63dcb6e215e95d2def4091182738a134c5e513 | 2eaa8c70848ed3e54afbb8cb2408ead3afc0cb58 | refs/heads/master | 2023-08-10T12:39:31.410312 | 2023-07-30T23:11:06 | 2023-07-30T23:11:06 | 221,294,778 | 2 | 0 | Apache-2.0 | 2023-07-25T20:39:00 | 2019-11-12T19:24:32 | C | UTF-8 | C | false | false | 14,970 | c | /*
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
ChibiOS - Copyright (C) 2021 Stefan Kerkmann
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.... | [
"wpaul@windriver.com"
] | wpaul@windriver.com |
4906f77e2ba1cb1061fd7e705303d3fab0c8f171 | d9ea2d8438c64f4e1f29808bdb28e621b4e9e3de | /Src/bootloader.c | 7d65fa7b8352c50a0aadf48e489751e7c4147ce7 | [] | no_license | glegrain/STM32-SPI-Bootloader-host | 5eb3f4ab7f8a4286206e53d2a7c5a32b7ffc985f | 6c91c69c593e99ac7dfcb746d5ed8bb85a7ff8f1 | refs/heads/master | 2021-01-20T07:12:33.883760 | 2017-05-02T00:23:23 | 2017-05-02T00:40:30 | 89,974,362 | 28 | 6 | null | 2017-06-21T00:20:21 | 2017-05-02T00:20:50 | C | UTF-8 | C | false | false | 13,570 | c | #include "bootloader.h"
#include <string.h>
SPI_HandleTypeDef *SpiHandle;
static void wait_for_ack(void);
static uint8_t xor_checksum(const uint8_t pData[], uint8_t len);
/**
* @brief Initialize the SPI Bootloader host with the associated SPI handle
* and synchronize with target.
* @param ... | [
"legrainguillaume@gmail.com"
] | legrainguillaume@gmail.com |
71e9ad0d61ceb0dd1fc011e434c3b1b0c4319c71 | 51346edff256a704c107db08a017a01b89a95d59 | /2020_6/dmy_s_filedir/05_link_symlink.c | 788f4496e7d40f1c846e8e16eb101cbb7e91cf91 | [
"MIT"
] | permissive | dmy123/cppstudy_2020 | 8e834e215e16ed06a2d4cdb82c23d66e5dc810f3 | 64461b8af2119f767a3c749f5fb4e60eedf40370 | refs/heads/main | 2023-02-05T00:28:03.199137 | 2020-12-21T09:04:23 | 2020-12-21T09:04:23 | 323,278,831 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 156 | c | #include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
int main()
{
symlink("hello","hellow.soft1");
//link("hello","hellow.hard1");
return 0;
}
| [
"919600287@qq.com"
] | 919600287@qq.com |
2cf71743e7d96842aa3f04d2f9b518051df42011 | 05c3e6c2ae8cf06291933156ea52970fc392d284 | /sdk/share/ffmpeg/castor3player.c | 177632277c65215cc1be0741b770b5c0b261a14c | [] | no_license | Tairycy/yd03 | 9a62a4f313b57e80d4ac50aab8d9177d06accef6 | f471fceec1f7ea7ff51633583bbc0fb4e8583ae2 | refs/heads/master | 2023-03-17T16:04:24.429277 | 2019-11-18T06:26:57 | 2019-11-18T06:26:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,559 | c | ๏ปฟ#include <pthread.h>
#include <stdio.h>
#include <string.h>
#include "castor3player.h"
#include "ite/itv.h"
#define SERR()
typedef enum VIDEO_PLAYER_STATE_TAG
{
VIDEO_PLAYER_STATE_NOT_INITED,
VIDEO_PLAYER_STATE_STOPPED,
VIDEO_PLAYER_STATE_PLAYING
} VIDEO_PLAYER_STATE;
//mtal player mutex
... | [
"zenggp@vatti.com.cn"
] | zenggp@vatti.com.cn |
eefb7ca92378063570e1aec30de2201246b4d580 | 400e28087f44d7e780af6571f628a8557c55fd05 | /dlgHandlers.h | 06fdade7867328a59b407d5b45d818d54824a381 | [] | no_license | xuewei305/VersionInfo | 6ff163bdf208b9ead2cea011599a4a36c133b054 | d5821aa7c8558cff48c0aa9df9acc353d50f4bb7 | refs/heads/master | 2020-11-23T19:21:40.795093 | 2018-03-02T14:01:23 | 2018-03-02T14:01:23 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 1,532 | h | /*
Version information plugin for Miranda IM
Copyright ยฉ 2002-2006 Luca Santarelli, Cristian Libotean
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; either version 2
of the License, or (at your opt... | [
"cristian.libotean@paddypowerbetfair.com"
] | cristian.libotean@paddypowerbetfair.com |
411fba6f6ac81e11df346f3f3fc42c043c7d3f92 | d85707cd5e194bb302070c094b1458b7fbf22f5c | /src/connectivity/bt_stack/bluedroid_turnkey/osi/src/properties.c | b371eaf94a5211b36ad474b03419d842c1367b3b | [
"Apache-2.0"
] | permissive | clemente79/rowan | fde63cbb9599a0f5e3e16cff0026f5608c959f53 | 9dcce544fd881dd840c066db62008abd4af7c86b | refs/heads/master | 2022-02-26T02:06:33.428961 | 2018-10-17T02:01:45 | 2018-10-17T02:01:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,630 | c | /******************************************************************************
*
* Copyright (C) 2016 Google, 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://ww... | [
"andrew@example.com"
] | andrew@example.com |
c3da858da0eb69f9da6f503f79c2e15f60a3542f | b9afbe4c29e8b53ad0767ebcdb7fa8e3ee2d9777 | /STAGE7/MUSIC.H | fac278d032b450a48620abcf33b7c422927758fb | [] | no_license | tlagore/tanky_tank_tanks | 4e403b23a8616c24153ce27b8eda3ef33ba221a4 | d90457f0156e0f2befb7c258e2f0ba3ceb14496a | refs/heads/master | 2021-12-11T19:02:08.340974 | 2021-11-21T03:26:23 | 2021-11-21T03:26:23 | 80,010,877 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,288 | h | #ifndef MUSIC_H
#define MUSIC_H
#include "types.h"
#define DOUBLE 96
#define WHOLE 48
#define HALF 24
/* off right now */
#define QUARTER 12
/* off right now */
#define EIGHTH 6
#define SIXTEENTH 4
#define THIRTYSECOND 2
#define BREAK 1
#define LOW_A 0x8E1
#define LOW_ASH 0x861
#define LOW_B 0x7E9
#define LOW_C 0xEE... | [
"Tyrone"
] | Tyrone |
80356523b77eda8049d01eac1203912d64e3d06c | 2c73d82d2abb6a6f68a108f1a589d538d9d4ced5 | /OTHER/miesiace.c | 7e477ed5f3c588804d6e07a10fa442e034ee4157 | [] | no_license | gridl/C_AGH | a5d9c97e56358ba6dc5d6f27ed9633fb5c51df89 | eeea570e97da4b394f91a5a0419dcfabe093aab3 | refs/heads/master | 2020-03-30T19:44:43.133142 | 2017-10-18T18:33:08 | 2017-10-18T18:33:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 296 | c | #include <stdio.h>
#include <time.h>
int main ()
{
int d = 1 ; //Day 1-31
int m = 10 ; //Month 1-12
int y = 2016 ; //Year 2013
int weekday ; // WeekDay ( Sunday - 0,Monday- 1,.....)
weekday = (d+=m<3?y--:y-2,23*m/9+d+4+y/4-y/100+y/400)%7 ;
printf("%d", weekday);
}
| [
"pskalski@student.agh.edu.pl"
] | pskalski@student.agh.edu.pl |
88898bb9e07aa11ba1604b33dc87d102d8dce52f | aa6e4e468e3fb7c9af32780858850b8ab0b5a9bb | /ari.c | 9f642df5f87415166f9151635e57b8ae7b6aa2db | [] | no_license | Genskill2/06-ari-SreeHari77 | 9a91e4951b3ffab211a8ca55af9589f5f3aa2248 | aa9bf19868f38dde81e06510781852c4cb051ff8 | refs/heads/master | 2023-06-09T19:55:10.338760 | 2021-06-30T11:55:45 | 2021-06-30T11:55:45 | 380,289,907 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 963 | c | #include<stdio.h>
#include<ctype.h>
#include<string.h>
#include<cs50.h>
string ari(string s){
float characters=0;
float words=0;
float sentences=0;
for(int i=0;i<strlen(s);i++){
if(isalnum(s[i])){
characters +=1;
}else if(s[i]==' '){
words +=1;
}else if(s[i]=='.'||s[i]=='!'||s[i]=='?'){
sentences +=1;... | [
"noreply@github.com"
] | Genskill2.noreply@github.com |
3c69428f322f351e946e5d5cf7eee9dde4a4acc4 | 13fcac891f334dbca184d010ae895b90f5570b02 | /ninePatch.c | 9956dc459d1477d84a6f26e6adb0094af6a92ce3 | [] | no_license | mikelyons/fpsgame | 722d9d49a108c42f39929843a7d1c54e0965ffac | 3e7ecc7ae2383a3de2cf085a1ba9b48e8ac78df1 | refs/heads/master | 2021-07-19T14:32:06.740284 | 2017-10-17T09:17:30 | 2017-10-26T17:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,408 | c | #include "ninePatch.h"
#include <stdio.h>
#include <assert.h>
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
static void ninePatchLayout(struct Widget *widget, float width, MeasureMode widthMode, float height, MeasureMode heightMode) {
struct NinePatch *ninePatch = (struct NinePatch *) widget;
struct Widget *child = n... | [
"axelsfor@gmail.com"
] | axelsfor@gmail.com |
8b7dda231b81a041d29424742ada13db8b3a9cff | a7eba5ed95f61320d479d9f6bb7722e05859431e | /Common/Source/esShapes.c | 71dcb38fc58cdd5f6ca2614c3634b4a1718685b7 | [
"MIT"
] | permissive | chexueji/GeometryShaders | 3fd35f978bec7c0aacec085cdeae4696e97d6f13 | b9ed6d07cd4457e281705ad89f807c9afd697b6d | refs/heads/master | 2020-04-14T08:25:44.381253 | 2019-03-16T13:42:22 | 2019-03-16T13:42:22 | 163,735,340 | 1 | 1 | MIT | 2019-03-16T12:42:53 | 2019-01-01T12:34:16 | C | UTF-8 | C | false | false | 9,721 | c | ///
// Includes
//
#include "esUtil.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
///
// Defines
//
#define ES_PI (3.14159265f)
//////////////////////////////////////////////////////////////////
//
// Private Functions
//
//
//////////////////////////////////////////////////////////////////
//
//... | [
"chexueji@163.com"
] | chexueji@163.com |
04b19e58131cbfeb47ebb51e83c9e5d1b2d287aa | 00af3224663ee2aeba446ee01774e80564b6ddaf | /S04_Ghazaleh_Zehtab/codevision/S04.c | 6c693f27a50eaa7d35d8bd0a58515f585febe48f | [] | no_license | Dhananet/Microcontoller_LAB | 45be67e5b33d7bf68bf8d207af4e569a3a0113df | 1cbabd696f8b41d6a416e6ef8458c6c017170149 | refs/heads/main | 2023-03-16T11:42:12.940488 | 2021-03-03T06:55:22 | 2021-03-03T06:55:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 892 | c | /*******************************************************
Project :
Version :
Date : 10/24/2020
Author : Ghazaleh Zehtab
Company :
Comments: Lab 04
Chip type : ATmega16
Program type : Application
AVR Core Clock frequency: 8.000000 MHz
Memory model : Small
External RAM size... | [
"ghazalze@yahoo.com"
] | ghazalze@yahoo.com |
fc4e66307a3801a0f0f14228df06c977b7215548 | 3839a59d66f65daaaf9f8f12ed1952223ecc116c | /arch/nios2/include/offsets_short_arch.h | 47cd7dc3fe46fef296a67348dec3efdb5f3f5659 | [
"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 | 2,119 | h | /*
* Copyright (c) 2016 Wind River Systems, 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 ... | [
"root@promote1204.router"
] | root@promote1204.router |
f39c51ea05ae5523216c6d4e1da2c1c5da2ea60a | b63775f1778bf7683f153ada4c29352bff8af951 | /arduino_board/scanner-pro/bootloaders/caterina-ScannerPro/LUFA-111009/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.c | 328935006d61e6b5b628db2b93b58e02142a1d1a | [
"MIT"
] | permissive | oschwartz10612/Scanner-Pro-MK3 | 6a9f35f5d87f305e51aab5dc61caacdaa7ce391a | e7332f4d8fdfcf8a9909d6cda75d32fb43c69e65 | refs/heads/master | 2023-03-06T13:37:41.789053 | 2021-12-26T02:41:44 | 2021-12-26T02:41:44 | 199,907,381 | 16 | 2 | MIT | 2023-03-04T04:33:55 | 2019-07-31T18:16:26 | C | UTF-8 | C | false | false | 3,336 | c | /*
LUFA Library
Copyright (C) Dean Camera, 2011.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation ... | [
"oschwartz10612@gmail.com"
] | oschwartz10612@gmail.com |
bd13befe53bd1f1ce7f6ff8019dce53248b0526d | 899b20c6440b54076bb502454b7bd6911d75a393 | /moc_predefs.h | 3624f650a991303b9911396148e4120062d8da32 | [] | no_license | PaParaZz1/QtProjects | 31c5890f17ab34981349986f5785a5c6eaa8ccd6 | 850e0813e54aa354e338664bca6b10fb82c3a7c3 | refs/heads/master | 2020-05-14T17:04:13.502575 | 2019-05-18T16:30:27 | 2019-05-18T16:30:27 | 181,885,550 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,982 | h | #define OBJC_NEW_PROPERTIES 1
#define _LP64 1
#define __APPLE_CC__ 6000
#define __APPLE__ 1
#define __ATOMIC_ACQUIRE 2
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_CONSUME 1
#define __ATOMIC_RELAXED 0
#define __ATOMIC_RELEASE 3
#define __ATOMIC_SEQ_CST 5
#define __BIGGEST_ALIGNMENT__ 16
#define __BLOCKS__ 1
#define __BY... | [
"niuyazhe@buaa.edu.cn"
] | niuyazhe@buaa.edu.cn |
b445949d067df4c99565dca99055a9e0c0042bf7 | 73033d9688a3136921135dadd8590a8e991a57bd | /hid_emu_kbd_cc2650em_app/Application/util.c | ec71bb6307fc0740b185c7d0a48c0e0832a42b7f | [] | no_license | nerya21/PS2-BLE-Keyboard | 559159f1bcd8b5cc13ebc5c5cf9a52535fc78473 | 274458600119869713c3a432a91c25b30f07c1ba | refs/heads/master | 2022-04-09T14:40:59.293939 | 2020-03-27T00:16:17 | 2020-03-27T00:33:36 | 250,399,628 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,907 | c | /******************************************************************************
@file util.c
@brief This file contains utility functions commonly used by
BLE applications for CC26xx with TIRTOS.
Group: WCS, BTS
Target Device: CC2650, CC2640, CC1350
*****************************************************... | [
"nerya.m@gmail.com"
] | nerya.m@gmail.com |
e8945979231dda218ee0d4ac37ba7875d686f788 | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /C/Bill Rosenkranz/popen/CONFIG.H | 54c1f0060add58a9c8ce45ecbdac1693416c0a0d | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | UTF-8 | C | false | false | 1,011 | h | /*
* config.h - configure popen(3)
*/
#define DEBUG /* def to COMPILE for debugging */
#define DEBUG_ON /* def to turn on debugging, too */
#define STANDALONE /* def to include test main below */
#undef HAVE_ONEXIT /* def to use onexit() to close */
/* files, if you have onexit() */
#define SY... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
114295921a3f8e9447ea9326168ee7103a1c3f04 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/i2c/extr_i2c-core-base.c_i2c_check_mux_parents.c | 93935e038d8840e2e6e3d4394636e8e7ef04fc19 | [] | 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 | 986 | 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 |
f872ad32e8de1153b65ce53074f5be7a93677474 | 92b7e6f651f87a5ceeba5e42e2747f6f95dee719 | /HEAD4.H | e34ac8729a5d763c765bfcdcedb54ed3631cd5bc | [] | no_license | praneeth7811/c-programs | fa077c058dce80b0bcd2f9182deb57259f464db7 | 5a4fc1968934541d73c6d1a1bc7fecbe165921ae | refs/heads/main | 2023-07-12T17:16:06.208640 | 2021-08-24T17:58:06 | 2021-08-24T17:58:06 | 384,701,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 220 | h | //to create a header file head4.h to calculate the sum of n numbers
int sum(int n)
{int x,c=1,sum=0;clrscr();
for(c=1;c<=n;c=c+1)
{
printf("enter a no:");
scanf("%d",&x);
sum=sum+x;
}
return(sum);
} | [
"noreply@github.com"
] | praneeth7811.noreply@github.com |
113fe14e777fa310ad7387e6eec935f3829159b3 | 89168322f9d7cbac6712e007aadef12e2e280963 | /3_Implementation/src/Binary_to_Decimal.c | b3026a2c7a2f0bfa6a6cb5650ca692dec3fa6a61 | [] | no_license | vishnupriyapurantharan/295534-miniproject | 5936058cbd11eaa962b27b0f6c2c9005902299c2 | 251c5e4d6db3533c8106c1b98e7837512ff65131 | refs/heads/main | 2023-04-06T16:09:39.516607 | 2021-04-15T14:14:45 | 2021-04-15T14:14:45 | 383,700,793 | 1 | 0 | null | 2021-07-07T06:44:58 | 2021-07-07T06:44:57 | null | UTF-8 | C | false | false | 322 | c | #include"../inc/cal.h"
#include<math.h>
int Binary_to_Decimal(long binarynum)
{
int decimalnum = 0, temp = 0, r;
while (binarynum!=0)
{
r = binarynum % 10;
binarynum = binarynum / 10;
decimalnum = decimalnum + r*pow(2,temp);
temp++;
}
return decimalnum;
}... | [
"noreply@github.com"
] | vishnupriyapurantharan.noreply@github.com |
bf3e0519e2425ccde1cc6acc99ac9b28464a679d | a0367d26bf357725ab97c36c930ecb2ae3521355 | /brain-algorithm/Tree/LCRSTree.h | bb3c4bd43732ff9fb0d186b7762dbe9c901bd596 | [] | no_license | fidemin/algorithm-study | c511a59cb8f3bd227922d87465b2d8a529a1f7a8 | 41277da10c1ec966a20664b961f8e75434ac517f | refs/heads/main | 2022-06-13T00:43:54.223348 | 2022-06-02T16:37:40 | 2022-06-02T16:37:40 | 163,795,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 576 | h | #ifndef LCRS_TREE_H
#define LCRS_TREE_H
#include <stdio.h>
#include <stdlib.h>
typedef char lcrs_element_type_t;
typedef struct _lcrs_node {
struct _lcrs_node* child;
struct _lcrs_node* sibling;
lcrs_element_type_t data;
} lcrs_node_t;
lcrs_node_t* lcrs_create_node(lcrs_element_type_t data);
void lcrs_destroy_no... | [
"yhmin84@gmail.com"
] | yhmin84@gmail.com |
ea1ca05f5cdde35b3a88822ddd0939f9a8a8622b | c591b56220405b715c1aaa08692023fca61f22d4 | /Vishal/Milestone 22 (Stack)/Basic/list Implementation.c | 823e4682e441914e9d16ee8fb5e48edba935de66 | [] | no_license | Girl-Code-It/Beginner-CPP-Submissions | ea99a2bcf8377beecba811d813dafc2593ea0ad9 | f6c80a2e08e2fe46b2af1164189272019759935b | refs/heads/master | 2022-07-24T22:37:18.878256 | 2021-11-16T04:43:08 | 2021-11-16T04:43:08 | 263,825,293 | 37 | 105 | null | 2023-06-05T09:16:10 | 2020-05-14T05:39:40 | C++ | UTF-8 | C | false | false | 1,222 | c | #include<stdio.h>
typedef struct Stack
{
int data;
struct Stack* next;
} stack;
stack *top = NULL;
int isEmpty()
{
return (top == NULL);
}
void Push(int x)
{
stack *newNode = (stack*)malloc(sizeof(stack));
if(!newNode)
{
printf("Stack is Full.\n");
return;
}
newNode -... | [
"rajputvishal33786@gmail.com"
] | rajputvishal33786@gmail.com |
edcbb0bf5173995fd16f6fadf825e24022fbf620 | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/10019.c | 72f96ac816b5a75fb5ed16881fd9b4716942de71 | [] | 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 | 6,475 | c | cocci_test_suite() {
struct ez_usb_fw cocci_id/* drivers/net/wireless/intersil/orinoco/orinoco_usb.c 95 */;
struct ez_usb_fw {
u16 size;
const u8 *code;
} cocci_id/* drivers/net/wireless/intersil/orinoco/orinoco_usb.c 90 */;
enum ezusb_state cocci_id/* drivers/net/wireless/intersil/orinoco/orinoco_usb.c 871 */;... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
bba090662ec80eb800c11d60e1b759e0ecb2804d | 83214753e9183327e98af0e6768e9be5385e5282 | /d/guiyun/npc/hanxiaoying.c | 8e34cf773292bdbac4d97fe4333a14161017a3ee | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 1,811 | c | // hanxiaoying.c
#include <ansi.h>;
inherit NPC;
inherit F_MASTER;
void create()
{
set_name("้ฉๅฐ่น", ({ "han xiaoying", "han" }));
set("title", "ๆฑๅไธไพ ");
set("nickname", HIR"่ถๅฅณๅ"NOR);
set("long", "ๅฅนๅคง็บฆๅๅ
ซไนๅฒๅนด็บช๏ผ่บซๅฝข่ๆก๏ผๅคง็ผ็๏ผ็ฎ่คๅฆ้ช๏ผ้ฒๅบไธ
ๅคดไนไบ่ฌ็็งๅใๆญฃๆฏๆฑๅๆฐดไนก็ไบบ็ฉใ\n");
set("gender", "ๅฅณๆง");
set("age", 18);
set("attitude", "peaceful");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
c7cb7627c85f8d1835e04767fe6b0d92b7d2a0eb | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/include/linux/arisc/hwspinlock.h | fe803be3cb2dda0ad23a3d64e2c7c8b86fb79037 | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 2,246 | h | /*
* include/linux/arisc/hwspinlock.h
*
* Copyright 2012 (c) Allwinner.
* sunny (sunny@allwinnertech.com)
*
* 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; either version 2 of the Licen... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
59fc99a0ba911bbfe3cc7acb929f1eb2685ff1de | e81a2bcb4aa28650f9a7bc58c37c99553baac65c | /equivalentResistance.c | 96a71f19b5a8f1430efd796e85d19e9fba19e1c1 | [] | no_license | ezejp20/C-C-For-Solving-Engineering-Problems | 970042db2757f3b7064dfe6ea27243a093987c67 | 58b896dc14bafb0f0853bf6d9b8a0e36c807fd83 | refs/heads/master | 2022-10-02T06:15:20.645273 | 2020-06-04T12:27:07 | 2020-06-04T12:27:07 | 269,345,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 634 | c | /*
* Equivalent resistance computation - Lec 1
*/
#include <stdio.h>
float series(float R1, float R2){
return R1+R2;
}
float parallel(float R1, float R2){
return R1*R2/(R1+R2);
}
float parallel_3(float R1, float R2, float R3){
float R_temp=parallel(R1,R2);
return R_temp*R3/(R_temp+R3);
}
int main() {
float Rab... | [
"noreply@github.com"
] | ezejp20.noreply@github.com |
ec5e9430b3f17a6e2574105d998dff797f0c6182 | 0c0dac0626aaadd561e250fb47eeede8312d5d82 | /usr.sbin/makefs/msdos/fat.h | 75a83367504ff37e7046dc7acf173a90cccd4236 | [] | no_license | arekinath/openbsd-6.9-a3 | 5c25a287c481699a09c9c4630c5c773a38412e0a | 744a280e5e7d8e71664847a5d9a9693e80f7f5ec | refs/heads/main | 2023-08-19T04:33:48.119966 | 2021-10-05T02:07:50 | 2021-10-05T11:12:50 | 413,786,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,878 | h | /* $OpenBSD: fat.h,v 1.4 2016/10/17 01:16:22 tedu Exp $ */
/* $NetBSD: fat.h,v 1.9 2014/10/18 08:33:28 snj Exp $ */
/*-
* Copyright (C) 1994, 1997 Wolfgang Solfrank.
* Copyright (C) 1994, 1997 TooLs GmbH.
* All rights reserved.
* Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
*
* Redistributio... | [
"alex@cooperi.net"
] | alex@cooperi.net |
10f6290a480f818b53ea3174c7138f882ec64ead | c3e80148182429f847d4bf7c504ddea2c460d0d4 | /NCC/judge/user/46/5/46_5.c | a90fb0fb2b8f686598322624777683f9938ef9db | [] | no_license | saurabhawinashe/NCC | 827da7cab4a8bc53fea0c8954184ef6e23bbce4e | f4d4ad22c779995fb2acd9752abd9395f20b51a4 | refs/heads/master | 2020-03-21T19:50:59.609208 | 2018-06-28T06:11:43 | 2018-06-28T06:11:43 | 138,971,728 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 594 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int x1[20], x2[20], T, i, j,k, count[20];
scanf("%d",&T);
for(i=0;i<T;i++)
{
count[i]=0;
}
for(i=0;i<T;i++)
{
scanf("%d%d",&x1[i],&x2[i]);
}
for(i=0;i<T;i++)
{
for(j=x1[i];j<=x2[i];j++)
... | [
"saurabh.awinashe@gmail.com"
] | saurabh.awinashe@gmail.com |
61bf22b12c01c88e129b9cfa00cb580d645e096b | 7d4176c878e8be73ffaa38c236f1a76528706c9f | /src/usr.sbin/isdn/isdnd/msghdl.c | be60e275b4c9b71fac64c53ae88100710d15b50d | [] | no_license | roytam1/mirbsd-cvs | c06ea23d2b106658f9903fe65d351c480b72e72c | 2a6f84cbc58f6ff22e1eeb7804df68d34c2b0a5c | refs/heads/master | 2020-04-14T15:47:25.324452 | 2019-01-01T19:38:30 | 2019-01-01T19:38:30 | 163,906,352 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 35,918 | c | /*
* Copyright (c) 1997, 2000 Hellmuth Michaelis. 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 ... | [
""
] | |
16ada870f07619f998ecc3166f5ec49569813338 | a10a15cc624d56cf40134ee22005dcad61e8ecbc | /P_123_12_1.C | 27f6e9ae0b9ee19b4ab9152cdacb19e6567c11f5 | [] | no_license | ChimengSoso/C_and_CPP_practice | 258feac9476c7b0eeba523c12d0b677890c0ab13 | c9f936e8f985137b084b96d11431fbf4ebb73bba | refs/heads/master | 2020-03-14T07:02:16.435891 | 2018-04-30T02:03:19 | 2018-04-30T02:03:19 | 131,495,236 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 634 | c | /* Pattern problem
...
1 2 3 4
1 2 3
1 2
1
*/
#include <stdio.h>
#include <conio.h>
void main()
{
int i , j , n ;
clrscr() ;
printf("Enter the number of lines: ") ;
scanf("%d" , &n) ;
printf("Required pattern is as follows: \n") ;
for(i=n ; i>=1 ; i--)
{
for(j=1 ; j<=i ; j++... | [
"meng741258@gmail.com"
] | meng741258@gmail.com |
61eeeef8b72e89345e8343cc312c34a2caed7e2d | c8438f31721efd2fed3ce0c5752ff033b1e71d72 | /c64/vice-2.4/src/arch/os2/dialogs/dlg-ide64.h | e62bc5ac2fab793a4c0c0294e4bf7ed46f36c403 | [
"GPL-2.0-or-later",
"GPL-1.0-or-later",
"GPL-2.0-only",
"MIT"
] | permissive | century-arcade/src | 8c9151d9847dd0f6d6b92f662444c70064b6845d | b6abba2679f5eaa5a71871b916459aab7ae50d1c | refs/heads/master | 2022-06-21T09:50:06.176276 | 2022-06-15T23:00:41 | 2022-06-15T23:00:47 | 13,259,218 | 4 | 1 | MIT | 2022-06-16T14:24:17 | 2013-10-02T00:18:36 | C | UTF-8 | C | false | false | 1,104 | h | /*
* dialogs.h - The dialog windows.
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... | [
"saul@pwanson.com"
] | saul@pwanson.com |
185cf9a8c5f58534fbb8c01c1deea12cb12da592 | 2c6ed2be3773406e53d46aa69a5340706a1bb2ef | /Aufgabe4/main.c | f1a0d207e5a0daa120df6762556219cf100c4731 | [] | no_license | PacchiiAkaDave/Betriebssysteme | 94cf6e90bca9d9bf9b21ec430e26efb92d58096e | 83de4bcb77903bb01944d6a18a6eff61d9b9d260 | refs/heads/master | 2022-04-24T17:45:04.178647 | 2020-04-20T14:24:13 | 2020-04-20T14:24:13 | 255,352,218 | 0 | 0 | null | 2020-04-13T14:34:27 | 2020-04-13T14:34:26 | null | UTF-8 | C | false | false | 2,291 | c | #include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <string.h>
#include <readline/readline.h>
void sayHello(){
printf("Welcome to my own shell\n"); //Begruessung
}
int getInput(char* str){
int max = 1000;
fgets(str, max,stdin );
if(strlen(str) != 0){
... | [
"paul.dieterich0@gmail.com"
] | paul.dieterich0@gmail.com |
ed418d6a3d83560824e9dffdea14b878821be4c4 | f5850c88b58420e12785725d582d26279bd98bab | /petsc/src/petsc-3.7.6/src/sys/classes/viewer/impls/vtk/vtkv.c | 8c513a385502af09c9d4fbe2d6039cda2c398696 | [
"BSD-2-Clause"
] | permissive | maierbn/debugging | 909683b9160b17369a2d8948ed624b4ccc4b0522 | 90f4f633ff72185243a5514a272054488656b20d | refs/heads/master | 2020-04-08T05:35:32.494938 | 2018-11-25T19:54:14 | 2018-11-25T19:54:14 | 159,066,788 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,605 | c | #include <../src/sys/classes/viewer/impls/vtk/vtkvimpl.h> /*I "petscviewer.h" I*/
/*MC
PetscViewerVTKWriteFunction - functional form used to provide writer to the PetscViewerVTK
Synopsis:
#include <petscviewer.h>
PetscViewerVTKWriteFunction(PetscObject object,PetscViewer viewer)
Input Paramet... | [
"maier.bn@gmail.com"
] | maier.bn@gmail.com |
53522d348b3598b507c4905f12d1339c39c84cc7 | be910ab204a46522675d38a2bcda2394b0a813bd | /core/net/rpl/rpl-private.h | 24b8138e2d3eb6fba94b3c7e7433fe5095d729ae | [
"BSD-3-Clause"
] | permissive | srinidhiNN5/Network-layer-optimization-in-IoT | 96f7174acf182d33bb820730f252714881a800ee | d5351ab3d2c71d2c620edf9fb300cd0027025504 | refs/heads/master | 2020-12-25T18:52:44.808465 | 2017-02-13T23:21:48 | 2017-02-13T23:21:48 | 94,006,865 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,739 | h | /*
* Copyright (c) 2010, 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
* n... | [
"dadrm@isep.ipp.pt"
] | dadrm@isep.ipp.pt |
3fc7bcb9b23a8ca9f6c0ce17a814bc9cc855236d | 7a87ec0cc2b45e6598dde38ed566c49d4fdb1efc | /EjercicioPre2doParcialV2/Parser.c | cae5672d44b988559c00756ddf682e4a3546318b | [] | no_license | cazamudio90/EjerciosPracial2- | 8b542a10e5f60cbbd59a68d91aea7800ca0119c3 | 601f465333851480ff2a851365a5f2078ee4c539 | refs/heads/master | 2020-04-07T20:44:12.340143 | 2018-11-23T00:13:51 | 2018-11-23T00:13:51 | 158,700,873 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,562 | c | #include "LinkedList.h"
#include "string.h"
#include "Empleado.h"
#include <stdio.h>
int parser_parseEmpleados(char* fileName, LinkedList* listaEmpleados)
{
char bufferLine[1024];
char* delimitador = ",";
char* token;
char bufferId[1024];
char bufferNombre[1024];
char bufferHorasTrabajadas[1024]... | [
"36246888+cazamudio90@users.noreply.github.com"
] | 36246888+cazamudio90@users.noreply.github.com |
8c753b91b787ffa9dc429fadc6f50c29f803197c | 967bf6014b57337312fb586ffe4ee4e2b4c66da4 | /finalize/source/main.c | aaea92109fe91bf94446e77f4c3c8f39841078a0 | [
"MIT"
] | permissive | JustSch/custom-install | dc1a079efbc87be2fab09d43355e48d12c08793c | 9ffc854bfce41f05b80a8dc85dd8636d0939bd57 | refs/heads/module-new-gui | 2022-11-25T11:49:42.384351 | 2020-07-20T21:05:31 | 2020-07-20T21:05:31 | 267,425,814 | 0 | 0 | MIT | 2020-07-20T20:58:17 | 2020-05-27T21:03:24 | Python | UTF-8 | C | false | false | 6,453 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <3ds.h>
#include "basetik_bin.h"
#define CIFINISH_PATH "/cifinish.bin"
// 0x10
struct finish_db_header {
u8 magic[8];
u32 version;
u32 title_count;
};
// 0x30
struct finish_db_entry_v1 {
u64 title_id;
u8 common_key_index; /... | [
"ian@ianburgwin.net"
] | ian@ianburgwin.net |
1df99649032d3482be2ff854d29618df6866eb1d | edaa2b82d96e6e2ef65f2ca9565a5f58a79466b1 | /STM32F103RCT6/Src/main.c | bb85e7edddf5df3c5ba8da0083a8a712e77d0db9 | [] | no_license | WuliYongShun/STM32F103RCPro | bdb5be8311e1a76cfe487258d064494359f21ac9 | 8147ba59acd68244c150231c05c378830d93e365 | refs/heads/master | 2020-07-20T20:38:44.909441 | 2019-09-25T11:37:21 | 2019-09-25T11:37:21 | 206,706,473 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,341 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"471972509@qq.com"
] | 471972509@qq.com |
95d92746f43c9e1b5b755134a5b38cd1405c5629 | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /sys/arch/mips/ingenic/ingenic_ehci.c | 605114ce866945565311befb47f24a6ee4924fee | [] | no_license | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,651 | c | /* $NetBSD$ */
/*-
* Copyright (c) 2015 Michael Lorenz
* 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, t... | [
"uebayasi@tombiinc.com"
] | uebayasi@tombiinc.com |
6222186140f4126c6b8363643efd9fd93d8a0b7f | 0ec7dd0d80a04b47740dde4e946c02aacf0cc578 | /hub.h | d11649fdc8cdb65551b5ec8b0d075ca67d23465c | [] | no_license | GunioRobot/PSFreedom | d02bdf32e57e33b59b7f968fdd021d8542500c31 | 19931f3c4fbafef58ae5b2b38d535542c397afcb | refs/heads/master | 2020-11-30T12:32:40.206844 | 2010-10-24T04:03:52 | 2010-10-24T04:03:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,420 | h | /*
* hub.h -- USB HUB definitions.
*
* Copyright (C) Youness Alaoui (KaKaRoTo)
*
* This software is distributed under the terms of the GNU General Public
* License ("GPL") version 3, as published by the Free Software Foundation.
*
* This file holds USB constants and structures defined
* by the USB Device Class... | [
"youness.alaoui@collabora.co.uk"
] | youness.alaoui@collabora.co.uk |
090c0681f40518cdb7a0491d976a6591f8357961 | c7be5b45ee13d3f2bad32902f8602ee00dff13c0 | /AKWF_tri5bit.h | 631b6cb4c183c54458b54411032974ecf3416517 | [] | 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,412 | h | // Converted by AKWF2Teensy from AKWF_tri5bit.wav.
// AKWF2Teensy - Beerware by Datanoise.net.
const int16_t AKWF_tri5bit[1025] = {
3110, 3937, 3102, 2928, 3400, 3376, 3086, 3184, 3356,
3237, 3152, 3262, 3294, 3208, 3206, 3265, 3257, 3219, 3224,
3250, 3255, 3228, 3214, 3254, 3269, 3211, 32... | [
"github@ext.no-route.org"
] | github@ext.no-route.org |
195a87ed09d26ff61e8a27b286c1b353898628ff | 7332743b7f73eae604832a90081be331d094598a | /Breakout/Temp/StagingArea/Data/il2cppOutput/t2178331696MD.h | ccdb2a26c88855d7b374f8442365174b12a58d69 | [] | no_license | westlundsoftware/unity | 57457a2bf35eb6634153d99df21091adb095d87e | a3197a07a8dafe516841f3c8f957d2274fb54bb7 | refs/heads/master | 2021-01-10T02:15:09.708078 | 2016-02-02T22:04:14 | 2016-02-02T22:04:14 | 50,954,540 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,683 | h | ๏ปฟ#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "t2262920707MD.h"
#define m2877663117(__this, method) (( void (*) (t2178331696 *, const Method... | [
"westlund_software@live.com"
] | westlund_software@live.com |
b38c50e16634ef36e352397b18d0e8b47e1ea910 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/base/wow64/setup/inc/stdtypes.h | c05557c71c9843350bf7114a85eb282fff7c6f17 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,827 | h | /****************************************************************************
**
** File: STDTYPES.H
** Purpose: Standard project wide include file.
** Notes:
**
****************************************************************************/
#ifndef STDTYPES_H
#define STDTYPES_H
#ifdef _WIN32
/* The windows.h for wi... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
17a0b02324effee9aec3d2a3d94f4f6c4bca78d4 | e80e5374b8fd00379293adb35fc8cf017d5f4cc7 | /qemu_mode/qemu-2.10.0/roms/u-boot/include/hash.h | 4f9a8cf1db7dcd21afece64a0c5642d59c33e453 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"GPL-2.0-only",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"GPL... | permissive | CAFA1/afl | dcebf3a3acae3e9783bbb79d8cff6958b496fa34 | 01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d | refs/heads/master | 2023-04-10T14:30:34.901666 | 2020-07-27T01:06:32 | 2020-07-27T01:06:32 | 272,596,630 | 0 | 2 | Apache-2.0 | 2021-04-15T00:56:55 | 2020-06-16T03:03:26 | C | UTF-8 | C | false | false | 5,199 | h | /*
* Copyright (c) 2012 The Chromium OS Authors.
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _HASH_H
#define _HASH_H
/*
* Maximum digest size for all algorithms we support. Having this value
* avoids a malloc() or C99 local declaration in common/cmd_hash.c.
*/
#define HASH_MAX_DIGEST_SIZE 32
enum {
HASH_FL... | [
"longlong_vm@dell_book.com"
] | longlong_vm@dell_book.com |
6fdcc9f87c66c34a3ca12c15a8dd408738772b09 | fbb66f282c7896eb3d9100295c3e0512328bc539 | /Day4/1.ๅฎฝๅญ็ฌฆ.c | 558e921a46e2306d2561bfda98cdab60d69e2e82 | [] | no_license | ya-dao/C_Code | 1e79c3a700c95c8571b320194440857baae2a449 | c9efd2c130ec87488566c2082ee37c466f23074c | refs/heads/master | 2022-07-07T15:13:20.737467 | 2020-02-22T04:12:12 | 2020-02-22T04:12:12 | 129,206,036 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 1,534 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<Windows.h>
#include<locale.h>
void test1() {
char ch = 'ๆ';
printf("%c\n", ch);
printf("%d\n", sizeof(ch));
printf("%d\n", sizeof(L'ๆ'));
//wchar_tๅฎฝๅญ็ฌฆ็จไบๅฐๆฑๅญๅฝๅๅญ็ฌฆ่พๅบ็ญๅค็,ไธไธชๅ 2ไธชๅญ่
wchar_t wch = L'ๆ';
printf("%d\n", sizeof(wch));
//่พๅบๅฎฝๅญ็ฌฆไธญๆๅฟ
้กป่ฎพ็ฝฎๆฌๅฐ่ฏญ่จ
setlocale(LC... | [
"cqnu_zhanghao@foxmail.com"
] | cqnu_zhanghao@foxmail.com |
ba83072591a9185848d5ae929bb996aa6d781fe6 | ab899fa419a00d23191cbc9ec701ad4c8ad5edc1 | /main.c | b11d302650f1a1d754f532700858aaa70844b2be | [] | no_license | vehar/MappleMini | b1459e8e6633c07fc7b8191443c682ec0e7dbab9 | d3121e4d0d2ea170eeef8236119ab1c00cb939d9 | refs/heads/master | 2021-01-16T19:27:39.737806 | 2017-08-13T22:42:09 | 2017-08-13T22:42:09 | 100,172,432 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,946 | c | //http://microtechnics.ru/mikrokontroller-stm32-i-usb/
//http://microtechnics.ru/stm32-peredacha-dannyx-po-usb/
//!!! https://myrobot.ru/forum/topic.php?forum=3&topic=501
#include "stm32f10x.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_rcc.h"
#include "stm32f10x_usart.h"
#include "stm32f10x_adc.h"
#include "stm3... | [
"vladdxmel@gmail.com"
] | vladdxmel@gmail.com |
761a065cc0cc53b907c9923f47f2e5fb68f418ec | 4db4781e5777326c75799ab5c44113ed83c16c09 | /code katta/beginner/same.c | e165db9eb0e68f127c3dd39e5896d61497fca65d | [] | no_license | priyanga24/C-Programming | aca52226e1f9d64e793258a5a8a90c6b1a3a84e1 | 008c1cc7f5b1f0295c7bc40750f207edf9b7a3b3 | refs/heads/master | 2022-12-26T12:52:31.704356 | 2018-06-21T17:27:00 | 2018-06-21T17:27:00 | 114,622,413 | 0 | 9 | null | 2020-09-30T18:15:34 | 2017-12-18T09:37:06 | C | UTF-8 | C | false | false | 255 | c | #include<stdio.h>
void main()
{
int i,n;
int sum=0,a[60];
int avg=0;
scanf("%d",&n);
for(i=0;i<n;i++)
{
scanf("%d",&a[i]);
}
for(i=0;i<n;i++)
{
sum=sum+a[i];
}
avg=sum/n;
printf("%d",avg);
}
| [
"noreply@github.com"
] | priyanga24.noreply@github.com |
2f0887346e501c6350e6f1745bde9bbcd7c0284a | 2cca7817bbd2a7a34165bd8a693ae59615d37618 | /Robot/Robot/Drv/drv_i2c.c | e5aa9c70ba7e5f54c52ab4481c4b45162e095079 | [] | no_license | mhk2010/robot-hexapod | 9da22d99e461c800fe8ba2ed7fc70d1e91cb898e | 7ca3c6e405d117467bb686135d37ac80a376322a | refs/heads/master | 2016-09-06T16:46:37.390528 | 2013-09-02T09:48:32 | 2013-09-02T09:48:32 | 40,593,847 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 699 | c | /*
* drv_i2c.c
*
* Created: 16/11/2011 12:19:55
* Author: berryer
*/
#include "drv_i2c.h"
////////////////////////////////////////PRIVATE VARIABLES/////////////////////////////////////////
////////////////////////////////////////PRIVATE FUNCTIONS/////////////////////////////////////////
//... | [
"louisberryer@5da55646-968d-d0e7-9303-0e9575f52849"
] | louisberryer@5da55646-968d-d0e7-9303-0e9575f52849 |
1d01dbbf8b38fdaeee732e649349c864b6ec40a7 | 047769a6c90f782b24e120c2fd1ae84a385d5327 | /Part2/fun.c | 1d4268b9dd7083a730ee5c9b404b14d466ca5a68 | [] | no_license | Kunalgarg2100/C-Shell | bdf27424f2954ed32ac8dd24d6666e0a95cb50d3 | f1606a0a821fa24f14388454530f13fb99c11f60 | refs/heads/master | 2020-03-25T02:30:30.723840 | 2018-08-12T13:58:37 | 2018-08-12T13:58:37 | 143,292,940 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 108 | c | #include<stdio.h>
int main()
{
int n;
scanf("%d",&n);
while(n--)
printf("%d\n",n);
return 0;
}
| [
"kunalgarg2100@gmail.com"
] | kunalgarg2100@gmail.com |
94d89556aa50d7118b210db66e80a82bf2a6adff | 3bad5405291b0caa97b2efb0a422f2bfe5a338ef | /c_test/unix_c_project/module_initserver.c | 9b845ed10544f10c197db1bc85e0164fc67e041b | [] | no_license | cyril7/mygit | 3aca60c204425522c0e01f897a0df90fc90f29ba | b323493bcd9d38aa40f1740bfc6be67dc8fd6eb3 | refs/heads/master | 2023-07-06T17:59:17.711961 | 2023-07-05T10:10:54 | 2023-07-05T10:10:54 | 33,746,822 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 658 | c | #include "comlib.h"
#include <signal.h>
#include <sys/wait.h>
void ClearChild(int nSignal){
pid_t _pid_t;
int nState;
while ((_pid_t = waitpid(-1, &nState, WNOHANG)) > 0){
signal(SIGCLD, ClearChild);
}
}
int InitServer(){
pid_t pid1;
ASSERT((pid1 = fork()) >=0 ); // ๅๅปบๅญ่ฟ็จ
if (pid1 !=... | [
"ericpenguins@gmail.com"
] | ericpenguins@gmail.com |
edcdd5fcce48800869e722afc8596cc08519cace | 4ec84d397a741bef5d390a638046086577461900 | /game/model/base/usage_type.h | d4b1403424a58f72ebb73f7c2b523e05da6b758e | [] | no_license | luchengbiao/xqs_game | 186934d41b10a085650bf45bc0a496fb52d44582 | ce447bb923188a3ae13710033bcb074529a0d2e4 | refs/heads/master | 2020-04-05T06:17:55.699468 | 2019-03-21T10:40:26 | 2019-03-21T10:40:26 | 156,632,557 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 236 | h | #ifndef __GAME_MODEL_BASE_USAGE_TYPE_H__
#define __GAME_MODEL_BASE_USAGE_TYPE_H__
#include "game/macros.h"
GAME_NAMESPACE_BEGIN
enum class UsageType
{
None,
O2O,
Class,
Playback_O2O,
Playback_Class,
};
GAME_NAMESPACE_END
#endif | [
"993925668@qq.com"
] | 993925668@qq.com |
747770d0e96bf7313f3d8bb89db43556b7b8dc5f | c4fa11a052ba88ace8b42c0d5fcbf0a8eddd06ba | /AzureSDK/V2.00.0/serializer/serializer_devicetwin.h | 513aac7f9e79596b90673b9573728d456fe13453 | [] | no_license | br-automation-com/AzureSDK_Library | dfeacb9bb759fe1f53b6feb8d337eea8759fef6c | a5706473b63d3884749b7befa0a17f7fa8870fa8 | refs/heads/master | 2021-01-20T11:13:05.558343 | 2017-02-09T19:40:26 | 2017-02-09T19:40:26 | 81,486,994 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 30,294 | h | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifndef SERIALIZER_DEVICE_TWIN_H
#define SERIALIZER_DEVICE_TWIN_H
#include "serializer.h"
#include "iothub_client.h"
#include "iothub_client_ll.h"
#include "parson.h... | [
"patric.thysell@br-automation.com"
] | patric.thysell@br-automation.com |
41778ea9e9a1fc2d686f8175540f27777c63a20b | 0ed8692a59700700a36bba24fdbf3422804ddd69 | /tree/binary_search_tree/binary.c | cadc54a72c37af7785fa2ed5156d260e38253e26 | [] | no_license | Hsiangkai/algorithms | 2b6045262f8a9d3b58141cbae8eb4ae7d030b8b0 | d290bdd0dbe811fcbce28766ba10c600ee459213 | refs/heads/master | 2020-07-23T08:57:35.309507 | 2017-06-27T17:12:31 | 2017-06-27T17:12:31 | 94,354,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,188 | c | #include <stdio.h>
#include <stdlib.h>
struct element {
int key;
};
struct tree_node {
struct element data;
struct tree_node *left_child;
struct tree_node *right_child;
};
struct tree_node *root = NULL;
void binary_insert(int data_val)
{
struct tree_node **parent = &root;
while (*parent != NULL) {
... | [
"hsiangkai@gmail.com"
] | hsiangkai@gmail.com |
6c1ff39f5c4d4196ef6ff443701454e46ff23828 | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /d/koenig/riddle/rewards/cleric_lathander.c | 7d365bff353ad328b430a8ab0fa4e44ea1126d22 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 4,217 | c | #include <std.h>
inherit "/d/common/obj/armour/breastplate";
int OWNED;
string owner;
void create(){
::create();
set_name("%^YELLOW%^Breastplate of the %^MAGENTA%^d%^RESET%^%^ORANGE%^a%^YELLOW%^w%^RED%^n%^RESET%^");
set_short("%^YELLOW%^Breastplate of the %^MAGENTA%^d%^RED%^a%^YELLOW%^w%^RESET%^%^ORANGE%^n%^... | [
"law@shadowgate.org"
] | law@shadowgate.org |
619168b8ec1acf1f812ecb09184a14a5031097f4 | ecbd4cd659a10ca18649009e0a320609a19687c4 | /ThirdParty/bson/include/linux/bson-types.h | 1ae0c0b5893af9d2b7f061a14c7faf5d0c4a7c74 | [
"MIT"
] | permissive | code-iai/ROSIntegration | 5e21317872fea2c2f909133b15e563bcf2e8d745 | 46dd9668eab4e5624b88681f22b7303af3d38592 | refs/heads/master | 2023-08-09T04:02:02.653565 | 2023-08-02T16:40:00 | 2023-08-02T16:40:00 | 100,639,520 | 370 | 122 | MIT | 2023-08-02T16:40:02 | 2017-08-17T19:46:51 | C++ | UTF-8 | C | false | false | 19,309 | h | /*
* Copyright 2013 MongoDB, 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 or agreed to ... | [
"sanic@users.noreply.github.com"
] | sanic@users.noreply.github.com |
c799c540e59615ee983d5550e4e68a07a6a67f88 | de7d5197e8a01402679f6a37d9a56af6751c6b44 | /c/learn_c_the_hard_way/ex7.c | adab78600e02fb22fd0a8539fc1956daed3b38e2 | [] | no_license | mengxunQAQ/learn | 116af9b1d8c64ffce017fd8619db4c80803090b3 | 5d1aa6c706db2750e3a909ff19df942173478896 | refs/heads/master | 2023-08-21T11:32:34.421833 | 2023-08-16T08:36:43 | 2023-08-16T08:36:43 | 140,584,768 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 733 | c | # include <stdio.h>
int main(int argc, char *argv[])
{
int bugs = 100;
double bug_rate = 1.2;
printf("You have %d bugs at the imaginary rate of %f.\n", bugs, bug_rate);
long universe_of_defects = 1L * 1024L * 1024L * 1024L;
printf("The entire universe has %ld bugs.\n", universe_of_defects... | [
"mengxun1122@163.com"
] | mengxun1122@163.com |
b24ae06c0b836af35dd2cd5e0ca66e540a4ec297 | e706475b0b55bc59eb432c98941cbc4ce1c5d38e | /ompi/mpit/pvar_write.c | ac1450b6414d6bb3c1794c314c676109299d6074 | [
"BSD-3-Clause-Open-MPI"
] | permissive | moutai/ompi-svn-mirror | 1d900cca7a1d7f77fb386c66b2bfbb55213b9ea0 | ea233308b0bb6d1b8dda63fa62d57e8d41d46269 | refs/heads/master | 2021-01-16T18:40:56.858166 | 2013-07-03T12:05:33 | 2013-07-03T12:05:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 617 | c | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2012-2013 Los Alamos National Security, LLC. All rights
* reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "ompi/mpit/mpit-internal.h"
static const char FUNC_NAME[] = ... | [
"hjelmn@open-mpi-git-mirror.example.com"
] | hjelmn@open-mpi-git-mirror.example.com |
f4d6b97accff41775ab66a3637275a5af604380d | f16cad69bf3692d526ae226fba6fda1da5b2bafb | /equanime/src/server/lib/equ_option.c | fb3aaf9c71950c14120bb591e4cf447160aa7354 | [] | no_license | turran/equanime | 8586b49b1b48a5375280a9eb4105384cd1d29144 | 4b19a5e30e15fe8d08f88c07b9fb6065f747e940 | refs/heads/master | 2020-05-15T18:22:45.252841 | 2015-03-20T20:28:48 | 2015-03-20T20:28:48 | 32,605,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,728 | c | #include "Equ_Server.h"
#include <string.h>
/*============================================================================*
* Local *
*============================================================================*/
/* false, true
* 0, 1
*/
static v... | [
"jorgeluis.zapata@gmail.com"
] | jorgeluis.zapata@gmail.com |
c582aec1e585c79aab9eca1b0bcf84b61bbe1671 | b22bc1680c666c6c0786d593531f68bb15803187 | /poly_pkt_fwd/src/poly_pkt_fwd.c | 9d714e0cfbc1ca992688b66ac6530485b9bce7e5 | [
"MIT"
] | permissive | filt27/OmegaGS | 757f613949b27e796cca985b5acfe720fe17cb8e | 35d57efe683325e862c8b1928404343a661f771e | refs/heads/main | 2023-03-01T11:24:45.471808 | 2021-02-01T12:36:24 | 2021-02-01T12:36:24 | 334,935,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111,173 | c | /*
/ _____) _ | |
( (____ _____ ____ _| |_ _____ ____| |__
\____ \| ___ | (_ _) ___ |/ ___) _ \
_____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
(C)2013 Semtech-Cycleo
Description:
Configure Lora concentrator and forward packets to multiple... | [
"noreply@github.com"
] | filt27.noreply@github.com |
b004bbb447ca8fa6bc1c0babf7f7243b246d0eb4 | 66f7d197699961e0eb3663145961facd8a16efa8 | /tests/phix_ccsd72/abcd-aecf-fbed.c | db27b023e337b1a0ee6a80b96897aeee5c9e777f | [] | no_license | yurikamome/sc19 | 411d98541f91ad2144b5297dc64d2917e81fb3a6 | badbc726eb1fe39cadba86345c8fc5befe9bb579 | refs/heads/master | 2020-05-07T18:44:00.516470 | 2019-08-27T21:02:45 | 2019-08-27T21:02:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,042 | c | #include "../../tensor_kernels.h"
#include "../../scatter_kernels.h"
#include<omp.h>
int A_range_a= 72;
int B_range_b= 72;
int A_range_c= 72;
int B_range_d = 72;
int A_range_e= 72;
int A_range_f= 72;
int B_range_e= 72;
int B_range_f= 72;
int C_range_a= 72;
int C_range_b= 72;
int C_range_c= 72;
int C_range_d = 72;
... | [
"your-correct-email@example.com"
] | your-correct-email@example.com |
fa1f6135b5d94dec9cbff2c41f4ae33f161f096f | e2e092873ca4ac2ba17307c2aa00d9628c895c77 | /NueralNet_C/voicebox/codegen/exe/melfunction/insertionsort.h | d283a5e0fe9e2419c030c6b6dc66a0a364986859 | [] | no_license | ChanceMaker/Senior_Design_Project | 551068a5126016a9c7407d6e5fef1c87fd322bbb | e9b7a183efd7c8116d8f561971546893fc462430 | refs/heads/master | 2020-04-30T17:19:59.411759 | 2019-03-21T16:12:56 | 2019-03-21T16:12:56 | 176,976,146 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 507 | h | /*
* File: insertionsort.h
*
* MATLAB Coder version : 4.0
* C/C++ source code generated on : 17-Apr-2018 22:40:21
*/
#ifndef INSERTIONSORT_H
#define INSERTIONSORT_H
/* Include Files */
#include <stddef.h>
#include <stdlib.h>
#include "rtwtypes.h"
#include "melfunction_types.h"
/* Function Declaratio... | [
"cedrickbaker7@gmail.com"
] | cedrickbaker7@gmail.com |
ffc741896503ddcca13651b80ca14410d00b25c2 | 14fd7373345c551819b808e81d4dfe93dcbcd656 | /Comprehensive_Test_Receive/source/notification.c | f1cf2a9846d820e60cd64d548c9e2dd20c043d0b | [] | no_license | gx2955/SFU-FORMULA-SAE | f398ea2019b74a1f3fa7abd2fea0dec289e170b4 | 112c86598c70bdace94d75970228e20669d23c20 | refs/heads/master | 2023-02-21T23:15:30.635059 | 2017-08-05T21:52:15 | 2017-08-05T21:52:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,702 | c | /** @file notification.c
* @brief User Notification Definition File
* @date 08-Feb-2017
* @version 04.06.01
*
* This file defines empty notification routines to avoid
* linker errors, Driver expects user to define the notification.
* The user needs to either remove this file and use their custo... | [
"joewithanx@gmail.com"
] | joewithanx@gmail.com |
de6e3df232633a6e096b77eb2d1148e18f79def6 | 5c41f23e0a284a01f91a07cf20092d54e4b89159 | /MBoot_Madison_TVOS/sboot/inc/einstein/board/BD_MST181D_D01A_S.h | 8050519cbfa64f9942925e99d17df25ccac9177d | [] | no_license | schreibikus/Madsion | a3a46c7c38f920f24004dc2cee5837f341bff579 | 548861a3fc1c4c6b5bd05ce35024be7dca0cfc03 | refs/heads/master | 2021-01-25T13:19:07.923633 | 2015-04-02T03:34:09 | 2015-04-02T03:34:09 | 123,558,610 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 42,980 | h | //<MStar Software>
//******************************************************************************
// MStar Software
// Copyright (c) 2010 - 2013 MStar Semiconductor, Inc. All rights reserved.
// All software, firmware and related documentation herein ("MStar Software") are
// intellectual property of MStar Semiconduc... | [
"bertwu@126.com"
] | bertwu@126.com |
75daf48f4e41f313aa7adc8fc60fda756e189885 | e74a2a7843f8f599c898c3f66c095ae4a8018d6f | /findKth/answer.c | 3f7f4d7ae824e9f68d52159f503eaeb16c2e3342 | [
"MIT"
] | permissive | codeprepper/data-structures | 82b2b4e48d7a0a7a9a51a3c920cb8ba402d9721b | c0824d19edb3b79c150501a5bedefd9be9e48f40 | refs/heads/master | 2021-01-10T20:15:11.775357 | 2015-05-21T06:15:27 | 2015-05-21T06:15:27 | 11,613,225 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,271 | c | /**
* problem:
* Find the kth to last node in a singly linked list in O(N).
* NOTE: k = 0 returns the last node.
* examples:
* 2, 1->2->3->4->5 => 4 (find 2nd to last)
* 7, 1->2->3->4->5 => NULL (k is larger than list length)
* complexity:
* time = O(N), traverse the original linked list ... | [
"codeprepper@gmail.com"
] | codeprepper@gmail.com |
844e94569352fc60fe6da45d01c704f869784498 | dbacda0b978cac067498c7d30b557c69df9f7b2c | /Grafico de datos adquiridos/Design01.cydsn/Generated_Source/PSoC5/I2COLED_INT.c | 15c35bd3e34b8c99943dcfeae40cd647ab3288e8 | [] | no_license | MatiasLHerrera/Proyectos-con-PSOC | eb53445611ddc25a9a36adf71bb66170eb91a0d0 | 120e38470b1cd302cfaa56bcefc12a7371fc36ee | refs/heads/master | 2023-09-03T22:56:53.349637 | 2021-10-06T14:47:39 | 2021-10-06T14:47:39 | 411,830,038 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,708 | c | /*******************************************************************************
* File Name: I2COLED_INT.c
* Version 3.50
*
* Description:
* This file provides the source code of Interrupt Service Routine (ISR)
* for the I2C component.
*
*******************************************************************************... | [
"matiasherrera59@gmail.com"
] | matiasherrera59@gmail.com |
b4d44e503701649d61a21ebd2f4987e3712562c1 | d367ae10245b126db458e19c308e825c2e1779e5 | /widgets/slider.h | c592dd55901288b9de43c76de200d27625e61c1f | [] | no_license | Elkantor/raylib_gui | bcf44f53d3bae254f61c89a096466e99f64c1014 | 63d314a0b8298739c421d694df3077ec4ac920d2 | refs/heads/main | 2023-07-13T16:01:59.901816 | 2021-08-25T09:48:56 | 2021-08-25T09:48:56 | 395,045,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,674 | h | #ifndef RGUI_WIDGET_SLIDER
#define RGUI_WIDGET_SLIDER
#include <stdint.h>
#include "../libs/raylib.h"
#include "../rgui_data.c"
#include "../rgui.h"
typedef struct
{
Font* font;
Color bar_color_fill;
Color bar_color_empty;
Color circle_color;
Color ... | [
"vic03@live.fr"
] | vic03@live.fr |
8fdc6400a7f164eb4f5e4c17718934e7b33956c4 | cd61567650e157b31e2fbd7d1e840e7ef4546a5e | /Assignment_11/c_code_gpmc/src/common/xxinverse.h | 07d04cefc5c49712ca27c30dee34517b23cfb69f | [] | no_license | robkrawinkel/EmbeddedSystemLaboratoy | 98e0bdd03b830da4ba1ac6d9fed8fa6e26b66683 | d164bbdf44f6fcd10753f19e1b0af3d70fad8219 | refs/heads/main | 2023-05-30T21:41:46.512839 | 2021-06-23T15:45:44 | 2021-06-23T15:45:44 | 360,441,590 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,172 | h | /**********************************************************
* This file is generated by 20-sim ANSI-C Code Generator
*
* file: common\xxinverse.h
* subm: PositionControllerTilt
* model: PositionControllerTilt
* expmt: Jiwy
* date: June 9, 2021
* time: 11:28:13 AM
* user: 20-sim 4.8 Campus License... | [
"h.devries@student.utwente.nl"
] | h.devries@student.utwente.nl |
f0be735fbc5dcffbd03637e5c2205d71ee717745 | b13312f58686c0fcc393607c7dba6d68497df108 | /k3ng_keyer/keyer_features_and_options_mortty_so2r_with_potentiometer.h | 6907bbe5efce062824c2037cd184ac014d0cb2ce | [] | no_license | SomerledDesign/k3ng_cw_keyer | f2329064cfeda184fc329b9eef6ddbf468858c38 | 134f2d09cf7f4f7a7cf6439371370a060bfed79f | refs/heads/master | 2020-12-01T22:10:49.248450 | 2020-01-02T17:10:49 | 2020-01-02T17:10:49 | 230,787,378 | 0 | 0 | null | 2019-12-29T18:20:32 | 2019-12-29T18:20:31 | null | UTF-8 | C | false | false | 8,971 | h | // compile time features and options - comment or uncomment to add or delete features
// FEATURES add more bytes to the compiled binary, OPTIONS change code behavior
// #define FEATURE_COMMAND_BUTTONS
// #define FEATURE_COMMAND_LINE_INTERFACE // Command Line Interface functionality
// #define FEATURE_MEMORIES ... | [
"anthony.good@gmail.com"
] | anthony.good@gmail.com |
bae278285afab92a08a71258de7cc9871944c687 | 3ce8cd0954c6d292c2dcc7d669d3083074e9b18d | /submission/Additional_Implementation/kem/nts_kem_13_136/sse2/ff.c | ae89d6b07a932ae09e187c583aea523a867f73a9 | [
"MIT"
] | permissive | post-quantum/nts-kem | 879d077c8c956873241fd265d975f8cab0cc5a38 | 04d3a1e91875b365acffb7d3f3cf61771a23ba60 | refs/heads/master | 2021-01-24T04:44:24.349824 | 2020-01-17T08:25:59 | 2020-01-17T08:25:59 | 122,948,712 | 6 | 0 | null | 2020-01-17T08:26:00 | 2018-02-26T09:50:25 | C | UTF-8 | C | false | false | 35,975 | c | /**
* ff.c
* NTS-KEM
*
* Parameter: NTS-KEM(13, 136)
* Platform: SSE2/SSE4.1
*
* This file is part of the additional implemention of NTS-KEM
* submitted as part of NIST Post-Quantum Cryptography
* Standardization Process.
**/
#include <stdlib.h>
#include <string.h>
#include "ff.h"
#include "mem.h"
ff... | [
"cjt@post-quantum.com"
] | cjt@post-quantum.com |
636264214333119ab62483b071aede032e3700a8 | 67aa5f79ee29618272fc99dacbf512e3d6031fe5 | /src/HesaiLidar_General_SDK/src/PandarGeneralRaw/include/pandarGeneral/point_types.h | 15e6d42086c77d91b410e4c37d6481e307ec002b | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | aifer2007/HesaiLidar_General_ROS2 | 6e724313980c3a150ab03763a458dafc5c9033f1 | 830518d0a4fa6d3856b866cd61beb32693eb2921 | refs/heads/main | 2023-07-13T09:28:43.147392 | 2021-08-17T15:28:12 | 2021-08-17T15:28:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,559 | h | /******************************************************************************
* Copyright 2018 The Hesai Technology Authors. All Rights Reserved.
*
* 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 L... | [
"nebulae.k@woowahan.com"
] | nebulae.k@woowahan.com |
198a12edc0d8fa37ff75aee9a8d6ef0560d5c9af | 7e379e0c27c096328602c3ff096ddf956adc92d3 | /projeto4/codes/ex07/test.c | bb80e25d07e99dd5a413f1c33bbac9e57c2e38bd | [] | no_license | IgorLoredo/USP-ICMC | bfb6ae1f9fb6b4f686b001515166dc2f174c55ff | 2d9feb61479079288625308908a545a1b25984aa | refs/heads/master | 2020-08-29T20:12:32.515977 | 2020-06-12T01:08:08 | 2020-06-12T01:08:08 | 218,161,616 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 901 | c | #include <stdio.h>
#include <stdlib.h>
#include <dyn_list_simple.h>
int cmp(int *i, int *j) {
if (*i == *j) return 0;
else if (*i < *j) return -1;
else return +1;
}
int main(int argc, char *argv[]) {
DYN_LIST_SIMPLE *mylist;
int a1=1, a2=2, a3=3, a4=4, i, error;
mylist = dyn_list_simple_create((int (*)(void *,... | [
"igor_loredo@LSEC-055.016645"
] | igor_loredo@LSEC-055.016645 |
599462918ac74743ada25097e1ac53978b1248d1 | a556c07ecfa1031dae46fd3433762941ceca68b1 | /data/giftmade/asec1068813415.c | 8321e4ac73ef64caf833d916e98ef6037ba52f85 | [] | 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 | 872 | c | // clothing ่กฃๆ
// by bing
#include <armor.h>
#include <ansi.h>
inherit HEAD;
void create()
{
set_name(BLU +"ๆ็ฌ "+ NOR, ({ "douli" }));
set("long","็ฒพๅฟ็ผๅถ็ๆ็ฌ ๏ผๆด็็ไธๅปๆ็นๆชใ\n\n");
set("weight", 100);
if (clonep())
set_default_object(__FILE__);
else {
set("unit","ไธช");
set("no_get", 1);
set("no_drop", "่ฟไธ่ฅฟไธ่ฝๆใ\n")... | [
"i@oiuv.cn"
] | i@oiuv.cn |
fe52f267025ab7bc3a54e828b1c265efe586c948 | ee73fdcceb1094108c0a9e209535d7915e2e33b3 | /Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-ERSA/CAST_Int_to_NID_OPERATIONAL_TM_conversions.c | 2700237abb2d30910bd7055895b97863572e69ba | [] | no_license | stefan-karg/srcAndBinary | d912b03c44d75b807dc4f9b67938dde73dd52ccf | 5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600 | refs/heads/master | 2020-12-31T03:36:26.071772 | 2015-12-07T14:57:47 | 2015-12-07T15:00:53 | 47,557,434 | 0 | 0 | null | 2015-12-07T14:36:45 | 2015-12-07T14:36:45 | null | UTF-8 | C | false | false | 1,028 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt
** Generation date: 2015-12-07T14:47:40
*************************************************************$ */
#include... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
c83dda4a9aba9ae8b3893f3fa9c45cb86b4d3ed9 | de7d9886977b873d8ea238a154d4ad0d32d28093 | /TinyWebServer/homework5.c | 1d27e2701815e5a71aa53489452f4b2bdab509e8 | [] | no_license | hthayyil/Tiny-Server | 7e8a65f6e79f49e0676bba07b6a1e0828b421b70 | ba1bd833609d74b2a783f8b4904e1fd687769a7f | refs/heads/main | 2022-12-29T06:31:48.537975 | 2020-10-08T22:56:15 | 2020-10-08T22:56:15 | 302,477,939 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,417 | c | #include <fnmatch.h>
#include <fcntl.h>
#include <errno.h>
#include <netinet/in.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
#include <signal.h>
#in... | [
"noreply@github.com"
] | hthayyil.noreply@github.com |
4e7981e9516117b524495e5657866ef0095cfdb8 | 988fdb3aa6699a8b2e33d19c104edd18f3399351 | /Tests/bluetooth atcommand/projcodes/state/states.h | bc3bd518dbc8b9356ae55a6a85e0b20c99d5bfc7 | [] | no_license | kawshikbuet17/Doctor-Private-Chamber-Entry-Management | 00d774c14d70753c8ff47bea9887488ccf6bd8fd | 76c69c6e5439167a1335d3e04f22cfb96a6fef4a | refs/heads/master | 2023-06-28T09:33:39.528545 | 2021-07-30T16:53:32 | 2021-07-30T16:53:32 | 378,952,100 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 250 | h |
#ifndef STATES_H_ADDED
#define STATES_H_ADDED
#define IDLE 0
#define ENTERING_NAME 1
#define ENTERING_AGE 2
#define ENTERING_PHONE 3
#define GENERATE_SERIAL 4
#include <avr/io.h>
#include "idle/idle.h"
void States_GotoState(int_fast8_t);
#endif | [
"mahdibuet3@gmail.com"
] | mahdibuet3@gmail.com |
340fd1370332d9d4ce7e464e224921f92ca4601a | 4c554798c31dc540fc8f6b467840b27a48436936 | /Pods/Headers/Private/gRPC/src/core/iomgr/endpoint_pair.h | efedc384199d55cf513d727531d72d292b920248 | [] | no_license | peppermintcom/peppermint-iphone | eea0844dd570579c61bf200705369a5ad92c3b74 | c00b61bcd5decae0493e27267a5e0486b8d84e6a | refs/heads/master | 2020-12-31T03:26:15.260656 | 2016-06-16T08:58:31 | 2016-06-16T08:58:31 | 43,933,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53 | h | ../../../../../../gRPC/src/core/iomgr/endpoint_pair.h | [
"okankurtulus@gmail.com"
] | okankurtulus@gmail.com |
eefd41e75d9e664b6e910703d17428e8fde7865d | 0ba5f51ee6711c767b109e133f86ea06dc93e3ce | /libft/ft_putendl_fd.c | 32e7ae2740acc75f174be9b4a12e554bca9878d2 | [] | no_license | alexwestside/corewar | 0f9629adfc463c4ebb08ace55a2855085b660b97 | f8865d007f02680b686c4b2bb4ba15c943b07bb2 | refs/heads/master | 2021-01-01T15:21:49.850220 | 2017-06-24T00:33:26 | 2017-06-24T00:33:26 | 97,602,896 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,006 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl_fd.c :+: :+: :+: ... | [
"sklif.85@gmail.com"
] | sklif.85@gmail.com |
470565924d1b0b7e749f6f0cf182d251b0d98c7f | e46ccf54033e2fe0be71736ba1a6195c81d040f0 | /3rdparty/Capstone/src/arch/MOS65XX/MOS65XXModule.c | e9e5803f608560682cdf10b2c166a2019906f134 | [
"MIT",
"NCSA"
] | permissive | fengjixuchui/XCapstone | 86c416e7a6481ee280e04e12f88a966511d4f8c9 | ef1fc0fc4ea8540931e0360c68a82b3ff5c5a0e5 | refs/heads/master | 2023-01-12T03:39:54.845286 | 2022-12-23T08:27:32 | 2022-12-23T08:27:32 | 210,973,603 | 0 | 1 | MIT | 2022-12-23T08:27:33 | 2019-09-26T01:33:02 | C++ | UTF-8 | C | false | false | 2,045 | c | /* Capstone Disassembly Engine */
/* MOS65XX Backend by Sebastian Macke <sebastian@macke.de> 2018 */
#ifdef CAPSTONE_HAS_MOS65XX
#include "../../utils.h"
#include "../../MCRegisterInfo.h"
#include "MOS65XXDisassembler.h"
#include "MOS65XXDisassemblerInternals.h"
#include "MOS65XXModule.h"
cs_err MOS65XX_g... | [
"horsicq@gmail.com"
] | horsicq@gmail.com |
48d4453edcdd897db058549cc32f4790d25ebf91 | e3ec98113659a9e9bba43c9c7c56b877165970b5 | /tests/G/randomNode.C | 3226701b057e23367dd15a831a62d009944fc47f | [] | no_license | wangwf/Cpp | a74759f997fef309e927273f2ba487a6172f916e | f6c471ac264d3f4d49b157eeea328da9e141a8b8 | refs/heads/master | 2021-01-01T19:20:15.481101 | 2014-10-02T16:34:51 | 2014-10-02T16:34:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 719 | c | //
//print random node from a Binary Tree
//
#ifndef NULL
#define NULL 0
#endif
struct Node{
int val;
Node* left;
Node* right;
int nNodes; //add to keep track number of Node
};
Node* randomNode(Node* head, int k){
if(!head || k<1 || k>head->nNodes) return NULL;
if(k==1)return head;
// k--;
int nLef... | [
"wenfeng@venor.co"
] | wenfeng@venor.co |
7184cb20972c523796a7daa9d5d8cbe7611e5227 | e620ba15fceff908f5b4ce44108c8347a8251d3a | /PhoneBook/PhoneBook/screenOut.c | c3362942e03f56a2d92c6cbf2fac49565666344c | [] | no_license | sugyeongKim/C | 7aba74579bfb85a6a7c09362e8db34324e89ca05 | 2146f796094d74152c361a63cc655272da435dd9 | refs/heads/master | 2020-05-07T09:18:04.012608 | 2019-12-15T14:23:32 | 2019-12-15T14:23:32 | 180,371,013 | 0 | 0 | null | null | null | null | UHC | C | false | false | 980 | c | #include "common.h"
#include "phoneData.h"
void ShowMenu(void) {
system("cls");
printf("---------- ๋ฉ ๋ด ----------\n");
printf(" 1. ์ ํ๋ฒํธ ์
๋ ฅ\n");
printf(" 2. ์ ์ฒด ์ ๋ณด ์ถ๋ ฅ\n");
printf(" 3. ์ ํ๋ฒํธ ๊ฒ์\n");
printf(" 4. ์ ํ๋ฒํธ ์ญ์ \n");
printf(" 5. ์ ํ๋ฒํธ ์์ \n");
printf(" 6. ์ข
๋ฃ\n");
printf("-------------------------------\n"... | [
"s2018s25@e-mirim.hs.kr"
] | s2018s25@e-mirim.hs.kr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.