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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
87655f251e3343f9ed1ee10653255d1ace8e4a28 | 44a41d3100a9037f8b6ca59d3adb5d83ac633d4b | /tests/data/c/more/code23.c | 1c10b2f562fac140f6d7a5cd4e15fe7a472664c0 | [
"MIT"
] | permissive | JulienCriss/codetalker | b1f59a61589ce116df8402da89445772ff301be6 | e94c694ab1969bedea976799727d8757a060ba4c | refs/heads/master | 2020-06-19T02:55:35.137796 | 2019-03-24T03:37:03 | 2019-03-24T03:37:03 | 196,539,381 | 0 | 0 | MIT | 2019-07-12T08:22:16 | 2019-07-12T08:22:15 | null | UTF-8 | C | false | false | 397 | c |
// Delete recent documents in C
#include <windows.h>
#include <shlobj.h>
#define WIN32_LEAN_AND_MEAN
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
if(MessageBox(NULL, "Press ok to empty the Recent documents folder.", "recycler", MB_YESNO | MB_ICONINFORMATION) != I... | [
"jared@jaredforsyth.com"
] | jared@jaredforsyth.com |
45ee434daf64a15101556ed558f2d81424c7868b | 48df1eb16295b2c5d3a005c2cbff9d23d6df9209 | /esame/Esercizio4/esercizio4.c | eef2d2c803a9bc5f905fb081a104d59604123542 | [] | no_license | marco-b-iot/IRES2016_langc | 083f8624870aef8916bff863b9079edd5939bbf3 | c48de1a78e0cb99f433168993a453c671841aa1f | refs/heads/master | 2021-01-10T07:15:39.458658 | 2016-02-26T19:47:03 | 2016-02-26T19:47:03 | 50,828,235 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,366 | c | /*
Creare una struttura Studente caratterizzata da un nome, cognome e dal numero di esami sostenuti.
Implementare le funzioni setCognome, getCognome, setNumeroEsami e getNumeroEsami che ne impostano e
restituiscano rispettivamente il cognome e il numero di esami dello studente.
Nota: non porrere limiti alla lunghezza d... | [
"macco@debian"
] | macco@debian |
df35d4ea2dec1f76eb31bca236fd51600e391a05 | c8639e2b4bb7116d7dd66acaa769c30d7bb479f7 | /world/cmds/adm/alarm.c | 15b8d065484bc8383d0f5285a48aac567045ad08 | [] | no_license | ninemoon/mhxy2002 | 43bc9759bbde56e2c49c524514f3dc4f83fbe932 | 76e0fa31cd662864bd55168e2fdf986622ed510e | refs/heads/master | 2021-09-06T10:05:19.812948 | 2018-02-05T09:57:57 | 2018-02-05T09:57:57 | 120,064,608 | 0 | 0 | null | 2018-02-03T06:07:09 | 2018-02-03T06:07:08 | null | GB18030 | C | false | false | 860 | c | // alarm.c 1.0 congw
#include <ansi.h>
inherit F_CLEAN_UP;
int help(object me);
int main(object me, string arg)
{object ob;
string target, msg, mud,from;
object obj;
if( !arg || sscanf(arg, "%s %s", target, msg)!=2 ) return help(me);
obj = find_player(target);
write(HIR "\n 你警告" + obj->name(1) + ":\n \n" + " ... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
74965c3497cc098fe0c7a18dfd46ed97666be5cf | 30bfd55bcec2f6ff6392fd4c10b732f4077af3f2 | /07/fig07_15.c | 59331cd4a5e6b8af0d6f4950ba749b9b0baa9598 | [] | no_license | zedwarth/C-Programming | e5c99475e5c6a5e3b9b72d288a346fc63fdc5ca2 | 09dd84d015f51d7926a3dd29815c31196d5a73de | refs/heads/master | 2021-01-22T10:02:24.225905 | 2013-12-05T02:41:43 | 2013-12-05T02:41:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,702 | c | /* Fig. 7.15: fig07_15.c
* This program puts values into an array, sorts the values into
* ascending order, and prints the resulting array. */
#include <stdio.h>
#define SIZE 10
void bubbleSort( int * const array, const int size ); /* prototype */
int main ( void )
{
/* initialize array a */
int a[ SIZE ] = { 2, ... | [
"zedwarth@gmail.com"
] | zedwarth@gmail.com |
386923fd9a3cecd9b3a2d84b71b3c07b61ea2850 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/drivers/net/wireless/b43/extr_phy_lp.c_lpphy_calibration.c | 0f56f225510845c4f78b5d64b92354fafac1d731 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,426 | 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 |
2fe80adc521fae0dee4d4dd04af2c277c63aead3 | 6212512bd705cf5f59a51bcbf63c518986f44552 | /camera.h | 2ef0c7ddb7cfe0403a4e8310718cca8e7d32fd70 | [] | no_license | LordRyst/raytrace | c9ffc8475fdcebfbe8213c9bcf3caad24bc3cb7d | 852fea04907d3d0361c2285efefa30dd73f79418 | refs/heads/master | 2021-01-10T22:40:37.262939 | 2016-12-15T01:25:06 | 2016-12-15T01:25:06 | 70,370,764 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 104 | h | #ifndef _CAMERA_H_
#define _CAMERA_H_
#include "ray.h"
#include "image.h"
void cameraRays();
#endif
| [
"rickstockham@gmail.com"
] | rickstockham@gmail.com |
58adc296961a5fa4ca53cd2ca27898d38c9e8a14 | 550e18f4cf1c5cb90cf4a1fd1250ef32bb6e66e4 | /strmat/stree_strmat.h | 3d8785320661b456b910c9d7d127059015e16269 | [] | no_license | jeandobre/k-difference-prime | 8f1ad0624fa0949063fbd6c573bbd0b1a98f3dd3 | 9e2acec45ea608e9d29c36cc4cd2dbba6baad182 | refs/heads/master | 2021-01-17T04:34:39.422079 | 2017-08-16T12:58:27 | 2017-08-16T12:58:27 | 45,644,405 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,429 | h | #ifndef _STREE_STRMAT_H_
#define _STREE_STRMAT_H_
#include "peter_common.h"
#ifdef STATS
#define IF_STATS(s) s
#else
#define IF_STATS(s)
#endif
// Original strmat definitions
typedef struct stree_intleaf {
int strid, pos;
struct stree_intleaf *next;
} SINTLEAF_STRUCT, *STREE_INTLEAF;
typedef struct stree... | [
"jeandobre@gmail.com"
] | jeandobre@gmail.com |
cddd468bd46e54e0c9d022fe8b1d94e88669d1a9 | 8da97a5d26c04066ba328dcea739827515d9930f | /d/laowu/laowu.c | 3d8c5a963f2f1023c6a48c5096f0121173b70e4b | [] | no_license | mudchina/fy2 | 15045041bdf42e9a76525db7ce5cb61329a096a4 | 78599a39965ef63b38a815ce3ab774fb3361b3d2 | refs/heads/master | 2021-01-10T06:50:29.722868 | 2016-02-21T09:18:38 | 2016-02-21T09:18:38 | 52,199,056 | 4 | 3 | null | null | null | null | GB18030 | C | false | false | 585 | c |
inherit ROOM;
void create()
{
set("short", "拉哈苏");
set("long", @LONG
“拉哈苏”就在松花江之南,这三个字的意思就是“老屋”,它的名字虽然充满
了甜蜜和亲切,其实却是个荒僻而寒冷的地方,每到重阳前后,就开始封江,直到第
二年的清明才解冻。
LONG
);
set("exits", ([
"north" : __DIR__"town",
"south" : __DIR__"road5",
]));
set("outdoors", "laowu");
set("... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
e8d720170e631acd1eb6b9bdc3b4af6e1936c998 | 079f188ceebf48fc7eb7d030b0b5ddb2d2cb6317 | /lib/cmd/misc/smash.c | c10bce2d6ad4ff9ddc8b2ecda37e6c70ac6fbb93 | [] | no_license | seikichin/tta | 9c71f04111f9f8ddd0905b98ba3a5a2db699c22f | d1c2446737633bbd6557663b2eb598649b677150 | refs/heads/master | 2023-03-18T03:51:18.964224 | 2019-09-08T10:00:34 | 2019-09-08T10:00:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 940 | c | /*
* Function name: smash
* Description: try to destroy something
* Arguments: str - what to smash
* tp - acting living
* Returns: 1 if success, -1 else
*/
nomask int
smash(string str, object tp)
{
string with;
object ob, wob, *list;
if (!str)
{
tp->catch_tell("Usage:... | [
"plingplong@t-online.de"
] | plingplong@t-online.de |
d5363126a83853566ea3990526d1145361959483 | 4abcb5084d090ea57a07e71fcf43933968474a5f | /singleFileTestDir/code5.c | 0c866ba13416664dbe2eaaddf8a3631aaaf7ed74 | [] | no_license | krooonal/plagiarism-detection | cbc75cf14cf5709fbf6e2bda92fa5b1b4838276d | f659b4701ba8dd94b94dc1d3a97a6d338d8c7c74 | refs/heads/master | 2021-01-20T12:00:30.939542 | 2014-11-11T05:14:30 | 2014-11-11T05:14:30 | 26,393,647 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,364 | c | #include <stdio.h>
#include <stdlib.h>
void merge(int array[] , int lb , int ub)
{
int mb = (lb + ub)/2;
int n1 = mb-lb +1;
int n2 = ub - mb;
int i=0 , j , *L , *R , k=lb;
L = (int *)malloc(n1 * sizeof(int));
R = (int *)malloc(n2 * sizeof(int));
for(j=lb ; j<=mb ; j++)
L[i++] = array[j];
i=0;
for(j=mb+1 ; j<... | [
"krunalkachadia@gmail.com"
] | krunalkachadia@gmail.com |
1b373c473ce21fd9cc33aaffdbb456b6aa909932 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/md/dm-bio-prison-v2.c.bak.c | 650f792de4984abb4b36b993a5bdc99a13271e9c | [] | 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 | 8,490 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Copyright (C) 2012-2017 Red Hat, Inc.
*
* This file is released under the GPL.
*/
#include "dm.h"
#include "dm-bio-prison-v2.h"
#include <linux/spinlock.h>
#include <linux/mempool.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
b6053cf0fa95657cc8262d0be30fad338bf9deda | cdc3aa536d2f71a768c146e716790bd6cb1c126f | /gewanglaile/Pods/Headers/Private/React/RCTModuleData.h | 4f9045afd7a9c9f4402d2d54dafcadd0f562654d | [] | no_license | LaryIII/GW | d5d77567b7223f5d549613209dae4c267875a5c2 | 67e6b5ca180f519ddfd32a224b37c95dc7cd3e7b | refs/heads/master | 2020-12-25T14:24:04.636500 | 2016-07-02T08:39:08 | 2016-07-02T08:39:08 | 60,010,397 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 79 | h | ../../../../reactComponent/node_modules/react-native/React/Base/RCTModuleData.h | [
"zhouhai_justdoit@qq.com"
] | zhouhai_justdoit@qq.com |
da82d95fcd7429513fd98a1ec750352a0f22152c | 560cb5ed9c8df6c4ec6b276b7f422b72a7bdc2eb | /Artmame/src/vidhrdw/astrof.c | 1451286eb3790cf76e5264131f1d7c154f47b4e2 | [] | no_license | shangma/mame0112 | 3503af14b38ad382257f01c74638e7a6f7861f1d | e98e2daebda9f430519893ac61232b8eae74516b | refs/heads/master | 2020-04-06T03:47:11.945469 | 2012-07-03T15:43:29 | 2012-07-03T15:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,048 | c | /***************************************************************************
vidhrdw.c
Functions to emulate the video hardware of Astro Fighter hardware games.
Lee Taylor 28/11/1997
***************************************************************************/
#include "driver.h"
#include "includes/... | [
"arthur_choung@me.com"
] | arthur_choung@me.com |
1c0dc5f26b7d5746a40277ceff847b406ef20c94 | 12762d66f595a828b82e4b81c38452e9819c81d6 | /Smart-ScaleF103/Src/main.c | 8d41c8a65b3698774323a25e089097e80c55a4ad | [] | no_license | freakone/Smart-Scale | f8eb1fbd290a1ba4378ef5458b038b3e29313fba | 0580aff681aa7fb837a84b2de0ba34b7d282ebbe | refs/heads/master | 2020-05-21T19:15:37.495114 | 2018-02-22T09:24:50 | 2018-02-22T09:24:50 | 62,466,768 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,558 | c | /**
******************************************************************************
* File Name : main.c
* Description : Main program body
******************************************************************************
* This notice applies to any and all portions of this file
* that are not b... | [
"kamil@freakone.pl"
] | kamil@freakone.pl |
8ea417ca32069548a4e682f51460624cf392c258 | 24357a12af42349b9b787b47722a738a6694419b | /Learn/30-Days-Of-Code/Day 07/arrays.c | 9b4843705beb95324556a5a8314d17a9f116883d | [
"MIT"
] | permissive | Adriel-M/HackerRank | 1aee2f3501f7db01bf2c7eabc00ff555779a345c | 0f361bb7eaa3d2db3dd96de511c4b7fa02efa8c5 | refs/heads/master | 2021-01-21T10:49:03.610333 | 2017-06-18T03:37:16 | 2017-06-18T03:37:16 | 91,708,001 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 265 | c | #include <stdio.h>
int main() {
int n;
scanf("%d", &n);
int arr[n];
for (int i = 0; i < n; i++) {
scanf("%d", &(arr[i]));
}
for (int j = n - 1; j > -1; j--) {
printf("%d ", arr[j]);
}
printf("\n");
return 0;
}
| [
"adriel@adrielm.ca"
] | adriel@adrielm.ca |
6c6b19b4f7fa01bc2b5ebfd93815395a1362ad15 | 4b3757e28a99eeca9f704e48dfc7b1a956805de6 | /fillit/libft/ft_lstappend.c | 2e26537ed86020ed23045e75266aff20ca60c285 | [] | no_license | entourloupoul/projets_42 | d856330b08038a30fe46be13fded6ef27c39c56c | 70189549cca32dc47355efde8ad1073d99870ce1 | refs/heads/master | 2020-04-05T13:14:30.797826 | 2019-09-23T11:26:52 | 2019-09-23T11:26:52 | 156,893,574 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,194 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstappend.c :+: :+: :+: ... | [
"pmasson@e2r8p11.42.fr"
] | pmasson@e2r8p11.42.fr |
8e5defb032c33045b98b817686929d51746b6749 | 089f57a9c7c8d8beb28b800b51e4d5a10638e259 | /ft_sqrt.c | 890853bd2f5596ce155ab19c762077b2e02b39b0 | [] | no_license | Lanhir/libft | f43ee72b96553b31db6b673427f0eac8dd0acf32 | 6eecc9d17650649e9ee3b08923e0ce3a9273ed65 | refs/heads/master | 2020-04-07T11:42:46.658754 | 2018-11-20T05:57:15 | 2018-11-20T05:57:15 | 158,337,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,060 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sqrt.c :+: :+: :+: ... | [
"malibert@w-r10-p3.s19.be"
] | malibert@w-r10-p3.s19.be |
3a510ad8671d9f3abbf451e6cad9b3f8025e9a98 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/arch/x86/pci/common.c | 190e718694b1720df737afdd9688ded962be6014 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 17,816 | c | /*
* Low-Level PCI Support for PC
*
* (c) 1999--2000 Martin Mares <mj@ucw.cz>
*/
#include <linux/sched.h>
#include <linux/pci.h>
#include <linux/pci-acpi.h>
#include <linux/ioport.h>
#include <linux/init.h>
#include <linux/dmi.h>
#include <linux/slab.h>
#include <asm/acpi.h>
#include <asm/segment.h>
#include <asm... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
74c675b98f5c2f060a855058eaadc1354b80a598 | ca83cb8f2822a5b62c98dd8148b7894cd79450e4 | /l5/mpi_my1.c | 087328b5c4a44737e144c70557df380d97a23495 | [] | no_license | skoneka/prir | ec366b857a24e204a148d07b84d328a13f49d2b9 | 018987d2f220b833a564b3705dace2fc9ff91c8a | refs/heads/master | 2016-09-05T18:44:55.544116 | 2013-04-18T13:59:23 | 2013-04-18T13:59:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 812 | c | /* -*- Mode: C; c-basic-offset:4 ; -*- */
#include <stdio.h>
#include "mpi.h"
#define send_data_tag 2001
int main( int argc, char *argv[] )
{
int rank;
int size;
MPI_Init( 0, 0 );
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WORLD, &size);
printf( "Hello world from p... | [
"skoneka@gmail.com"
] | skoneka@gmail.com |
04fed1beb5c7216463d13d0a859a828c4f7fb43d | ba50c1c022c9caae0485154be4cb50a2a15471af | /SMV/source/gd-2.1.1/gd_version.c | 222d428ce7b35753a35743730b04438b945d8edf | [
"NIST-Software"
] | permissive | godisreal/fds-smv | 997057acd0ae631385ea3607e829797c9a825aab | 3bc77e84d84974429dc00ab89495202bc646f98a | refs/heads/development | 2022-05-05T05:38:12.326864 | 2019-04-14T05:55:39 | 2019-04-14T05:55:39 | 63,519,103 | 0 | 0 | NOASSERTION | 2019-12-16T16:08:09 | 2016-07-17T07:02:44 | C | UTF-8 | C | false | false | 649 | c | #ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "gd.h"
/* These functions return the version information. We use functions
* so that changes in the shared library will automatically be
* reflected in executables using it without recompiling them. */
BGD_DECLARE(int) gdMajorVersion()
... | [
"gforney@gmail.com"
] | gforney@gmail.com |
f2f4d04d64c3d242f4d0bafae376dc3d798f150d | e40752cd48cd54918719856ce2cfc03dc2b58b53 | /SocketProgramming_FileTransfer/fileServer.c | 8f633e6c3824a511343906ca0c3d58cb72a40f70 | [] | no_license | bdegley4789/CS372-Computer-Networks | af12101ff50131967ab88a5e8e6a01053e2764ed | b0b7ba0ee5e032f0508641ffe4dee3e35c9a46f1 | refs/heads/master | 2021-01-02T19:54:00.876166 | 2017-09-01T03:04:45 | 2017-09-01T03:04:45 | 99,312,510 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,233 | c | //Socket code modified from http://www.linuxhowtos.org/data/6/server.c
//Bryce Egley
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include<arpa/inet.h>
#include <netdb.h>
#include <string.h>
#include <dirent.h>
#in... | [
"noreply@github.com"
] | bdegley4789.noreply@github.com |
22eedc7dcbba31f3f0847e6e30d420e9f7c4eb6c | f1265dfe151d65fe0cc99159bc9db8e57785cc95 | /devel/include/vrep_common/simRosSetIntegerSignalResponse.h | 3aa7e27f0f421479503a781196fc5e8671100597 | [] | no_license | rodrigogarces/catkin_ws | 5679e0bcd88f0920409c989ea75b5a174b270e5e | df570450d57bfeb579495d1bb94837df2e72e150 | refs/heads/master | 2020-05-16T08:35:03.899207 | 2019-01-22T16:28:02 | 2019-01-22T16:28:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 103 | h | /home/raphael/catkin_ws/devel/.private/vrep_common/include/vrep_common/simRosSetIntegerSignalResponse.h | [
"raphaelgoms@gmail.com"
] | raphaelgoms@gmail.com |
37deaae0ae901110f1bd5e24474615f3b36a649a | 33ad62d02ae6e5421c20e857a88e88fd23d6edd1 | /pacman1/pacman1/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_ObjectModel_ReadOnlyCollection_1_20MethodDeclarations.h | 010f5c652fb06b46ac4ff929b7f9ac2850b33b1e | [] | no_license | akshayadav/pacmanVRAR | ae18e540da85038d2d14d5df614dfb63f9f40330 | 97922200890739f9c837eb65f593149623b0c5a7 | refs/heads/master | 2016-08-12T06:53:23.396650 | 2016-03-29T21:04:24 | 2016-03-29T21:04:24 | 55,010,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,012 | 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_Collections_ObjectModel_ReadOnlyCollection_1_2MethodDeclarations.h"
// System.... | [
"akshayadav@gmail.com"
] | akshayadav@gmail.com |
203852064c9e2238aa37b2c20186f1cf1e449caf | 01dc3dd7854abf10928d9aa20197b3bc76cd3295 | /OS432/images/stage4/source/ipc_facility.h | c7988bdb914aaf1a2c62f799c37c2111a131bd64 | [
"MIT"
] | permissive | fightingsleep/OS432 | 0274059ad0f3c15f67301bebf5388050995c8a19 | 15b33018491b8044191f5767c74f5526b6afe417 | refs/heads/master | 2020-06-03T13:27:11.828971 | 2014-12-31T22:54:16 | 2014-12-31T22:54:16 | 20,707,912 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 504 | h | /**
* IPC facility data structures.
*
* Author: Omar Zarifi
* Date: March 11, 2014
*/
#ifndef _IPC_FACILITY_H_
#define _IPC_FACILITY_H_
#define IPC_INVALID_PID 17
#define IPC_MEMORY_ERROR 19
#define IPC_INVALID_REPLY 23
/**
* A node to represent a sent message.
*/
struct ipc_node
{
void* data;
unsigned int... | [
"chrislross@hotmail.com"
] | chrislross@hotmail.com |
1f1726ce470a39a41ce978af868f1706475c021d | 8bb5c1b0e22712cb8d7436c507f784467546de71 | /test5.c | 0186e27b71126b6a7b81c61f5c0ad6733da184f6 | [] | no_license | KowsarNarkhis/myfirstprogram | d43e8c56bc7690dc9abf62a048d99865f8efc188 | 702751261ef5848b7d20ec9c605e304d92fc7662 | refs/heads/master | 2023-08-27T00:46:30.446759 | 2021-10-23T18:36:30 | 2021-10-23T18:36:30 | 404,862,380 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 103 | c | #include <stdio.h>
int main ()
{
printf(" ***** This is my 5th program... *****");
return 0;
}
| [
"narkhis03@gmail.com"
] | narkhis03@gmail.com |
c5d1dc990df3d3424969ca790128e3ca3d6abfe8 | fc6a32dbedf3cab18d9ecd30417500eb481fdbc3 | /srcs/sh21/print/ast_print.c | 77c7dcc6595ac65d72f1a716db8dcb4e9b41284f | [] | no_license | GrandChaman/42sh | 150d28419707f31cbefa1487e19b63cd3603c9f8 | 807386b2dda6cd41f2e529a86d91ec7e499cd83c | refs/heads/master | 2020-03-08T15:16:45.194288 | 2018-05-17T19:43:10 | 2018-05-17T19:43:10 | 128,207,468 | 4 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,255 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* input_piped_script.c :+: :+: :+: ... | [
"frederic.bertoia@gmail.com"
] | frederic.bertoia@gmail.com |
cd77c99e8640dd4ae82cb50f548bba5fab77a94d | ec51233bc0484d15cbab28f01f962f3e78678266 | /projects/2DWorld/BattleNet/common/globals.h | 36dc046bf5948fd742a0a31a51af98d4479f44ea | [] | no_license | LogicEu/Sandbox | c4875b9e81e801a78ab17aeeca799098eb1b76ef | 43de86ab694db795bea6b1966bf2108f20b30b72 | refs/heads/main | 2023-07-13T12:52:51.316789 | 2021-08-21T20:14:16 | 2021-08-21T20:14:16 | 376,143,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,223 | h | extern const float gravity;
extern const float run_speed;
extern const float jump_force;
extern const float double_jump_force;
extern const float wall_jump_force;
extern const float wall_slide_speed;
extern const float wall_jump_dash;
extern const float dash_speed;
extern const float double_click;
extern const float ca... | [
"eugenioarteagaa@gmail.com"
] | eugenioarteagaa@gmail.com |
8178be19722170069c6eaf2a114ec18b1a2cd5f4 | 68e115d504decf90cf8adaf1c373a220c059d8d7 | /Library/LittleVglLib/lv_objx/lv_btn.h | f8c4747dd60e765d326e0b8187c5c0d6af77177b | [
"GPL-1.0-or-later",
"GPL-2.0-only",
"BSD-2-Clause",
"MIT"
] | permissive | WOA-Project/Lumia950XLPkg | 24fcad187d71488270b853d08fcdff542bbac5a2 | 0e7e24adb2ac80672ade1e56f9b538d99941328f | refs/heads/master | 2023-08-11T09:20:00.600571 | 2022-09-14T09:09:51 | 2022-09-14T09:09:51 | 132,070,715 | 264 | 64 | BSD-2-Clause | 2022-12-18T20:27:21 | 2018-05-04T01:44:48 | C | UTF-8 | C | false | false | 7,414 | h | /**
* @file lv_btn.h
*
*/
#ifndef LV_BTN_H
#define LV_BTN_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include <LittleVgl/lv_conf.h>
#endif
#if USE_LV_BTN != 0
/*Testing of dependencies*/
#if US... | [
"i@imbushuo.net"
] | i@imbushuo.net |
e2d911743e687a94cfb4b10d2e0e7791c4b3cae0 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/g++.old-deja/g++.pt/ttp61.C | 90ee042c124a59d73938870290cda2f58f479ff8 | [
"Zlib",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 227 | c | // { dg-do assemble }
// Origin: grg at ai dot mit dot edu
class A;
template<template<class Ignored> class base> class C :
public base<A> {
public:
C(A& newa) : base<A>(newa) {}
};
| [
"rink@rink.nu"
] | rink@rink.nu |
f5a69a36c2ccda32ea9682d0e3b6f87da4c96192 | 9043fc79230be4c496830d788f1f8924b6a0c8e1 | /show_table.h | e9b6f4b715cf482b83c641b637b9118a4e516de6 | [] | no_license | jiseon0702/bingo | 2fc6148bd6b5335d77e47f8a9606a3deb11710de | cf73b27e6c15253a4f752417cc5a655343b9b248 | refs/heads/master | 2020-04-05T04:39:26.814764 | 2018-11-20T11:36:58 | 2018-11-20T11:36:58 | 156,560,231 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | h | #define N 5
int same_number(int n, int table[N][N]);
void initiate_bingo(int n,int table[N][N]);
void print_bingo(int n,int table[N][N]);
| [
"dlwltjszcm@naver.com"
] | dlwltjszcm@naver.com |
2f873ccd70c3c474662610e2b229142aadeaf586 | 5d2d36153e48bc499633889c94f6f308d85e5371 | /GraphicsProject/libraries/glload/include/glload/gl_3_2_comp.h | 1cd3545804983769ceb5dd486a89b5c69ec17bc0 | [] | no_license | prongs/graphics-project | 41a468453f4db3995f7f8feee38f212cd9e8f64c | a08eb17c4e3f345efa2c1e7b410aeac79052adc8 | refs/heads/master | 2021-01-23T20:22:49.171352 | 2012-10-24T16:52:26 | 2012-10-24T16:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 645,709 | h | #ifndef GL_3_2_COMP_H
#define GL_3_2_COMP_H
#if defined(__gl_h_) || defined(__GL_H__)
#error Attempt to include gle after including gl.h
#endif
#if defined(__glext_h_) || defined(__GLEXT_H_)
#error Attempt to include gle after including glext.h
#endif
#if defined(__gl_ATI_h_)
#error Attempt to include gle after inclu... | [
"rajatgupta59@gmail.com"
] | rajatgupta59@gmail.com |
195a2c11b3a01cd41fdebe15bd3163cdea00d6ea | aeb5c99e375b79b8410f2c0ae3b527bdd681e5bc | /distanceToStub.c | 5da7e602a99198e7eba750df869a3aa713c8d65a | [] | no_license | MrSmith1988/SpaceXD | 4e074cfbdd7229104dbced5a2dc2149f376c680f | 5960fd615146831a5becb61327369c2b6e1a6ff6 | refs/heads/master | 2020-03-20T21:07:46.117048 | 2018-06-07T14:41:55 | 2018-06-07T14:41:55 | 137,725,023 | 0 | 0 | null | 2018-06-18T08:03:40 | 2018-06-18T08:03:40 | null | UTF-8 | C | false | false | 190 | c | float distanceToStub(float place[3], float dest[3]){
float vecBetween[3];
mathVecSubtract(vecBetween, dest, place, 3);
distance = mathVecMagnitude(vecBetween, 3);
return distance;
}
| [
"noreply@github.com"
] | MrSmith1988.noreply@github.com |
4dabd95873e7d5259398886efc631a53e5ad1adb | c6d3d576d491a57e8dcf598730d4b23bcb0cfb5e | /EIFGENs/tracker/W_code/C8/ev1207.c | 13b6ac01d05043b9d4ecdb4203dc2c2bfca48cd8 | [] | no_license | DamonNomadJr/WasteManagement | 67a3840d31de5eff70035015d037c4f10db95654 | 60e133c6e5fc08cb0f355eb36a7e32616753f234 | refs/heads/master | 2020-03-06T20:27:20.016914 | 2018-04-05T10:01:41 | 2018-04-05T10:01:41 | 127,053,401 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,880 | c | /*
* Code for class EV_GTK_DEPENDENT_INTERMEDIARY_ROUTINES
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F1207_10636(EIF_REFERENCE, EIF_TYPED_VALUE);
extern void F1207_10637(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VALUE, EIF_TYPED_VALUE, EIF_TYPED_VA... | [
"mehrzadb@outlook.com"
] | mehrzadb@outlook.com |
a457ddff959f39be619e2a050df3190d006f74c4 | cf16911bc92458e31c8accb95f2062dcdea75ff2 | /SoC-Validation/firmware/gpu_validation/gpu/pp1/m400_pp_1_ibi04_check_0_e.c | d60a8d55adf2df6ab952bc8dee60cf787dce75ab | [] | no_license | alexvatti/embedded-documents | b4f7a789f66dad592a655677788da4003df29082 | 5bcf34328a4f19c514c1bca12ad52dcc06e60f09 | refs/heads/master | 2023-08-14T20:23:00.180050 | 2019-11-29T10:48:05 | 2019-11-29T10:48:05 | 224,813,397 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,072 | c | /*----------------------------------------------------------------------------
*
* The confidential and proprietary information contained in this file may
* only be used by a person authorised under and to the extent permitted
* by a subsisting licensing agreement from ARM Limited.
*
* (C) COPYRIGHT 2008-2009 AR... | [
"alexvatti@gmail.com"
] | alexvatti@gmail.com |
ee2a183beb6ba3bc67af11fe65bf8e19001d5a19 | 4ea0495e3492da8d3664389312d1e2a35cc0ba19 | /28.操作系统ucosii实验/UCOSII/OS_Q.C | d8c1de1f91489faed56460a2ca1e0e6224c0221d | [] | no_license | zhui-ying/HTM52Board_51_project_demo | 15af80b366474d4906f6084941d1fcd311bf4900 | 60c593f66bff29cd2bc5fd0f0d042ef89c871c66 | refs/heads/master | 2021-01-10T01:47:19.921383 | 2016-02-23T05:15:30 | 2016-02-23T05:15:30 | 52,332,001 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 27,461 | c | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
* MESSAGE QUEUE MANAGEMENT
*
* (c) Copyright 1992-2002, Jean J. Labrosse, Weston, FL
* All Rights Reserved
* ... | [
"503740053@qq.com"
] | 503740053@qq.com |
594b3ce93ea61e645f64c16d3de83e7a5f6efda8 | 15da04d7168e8a294839e6968a48e6083fade68e | /easyVideo-iOS/Pods/Headers/Private/HQHUtils/LimitTextField.h | d8f3a4c1c52bbd258461750abc464aed69e04d46 | [] | no_license | huangquanhao/easyVideo-iOS | 29f5d52a986011ac35da7cf89c3b933d73024afc | c7f4813eeecfd4e536357799d15a4fe6c1e09381 | refs/heads/master | 2020-12-07T19:57:45.199347 | 2020-01-09T10:42:36 | 2020-01-09T10:42:36 | 232,787,127 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 58 | h | ../../../HQHUtils/HQHUtils/HQHUtils/Tools/LimitTextField.h | [
"641224997@qq.com"
] | 641224997@qq.com |
1686c4eb201b8a8262bb2b60d4d5c56fc528914e | 3716212b18fe12e3af1d64fb57847a8569f2e3c8 | /ext/yb/factory/shared.zep.h | d02ea2990df55ad7376616860974388532d4170b | [] | no_license | hylent/yb | bb2ec6a0857e607df5af4cc8aa4015498a980d58 | fbf0e00955df1c2e38cb8eb51ba2c4d8976eaec0 | refs/heads/master | 2020-06-07T11:44:13.365056 | 2016-01-29T10:10:58 | 2016-01-29T10:10:58 | 40,313,659 | 0 | 2 | null | null | null | null | UTF-8 | C | false | true | 1,044 | h |
extern zend_class_entry *yb_factory_shared_ce;
ZEPHIR_INIT_CLASS(Yb_Factory_Shared);
PHP_METHOD(Yb_Factory_Shared, __construct);
PHP_METHOD(Yb_Factory_Shared, getFactory);
PHP_METHOD(Yb_Factory_Shared, __isset);
PHP_METHOD(Yb_Factory_Shared, __get);
ZEND_BEGIN_ARG_INFO_EX(arginfo_yb_factory_shared___construct, 0, 0... | [
"hylent@qq.com"
] | hylent@qq.com |
069bd745e39527a688100e072fb327596198350d | 45a934a70516e8ba7463efbb759490bf8daaec59 | /src/raw_packet_send.c | 75c40458c6ad08e585e232a820a7d7cbedc7c2fe | [] | no_license | zvrablik/network-testing | 33a3c5a8609a9ea0d166e6860ea4d79b68bfad88 | 392c94e59b70846841e22f4153536daa5e8db3a7 | refs/heads/master | 2021-01-22T20:34:14.504768 | 2014-02-01T14:07:06 | 2014-02-01T14:07:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,959 | c | #include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <unistd.h>
#include <linux/if_packet.h>
#include <errno.h>
//#include <stdio.h>
//#include <sys/types.h>
//#include <sys/stat.h>
//#include <sys/socket.h>
//#include <sys/mman.h>
//#include <linux/filter.h>
//#include <ctype... | [
"brouer@redhat.com"
] | brouer@redhat.com |
f4d2cf027c571e5e8feda89561f14be72f3e2476 | e5d80ba4a33aa6a2c6069fdf661e258be4552887 | /src/ck/core/pch.h | 243b60972b6abd3b24e8a5e2210df0a207e4cdc0 | [
"Zlib"
] | permissive | sjmerel/ck | 56fc91b805ee3a1b1db8bb7e0f01918570db9388 | 5d4cb073ec95968bc1b461dfddf5a4a89e5d4c31 | refs/heads/master | 2023-03-16T05:33:18.183543 | 2020-02-23T19:05:22 | 2020-02-23T19:05:22 | 242,427,476 | 24 | 12 | Zlib | 2021-06-21T06:35:05 | 2020-02-22T23:36:49 | C++ | UTF-8 | C | false | false | 2,326 | h | #ifndef CK_PCH_INCLUDE
#define CK_PCH_INCLUDE
#include "ck/core/platform.h"
////////////////////////////////////////
#if CK_PLATFORM_IOS || CK_PLATFORM_OSX || CK_PLATFORM_TVOS
#ifdef __OBJC__
# include <Foundation/Foundation.h>
#endif
#include <AudioToolbox/AudioToolbox.h>
#include <CoreAudio/CoreAu... | [
"steve@focusmotion.io"
] | steve@focusmotion.io |
5b8a662c9513ad70a298e10830d98333e02565b5 | 66118bdc038cdcaedd67a3d73e575d1b18e43787 | /source/levels/level_18.c | 212c67629830be46ae157169a803290e7009eed8 | [
"MIT"
] | permissive | RocketRobz/MegaETk | 6ec9444f9fa848fad791518492809abd0e4d05af | 8cc9f5a481ebd2d2ba3477dd4ff066e56259bb6d | refs/heads/master | 2021-06-30T07:03:14.385786 | 2018-09-01T02:54:36 | 2018-09-01T02:54:36 | 146,961,591 | 0 | 1 | MIT | 2020-09-08T14:01:49 | 2018-09-01T02:46:53 | C | UTF-8 | C | false | false | 14,110 | c | //Background converted using Mollusk's PAImageConverter
//This Background uses tilegfx3_Pal
int level_18_Width = 1024;
int level_18_Height = 256;
const unsigned short level_18_Map[4096] __attribute__ ((aligned (4))) = {
0, 0, 1, 2, 3, 4, 1, 5, 6, 7, 8, 9, 1, 10, 11, 12,
13, 14, 0, 0, 15, 16, 17, 18, 19, 20, 21, 22, ... | [
"bobesh8@gmail.com"
] | bobesh8@gmail.com |
f3601cbb4ca7074d2c72e877c01b7baad9832d01 | 1390cb4f58bd09087184a64fe2838dec29600d8a | /7066.c | ded46b2313685a34016216fb88b9776be5ceafd1 | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 161,863 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/7066.c
* Seed: 3723685682
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
struct S0 {
uint8_t f0;
int32_t f1;
... | [
"13277988207@163.com"
] | 13277988207@163.com |
470c370ffaa2fd29ef2bd326c739ff88a47dc88f | 72ad47cc8da1054a43cc053a094639235b12f4e2 | /LinkedList/LinkedList/Linkedlist.c | 873e93950b22ab8c3719ae3bc9d391e7c26c5327 | [] | no_license | bobobo00/c-4.28-1 | 4db743b90bd12168aa9ed3689dfaa11c25c73e49 | fdf8dfe8d8aa7e3568dc63027b57c3187b29b1be | refs/heads/master | 2020-05-17T19:08:12.595348 | 2019-04-28T12:36:51 | 2019-04-28T12:36:51 | 183,906,019 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,461 | c | #define _CRT_SECURE_NO_WARNINGS 1
#include "LinkedList.h"
//初始化链表
int InitLinklist(Linklist head){
if (head){
head->next = NULL;
return 1;
}
else{
return 0;
}
}
int Length(Linklist head){
int count = 0;
Linklist l;
l = head->next;
while (l != NULL){
count++;
l = l->next;
}
return count;
}
//头插法
Link... | [
"1341369677@qq.cpm"
] | 1341369677@qq.cpm |
119385731b12e5246ad4ae18e519f3aa009d81d6 | 8eb2da4687b007e67b83f5d1cfba846e1a044f65 | /t1.c | dcefa129bdcb496e69b7ae7b7e23e692bd3a9361 | [] | no_license | lnussel/ioq3vmtest | 496e1c8edbb3a9e8746efa5df5677f99e35e6c19 | 2404cec88ade4ce33235cd93940e20314fa4990a | refs/heads/master | 2016-09-06T13:57:43.871524 | 2013-04-15T11:35:56 | 2013-04-15T11:35:56 | 9,447,359 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 91 | c | int f(int arg);
int foo(int callnum, int arg1, int arg2, int arg3)
{
return arg1+arg2;
}
| [
"ludwig.nussel@suse.de"
] | ludwig.nussel@suse.de |
778929af72ea7fcfd2056069cafb9111e4ee6e58 | 5d8decacd2defa666d4e1cab293e62e8ec24f7eb | /MeOS/elf.h | 1528409ce7ae3be8c57491b3d7fb064a9423fccc | [
"MIT"
] | permissive | michalismeng/Me-Operating-System | 6a7bc6f4cf919bce3b6b13583a5c787697632e63 | e00e3963d843b04b578ee2c44f6b0773c1df5b68 | refs/heads/master | 2023-04-27T11:29:58.552820 | 2020-01-24T19:01:15 | 2020-01-24T19:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,392 | h | #ifndef ELF_H_02122017
#define ELF_H_02122017
#include "types.h"
typedef uint32 elf32_addr;
typedef uint16 elf32_half;
typedef uint32 elf32_off;
typedef int32 elf32_sword;
typedef uint32 elf32_word;
#define ELFMAG0 0x7f
#define ELFMAG1 'E'
#define ELFMAG2 'L'
#define ELFMAG3 'F'
/* Holds the indices into the el... | [
"megisoglou56@gmail.com"
] | megisoglou56@gmail.com |
107d272d3128091e203fdb4e05fefd4ca341d13c | 441025c134acf74c38ace64241642c73ef5b9d74 | /20021120-2.c | db2a42d847e66748f2c8012ffc980421a9ce888d | [] | no_license | eisenhauer/cod_tests | 559cef43d2ea971358d0132c45271d193acb6ceb | de34c1b44e801b543b9bbed508f2417a1f1e7991 | refs/heads/master | 2020-12-20T11:04:11.348918 | 2015-07-13T18:30:22 | 2015-07-13T18:30:22 | 236,050,401 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,090 | c | #include "cod.h"
#undef NDEBUG
#include "assert.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <setjmp.h>
/*
* Original test was:
*/
// int g1, g2;
//
// void foo (int x)
// {
// int y;
//
// if (x)
// y = 793;
// else
// y = 793;
// g1 = 7930 / y;
// ... | [
"eisen@cc.gatech.edu"
] | eisen@cc.gatech.edu |
1619b855642171ee9845cdfde791318698ac7439 | 9bddbee4c02f7e57afea7063f42897fb0bdee05b | /pkg/syscall/syscall_pnacl.c | 6e08de103df3588216cc04129e9d8fe767f67cc8 | [
"BSD-3-Clause",
"MIT"
] | permissive | minux/llgo | e81e7445701c3743a0cbcafdf2948200928866b4 | a7a94a184bbe86854a4c9640c63c98c77adc929b | refs/heads/master | 2021-01-17T22:20:25.236798 | 2014-03-09T12:52:39 | 2014-03-09T12:52:39 | 7,164,544 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 169 | c | extern int open(char const *pathname, int flags, ...);
int syscall_open(char const *pathname, long mode, unsigned int perm) {
return open(pathname, mode, perm);
}
| [
"axwalk@gmail.com"
] | axwalk@gmail.com |
dac64b36806bc682625b5703879d2b427f7b93ee | 17489a6cf1c6c68ab88c1d2c6eacb1c6032c30ba | /sw/_old/avr/libs/avr8-gnu-toolchain-linux_x86/avr/include/avr/iox384c3.h | eb9066bb2276a52fc02ffa279d6093e33f49d6b1 | [] | no_license | swedishhat/black-chat | f0fe1ef848b4bfc992dc768732ca25b00b082121 | 3bf182c8116293aa7b662cb96fabc7ddc7eb7f4e | refs/heads/master | 2020-04-10T00:48:03.543887 | 2015-06-27T18:42:50 | 2015-06-27T18:42:50 | 22,491,365 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 307,731 | h | /*****************************************************************************
*
* Copyright (C) 2014 Atmel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redist... | [
"patrick.d.lloyd@gmail.com"
] | patrick.d.lloyd@gmail.com |
cbc2a1c7d90f541b7ba8b628c64538cfe4408b66 | 4e0bce2dce4a8f97acd028b311943bb9ace30149 | /0x10-variadic_functions/1-print_numbers.c | 0b467c0281726590b1fb4a6362dab94037924513 | [] | no_license | Millennial-Polymath/alx-low_level_programming | d310b70a96f9baada226a75715153aec7e551204 | 355a885452b3c51a70c11e27c57c5b6d83293db5 | refs/heads/main | 2023-06-10T18:58:43.920000 | 2021-07-03T11:26:45 | 2021-07-03T11:26:45 | 341,146,616 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 535 | c | #include "variadic_functions.h"
/**
* print_numbers - prints numbers, followwed by a new line
* @separator: the string to be printed between numbers
* @n: No. of arguments to be passed
*
* Return: NULL
*/
void print_numbers(const char *separator, const unsigned int n, ...)
{
va_list list;
unsigned int count;
... | [
"muchamingotho@gmail.com"
] | muchamingotho@gmail.com |
b875d54fdec496a753d482349f774e4da76b520d | e3a2ff80ee19fcfa55dc73f6a370984c1982f0c7 | /spinnakerSupport/include/SpinnakerPlatform.h | fe797e7b902ee82c8785913abc0fc646e4ea8b29 | [] | no_license | areaDetector/ADSpinnaker | 27d19f19bd6aef90e8177cd31e06af6215afc1d5 | fcd34d2bf36a62581cdc8046db7b89bbc1ab5258 | refs/heads/master | 2023-07-25T08:20:26.292077 | 2023-07-21T20:44:16 | 2023-07-21T20:44:16 | 120,119,069 | 4 | 6 | null | 2022-12-02T19:22:44 | 2018-02-03T18:41:17 | C++ | UTF-8 | C | false | false | 3,365 | h | //=============================================================================
// Copyright (c) 2001-2021 FLIR Systems, Inc. All Rights Reserved.
//
// This software is the confidential and proprietary information of FLIR
// Integrated Imaging Solutions, Inc. ("Confidential Information"). You
// shall not disclose suc... | [
"rivers@cars.uchicago.edu"
] | rivers@cars.uchicago.edu |
a2778ceb5fa73f514d93abd83a10936f5c8c7d1a | d600814280af98574666fb7d010029068346a2d8 | /scripts/test/test/inspectAddProblemToFinding.c | 922a13cd89fb0d7efe45fde986e278c3c291d117 | [
"Apache-2.0"
] | permissive | HelpGiveThanks/Library | e819f299d773a85b1e1768a3f4728c39b71264be | 21aedfc04cf2735c44f905bc7be7e7ad2f78d88c | refs/heads/master | 2023-03-18T17:22:41.333116 | 2023-03-06T23:41:07 | 2023-03-06T23:41:07 | 16,171,937 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 182 | c | January 21, 2018 11:29:31 Library.fmp12 - inspectAddProblemToFinding -1-
test: test: inspectAddProblemToFinding
Set Field [ testlearn::note; testlearn::note & ¶ & tagDetails::tag ]
| [
"githubdavid@gmail.com"
] | githubdavid@gmail.com |
a6e32e527c88c80f988905790bcf330542ef6de8 | 7a71df868eafdcd5c75801dbb8849c6c63638b59 | /common.h | e1ac4fedb87ed6a285024c272e7bf5dce9f31392 | [
"BSD-3-Clause"
] | permissive | ptcNOP/yara | b038e7758c1bb06ab24bbf70b3df460e6b6d0762 | 0ae7c54e0da7267f5a3d0660aeac067994f2a703 | refs/heads/master | 2021-04-26T22:35:09.197403 | 2018-03-06T17:45:20 | 2018-03-06T17:45:20 | 124,115,034 | 1 | 0 | BSD-3-Clause | 2018-03-06T17:38:11 | 2018-03-06T17:38:10 | null | UTF-8 | C | false | false | 3,104 | h | /*
Copyright (c) 2017. The YARA Authors. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | [
"vmalvarez@virustotal.com"
] | vmalvarez@virustotal.com |
aa5c9f8ef90b8c642b2ec6795408b08755911946 | c4e1fab2941f3fe51aa5f2400ba695171b436457 | /bsp/stm32f0x/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_iwdg.c | 1da7fdf29dd10887c1d0fbb90c2fb2b9cd6a0cac | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | bevis-wong/rt-thread | af0c541539f6957bf06592855b989f14951191f4 | fe9ee68ea344035853004bbfb92afb7a7b94a10d | refs/heads/master | 2020-04-14T23:27:37.139286 | 2019-03-10T04:25:25 | 2019-03-10T04:25:33 | 164,202,952 | 4 | 0 | Apache-2.0 | 2019-01-05T10:02:40 | 2019-01-05T10:02:40 | null | UTF-8 | C | false | false | 10,615 | c | /**
******************************************************************************
* @file stm32f0xx_iwdg.c
* @author MCD Application Team
* @version V1.0.0
* @date 23-March-2012
* @brief This file provides firmware functions to manage the following
* functionalities of the Independent ... | [
"mbbill@gmail.com"
] | mbbill@gmail.com |
36407d71bc66da8f7eb9b1f4df9522c1dc271a60 | 76acb7231159328bbb571542266b162baeee3ed4 | /libft/ft_strsub.c | f450e2977d087f57d9e080d7873471238f8110c5 | [] | no_license | soptereanandrei/ft_ls | dd555ea68c0cddb4a1473f5ec49aac4f7c4de931 | bf58f9b291b727f5f5547e6ecb1efea154023c2b | refs/heads/master | 2020-03-15T17:07:58.507020 | 2018-05-05T13:51:54 | 2018-05-05T13:51:54 | 132,252,016 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,184 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"noreply@github.com"
] | soptereanandrei.noreply@github.com |
2286f4f45790e10d742e7c7136259aface76f855 | 60530f8847198977127735ff335323742b55d1a5 | /Pi/graphics/SoulTrain/vlcsnap-00627.h | ca139f81754269b3f2747a80046daf3b12da0bc9 | [] | no_license | karstenbolge/Pi | c34498369bb8e2bad10cd5a8753f06c5626de575 | bc1fd344c1e3d42d9fa23a5d318511d7da98ef73 | refs/heads/master | 2020-04-05T16:06:48.445663 | 2019-04-29T08:18:16 | 2019-04-29T08:18:16 | 156,997,355 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 990,546 | h | /* GIMP header image file format (RGB): /home/kub/git/Pi/Pi/graphics/SoulTrain/vlcsnap-00627.h */
static unsigned int width = 640;
static unsigned int height = 360;
/* Call this macro repeatedly. After each use, the pixel data can be extracted */
#define HEADER_PIXEL(data,pixel) {\
pixel[0] = (((data[0] - 33) <... | [
"KarstenBolge@Yahoo.dk"
] | KarstenBolge@Yahoo.dk |
4408ddb1102308efbbe7b5162ff845f496e3387b | 77ea0abe97adc0e050e7f841b13c0b94909624f8 | /includes/mylx.h | 96018496fa21721c6b5c6c061f104aa09a982e03 | [] | no_license | dai65527/miniRT | a4c323718f32d37f2052eccadbe0151171a92f50 | 03b027b1c2049320cc53a574b5d8412d62c850f6 | refs/heads/master | 2023-03-23T08:23:09.414718 | 2021-03-14T00:25:58 | 2021-03-14T00:25:58 | 307,982,912 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,325 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* mylx.h :+: :+: :+: ... | [
"dnakano@student.42tokyo.jp"
] | dnakano@student.42tokyo.jp |
d7a5ad6bd759e650e78d71dfa8a3b4a18895267c | 04e6c4b166e5c096ee06ae6bc1490e598fd7475c | /src/modesetting.c | abee0d86b1eb501ad794df574882373139270cf8 | [
"MIT"
] | permissive | ardera/flutter-pi | 42096385cb34fb334a96ef075448643c74623d6c | 11c4fdc9d064c22e0f27a78de4adb5d6e19d56c4 | refs/heads/master | 2023-09-03T15:49:58.871337 | 2023-08-22T11:43:47 | 2023-08-22T11:44:17 | 190,380,053 | 1,301 | 155 | MIT | 2023-09-07T18:10:34 | 2019-06-05T11:10:56 | C | UTF-8 | C | false | false | 89,265 | c | #include "modesetting.h"
#include <errno.h>
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
#include <sys/epoll.h>
#include <sys/ioctl.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
#include "pixel_fo... | [
"hanneswinkler2000@web.de"
] | hanneswinkler2000@web.de |
614e12058da529f4bd2bf17605a78eb06a2cf97d | 5c19bf1257fb8c5c04bf8f0dbb410c39272cbdc1 | /FEC/Common/3rdParty/umonm/umon_main/target/glib/strspn.c | bcc7d447be0c944b3437a690335c03b46d3924a7 | [] | no_license | maoravni/Dev | 48b6af8cba04b6a63c18b6ae8ed129bc583847fb | f76c60273b28a8b093095fb2585ed60ac47dadc3 | refs/heads/master | 2020-02-26T15:59:46.539561 | 2016-09-18T10:33:07 | 2016-09-18T10:33:07 | 68,514,525 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 459 | c | #include "config.h"
#include "ctype.h"
#include "genlib.h"
#include "stddefs.h"
/* strspn():
* Return the number of characters in the maximum leading segment
* of string which consists solely of characters from charset.
*/
int
strspn(char *string,register char *charset)
{
register char *p, *q;
for(... | [
"LANDALABS\\maora"
] | LANDALABS\maora |
f051eb7a9a818b96865a77fff3b984da42eea5f0 | 3706c9baa2beb9d5b19150d1506dedaf0a036f22 | /src/libfft.c | 606f7a3457979004cc7a1a3e345c12bac2af3828 | [
"MIT"
] | permissive | Miserlou/RJModules | 0e7c0bff3723d64decb13787b6e5031fd7e6740d | 809ad4f0b11cf227f6fcd6b4fed66110d4348b61 | refs/heads/master | 2023-05-12T00:25:07.001406 | 2023-05-04T00:21:51 | 2023-05-04T00:21:51 | 112,019,216 | 105 | 23 | MIT | 2023-05-04T00:08:54 | 2017-11-25T16:45:46 | C++ | UTF-8 | C | false | false | 3,253 | c | /* libfft.c - fast Fourier transform library
*
* Copyright (C) 1989 by Jef Poskanzer.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose and without fee is hereby granted, provided
* that the above copyright notice appear in all copies and that both that
* c... | [
"rich@anomos.info"
] | rich@anomos.info |
e902903483a279896c05314df01a4d8cefb59f9e | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100051_double-int.c | b66e84a87d430be99ccc60b0c17150c550de4e41 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,599 | c | /* Operations with long integers.
Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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 3, or (at your opti... | [
"agroce@gmail.com"
] | agroce@gmail.com |
3634b4e048ac84c2d5d75d561c9fabcb8a3ba811 | df7efa3d303ef5d4472e481b0b8970151f7a8164 | /cs460/Mid-term/Mid-part4/string.c | 975476987ffb6e9f16922db2c7cc5df1a80d9115 | [] | no_license | isMengxiao/wsu | 80d698b1040165fbd17797873dab4db55429badf | 0f03f8f04d22b5ffb47a33ec8afb6e5a1a3f3754 | refs/heads/master | 2022-04-07T18:19:44.272011 | 2020-03-03T20:03:27 | 2020-03-03T20:03:27 | 154,998,991 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,412 | c | /********************************************************************
Copyright 2010-2017 K.C. Wang, <kwang@eecs.wsu.edu>
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 3 of the Licens... | [
"350535629@qq.com"
] | 350535629@qq.com |
593a282c977222362c0ea481ab58a68e408715df | b1181bcfea54f2e10e783205de53003e54f32078 | /d05/ex10/ft_strcapitalize.c | aec9e3e8725b692bfa2cb85e8382eaa915573a81 | [] | no_license | wright08/Piscine | 0320776425bbfc3b0cc324be02efd6e39666a7f6 | 16993d178b7486f9fb340536b2f5bd7853309891 | refs/heads/master | 2020-04-18T20:42:24.211917 | 2019-01-26T22:39:40 | 2019-01-26T22:39:40 | 167,744,857 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,376 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcapitalize.c :+: :+: :+: ... | [
"rwright@e1z1r6p4.42.us.org"
] | rwright@e1z1r6p4.42.us.org |
aef6d1c39a4785f1beb8fa45f1da532f1643fddc | 077505726983e047240ae5a627a02863b3bd026e | /system/bsp/cannon_v2/stm32f4xx_cannon_v2_sd.h | 89c100ec472ddf7e175c035393635802c5683cf0 | [
"Apache-2.0"
] | permissive | 196510921/STM32_Platform | e9cd4d4413d0703854e7b5e405fcacc50c300b79 | 7c87d1214075fa5fbc03140424cc86b3c17bc5b6 | refs/heads/master | 2020-12-31T05:56:06.233269 | 2016-04-27T05:07:06 | 2016-04-27T05:07:06 | 49,565,359 | 1 | 0 | null | 2016-01-13T09:58:20 | 2016-01-13T09:58:20 | null | UTF-8 | C | false | false | 5,598 | h | /**
******************************************************************************
* @file stm32f4xx_cannon_v2_sd.h
* @author MCD Application Team
* @version V1.0.2
* @date 13-January-2016
* @brief This file contains the common defines and functions prototypes for
* the stmf4xx_cannnon_v... | [
"252669569@qq.com"
] | 252669569@qq.com |
3cf9b203a3f4404004603afc7ddf2a59f13ddcb1 | e5fa2dd3bbd055d345b66f4f5c03aecc8c1b2465 | /sll.c | 3f341fd91bcaf9f247b22d08bce886fcbfbf4512 | [] | no_license | gracebenway/CompareTrees | 2b1711094e5943aff35105e597942db7c7d4fd50 | d244ec6fe61be6a4010fc418922bcb681d7caee3 | refs/heads/master | 2021-01-19T22:14:40.326584 | 2017-04-19T18:39:22 | 2017-04-19T18:39:22 | 88,778,447 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,038 | c | //
// sll.c
// Assign0
//
// Created by Grace Benway on 2/15/17.
// Copyright © 2017 Grace Benway. All rights reserved.
//
#include <stdlib.h>
#include <assert.h>
#include "sll.h"
sllnode *newSLLnode(void *v)
{
sllnode *new = (sllnode*)malloc(sizeof(sllnode));
new->value = v;
new->next = NULL;
re... | [
"noreply@github.com"
] | gracebenway.noreply@github.com |
29d98531787002f6714196879b6950167f000773 | 990d28f3566d8d4bb19cde4ecd0e4d7c0b2a52a2 | /chapter5/source_6_6_01/source_6_6_01/main.c | 47082fb6120790d8383a7547034f7fcbb8735c6c | [] | no_license | joycgj/the-c-programming-language | d7e6979e6a1b594b39c0f3e93dd653ff134dc4b8 | 1c9d33f8b06e972973b454fe66d5b678def3a023 | refs/heads/master | 2021-06-02T20:02:04.820126 | 2016-09-14T13:56:47 | 2016-09-14T13:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,930 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define HASHSIZE 101
#define MAX 101
struct nlist { /* table entry */
struct nlist *next; /* next entry in chain */
char *name; /* defined name */
char *defn; /* replacement text */
};
static struct nlist *hashtab[HASHSIZ... | [
"chengaojie@diditaxi.com.cn"
] | chengaojie@diditaxi.com.cn |
e17ad5d1309d3f798b3c3c2e4bfc6ed85b1fb4e0 | d4e104fa8f2c1e02f06bfc4f765c8bb56f41c5ae | /src/file_set_view.c | 74d6c44ea2aabcd146dbc2fba3df62f33dfaedf8 | [
"MIT"
] | permissive | jeffhammond/MpiABI | f18bd35750dcb2eb104f7215b59eefbccecdab4f | b1352c3a234c48f31dedf66a06fc6c49965f242e | refs/heads/master | 2023-03-23T18:47:43.044351 | 2020-10-23T01:19:53 | 2020-10-23T01:19:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,984 | c |
/*
* This text was generated automatically
* It provides the ISC implementation of
* MPI_File_set_view
*/
#include <_mpi.h>
int
MPI_File_set_view (MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, char *datarep, MPI_Info info)
{
static void *address=0;
int mpi_return;
if (!address) ... | [
"Richard.Warren@hdfgroup.org"
] | Richard.Warren@hdfgroup.org |
c325c677b77c9647a8c4a29e5be7c4e1f8e97e87 | a8ddb748bb1ff8767f3cf76b34d9e83cc9f65fef | /Frameworks/OneDrive/Pods/Headers/Build/Office365/office365_exchange_sdk/MSOutlookAttachmentOperations.h | 0125fffb23fefb55f72e28e781f8995ff05c9609 | [] | no_license | JAYzhang123/Cloudstorages | df16d2a31780346bd76a977c7166a2497853e1dc | d45ce9cebbb124884cec0d69b607dfa3a7c7c54d | refs/heads/master | 2021-01-17T09:16:17.831185 | 2016-01-22T06:11:26 | 2016-01-22T06:11:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 120 | h | ../../../../Office365/sdk-objectivec/office365_exchange_sdk/Generated/Operations/Headers/MSOutlookAttachmentOperations.h | [
"liwei@kdanmobile.com"
] | liwei@kdanmobile.com |
c0f108a4e32623a192f798207ba2babfee573bc5 | bcc40fd9f99853933f3f01979051c6096b5be772 | /xv6/kernel/sysfunc.h | 8f730a4cae7361edbe09ba847ddf777adf83747c | [] | no_license | TristanPior/xv6-Lottery-Scheduler | 66230edeaa68a71b73a3abb5e71649ce3641c235 | 00a9e49aa36b9dfc2fd9bdcef7ce4992c37fc397 | refs/heads/main | 2023-08-21T22:21:30.844180 | 2021-10-23T17:17:28 | 2021-10-23T17:17:28 | 420,449,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 699 | h | #ifndef _SYSFUNC_H_
#define _SYSFUNC_H_
// System call handlers
int sys_chdir(void);
int sys_close(void);
int sys_dup(void);
int sys_exec(void);
int sys_exit(void);
int sys_fork(void);
int sys_fstat(void);
int sys_getpid(void);
int sys_kill(void);
int sys_link(void);
int sys_mkdir(void);
int sys_mknod(void);
int sys_o... | [
"noreply@github.com"
] | TristanPior.noreply@github.com |
a8599244d6da220d1678209ab9f763ff8dfb6574 | 04a3ecfe826b9ab02df97d73868e23c85994394b | /0x0E-structures_typedef/2-print_dog.c | 4425fe6704d60f1b1609b95e528d1910520cbf8f | [] | no_license | Obutho-Ian-Odhiambo/alx-low_level_programming | 1095fe4b760517a48d9517761b50973df39e0be9 | f75eb13d578b5ca40c7d79b397c902ef323bcf29 | refs/heads/master | 2023-01-06T18:58:24.831293 | 2020-11-10T17:31:41 | 2020-11-10T17:31:41 | 295,946,019 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 480 | c | #include "dog.h"
#include <stdio.h>
#include <stdlib.h>
/**
* print_dog - function that prints a struct dog
* @d: first parameter
*
* Description: function that prints a struct dog
* Return: Always(0) Success
*/
void print_dog(struct dog *d)
{
if (d == NULL)
return;
if ((*d).name == NULL)
(*d).name = "(nil... | [
"iobutho17@alustudent.com"
] | iobutho17@alustudent.com |
a540eb58058f2222e0ebc95b3c8d2d7eeb2a8051 | 77eaab408f0d16912dda41fbf51dd33e987d0792 | /tool_chain/org/tools/brcm/hndtools-mipsel-linux-3.2.3/mipsel-linux/include/linux/mtd/nand.h | 46de01460118e67d42da0f8826c7fa2bc9a92d4f | [] | no_license | megacoder/wnr834b_v2 | 7c60ce62f900d13020c82723a8cd0b6534fcea55 | 35e794bf639fbb6b526cd50ddb946262117542c5 | refs/heads/master | 2020-03-29T07:04:16.353883 | 2020-03-09T10:20:34 | 2020-03-09T10:20:34 | 94,659,556 | 1 | 2 | null | 2020-03-09T10:20:35 | 2017-06-18T02:05:41 | C | UTF-8 | C | false | false | 4,212 | h | /*
* linux/include/linux/mtd/nand.h
*
* Copyright (c) 2000 David Woodhouse <dwmw2@mvhi.com>
* Steven J. Hill <sjhill@cotw.com>
*
* $Id: nand.h,v 1.1.1.1 2010/03/05 07:30:59 reynolds Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the ... | [
"Oldest.Software.Guy@gmail.com"
] | Oldest.Software.Guy@gmail.com |
0710ad065faa014d685446d6324c9a3aa3f1c348 | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /spidermonkey_1.6_mutants/mutant102409_jsstr.c | f61907501a745ae0d809c0da8f7252cedc5b76cd | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 173,206 | c | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sw=4 et tw=80:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except... | [
"agroce@gmail.com"
] | agroce@gmail.com |
abac1e289ac40ffee9ef3c10f63cdb72441fb419 | f1ee65fbe1ffc43c2aac45e41515f1987eb534a4 | /src/third_party/boringssl/src/crypto/poly1305/poly1305_vec.c | 209b40338a8e6a07273eac38361e9f43ec5c5a74 | [
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"ISC",
"OpenSSL",
"MIT"
] | permissive | klzgrad/naiveproxy | 6e0d206b6f065b9311d1e12b363109f2d35cc058 | 8ef1cecadfd4e2b5d57e7ea2fa42d05717e51c2e | refs/heads/master | 2023-08-20T22:42:12.511091 | 2023-06-04T03:54:34 | 2023-08-16T23:30:19 | 119,178,893 | 5,710 | 976 | BSD-3-Clause | 2023-08-05T10:59:59 | 2018-01-27T16:02:33 | C++ | UTF-8 | C | false | false | 26,509 | c | /* Copyright (c) 2014, Google Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS... | [
"kizdiv@gmail.com"
] | kizdiv@gmail.com |
60045753eafabcc5f33737efbe278ce875de41e3 | 1618b0361d6d4422038fae963d39f5e55c2a6b1b | /app/src/main/jni/libh264/H264Codec.c | dc187ecea6b2681d64f6fbddacb530fada2a02c9 | [] | no_license | huysyyrps/HyCideoclient | 2274b71d2f3affd989ad668ac1ce73a50d9d2d66 | a03e2abaa00a45478684ab7d5ff648f0d8f05aca | refs/heads/master | 2022-05-21T15:11:39.459478 | 2020-04-28T01:13:06 | 2020-04-28T01:13:06 | 259,241,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,771 | c |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"914036951@qq.com"
] | 914036951@qq.com |
d629c3df214f9c465e09a98ca415e55d33adb016 | a3a39c4d58b3bd7daaa368b3691edf43bea0ca02 | /Controler/tst/test_mobility.c | 0607a8c477fce743c445a7c83765df8a7b62bfb9 | [] | no_license | RChaguer/RE203-Aquarium-Project | dcf76805f34a8c2989244c25a9adfd60af065401 | ba7ec7131bb91f2ed660f14d95842dc135cbf3d8 | refs/heads/master | 2023-08-07T18:57:13.529672 | 2021-09-09T22:30:16 | 2021-09-09T22:30:16 | 353,861,698 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,429 | c | #include "mobility.h"
#include "dim_coord.h"
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#define NB_STEPS 100
void display__destination(FILE *f, mobility *m) {
fprintf(f, "\tdestination (x, y)= (%lf, %lf)\n", m->destination->position.x, m->destination->position.y);
}
int main() {
FILE *f = fop... | [
"Reda.Chaguer@bordeaux-inp.fr"
] | Reda.Chaguer@bordeaux-inp.fr |
8cada409fe31d2e0eed49ca4a008aa2c8b1f8eec | 970de2ebd99e15154812572955b77a4500f24f1a | /ios/Pods/Headers/Public/GTMSessionFetcher/GTMSessionUploadFetcher.h | cef7a0d4b0fd0730099e888b90ecd8d93fa2651a | [
"MIT"
] | permissive | 7kfpun/TWAQIReactNative | cbbfc28c20bbd766015242934638606052d824b2 | 2a9f09aaae935ae5dea48ecd34cc05d51167e3ea | refs/heads/master | 2022-12-21T15:57:26.153092 | 2019-07-31T08:28:00 | 2019-07-31T08:28:00 | 103,845,427 | 26 | 5 | MIT | 2022-12-08T16:32:11 | 2017-09-17T16:50:53 | JavaScript | UTF-8 | C | false | false | 59 | h | ../../../GTMSessionFetcher/Source/GTMSessionUploadFetcher.h | [
"7kfpun@gmail.com"
] | 7kfpun@gmail.com |
66d0e0500edc5b79d4e8e3313e400597cd978ae0 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/103/429/CWE457_Use_of_Uninitialized_Variable__double_array_declare_no_init_05.c | 7e451b01ab6a49b819eac72e8958ae49a2c11eac | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,415 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE457_Use_of_Uninitialized_Variable__double_array_declare_no_init_05.c
Label Definition File: CWE457_Use_of_Uninitialized_Variable.c_array.label.xml
Template File: sources-sinks-05.tmpl.c
*/
/*
* @description
* CWE: 457 Use of Uninitialized Variable
* BadSource: no_init... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
da18ff90ea63538c19449a0dce252428823eaee0 | e6265a4a4e37ff51dfe2e6d8e0cc09d1084638a1 | /ldap/DelResponse.c | bd59b1357f63330c37fd322d1fa291687078cfea | [
"MIT"
] | permissive | urbanserj/entente | 4f3a03517fdb550b2eb3835332766df25f761e2d | 9bfc85663cc7dacb6ce96c6eb739d66e81b0ac5c | refs/heads/master | 2020-04-05T23:29:20.644884 | 2016-02-28T17:46:40 | 2016-02-28T17:46:40 | 1,572,385 | 1 | 0 | null | 2014-01-25T15:11:47 | 2011-04-05T14:38:50 | C | UTF-8 | C | false | false | 4,668 | c | /*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "Lightweight-Directory-Access-Protocol-V3"
* found in "../ldap.asn1"
* `asn1c -fcompound-names`
*/
#include "DelResponse.h"
int DelResponse_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_co... | [
"sergey.urbanovich@gmail.com"
] | sergey.urbanovich@gmail.com |
93b833c7770ece27c632ce69576451bdd6344e91 | ac8fc47476ca70f56697895939f5a33b4f883d1e | /other/012/main.c | 1c26dc6314352a8c0a53d868fa2be06820052f8b | [] | no_license | vanxkr/ACM | 50a073d6ce09f1369cf679a4a60009210ed1ca56 | 2b0da89d60ea87c8de9d7a8a6f1c344c601dd76f | refs/heads/master | 2021-05-30T06:43:15.164144 | 2015-12-21T06:02:25 | 2015-12-21T06:02:25 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 417 | c | /* Ö÷º¯ÊýÎļþ main.c*/
#include <gtk/gtk.h>
#include "callbacks.h"
#include "interface.h"
int main (int argc , gchar* argv[])
{
GtkWidget * window ;
gtk_init(&argc,&argv);
window = create_window();
g_signal_connect(G_OBJECT(window),"delete_event",
G_CALLBACK(on_window_dele... | [
"1328559904@qq.com"
] | 1328559904@qq.com |
4a3a30552c14cbd5d338c04e0b7ca7061178d0c8 | e91f5fc4c064c4ff00f54414300b813b85d00ec6 | /Stack & Queue/queuecursorbased.c | 757a6bfb39e6f15c0888f954a36b4e6070465445 | [] | no_license | Hansum/Data-structure-notes | dd555ac11a87b56f8fd38f68e3f374c4d3863281 | 1ff7641657c4bd030da8fc8e33617b2c3f3e4f7a | refs/heads/master | 2021-07-13T14:48:28.076459 | 2020-07-15T10:18:01 | 2020-07-15T10:18:01 | 174,691,284 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,310 | c | #include <stdio.h>
#include <conio.h>
#define SIZE 8
typedef struct{
char data;
int link;
}Node;
typedef int List;
typedef struct{
Node nodeArray[SIZE];
int availList;
}VirtualHeap;
typedef struct{
List front;
List rear;
}Queue;
void initVHEAP(VirtualHeap *H);
void initQueue(Queue *Q);
void enqueue(VirtualH... | [
"christian.vargan@forwardbpo.com"
] | christian.vargan@forwardbpo.com |
fcb7fedfde7cd3a164ee875adee4ba9fff4c33ba | d8e1a65a5863ea5a111c8304a040f1c797f8ebbf | / mtktest --username qq413187589/N65/N65_V1/l1audio/aac_drv.c | f0b327dd4389f3a8be8bbac4ccdfc3d576b4e1ca | [] | no_license | manoj-gupta5/mtktest | a6b627cde8c9a543d473a99f778fd6f587a8d053 | 98370766a36fffb8b0dde1cc6dd144599ea184f6 | refs/heads/master | 2020-12-25T21:12:59.596045 | 2010-07-18T05:06:14 | 2010-07-18T05:06:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142,913 | c | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c"
] | qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c |
0adb8c5e028d8f3871f1457fb39793bd51b49293 | 88e7d7b1116a123bc721b99cf063f9bf65f10ad8 | /apps/sparrow-instances/instance-nstats/instance-nstats.h | fb427a9e9829dc8e77a166aef1b5fe29d1995b0e | [
"BSD-3-Clause"
] | permissive | kaleemullah360/sparrow | 4d3d73d7f10b694c0b6db8c0cc46bc065666ba43 | 8fd02593f1bbbdd691baf6549377895cfae06f0e | refs/heads/master | 2020-12-30T18:50:55.191316 | 2016-09-05T09:27:14 | 2016-09-05T09:27:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,242 | h | /*
* Copyright (c) 2014-2016, Yanzi Networks AB.
* 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 ... | [
"nfi@sics.se"
] | nfi@sics.se |
8f8deb4362b31a41dbbb24a11999e5cb8ada3b71 | b5c65a96d5fdac60bc24e20fb314184fa795ae4b | /Homework 4/isPalindrome.c | a43476af73388935a0c0f544cc0849f374d3977f | [] | no_license | littylilly/CSC3320-Spring2020 | aa8fc1e6d85246c17a4bfb92ecdd0eac0a8faa61 | 280d6f08ede96956dbd6bbec87f623695b661908 | refs/heads/main | 2023-04-16T03:07:01.311268 | 2021-04-27T20:54:45 | 2021-04-27T20:54:45 | 361,584,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,446 | c | /* Programmer: Lilly Parham
* Due Date: Sunday, April 4, 2021
* Course: CSC 3320 System Level Programming
* Assignment: Homework 4 Problem 3
* Purpose: Write a program that reads a message (can be characters, numeric or alphanumeric)
* and checks whether it is a palindrome (the characters in the message are the sa... | [
"noreply@github.com"
] | littylilly.noreply@github.com |
19ee868c6e4bed0a52dfb3aa5fdfcfae8e81b83f | 6a7143a7e1c34375c92632e16077075273ce95ac | /include/servo.h | 900d78f97999e2deea2ea830bee12a1149b835f6 | [
"BSD-3-Clause"
] | permissive | dallinbriggs/gimbal_firmware | f967e338ea9258363ada0b70d22916310afe84f6 | 4498595a1483f38d671d87a17cd054a9fb16489a | refs/heads/master | 2021-04-27T01:56:59.997046 | 2018-04-06T00:00:24 | 2018-04-06T00:00:24 | 122,686,214 | 0 | 0 | BSD-3-Clause | 2018-03-07T01:12:49 | 2018-02-24T00:15:10 | C | UTF-8 | C | false | false | 51 | h | #ifndef SERVO_H
#define SERVO_H
#endif // SERVO_H
| [
"dallinbriggs@gmail.com"
] | dallinbriggs@gmail.com |
c55b109b6309cb8355efffaf5d2ef66b84a6a65b | c486a0a4764ce76cb3823cf9db56663a4977e57e | /usr.bin/print/att/cmd/text/checkmm.d/chekrout1.c | 8e89bd920860683283f632ed13693ca165233b51 | [] | no_license | rofl0r/irix-3.x-src | 5a78dec0ec7b88972ad49a6e005d9e6dd5d63966 | e5f21f6d1c77aad92583c20f6bf25285077f5fe1 | refs/heads/main | 2022-04-20T05:25:02.489203 | 2020-04-21T00:22:43 | 2020-04-21T00:22:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,659 | c | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
extern int errors;
within(mac1, mac2, lineno)
int lineno ;
char *mac1, *mac2 ;
{
... | [
"johncvalentine@protonmail.com"
] | johncvalentine@protonmail.com |
aefb281882c79875028521be3977bfd49760b661 | cbe8756c4068574f2f1cf8f0ce6f11632622eccb | /relcom/exnet/server.h | 0373cca89ffc924ddadcc75d2610ae0ca0d1c6d2 | [
"Apache-2.0"
] | permissive | sergev/vak-opensource | 78b063c6e139c6c8b57735780120c042a759ffdc | a7e0fc4289cafc1a344d8a1bcbc5e26c8b03c6ff | refs/heads/master | 2023-08-14T07:50:30.069410 | 2023-08-12T08:24:27 | 2023-08-12T08:24:27 | 72,305,253 | 44 | 24 | Apache-2.0 | 2022-06-06T18:26:23 | 2016-10-29T19:32:29 | C | UTF-8 | C | false | false | 389 | h | struct cmdtab {
char *cmdname; /* command name */
int (*cmdfunc) (); /* function to execute */
};
struct lot {
char *host;
char *name;
long t1;
long t2;
char *info;
};
struct glistentry {
struct glistentry *next;
char *name;
long t0;
};
struct glist {
int changed;
struct glistentry *list;
}... | [
"serge.vakulenko@gmail.com"
] | serge.vakulenko@gmail.com |
7e702fcd1eebeec422d35d87e8677b02201d1db8 | 8e115bfc0a0d5cfe7308e5aeaa5d3d4779a469f5 | /src/Examples/USB/USB_Device/DFU/inc/usb_conf.h | 6db9d09dd42c97b41d34b6e82db70c240aeaade0 | [] | no_license | mols0813/GD32F450 | e6a673c974436bfde3578571a48d00b3b3128b64 | 7f80a22915dae9c55096b02b750321a9c7475536 | refs/heads/master | 2023-05-05T10:49:13.965576 | 2021-05-25T09:42:34 | 2021-05-25T09:42:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,130 | h | /*!
\file usb_conf.h
\brief USBFS&USBHS driver basic configuration
\version 2016-08-15, V1.0.0, firmware for GD32F4xx
\version 2018-12-12, V2.0.0, firmware for GD32F4xx
*/
/*
Copyright (c) 2018, GigaDevice Semiconductor Inc.
All rights reserved.
Redistribution and use in source and bina... | [
"qitas@qitas.cn"
] | qitas@qitas.cn |
42e724597f591e953e4cd74ca36fce29e2b3fee4 | 6ed97d8463ae2686ec0e64acf6e87a3fef429cec | /dk61/Protsenko/HW3/dk_tool.c | 055b6cfef702eb35c68d6a9d0c730bc0b0250f6b | [] | no_license | OlesyaShut/2017 | 2c6d441346f2c350cd52c9e2d7825651944c245c | 9eaef280b560f683d1bc1970ae41fdbd6da03b10 | refs/heads/master | 2020-04-01T07:34:34.422995 | 2017-06-29T07:52:02 | 2017-06-29T07:52:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,325 | c | #include "dk_tool.h"
FigureList *createFigureList(int aSize) //create List of Figure;
{
FigureList *List = (FigureList *)malloc(sizeof(FigureList)); //create List and memory;
if(List != NULL)
{
List->triangle = (Figure *)malloc(aSize * sizeof(Figure)); //create memory for figure;
memset(List->tri... | [
"noreply@github.com"
] | OlesyaShut.noreply@github.com |
74ef658b5abf46cc50feaea1dc4c153bb0afbe16 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/tools/kdexts2/mtrr.c | 7e97b940738ab909135ce08cde450ecc1ab072e9 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 8,745 | c | /*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
mtrr.c
Abstract:
WinDbg Extension Api
Author:
Ken Reneris (kenr) 06-June-1994
Environment:
User Mode.
Revision History:
--*/
#include "precomp.h"
#pragma hdrstop
ULONG
FindFirstSetRightBit (
IN ULON... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
44e84eaf064f347d81a934a8725c342e586e8cfd | 87d43beda9c618567e36934142e136784ca2ce08 | /Assignment2/PartB/partB.c | d2ec6114c20c9419f4b43defdbf15e3c6badc4aa | [] | no_license | AndrewDeCHamplain/SYSC3303 | 3513a6b430971f3786b7128b9cdaa0d5edca9410 | 8f231d559459b14602db153b0f159ce516998864 | refs/heads/master | 2021-01-19T13:26:58.902041 | 2014-02-12T03:16:48 | 2014-02-12T03:16:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,952 | c | // @author Andrew DeChamplain
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <sys/mman.h>
#include <rtdk.h>
#include <string.h>
#include <time.h>
#include <native/task.h>
#include <native/timer.h>
#include <native/mutex.h>
#define BUFFERSIZE 900
RT_TASK fusThread, accThread,... | [
"andrewdechamplain@cmail.carleton.ca"
] | andrewdechamplain@cmail.carleton.ca |
ebbcc2ed0a46d2f3d932074a47808c447d15e48a | 78d9deed0df329dea0006ee2292de605b0f130c7 | /record-stdin/record-stdin.c | 383a10571c3f01728fba4c34a6ec8c10f9064583 | [] | no_license | lpsmith/isp-test | ab10bd6bc5107e6c63187dc354b6e5b16d43612a | c3ec54ed2e558b8e163335350cf198dd0f876910 | refs/heads/master | 2020-05-17T16:04:27.049861 | 2014-12-30T15:04:26 | 2014-12-30T15:04:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,614 | c | #include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <stdint.h>
#include <sys/select.h>
#include <time.h>
#include <endian.h>
#define BUFFER_SIZE 65526
#define BUFFER_RESERVED 10
#define WRITE_THRESHOLD 1024
#define buffer_timestamp(x) *((int64_t* )((x) ))
#de... | [
"leon@melding-monads.com"
] | leon@melding-monads.com |
89f921bcd2b898c1a2865c0900c57c3228e7b9dd | c2fdb5c92441f2b6bccf207aee7509da70a1208b | /examples/boundaries/boundaries.c | 0890bf177ca68f7616fb96303fced83ec2c9cf39 | [] | no_license | zyaj/suntans-general-vertical-coordinate | abcf3df22c448b2f9389b6b63270326a3c9eaad3 | cdb39d19d6bbffa3fa7132b684483a37793ee1fe | refs/heads/master | 2021-03-19T14:12:29.903829 | 2019-02-12T17:46:46 | 2019-02-12T17:46:46 | 75,458,971 | 11 | 3 | null | null | null | null | UTF-8 | C | false | false | 5,517 | c | /*
* Boundaries test file.
*
*/
#include "boundaries.h"
#include "sediments.h"
static void SetUVWH(gridT *grid, physT *phys, propT *prop, int ib, int j, int boundary_index, REAL boundary_flag);
/*
* Function: OpenBoundaryFluxes
* Usage: OpenBoundaryFluxes(q,ubnew,ubn,grid,phys,prop);
* -------------------------... | [
"zyaj@stanford.edu"
] | zyaj@stanford.edu |
ab30149f0cf16c112e776666b7e48f863ac2eb41 | 1294fbb9a9ae218a250e5917d7f9f90d919c8464 | /filler/source/fn_add.c | fefb5f9795cb9a739afff366a0fe12571d46996f | [] | no_license | ede-la-v/42 | d4270f75b190bd9df55375d5ff6b795c066d7ac6 | a2f7f1d7a3e665fa2957588d68093de0b9b299bd | refs/heads/master | 2021-05-10T21:44:20.195596 | 2018-04-04T08:00:29 | 2018-04-04T08:00:29 | 118,238,301 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,186 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fn_add.c :+: :+: :+: ... | [
"ede-la-v@e1r4p23.42.fr"
] | ede-la-v@e1r4p23.42.fr |
0e6c85449b8ec1874cc0f6e11706decca169bdc6 | de5e362db780429ac6304c11345f060e3149f498 | /d/huanghe/shulin6.c | 72cc095ae9eb2751b9e71217529febb323f0de85 | [
"MIT"
] | permissive | caokang/mud | 8058c0de0ac791fa8662224f82318e4e8b0b62bd | 99025000097bbe4bc5028e216c8d0eb05ef9ac67 | refs/heads/master | 2023-06-17T18:37:14.304099 | 2021-07-15T12:51:40 | 2021-07-15T12:51:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 528 | c | // Room: /huanghe/shulin6.c
// Java. Sep 21 1998
#include <room.h>
inherit ROOM;
void create()
{
set("short", "树林");
set("long", @LONG
树林里光线暗淡,只能听见头顶上传来一些鸟儿的啼鸣。偶而从茂
密的叶间透过的一线光伴着落叶在飞舞。朽木腐烂的气味和身後传来野
兽的啸声使人不觉犹豫了前进的脚步。
LONG );
set("exits", ([
"east" : __DIR__"shulin5",
]));
set("no_clean_up", 0);
set("outdoors",... | [
"i@oiuv.cn"
] | i@oiuv.cn |
ee49e1438046a036fb456cf541a4dfa066a78e31 | 43e593ccf8f1e781c22f5730c64d685d3431a02a | /world/d/suburb/xkx/wudang/xiuxishi.c | 6a6678258c9d29293bfd59923924f8db008e1f9e | [] | no_license | kkkbird/xyj45 | af504bcdd4322bd1a705ac58eba7cd9a8d25e25a | aaea09af1ef048904a9ef9555e9671c6eb76270b | refs/heads/master | 2020-03-28T05:07:07.721141 | 2018-09-10T04:00:59 | 2018-09-10T04:00:59 | 147,757,711 | 0 | 0 | null | 2018-09-07T02:08:57 | 2018-09-07T02:08:57 | null | UTF-8 | C | false | false | 2,500 | c | // Room: xiuxishi.c
// By Marz
inherit ROOM;
void init();
void close_men();
int do_open(string);
int do_close(string);
void create()
{
set("short", "休息室");
set("long", @LONG
这是间整洁的厢房,因门窗常闭着,光线很昏暗。房里别无他物,
只有中间放着一张收拾得舒舒服服的大床,看着就让人想睡觉。
LONG
);
set("sleep_room", 1);
set(... | [
"kaiserli@gmail.com"
] | kaiserli@gmail.com |
f5d695152ae78b73f2369ba978f43d4cb3de628f | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/drivers/watchdog/wdt977.c | 09382d6b5216cc74749e09b06ce456feeb345b1c | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,015 | c | #define WATCHDOG_VERSION "0.04"
#define WATCHDOG_NAME "Wdt977"
#define PFX WATCHDOG_NAME ": "
#define DRIVER_VERSION WATCHDOG_NAME " driver, v" WATCHDOG_VERSION "\n"
#define IO_INDEX_PORT 0x370
#define IO_DATA_PORT (IO_INDEX_PORT + 1)
#define UNLOCK_DATA 0x87
#define LOCK_DATA 0xAA
#define DEVICE_REGISTER 0x07
... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
f9a03978dc6ffd0f896796c77f39737c70610574 | 0083133461ff0115a8fcb49f95de52435afbd14a | /external/mit/xf86-video-intel/dist/src/i830_dri.c | 6a3249298361c351e2dcd4fc0b9a0c9e5b34bf67 | [] | no_license | noud/mouse-bsd-5.2-x | e572edc90a5e2d4fbd5a7e20058e9123f6b76944 | 68e4a3e533eefa4113eac14f75db4812751c557f | refs/heads/master | 2023-02-27T11:57:09.333231 | 2020-05-08T00:51:59 | 2020-05-08T00:52:22 | 334,542,484 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 49,141 | c | /* $xfree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c,v 1.15 2003/06/18 13:14:17 dawes Exp $ */
/**************************************************************************
Copyright 2001 VA Linux Systems Inc., Fremont, California.
Copyright © 2002 by David Dawes
All Rights Reserved.
Permission is hereb... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
03cdf65cf54e2b91383748d1c9937e1a342bacce | 6e44557d55e8aff5c4ed0009a014ecddfcf8332e | /c/Utilities/Logging.c | 89defc772c3a48c565c8931d538511a91d49dfe5 | [] | no_license | lucapascarella/EmbeddedMP3 | 51c902d8840393b34385c9b0c14786f06cc4f5ba | bce1bc5d0427844f83f7d891fceaf2263c0bb54a | refs/heads/master | 2021-08-29T23:51:05.145450 | 2017-12-04T16:28:39 | 2017-12-04T16:28:39 | 83,318,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,742 | c | /*********************************************************************
*
* MP3 Encoder and Decoder Application Entry Point
*
*********************************************************************
* FileName: Logging.c
* Dependencies: Logging.h, RTCC.h, Config.h
* Processor: PIC32MX270F256B
* Com... | [
"luca.pascarella@gmail.com"
] | luca.pascarella@gmail.com |
e6774c455c80b56db77599011ed8e7c7d77dcc75 | a0ac0cb4113b731721c73dbca165f0f473e20435 | /data/kernels/14353/134/includes.h | 0a28679c35d1e807daf642c5ecb8a0a2c9f505cb | [] | no_license | NTNU-HPC-Lab/LS-CAT | 93f2d5d24937c518a8a216e56e54961658fcaab8 | 83a50786eee2de633be477819c044d2c9a1ad076 | refs/heads/master | 2023-08-22T11:53:35.114641 | 2023-08-08T14:12:14 | 2023-08-08T14:12:14 | 380,981,826 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 36 | h | #define THREAD_SIZE 8
//new series
| [
"jacobot@selbu.idi.ntnu.no"
] | jacobot@selbu.idi.ntnu.no |
28b53a3e7a4fe793ccb7c6a892bd4e3d7770f0e3 | 54c99a43b0d7ef3edd1db6d495b1cbf177bc0ad6 | /Pods/Headers/Private/FontAwesomeIconFactory/NIKFontAwesomeIconTraits.h | 0ffd0def8ab6b6e267e99aff5f61d9bf00273ec5 | [] | no_license | caa1211/ios-Twitter-client | 478d62322c6a854638b826bb59735765a6c26f76 | f9dd5ad22cf30f9b9e73ad925c1123f3306cf6ac | refs/heads/master | 2021-01-25T00:16:24.423247 | 2015-07-13T05:51:57 | 2015-07-13T05:51:57 | 38,621,631 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 58 | h | ../../../FontAwesomeIconFactory/NIKFontAwesomeIconTraits.h | [
"carter@yahoo-inc.com"
] | carter@yahoo-inc.com |
443670227a8e2f210416c90d6999e74a585a1e17 | 81b52818bc3ee5ee1efdfdd4c08da6260a0c801c | /t1/cozinha.c | 7cb0a1023541ebf4b96be61319b6f2b96f57e890 | [] | no_license | rafaelnmo/INE5410 | 2d5ebb75569c6e3a7eed8db9343405334e7f5280 | a541b16d40dcba1dcdc7c067cf102dd112d26685 | refs/heads/master | 2021-09-28T18:25:15.653615 | 2018-11-19T11:19:08 | 2018-11-19T11:19:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,292 | c | #include "cozinha.h"
#include "pedido.h"
#include "tarefas.h"
#include <stdio.h>
#include <pthread.h>
#include <stdlib.h>
// sem_t cozinheiros_sem;
// sem_t bocas_sem;
// sem_t frigideiras_sem;
// sem_t garcons_sem;
// sem_t balcao_sem;
// sem_t pedidos_sem;
//pthread_t* lista_pedidos;
pthread_t thread_spag;
pthread_t... | [
"mr.karto1000@hotmail.com"
] | mr.karto1000@hotmail.com |
b05e7f686bc37be08338e21b14961e3dbf3e9cd8 | 4561a0f9a0de6a9b75202e1c05a4bd6ba7adabcf | /unew.h | c0a98d23d9b8441dccde2f3997bc3fed627e3339 | [
"MIT"
] | permissive | embarkmobile/ustl-symbian | 3a2471a0487ae8d834f44a69debdb4e093215ce0 | 6d108f5683677d1d6b57705ac08cf1a4f5a37204 | refs/heads/master | 2020-04-23T15:37:30.148583 | 2010-12-10T15:35:16 | 2010-12-10T15:35:16 | 898,964 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,902 | h | // This file is part of the ustl library, an STL implementation.
//
// Copyright (C) 2005 by Mike Sharov <msharov@users.sourceforge.net>
// This file is free software, distributed under the MIT License.
//
/// \file unew.h
///
/// \brief Same as \<new\>, but throws ustl:: exceptions.
//
#ifndef UNEW_H_11D237... | [
"ralf.kistner@gmail.com"
] | ralf.kistner@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.