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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8fc90c5a5460d6b3349178823945e1e3cd06cb1a | 563ff0013e25a2c9fb9e02935ff88cddecf20e07 | /drivers/rtl8192fu/hal/rtl8192f/hal8192f_fw.h | 645c481cbe3fc1978ce64e7b65a8e7a699cde4d5 | [] | no_license | Sant1a90/extra_tools | f58da3dd995957b1610dfe9c4cf3efeb30e0df9a | 0b83046454cc8735af63ac441528c4fe6315676d | refs/heads/master | 2023-05-09T08:51:07.997949 | 2021-05-29T19:28:08 | 2021-05-29T19:28:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,272 | h | /******************************************************************************
*
* Copyright(c) 2012 - 2017 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*... | [
"papademon1977@gmail.com"
] | papademon1977@gmail.com |
b831d99e554f8b933a6199d840edd039a66df5af | a7b519603280c423d05e939b01e66191c51c54f2 | /aula20160825/ite1.c | 2c1b1d1025229d7099767ac7bb87ac27f93e3b9e | [] | no_license | luanabaia/MTP | 9ec4148263500169b714c159d517d6c3d7ea93d7 | d2bf8b89c751c86ae7b403ffeae2b9ee9fa018d6 | refs/heads/master | 2020-07-03T18:59:42.152876 | 2016-11-28T22:37:38 | 2016-11-28T22:37:38 | 66,557,296 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 289 | c | #include <stdio.h>
int main()
{
int numero, i, fatorial;
printf ("Entre com um numero: \n");
scanf("%d", &numero);
fatorial = 1;
for (i=2; i<=numero; i++)
fatorial = fatorial*i;
printf("O fatorial de %d e igual a %d.\n", numero, fatorial);
return 0;
}
| [
"luanabaiasousa@gmail.com"
] | luanabaiasousa@gmail.com |
37bcfc5fc723d826c32d4b2a27e9c362ae3a1c8f | d24432337d0b1539fe4eff81c63131ca9f6a498a | /02_12-user-controlled-pwm.c | 47977b78f77fe328dc984b822f3cdbf960c6f04a | [
"MIT"
] | permissive | ntmoore/physics333_spring20 | 0933fc364f463e363cf55f1e05e8f04b245e7f04 | e4dad49fc443592d6e7953b620d4a8b3a8d9748b | refs/heads/master | 2020-12-07T03:42:06.466659 | 2020-04-29T17:30:58 | 2020-04-29T17:30:58 | 232,626,475 | 1 | 3 | MIT | 2020-03-30T16:05:42 | 2020-01-08T18:01:55 | C | UTF-8 | C | false | false | 710 | c | int pwr, incomingByte = 0; // for incoming serial data
void setup() {
Serial.begin(9600); // opens serial port, sets data rate to 9600 bps
pinMode(5, OUTPUT);
pwr=0;
}
void loop() {
if (Serial.available() > 0) {
incomingByte = Serial.read();
// ignore if it is a newline
Serial.print("you said: ")... | [
"noreply@github.com"
] | ntmoore.noreply@github.com |
b56bde4d80d4b5a4d74f4fdb1a357b3fcf2d4fb1 | 6da289843443c377932cc923b89d1557ead195e6 | /LCD.c | 40c9bae6be8d2e2404d13beee67cb6cb35463b35 | [] | no_license | QuinoaPie/CPE329 | 37ef2e59301ce5d3f64308e372a1ab0dcb6e2802 | 25f485d0f1bc235e626952020b6100969b0d3b9d | refs/heads/master | 2021-01-17T18:20:29.660266 | 2015-05-02T04:14:09 | 2015-05-02T04:14:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,607 | c | #ifndef LCDCode
#define LCDCode
// Data Bits P1.0 - P1.3
void PrintScroll(char *string){
SendCommand(0x06);
int delay = 0;
char *str = string;
char *start = str;
char *p = start;
int length = 0;
while (*p++)
length++;
if(length <= 16){
SendString(string);
re... | [
"kean@weetopia.com"
] | kean@weetopia.com |
2cc76e59847ab860826e1eb00e7caa96aea2ace4 | cef3847d71d1ee28672e7a0930d4231bb69468e9 | /cdk/libc/libc_strnchr.c | 66300e64b08c1582e4e06dd1c5bb3c736f6d4a82 | [] | no_license | babyge/OpenMDK | 70e4de4ff7176d14040797e2d458d8d238f5bad6 | a5d3fc9b12af3eeb68f2ca0ce7ec4056cd14d6c2 | refs/heads/master | 2022-12-23T18:32:44.037066 | 2020-09-25T20:48:23 | 2020-09-28T20:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 525 | c | /*
* This software is governed by the Broadcom Switch APIs license.
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenMDK/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
*
* CDK implementation of strlcpy (non-ANSI/ISO).
*... | [
"sdk.releases@broadcom.com"
] | sdk.releases@broadcom.com |
d5cb25c26c3e785043ac90707d7a09e0a1b1c8fd | b59945605a143c3b4f2068dd479ed7101de82467 | /listio.c | 375e41bd6e04abe56e11da68ed633ae8b36a6220 | [] | no_license | nakim9/Repertoire | 19e07d2e99ce3c4d71d96f4e4f1a1d6277666c80 | 475fc4885fb1834a5156b44e0981413066ff0f46 | refs/heads/master | 2020-04-28T01:58:06.597616 | 2019-03-11T12:04:06 | 2019-03-11T12:04:06 | 174,880,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,070 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "struct.h"
#include "modele.h"
#include "vue.h"
/* Retourne la tête d'une liste chainée représentant les personnes stockées dans le fichier
*nomFichier : nom du fichier dans lequel lire. Si Null lit dans rep1.bin
*/
NOEUD * readRepertoire(char * nom... | [
"nakim@gmx.fr"
] | nakim@gmx.fr |
dbf33c7d062222ddc43d23790c42faf1e158a7a9 | fa5a0f4ad1248052953159f016c17aa21fbeae07 | /szerkesztesek.c | 035182041024e95c94fe72e7e79463882dc310f9 | [] | no_license | nagyroli007/Koordinatageometria | cb6683ab4a8206f56c45a7fbf64b96e66641573c | e56a7ca2fbd2e849f6fba8b9c728648d022053d8 | refs/heads/master | 2020-04-18T19:51:02.428043 | 2019-01-26T18:26:53 | 2019-01-26T18:26:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,509 | c | #include <SDL2/SDL.h>
#include <SDL2/SDL2_gfxPrimitives.h>
#include <stdbool.h>
#include "megjelenites.h"
#include "vezerlo.h"
#include "szerkesztesek.h"
/** Két pontból megállapítja az összekötő szakaszra merőleges egyenes meredekségét */
int meroleges_szoge(int x1, int y1, int x2, int y2){
/* Kiszámolom a szakasz ... | [
"noreply@github.com"
] | nagyroli007.noreply@github.com |
32f87ac4e5beba856350c54b2f878a2805d00364 | f950882940764ace71e51a1512c16a5ac3bc47bc | /src/ThirdParty/freetype/src/type1/PaxHeaders.20567/t1afm.h | d31a39e5b1fe0d797ff7a55b66c618546c388f6f | [
"FTL"
] | permissive | ViacheslavN/GIS | 3291a5685b171dc98f6e82595dccc9f235e67bdf | e81b964b866954de9db6ee6977bbdf6635e79200 | refs/heads/master | 2021-01-23T19:45:24.548502 | 2018-03-12T09:55:02 | 2018-03-12T09:55:02 | 22,220,159 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 60 | h | 30 atime=1417845746.721128756
30 ctime=1374498495.818318441
| [
"nk.viacheslav@gmail.com"
] | nk.viacheslav@gmail.com |
7eabf2f2911c43ed9690df11d075b91edfbc214b | 137f4b7359057eefda377ca69a87a6d0bf867590 | /demos/intrepid/neoobd2_pro/ble/nrf5_sdk/modules/nrfx/soc/nrfx_irqs.h | fbc98699fa52e5dd70845beeadbe1f97d70995a6 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | ghsecuritylab/neoobd2_sdk | ad27c521f319187de7f5393761c7c185a0d5e47c | e13c7b1bff7979903635aa22082c21e0547d1a41 | refs/heads/master | 2021-02-27T13:23:47.990944 | 2019-10-30T13:11:39 | 2019-10-30T13:11:39 | 245,608,691 | 0 | 0 | BSD-2-Clause | 2020-03-07T10:03:17 | 2020-03-07T10:03:16 | null | UTF-8 | C | false | false | 2,568 | h | /**
* Copyright (c) 2017 - 2019, Nordic Semiconductor ASA
*
* 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, th... | [
"jchung@intrepidcs.com"
] | jchung@intrepidcs.com |
94e0ea8b64577340c503c376f0e42b7fdbf7827b | c7bfa8894c2cb8560828baafa4037c00a70cbadb | /find leargest number/main.c | 25db6bd3af081e5deee04e4ee37e9fc81681d05b | [] | no_license | tamim-kabir/program-in-c | e30d6cfa948e48cba7d8183b059a09b3f06be22a | 15d796f270ba19d13e6c1f88d15f0c0c2ae49ea3 | refs/heads/master | 2022-05-18T04:22:21.097104 | 2022-03-28T10:48:28 | 2022-03-28T10:48:28 | 218,570,212 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 439 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
float a, b, c;
printf("Please enter 3 number : ");
scanf("%f%f%f", &a, &b, &c);
if(a >= b && a >= c){
printf("\n The largest number is %.1f ", a);
}
if(b >= a && b >= c){
printf("\n The largest number is %.1f ", b... | [
"noreply@github.com"
] | tamim-kabir.noreply@github.com |
b0e795f852f2ab48034aa226c467ce2017927eff | bc67a627eed32788951d839acf32f541d949523b | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/UnityEngine_UnityEngine_GUIMethodDeclarations.h | 59a489878662582a250897d4fdab7f3967d6cd24 | [] | no_license | alonkrifcher/appboy-unity-sdk | dd6c8e6dfbd28dda5782514149520058c03c9946 | 8670b5f567f1027a14dee2878cda801e79012226 | refs/heads/master | 2021-01-18T18:56:49.214651 | 2015-07-14T16:16:34 | 2015-07-14T16:16:34 | 41,434,938 | 0 | 0 | null | 2015-08-26T15:53:33 | 2015-08-26T15:53:33 | null | UTF-8 | C | false | false | 13,434 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// UnityEngine.GUI
struct GUI_t79;
// UnityEngine.GUISkin
struct GUISkin_t835;
// System.String
struct String_t;
// UnityEngine.GUIContent
struct GUIContent_t744;
// UnityEngine.GUIStyle
struct GUIStyle_t250;... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
09e45fdde59fc0f8ee546fca758d1b9b877affec | ecce427678ecff2a93a47f3b1b664202c7d27617 | /levels/bowser_3/header.h | 622aa5c2bd1982864e647532c9e100cba57f1e80 | [] | 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 | 1,912 | h | #ifndef BOWSER_3_HEADER_H
#define BOWSER_3_HEADER_H
#include "types.h"
// geo
extern const GeoLayout bowser_3_geo_000290[];
extern const GeoLayout bowser_3_geo_0002A8[];
extern const GeoLayout bowser_3_geo_0002C0[];
extern const GeoLayout bowser_3_geo_0002D8[];
extern const GeoLayout bowser_3_geo_0002F0[];
extern con... | [
"n64"
] | n64 |
b5f45d50d585b216af34750b6db755ea0339b9e2 | cc1ce577cec015e8b38bb6581f40de32debd8523 | /pantallaLCD3/leds2.c | c5d1041fe2474a58b6816118bd69bbb6fcfc67c1 | [] | no_license | hkareem/playroom | aaf55bbbf4a0dcefaa047c03a1a9b706a027463d | 8a9fad34eb417a60f8f425f4a79eeaf25c7f0d83 | refs/heads/master | 2021-01-01T17:05:46.972841 | 2013-07-11T19:59:59 | 2013-07-11T19:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 38 | c | #include <16F887.h>
void main() {
}
| [
"hiramkareem_93@hotmail.com"
] | hiramkareem_93@hotmail.com |
ac00d74aefcbea7483f955ac7706c41e4f04dc3f | f2d6fa7e28f7db48e411f543e02f5f46fc6b8143 | /0x0B-malloc_free/holberton.h | eeba5ce2e7710ccbe4adbe7dee2e62ee2e258ffb | [] | no_license | pextech/alx-low_level_programming | 10f25216fdfc7a4facd0faf5002286c78f5a9a78 | 651ca304a04ecc6de6a1c7f09cfd2ecbdaa25e87 | refs/heads/main | 2023-04-19T21:27:28.513674 | 2021-05-04T19:14:18 | 2021-05-04T19:14:18 | 335,619,321 | 4 | 3 | null | null | null | null | UTF-8 | C | false | false | 354 | h | #ifndef FILE_HOLBERTON
#define FILE_HOLBERTON
#include <stdio.h>
#include <stdlib.h>
char *_strdup(char *str);
char **strtow(char *str);
char *argstostr(int ac, char **av);
char *str_concat(char *s1, char *s2);
void free_grid(int **grid, int height);
int **alloc_grid(int width, int height);
char *create_array(u... | [
"mcstain1639@gmail.com"
] | mcstain1639@gmail.com |
b69493c807d4362f1d07b16bed21f30e7c8efb76 | a43eaae9059efddedcc8ddea8a5834252ce97683 | /pc301/lab/omp-practice/forloops.c | 0a1fb7aade4712e8cb2874b73f7c530ea84184e6 | [] | no_license | AkshithBellare/year3sem5 | a2a6c06040c993c84746df650a5aca44d9505b53 | f88cc5a462f69760c685b5bdbc3103470da435e6 | refs/heads/master | 2023-02-07T13:05:06.047878 | 2020-12-31T11:21:50 | 2020-12-31T11:21:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 589 | c | #include<stdio.h>
#include<omp.h>
#include<stdlib.h>
int main() {
int N = 100;
#pragma omp parallel shared(N)
{
int n_threads = omp_get_num_threads();
int tid = omp_get_thread_num();
int beg = (tid * N)/n_threads;
int end = ((tid + 1) * N)/n_threads;
for(int i=beg; i<end; ++i) {
... | [
"akshithnm@gmail.com"
] | akshithnm@gmail.com |
721238c7824e4d68bffb96690e4feaa506cb99cc | ebacc5b1b457b08eac119e43c030281c98343aeb | /pointers_on_c/l7.4.c | 3b5b94afee12bb91c908f9a586d7c402defa2750 | [] | no_license | deardeng/learning | e9993eece3ed22891f2e54df7c8cf19bf1ce89f4 | 338d6431cb2d64b25b3d28bbdd3e47984f422ba2 | refs/heads/master | 2020-05-17T13:12:43.808391 | 2016-02-11T16:24:09 | 2016-02-11T16:24:09 | 19,692,141 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 534 | c | #include<stdio.h>
#include<stdarg.h>
int max_list(int first_arg,...){
va_list var_arg;
int max=0;
if(first_arg>=0){
int this_arg;
max=first_arg;
va_start(var_arg,first_arg);
while((this_arg=va_arg(var_arg,int))>=0)
if(this_arg>max)
max=this_arg;
... | [
"565620795@qq.com"
] | 565620795@qq.com |
9c34e00518638920120016aae8ff68e8362c00ce | 277fd111c6bed96b78d627d3a73e68c22e6f325f | /makigasPractucasEstructurasdeDatos/lista.c | a36ee47005de47271ae0e5efce85e17c1bc3b1d2 | [] | no_license | emzamo7/ProgramasC | dd83261017f8952ba049a6aba57e89b281c893a3 | b0032bc81ce928aaa07ecc0547ef57865c1edd14 | refs/heads/master | 2022-11-11T13:15:35.956149 | 2020-06-11T01:25:14 | 2020-06-11T01:25:14 | 267,961,007 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,850 | c | #include "lista.h"
#include <stdlib.h>
#include <string.h>
Nodo* CrearNodo(Libro* libro){
Nodo* nodo = (Nodo *) malloc(sizeof(Nodo));
strncpy(nodo->libro.titulo, libro->titulo, 50);
strncpy(nodo->libro.autor, libro->autor, 50);
strncpy(nodo->libro.isbn, libro->isbn, 13);
nodo->siguiente = NULL;
return nodo;
}
... | [
"emzamo7@gmail.com"
] | emzamo7@gmail.com |
977afa6782b4b239a1df30085cf62a1389cc97c7 | 1bb78e3e7eabec1af29bdf3b5bddccce9100709f | /programming-contest/NHSPC-2016/problems/09-counting-numbers.c | ea57725329be2ae25529c20d2a6453573bd3faaf | [] | no_license | w3cp/coding | adf1f8d603ffe0fd12de62f1544cdfc5555185e4 | ef466dbb250c495dee2906fdb6c5f3680db16644 | refs/heads/master | 2020-04-06T05:17:48.086105 | 2019-09-25T03:50:56 | 2019-09-25T03:50:56 | 42,051,720 | 8 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,151 | c | // ac 100/100
// github.com/w3cp/
// http://algo.codemarshal.org/problems/556b62679c5e850300c49cb5
#include <stdio.h>
int main()
{
//freopen("/sdcard/coding/anwar/oj/in.txt", "rt", stdin);
//freopen("/sdcard/coding/anwar/oj/out.txt", "wt", stdout);
int tc;
int current_tc = 0;
scanf("%d",... | [
"jannat.books@gmail.com"
] | jannat.books@gmail.com |
a6b237b61707cb817c6968f38baedc927c216513 | 817755ef19d10f7cbc10b5b233f94643923e9158 | /user/Bluetooth/Bluetooth.c | e533e50bd6a73e4a94cb343505d05b7a64ba5ae5 | [] | no_license | dongfangqing/AnionMask | 8141cf06caeb451611bdd3d8dd80954b6d5835df | 2595753d67130dea0ebbcbfb00f0799c784c0124 | refs/heads/master | 2020-09-14T01:57:34.262478 | 2019-11-20T16:36:46 | 2019-11-20T16:36:46 | 222,976,250 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 9,151 | c | #include "Bluetooth.h"
#include "usart_device.h"
#include "ST_string.h"
/**********************************************************
**函数功能:WIFI 引脚接口定义,初始化
**B_IO0--------------PF1
**B_IO6--------------X
**B_RES--------------NRST
**B_EN---------------PA6
***********************************************************/
void... | [
"641251565@qq.com"
] | 641251565@qq.com |
3a80795aa7dcb41fb2548b462105b867ffb5ee2e | f88abdd8da576d9bcb88ca2062b98ca810b754c4 | /include/stdarg.h | a61099702239771ba04b62d42f423ac36b9a1a64 | [] | no_license | tagillov/x86_64-w64-mingw32 | a38ec3d5cf39a3f0ee544c3b178fa26d88107139 | fab0778eb5fc34cdab273b99e4a0c8a326e04f31 | refs/heads/master | 2020-04-07T14:21:52.127685 | 2014-08-14T23:44:01 | 2014-08-14T23:44:01 | 158,444,027 | 0 | 0 | null | 2018-11-20T19:57:42 | 2018-11-20T19:57:42 | null | UTF-8 | C | false | false | 38 | h | ../../share/mingw-w64/include/stdarg.h | [
"elombrozo@gmail.com"
] | elombrozo@gmail.com |
fd9e905bde5189675dcdfbf5c4af9155b65deeb5 | 47e636837ee6f7c2540a55f0ed9c675377f56a62 | /lem-in/libft/ft_atoi.c | 8793dda2b6137a6c9500080af763dfcabb2cecd2 | [] | no_license | veronar/lem-in | b3dc90bcb1e6bbb18bf7cfcc1adb3c1d17db02fd | 8cc544a20b55689e6de8c33a3afe445afbc03440 | refs/heads/master | 2020-07-03T14:29:43.507809 | 2020-05-08T10:47:41 | 2020-05-08T10:47:41 | 201,935,886 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,465 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"vesingh@student.wethinkcode.co.za"
] | vesingh@student.wethinkcode.co.za |
e0eb7886e1b2694bd0d0ff81a8dbea3c5832e02e | f20e7f07469ad3d59e4ece7b455e810c3560be96 | /ternascfns.c | c67c8af4c74ee889e1e35516068483a8e46a8157 | [] | no_license | shadow52003/Elementos-de-Programacion | 6c3fa164c96c5533c770fd0c01026f6191fa1c0c | ad540e816bcd22ff6be77f645970d41797dbc0c0 | refs/heads/master | 2021-12-15T03:05:32.573532 | 2017-07-22T00:15:37 | 2017-07-22T00:15:37 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 2,331 | c | #include<stdio.h>
#include<conio.h>
#include<locale.h>
#define tope 30
int control(int,int,int);
int menor(int,int,int);
void par(int,int,int);
int factorial(int);
float promedio(int,int,int);
void main()
{
setlocale(LC_CTYPE,"Spanish");
int i,band,a,b,c,men,fact;
float prom;
i=1;
band=0;
do... | [
"fabiannorbertoescobar@gmail.com"
] | fabiannorbertoescobar@gmail.com |
26d7f26422e19fe3c7aa5a166726d2bbae1f4340 | ca21d51502ca531a6190fba03df4a7e4ca4cc546 | /3rdparty/lhasa/lib/null_decoder.c | c108e4060e7f3a681fd5cdecaf88eae2b8bba20c | [
"ISC",
"MIT"
] | permissive | wothke/spectrezx | 4b53e42dbf6d159a20b991a8082dc796ae15232c | 1878c17cdb2619a1c90d60b101c4951c790e226b | refs/heads/master | 2021-07-11T18:43:38.044905 | 2021-04-17T00:37:47 | 2021-04-17T00:37:47 | 36,067,729 | 8 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,482 | c | /*
Copyright (c) 2011, 2012, Simon Howard
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 ALL
WAR... | [
"ebay@wothke.ch"
] | ebay@wothke.ch |
0ea43ec483a0a61dfde93e937e9f72b4af63550d | 4de80187ce82109bba2abf80fcdd0f6e459c0360 | /knnarduino3/dataset.h | 124cd8893c5b7b2ff3375767c6ed527a0e6fd601 | [] | no_license | Cristianshr18/knn_programs | 7e543c8d72907c3a46c4b55dc1cccc0d5a7534f5 | 9983fac28edc5c2c3307417e7e34db807c0a1ff4 | refs/heads/master | 2020-04-05T12:43:49.411019 | 2015-05-08T05:36:28 | 2015-05-08T05:36:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,859 | h | // tamaño de la base de datos
const int fi = 102; // numero de filas de la BD
const int co = 4; // numero de atributos
// clases de la base de datos en alfanumerico
char* clasesSt[] = {"Setosa", "Versicolor", "Virginica"};
// atributos: conjunto de entrenamiento
char* nomAtr[]={"Largo sepalo", "Ancho sepalo", "Largo ... | [
"sanchezlopezjr@gmail.com"
] | sanchezlopezjr@gmail.com |
9c254e13e603bdf16234d99b468f0dd3e2d4e1c6 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/31/184.c | 2822e8bc8eb1c1cc95de28a378ffa47ab6ef1e28 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 988 | c | //struct student
struct student
{
char content[50];
struct student *next;
};
int main()
{
struct student *head,*p1,*p2,*p3,*h,*p4,*p5,*p6;
int i,j,k;
char s[16];
s[0]='e';
s[1]='n';
s[2]='d';
s[3]='\0';
int m=0;
p6=p4=p5=p3=p1=p2=(struct student *)malloc(siz... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
c98cf830c6004526aa8784e624f009505ecdbc72 | 433f21f0478e1d8bc794e2523949df79de373a21 | /server/libft/srcs/list/create_list.c | f4c11911a8270eae74ed0999545745c1c71d7760 | [] | no_license | psprawka/Zappy | d7b3bf90823e97b1c9bfaed1b044e8fe4a6f01bc | 4e1d91f2ee3070b3e30d5a69188f9f2c079a2078 | refs/heads/master | 2021-06-11T04:07:37.584942 | 2019-09-13T06:20:52 | 2019-09-13T06:20:52 | 134,982,349 | 10 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,070 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* create_list.c :+: :+: :+: ... | [
"spraweczga@o2.pl"
] | spraweczga@o2.pl |
a4d3b812d697989c83a376b88fb72fc404d454fc | e13515887228981517c46caba3e65eddd3ae21ed | /GreenHouseMicro/NodeMCU_LCD/images.h | e8da7ae0ca1e2273ff2e5359163b587c3cdb8a5c | [] | no_license | vunderkind2004/Greenhouse | 9bd1f8304169be227a8168f356648e72fa1d6eb5 | faacabc7b140193a047ffa81bdc29f76bb141780 | refs/heads/master | 2023-06-09T15:30:30.512359 | 2020-10-14T10:16:54 | 2020-10-14T10:16:54 | 55,634,298 | 1 | 0 | null | 2023-05-31T19:14:54 | 2016-04-06T19:22:43 | JavaScript | UTF-8 | C | false | false | 2,151 | h | #define WiFi_Logo_width 60
#define WiFi_Logo_height 36
const char WiFi_Logo_bits[] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xFF, 0x07, 0x00, 0x00, 0x00,
0x00, 0x00, 0xE0, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0xFF,
0... | [
"litvinov.rd@gmail.com"
] | litvinov.rd@gmail.com |
093eeab41466d4f0de95fcae8ad1b24ff056e2b5 | 253303aeea2c938061a9022c7375753402eb2e2f | /traditional_ciphers.c | 1fe8bbc4931a03ee180a09c2d35971792a249755 | [] | no_license | SquareNode/Cryptography | beed397b2f50c67c13051df0caa2bde2c2df47d0 | 1488041ece3883b9075eef8a5cdd43440cbe1a44 | refs/heads/master | 2021-03-18T05:38:46.032493 | 2020-03-29T21:50:16 | 2020-03-29T21:50:16 | 247,050,382 | 0 | 0 | null | 2020-03-29T21:50:17 | 2020-03-13T10:56:51 | C | UTF-8 | C | false | false | 5,281 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include <math.h>
#include <string.h>
#include "ciphers.h"
void caesar_cipher_case_sensitive(char *msg, int shift) {
char chararr[52];
int i;
for(i = 0; i < 26; i++)
chararr[i] = i + 65;
for( ; i < 52; i++)
chararr[i] = i + 71;
... | [
"anotherdevdzoni@gmail.com"
] | anotherdevdzoni@gmail.com |
00bdfce3d947d60047ef19a48e3232143c67a4b4 | 66bdc0599109f1f8ac18a38c698a212c69df6e22 | /Victor/sockets/servidortcp2.c | a4d1f4493e68f86e17694295438c9f84a9de8616 | [] | no_license | susoooo/IFCT06092019IS | 89d4f5bbb52b73a93be9d86bede39e69ef8914fc | cad627edea0a5cc87d20cbf30dcde35969cb2ff2 | refs/heads/master | 2020-11-25T12:54:15.763808 | 2020-08-11T15:54:16 | 2020-08-11T15:54:16 | 228,667,820 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 768 | c | #include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <errno.h>
#include <netdb.h>
#define PORTNUMBER 12543
int main(void)
{
char buf[1024];
int s, n, ns, len;
struct sockaddr_in name;
s = socket(PF_INET, SOCK_STREAM... | [
"victormsp@yahoo.es"
] | victormsp@yahoo.es |
53ec9fafec4d30455d5ca337b1bd432bb2c97634 | dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40 | /third_party/mtd-utils/tests/unittests/libmtd_test.c | 9a9682fee557651f9865e5fe14fe0e3390dda761 | [] | no_license | small-seven/testmem | c5f3202dce1c369e9d84cdaaccc2008b827c16d8 | 2771460c617439bd1be562ffdc94543ea170a736 | refs/heads/main | 2023-03-12T22:16:28.824577 | 2021-03-03T04:24:59 | 2021-03-03T04:24:59 | 343,847,762 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | c | #include <stdarg.h>
#include <setjmp.h>
#include <stddef.h>
#include <stdint.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <cmocka.h>
#include "mtd/mtd-user.h"
#include "libmtd.h"
#include "libmtd_int.h"
#include "test_lib.h"
| [
"huihuigong@users.noreply.github.com"
] | huihuigong@users.noreply.github.com |
b8ae23125dbfa743a462be5b18d5542ad6dbe735 | a6d312bee541eb5f5e76c76adadb943ec40076f8 | /tools/mintlib/include/gnu-ar.h | d0536e822499deb4c501ffc1113565086c540b62 | [] | no_license | paulwratt/m68k-magxnet | 67f41d0568f1254526b1cb853954270c395ebe27 | 40011536c82f8089c523aa50681aeac829e6ff93 | refs/heads/master | 2023-06-03T17:14:05.800910 | 2021-06-25T05:20:00 | 2021-06-25T05:20:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,619 | h | #ifndef _GNUAR_H
#define _GNUAR_H
#ifdef __cplusplus
extern "C" {
#endif
/* this file was hacked together by jrd, cause there doesn't seem to be one
supplied with the ar.c etc that I found on frosted-flakes.
The structure of these things was deduced from looking at the code, and
dumping a file produced by ar... | [
"admin@tho-otto.de"
] | admin@tho-otto.de |
9739082f6df1dd8ba1cf5307bfffa18494068cfd | 93f2c9975ad09caca2f510a3f6863f769f6df936 | /datalab/bits.c | 5b67cfac41c7fcb963fd9b20219dab9b109c1085 | [] | no_license | reborn2266/CS-APP-Lab | acea24e131173b3dc737282d1f91071e1ba898c9 | bcc24cd9692f67cb3d6305404636011882692fe7 | refs/heads/master | 2020-03-29T16:01:18.799868 | 2017-11-11T16:08:27 | 2017-11-11T16:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,892 | c | /*
* CS:APP Data Lab
*
* <Please put your name and userid here>
*
* bits.c - Source file with your solutions to the Lab.
* This is the file you will hand in to your instructor.
*
* WARNING: Do not include the <stdio.h> header; it confuses the dlc
* compiler. You can still use printf for debugging ... | [
"zhangwei_t@outlook.com"
] | zhangwei_t@outlook.com |
59208ceb7976e6cd3b567ac1026fda2bf8eb5af3 | 256c6d63a1eb7e3efeebf2d4285fefeb85c523b1 | /tests.c | cbccf54e794bd6e9c4d74fc045661eda5f3166c6 | [] | no_license | cunfate/cstruct | e3597cfe77ec04d8cc3f5455042e756849bf98fb | d98ee9f8e4a3822c3e4928d4bb5f802ae8ba3131 | refs/heads/master | 2021-07-16T16:35:25.409601 | 2017-10-16T07:52:05 | 2017-10-16T07:52:05 | 106,806,019 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,725 | c | #include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include "./dyarray.h"
#include "./errcode.h"
static int test_count = 0;
static int test_pass = 0;
#define EXPECT_BASE(equal, expect, actual, format) \
do {\
test_count ++;\
if(equal)\
test_pass++;\
else{\
fprintf(stderr, "%s:%d:expect:" format... | [
"cun.zhang@outlook.com"
] | cun.zhang@outlook.com |
8b91e05665be2f39d127fbcb370ef72be2b0000e | c65a5669479b26073eac6fb385674e84ef318a1c | /crisWinAppDemo/packages/Microsoft.CognitiveServices.Speech.0.2.12733/build/native/include/c_api/speechapi_c_result.h | a9145c4aa3f9edbc0a0c85ad4648fa8680520b40 | [] | no_license | leonlj/CustomSpeechExample | dd7a029fe3166f37e79bb5aef8e347ac3215e6f0 | 7c71ba7f6f32ecc8e1ba06270081d6e0f0514110 | refs/heads/master | 2020-03-22T07:35:43.108966 | 2018-09-14T12:43:06 | 2018-09-14T12:43:06 | 139,710,477 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,701 | h | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// speechapi_c_result.h: Public API declarations for Result related C methods and enumerations
//
#pragma once
#include <speechapi_c_common.h>
SPXAPI Result_G... | [
"w19964@gmail.com"
] | w19964@gmail.com |
5540c615505a663cc80e1c1db9de22e639f05f12 | 263bcf8c5ae94f6a9d778cccb26fec68b5ea8b3a | /bsp/include/drivers/soc_flash.h | 6c7f8138bb682ae2f901a5c71227952a0a195879 | [] | no_license | Myotest/main | 0732f20166b3443cba68c83bc9a00e2ced89e401 | 331c53815388e049d25633f89f2e42306a436a12 | refs/heads/master | 2021-01-14T05:08:31.516139 | 2017-02-16T13:24:01 | 2017-02-16T13:24:01 | 81,954,712 | 0 | 0 | null | 2017-02-14T14:40:52 | 2017-02-14T14:40:52 | null | UTF-8 | C | false | false | 3,602 | h | /*
* Copyright (c) 2015, Intel 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:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of condit... | [
"richard.chevalier@intel.com"
] | richard.chevalier@intel.com |
4f2692be9117ad9a6f8df28a5c3f35d7db290f97 | 8dcb9b2b5c135fb3c445a0b9e4e9a57e61346f49 | /share/libc/time.c | 8b68a4ec7a9acd88e6abf525865d1a3f5c4d6ce6 | [] | no_license | 8l/frama-c | 2e2827fd62f0056cc7cbabf3a6b56841ae6bf9bb | 7391759345042eaa53184befbab8b534205a75d1 | refs/heads/master | 2020-09-24T08:46:45.531971 | 2016-08-26T21:41:34 | 2016-08-26T21:41:34 | 66,680,986 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 946 | c | /**************************************************************************/
/* */
/* This file is part of Frama-C. */
/* */
/* Copyrigh... | [
"uriel@berlinblue.org"
] | uriel@berlinblue.org |
2135246b91ed89184328ea18a2acbf01b2ca87a0 | 3305626dc9f7e44274b80f02c68038672d9f4840 | /test.c | 9a45e2c76de956a986ba19c97b73f0121b0e0578 | [
"MIT"
] | permissive | jyoo030/cs153 | ec84c32ac5c8a9bc19783b943cd0b7c882a9195d | f20d615afdca8d514955eda6c20cc4d675d76963 | refs/heads/master | 2021-01-20T06:36:01.374231 | 2017-05-01T05:38:03 | 2017-05-01T05:38:03 | 89,900,212 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,893 | c | /*
#include "types.h"
#include "stat.h"
#include "user.h"
int main(int argc, char *argv[])
{
hello();
wait(0);
exit(0);
}
*/
#include "types.h"
#include "user.h"
int main(int argc, char *argv[])
{
int exitWait(void);
int waitPid(void);
//int PScheduler(void);
printf(1, "\n This program tests the correctne... | [
"jyoo030@ucr.edu"
] | jyoo030@ucr.edu |
cc213f879ae4c85a854b9bfc735a38ad6fe41029 | 092668fe62e9d7826c5efecff37542ee42565870 | /windows/appcompat/tools/grabmi/grabmi.h | 9c52887b01b8b82871b5b7e4c9e5ded5144ef6f2 | [] | no_license | CKOtherProject/Nt5Src-Lite | c7de0ed59dc4a55257ada104221b818a84594c79 | ad41f6490f26c6adead2f0696c19133f060205f4 | refs/heads/master | 2023-09-02T22:47:44.039487 | 2021-11-11T13:29:59 | 2021-11-11T13:29:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,428 | h | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
Grabmi.h
Abstract:
Contains function prototypes, constants, and other
items used throughout the application.
Notes:
ANSI & Unicode via TCHAR - runs on Win9x/NT/2K/XP etc.
History:
07/18/00 jdoherty C... | [
"84119280+helloobaby@users.noreply.github.com"
] | 84119280+helloobaby@users.noreply.github.com |
73c50bc30a7efb9aeaa6e01285aa0c5dc471c8c5 | 2ecb28998a2b1e30ea05eb6fcb2ca490f30d2796 | /iot_node/fw/iot_node_freertos/App/Inc/mbtask.h | 7a9c8ef54f531c7b68fa1934851ed389b911ac68 | [] | no_license | vien20010/Thesis | dd2f700a60a1a9dca8e7e7ffd75cf18ee530dbd6 | 86c2b88576f6db7164c1977f6be9f45f66f6c65c | refs/heads/master | 2023-04-28T06:39:20.841732 | 2021-05-14T03:38:22 | 2021-05-14T03:38:22 | 356,206,084 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 135 | h | #ifndef __MBTASK_H__
#define __MBTASK_H__
void vModBusTask(void const * argument);
void vTestModbusTask(void const * arg);
#endif
| [
"nguyenlamvien0110@gmail.com"
] | nguyenlamvien0110@gmail.com |
1b2062f0190e94c1e5efa990a181ae8360f6738e | e2a21e10eba742e387aafbdaa6a459872bc1546d | /library/foundation/src/vscf_raw_public_key_internal.c | a73773d79de2ddc93e1a70c12b93c6d1dc9f9894 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | VirgilSecurity/virgil-crypto-c | 81fea098caad2688729dace72a77799d52966286 | 40ae5231264c8f2d79354922fac15d96021aa8b5 | refs/heads/main | 2023-08-21T13:00:57.538177 | 2023-08-13T21:19:37 | 2023-08-13T21:19:37 | 119,018,897 | 34 | 10 | NOASSERTION | 2023-08-13T21:19:39 | 2018-01-26T07:15:37 | C | UTF-8 | C | false | false | 13,203 | c | // @license
// --------------------------------------------------------------------------
// Copyright (C) 2015-2022 Virgil Security, Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
//... | [
"sergey.seroshtan@gmail.com"
] | sergey.seroshtan@gmail.com |
463b91ad48f83c1236503bf47bb4dedf3abc1ca3 | 01b920c37c062308e7eba7cae207956d9d3e92a7 | /display.c | 6cab77d2ac6737daf17cc8ced40b754fd8a832b0 | [] | no_license | jeremysharapov/07Triangle | 467f0a18c2cfd0c5221046ee41bba68d65c73c7c | b8a3bd0def3f4d143f4d35154a56fe6749239c23 | refs/heads/master | 2021-04-18T22:09:09.622651 | 2018-04-11T11:03:53 | 2018-04-11T11:03:53 | 126,851,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,205 | c | /*====================== display.c ========================
Contains functions for basic manipulation of a screen
represented as a 2 dimensional array of colors.
A color is an ordered triple of ints, with each value standing
for red, green and blue respectively
==================================================*/
#i... | [
"jsharapov@stuy.edu"
] | jsharapov@stuy.edu |
0f2be4f894541668edff448a383a13c922532e37 | 35679c061e2969d4d7e878a58250aabae4fd58dc | /c_MPU_6050/smbus.c | 301443e48e0e14f61d622b8af8a29312f78bacc0 | [] | no_license | lipavashka/VS2013_Cpp | 273a3eace8ec106cdc153fc83bbeeb6deaf974d0 | 7859e19ed0c8eb8c5310d18d934d6f371f712c59 | refs/heads/master | 2021-08-06T20:42:03.795016 | 2017-08-15T13:50:30 | 2017-08-15T13:50:30 | 100,382,089 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,570 | c |
/*
smbus.c - SMBus level access helper functions
Copyright (C) 1995-1997 Simon G. Vogl
Copyright (C) 1998-1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2012-2013 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Lic... | [
"lipavashka@gmail.com"
] | lipavashka@gmail.com |
09372b40d70ad12f4fef151288dcf991c5d7b768 | e6a6c6f509dd87b9d44c0ed0b6b1ac06bb160fe8 | /User/gateway/MOTO.h | 254e4e3a0d6744fa72d88119515785a34857cc86 | [] | no_license | dqwang/stm320f0c8_gateway | c40dc6c98bc523b0ff820e656305cf70747c4643 | fa92d1cc08da1f29c37baa1d0598e985c1ec0faa | refs/heads/master | 2021-01-23T10:19:48.682488 | 2017-06-10T02:45:57 | 2017-06-10T02:45:57 | 93,047,476 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 248 | h |
#ifndef _MOTO_H_
#define _MOTO_H_
void MOTO_Standby(void);
void MOTO_Forward(void);
void MOTO_Back(void);
void MOTO_Stop(void);
void MOTO_INIT(void);
void MOTO_lp_INIT(void);
void led_init(void);
#endif /* _MOTO_H_ */
| [
"dequan.q.wang@nsn.com"
] | dequan.q.wang@nsn.com |
6441d25116629e3518409b328aeed0901f3cbb7d | a53fc969c4e4838b338ac978e1e06d96c9a5ef7f | /src/components/application_manager/test/mock/include/application_manager/commands/mobile/get_dtcs_request.h | 9fc84118a8a1ec2bf2df843cada7192455e53cce | [] | no_license | LuxoftSDL/sdl_core_winport | 8dbe4ccca656469f9193c92fdfa871d577639b15 | d7a522bf71b6daf76f4fa9e5d8c7e4a7087ffbc1 | refs/heads/develop | 2016-08-12T18:08:20.570661 | 2016-04-07T07:23:32 | 2016-04-07T07:23:32 | 44,124,645 | 2 | 10 | null | 2016-06-06T09:43:51 | 2015-10-12T17:59:45 | C++ | UTF-8 | C | false | false | 93 | h | ../../../../../../ include / application_manager / commands / mobile /
get_dtcs_request.h | [
"rodion.malinovsky@binary-studio.com"
] | rodion.malinovsky@binary-studio.com |
bad2340e6926378c51d50ee76f437a5e3db114db | d3a65ddf64fa70c3a066a7664964b90505aa6748 | /a3/process1.c | f86b1762f801b22c3160765440e23bf71e37f9ad | [] | no_license | gittawat49254/OS_prog_achieve | 4142b55b2dae29205e475abc29532e3b5ad83166 | 980beed813669cf15e9e6bb0dae5c4c7300683be | refs/heads/main | 2023-02-27T13:22:01.736572 | 2021-02-10T23:31:25 | 2021-02-10T23:31:25 | 337,871,490 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 290 | c | #include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
int main(){
pid_t pid;
pid = fork();
if (pid <0) {
printf(stderr,"Fork Failed");
return 1;
}
else if (pid == 0) {
execlp("/bin/ls","ls",NULL);
}
else {
wait(NULL);
printf("Child Completed\n");
}
return 0;
}
| [
"kittawatsens@gmail.com"
] | kittawatsens@gmail.com |
2e74f99cf90d88960b6b0c4cbefb7cbe55c399cf | 71e5f96a29f5d643ab888b37677d38c33f8d765d | /std/acquired_template/none.c | 1c9c62cb79a91266c28b4dc5eb15462882f7a1a9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Cherno-SuS/SunderingShadows | 5f755fbebb79dc0b9d1c2a0541408be4afeb8b67 | c3b4370beb2c4351ecc60826850c94892a42b685 | refs/heads/main | 2023-04-21T09:52:14.580024 | 2021-03-23T12:09:55 | 2021-03-23T12:09:55 | 349,490,686 | 0 | 0 | NOASSERTION | 2021-03-23T12:09:56 | 2021-03-19T16:40:12 | null | UTF-8 | C | false | false | 159 | c | #include <std.h>
string *races_allowed()
{
return 0;
}
int apply_template(object ob)
{
return 1;
}
int remove_template(object ob)
{
return 1;
}
| [
"law@shadowgate.org"
] | law@shadowgate.org |
7e89471c0a49d4bfdeaa380527dda645231d51d6 | 8dae34d9f5041debfa9f947d2e3242c3a7a4c2e3 | /parallel-programming/OpenMP/pi1.c | d905edfa92d5ddbdfa155d8a5534485d2eaafd14 | [] | no_license | unililium/programming-exercises | f9a26743f33196b06a0511dd0fdebcfc0fc19347 | ede313182d74888a41e7b65d0055cf1e017983a5 | refs/heads/master | 2022-12-05T21:27:55.583302 | 2020-08-01T19:44:47 | 2020-08-01T19:44:47 | 78,768,918 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,182 | c | /* compile with gcc -O3 -fopenmp -fdump-tree-all
> for intermediate representation files0*/
#define _XOPEN_SOURCE 700
#define OMP_NUM_THREADS 4
#include <stdio.h>
#include <stdlib.h>
#include <omp.h>
#ifdef SILENT
#define printf(...)
#endif
/**
* Check if some random points are inside or outside a loop with radiu... | [
"lnidux@gmail.com"
] | lnidux@gmail.com |
9bf642bb2e7f31f06413641efe401d5a88c91f61 | 47cc4c54eeb81952eb9435457e51012d67f2c58f | /CCB_CPU1_Respaldo/params.h | a4264cf9a43c298a86d97a230fc8932ac2f0b59a | [] | no_license | CleverGroup/CCB_testing_v02 | 25feddaac4372785a52fc22996ece09d1f8f5d53 | b1d5492ee130d204164dbb675b6d25b94718539f | refs/heads/main | 2023-07-07T06:13:09.612286 | 2021-08-13T16:45:16 | 2021-08-13T16:45:16 | 395,723,605 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 6,803 | h | ////////////////////////////////////////////////////////////////////////////////////////////////
// FUNDAMENTALES
// Constantes
#define PI 3.141592653589793238462643383279502884197169399
#define SQ2 1.414213562373095048801688724209698078569671875
#define SQ3 1.732050807568877293527446341505872366942805254
#define... | [
"matias.bravomadrid@gmail.com"
] | matias.bravomadrid@gmail.com |
d6425cfa15e6601c0e8ebd65512c81af5c7657b0 | c6b335c42a47da007d2b929846abe0de6c90b709 | /src/ft_strlen.c | bcfef75906d0aa9d67dcfac94fb224beb04a0383 | [] | no_license | mrbratchenko/fillit | aec7184bc48f181e282640e82d37aae28de2a05d | e109e972c9b8e792f5cee8370c95c7a9557c3589 | refs/heads/master | 2020-03-17T21:56:57.225054 | 2018-05-18T17:02:28 | 2018-05-18T17:02:28 | 133,981,979 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,008 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlen.c :+: :+: :+: ... | [
"noreply@github.com"
] | mrbratchenko.noreply@github.com |
ba610dd1de58d93505c888c71d384bffa70a5d33 | d1902d6f1a438dc96ec22ff7ef726b3ef7716aab | /ios/Pods/Headers/Private/React/React/Views/RCTScrollView.h | e6c68e8caf5034c2d5f664b8e71167fa62029944 | [] | no_license | ranasadam/RockSportV1 | 4f4e788c2369e9b1a6d5ce7a4947b3e19448209f | 60a4ad4dde0de12f55539b5849130586464c7d94 | refs/heads/master | 2020-03-06T14:47:46.560900 | 2018-03-27T06:31:59 | 2018-03-27T06:31:59 | 126,942,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,067 | h | XSym
0048
457cdb38f385941c8200e4e65431b176
../../../../../React/React/Views/RCTScrollView.h
... | [
"saddam.hussain@therightsw.com"
] | saddam.hussain@therightsw.com |
a5b7c2502acc1bb025019fecb43365023a87ee97 | 4777cfb5541552f30ee9ed411cd8802c8806dccf | /compiler/crt/platform/overrides.c | 461c05d662635f352bb9dd2c3b55667fac33e8b8 | [] | no_license | cs136/seashell-clang-js | da287d47894e7a482e660fdfb9a445ffc5ae04b2 | c1e311b629417341b3ffbdc73797b7a1bc0a528c | refs/heads/master | 2023-09-04T18:51:48.637924 | 2017-08-25T15:01:03 | 2017-08-25T15:01:03 | 30,893,383 | 2 | 3 | null | 2016-11-30T04:44:30 | 2015-02-16T23:14:03 | C | UTF-8 | C | false | false | 1,021 | c | /**
* Seashell's C Runtime Library (C bindings)
* Copyright (C) 2013-2016 The Seashell Maintainers.
*
* 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 License, or
*... | [
"kpalway@uwaterloo.ca"
] | kpalway@uwaterloo.ca |
a07210d94ba698b036052972a6f99a3953c6a9b8 | fc05a84f736848c649d1ccb6ab780d3871849211 | /src/jobo_quest.c | 2fbfccfaf5fca4ecdd0f2a0792fead2adf96fd55 | [] | no_license | mudhistoricalsociety/cotn_4 | be748a54a1c47a32baba07ca8db3b1849dca4a89 | 1682688f6fc73f357910553de184a83673b1009d | refs/heads/master | 2022-06-17T18:15:17.890722 | 2020-05-07T02:00:02 | 2020-05-07T02:00:02 | 261,925,244 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,400 | c | /***************************************************************************
* Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, *
* Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. *
* *
* Merc... | [
"mudhistoricalsociety@gmail.com"
] | mudhistoricalsociety@gmail.com |
2ca08b61a031bbe1557876ea2bb3357b2a247d1a | 5d5b722bf609adb4890a9ed4dcc7b961da61db16 | /isim/TOTAL_test_isim_beh.exe.sim/work/m_18237563737110395741_0747947090.c | c873162b28556e21b48ca581672c240056ac4b5a | [] | no_license | hanmeng221/singleCPU | 2ed8154a7be4e24d0dc44858a5a0bbf6146e2fd1 | 9ba41945619d1c42e75a884b55b9d6ecb8cdb3d2 | refs/heads/master | 2020-04-26T12:39:13.008285 | 2019-03-03T09:48:36 | 2019-03-03T09:48:36 | 173,556,376 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,524 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"1527681509@qq.com"
] | 1527681509@qq.com |
c93974ca2ac65719bf2e5c730e673d288b9f92bd | 0473e2b7ff4922511fa9e17225aba1a0d7a3d653 | /ghc-6.2/ghc/rts/Main.c | 7df35e164b9f58eb463f39341aeb45a05f7623d2 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"SunPro",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | ygmpkk/house | f9b70ca8d49e9e3d428efcb3ad22742185c4ca0b | 1ed0eed82139869e85e3c5532f2b579cf2566fa2 | refs/heads/master | 2021-01-18T20:26:47.821830 | 2013-09-24T05:17:19 | 2013-09-24T05:17:19 | 13,055,309 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,700 | c | /* -----------------------------------------------------------------------------
* $Id$
*
* (c) The GHC Team 1998-2000
*
* Main function for a standalone Haskell program.
*
* ---------------------------------------------------------------------------*/
#define COMPILING_RTS_MAIN
#include "PosixSource.h"
#inclu... | [
"ygmpkk@gmail.com"
] | ygmpkk@gmail.com |
4bcdd5260789653dababc290e86d27165f9f1f89 | cdd93872cd092a9e64046b11d440357f7b35cf87 | /ESP-IDF/ROS_SRA19/include/SERVO.h | d5f05edae36f6cf474e0c5fecc7aa71baf7de4f0 | [] | no_license | SRA-VJTI/ROS-Workshop-2.0 | c8cd0f9b8c547e95d7797bd55ff2d5cb96f25fae | 6dfe481fc8afbcb880de1f80c3cf0fdc5a7eea71 | refs/heads/master | 2020-05-13T21:05:49.337547 | 2020-04-01T18:46:30 | 2020-04-01T18:46:30 | 181,660,509 | 9 | 2 | null | 2020-04-01T18:31:16 | 2019-04-16T09:42:46 | C | UTF-8 | C | false | false | 2,444 | h |
/*
Copyright (c) 2019, Society of Robotics and Automation, VJTI
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify,... | [
"vednarayan29@gmail.com"
] | vednarayan29@gmail.com |
6aaa1a753c867f677ee09703a079d34ae5a50cad | 3ec199cb693c83f3acadce12b4eb67584f7e717d | /Verilog/verilog_always.c | c74e74aa73a93872695fd0e092ebaebcb9d55fb8 | [] | no_license | gpurci/automate | 8f45e23ad8587a4dcfe1233e3bfed9f07371fde6 | c441f16fe3bb60f1e33e1c110ff1ce0b9d982f45 | refs/heads/master | 2020-12-25T18:52:13.932743 | 2017-06-11T11:39:22 | 2017-06-11T11:39:22 | 94,000,392 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,051 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* verilog_always.c :+: :+: :+: ... | [
"gpurci@e1p25.chisinau.42.fr"
] | gpurci@e1p25.chisinau.42.fr |
e3e7d9f2622622bbb07a3ae76ab44a2f7d77a1c7 | bc67a627eed32788951d839acf32f541d949523b | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/UnityEngine_UnityEngine_Events_UnityAction_1_gen_99MethodDeclarations.h | fbe3a27d4e3a0c2e206526070d648d303a229a73 | [] | no_license | alonkrifcher/appboy-unity-sdk | dd6c8e6dfbd28dda5782514149520058c03c9946 | 8670b5f567f1027a14dee2878cda801e79012226 | refs/heads/master | 2021-01-18T18:56:49.214651 | 2015-07-14T16:16:34 | 2015-07-14T16:16:34 | 41,434,938 | 0 | 0 | null | 2015-08-26T15:53:33 | 2015-08-26T15:53:33 | null | UTF-8 | C | false | false | 1,851 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// UnityEngine.Events.UnityAction`1<UnityEngine.UI.MaskableGraphic>
struct UnityAction_1_t3914;
// System.Object
struct Object_t;
// UnityEngine.UI.MaskableGraphic
struct MaskableGraphic_t583;
// System.IAsyn... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
61292fc0b5db259476ed0d66e4b1dec91eecdfbc | 6edee3736fda82cac06b0da9b4692ce2b5a646d0 | /0x12-more_singly_linked_lists/100-reverse_listint.c | d0bb8e916b7d0a0a8f95cfbcdbbfa45505dcc0fd | [] | no_license | vkalia602/holbertonschool-low_level_programming-1 | 564f2d24a355d8d34a47a60938f35f1e27daa420 | 313504bd31883b34208f22d06a0f65adeb96e1cf | refs/heads/master | 2020-03-17T09:01:27.295124 | 2018-05-02T02:08:24 | 2018-05-02T02:08:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 484 | c | #include "lists.h"
/**
* reverse_listint - reverses a singly linked list
* @head: a double pointer to the beginning of the linked list
* Return: the new head of the linked list
*/
listint_t *reverse_listint(listint_t **head)
{
listint_t *before;
listint_t *after;
before = NULL;
while (*head != NULL)
{
... | [
"156@holbertonschool.com"
] | 156@holbertonschool.com |
54f29d0ab5c137c9962f532f6d91c3a94d57e06f | 6cba4184a8d0d206b0b1601e3c1328acadeac92e | /src/native/jawtrenderer/JAWTRenderer_Windows.c | 26bfda558515b54f1c3536a1960a0289f75a0721 | [
"Apache-2.0"
] | permissive | jitsi/libjitsi | 98b663800f4802406b565e2b22d5413866f5bfa7 | 2a5a817162727fa0ed571453d0e9fba361a5d3f4 | refs/heads/master | 2023-08-19T09:04:02.033157 | 2023-07-23T10:09:44 | 2023-07-23T10:09:44 | 9,657,553 | 607 | 341 | Apache-2.0 | 2023-07-23T10:09:46 | 2013-04-24T21:01:15 | Java | UTF-8 | C | false | false | 8,370 | c | /*
* Copyright @ 2015 Atlassian Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | [
"gp@jitsi.org"
] | gp@jitsi.org |
4b1f8e1c12563336c29962336a841e91845dcd27 | c546b85292d229fe18606925ded63651f6aa02b9 | /ft_strnequ.c | 68e5f22d6124276a3508c411fbff2f76fd60187e | [] | no_license | pckreitz/libft | 4ef943b2c984095175395ceb54da9810c352683a | f6eda807a893d577638a785c8a657a89ac5c462c | refs/heads/master | 2021-12-15T00:40:15.318122 | 2017-07-04T07:39:09 | 2017-07-04T07:39:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,065 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnequ.c :+: :+: :+: ... | [
"noreply@github.com"
] | pckreitz.noreply@github.com |
41d8c32b172633277e03a0e2212a4f8a69d66e1a | 330dba35e19c311965e401fbd299c8b3e2b02de7 | /disc.c | a66c6e66fb0d03eca5578c9da1ac48b01796d496 | [] | no_license | Miguel3301/ccode | 3c93aefb4db6331e5a729547789e17218ad29cd7 | 5d9bbc6e0c52e64583ca662fc518898d08c242ff | refs/heads/master | 2020-05-25T22:30:00.457883 | 2017-05-23T15:57:40 | 2017-05-23T15:57:40 | 84,974,981 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 559 | c | // compile gcc disc.c -o disc -lm
#include <stdio.h>
#include <math.h>
float discriminant(float a, float b, float c);
float main()
{
float a,b,c,d;
printf("Type three numbers a, b and c \n");
printf("Type each value follow by an Enter key");
printf("Input a :");
scanf("%f", &a);
printf("Input... | [
"noreply@github.com"
] | Miguel3301.noreply@github.com |
060f13a2c2acb0f9dc4cbdf3219ef373ce98a512 | 43cf3c2737233c99af1fc80d9f09c7b4c78f371a | /Pods/TMTumblrSDK/Classes/TMTumblrSDKErrorDomain.h | 54f30cfcbdf09022b6758f74ea71d102b8c5ac08 | [
"Apache-2.0"
] | permissive | Daniel520/TumblrViewer | a0c88bfe962be8712c7fdd24c7f9c45c19455fb5 | de417cae310aa79ea2251fb31cb3c739f0ca619d | refs/heads/master | 2020-05-05T03:14:53.437928 | 2019-05-02T09:31:48 | 2019-05-02T09:31:48 | 179,665,225 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 703 | h | //
// TMTumblrSDKErrorDomain.h
// TMTumblrSDK
//
// Created by Kenny Ackerson on 12/12/15.
//
//
#pragma mark - Domain
/**
* The error domain associated with errors from the TMTumblrSDK.
*/
extern NSString * const TMTumblrSDKErrorDomain;
#pragma mark - Error Codes
/**
* The error code that is returned when ... | [
"danielyu520@gmail.com"
] | danielyu520@gmail.com |
9df0f98a13e0653a2b9942575d719831760830f8 | e47ee06e1e81eba65b39b074dfab5bf0fbb803f9 | /Lua/modules/thread.h | bee79a003a88a788d6a7ace63ebcdeaf3e17a4dd | [
"LicenseRef-scancode-other-permissive"
] | permissive | DougThompson1976/Lua-RTOS-PIC32MZ | 6ab0d80d96dc9b2591b8467bd91ff297ca23c21f | 122c62321eca6476d8bf25a328a260741830e3d2 | refs/heads/master | 2020-03-08T23:55:29.298480 | 2016-11-17T14:31:25 | 2016-11-17T14:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,521 | h | /*
* Lua RTOS, pthread wrapper for whitecat
*
* Copyright (C) 2015 - 2016
* IBEROXARXA SERVICIOS INTEGRALES, S.L. & CSS IBÉRICA, S.L.
*
* Author: Jaume Olivé (jolive@iberoxarxa.com / jolive@whitecatboard.org)
*
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software
* and... | [
"jolive@iberoxarxa.com"
] | jolive@iberoxarxa.com |
eb96e862678728aade39aabb5e921c496d685b45 | 9d362019dbf1d46d2908049ee60e8cdc531aef81 | /include/wifi_status.h | b69ddcae3aba56b3ee3c37e2a49d164cfa39ec11 | [] | no_license | kiryam/dead_hand | d2eb39afaa47089813b93e488ec95c372c735c36 | f4373a344f47c8c15e46b0b112eca65ac203179f | refs/heads/master | 2021-01-23T02:53:44.395442 | 2017-09-05T22:30:32 | 2017-09-05T22:30:32 | 86,032,528 | 0 | 0 | null | 2017-09-05T22:30:33 | 2017-03-24T05:59:27 | C | UTF-8 | C | false | false | 259 | h | #ifndef WIFI_STATUS_H
#define WIFI_STATUS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "stm32f2xx_conf.h"
#include "wifi.h"
void WIFI_Status_Init();
void controller_wifi_status(int btn);
void render_wifi_status();
#ifdef __cplusplus
}
#endif
#endif
| [
"kiryam@kiryam.ru"
] | kiryam@kiryam.ru |
ae1ba0f5168b21f1b96cc660d26948b0dd5ec412 | 8d218d33b7f7f102dcf65bf5577227ee557420e7 | /test/board/am92x.x1x/board_info.c | 5044f703c8c481b605fb879c2815f0b43c840b3f | [] | no_license | testing-ishita/test2 | 2b92197e4b190f71d3fc5844e4607e46fdf05a79 | 27fb9feee816138d8565774e014e59871b9670ae | refs/heads/master | 2021-01-10T02:58:30.390230 | 2015-05-27T14:03:09 | 2015-05-27T14:03:09 | 36,441,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,605 | c |
/************************************************************************
* *
* Copyright 2008 Concurrent Technologies, all rights reserved. *
* *
* The program bel... | [
"smileishita25@gmail.com"
] | smileishita25@gmail.com |
3f08daf389540a2966a15644611399d234abfc77 | b2f18090245860f9caa83ae1b3b2f1d6933e84db | /src/wrapped/wrappedlibxrandr_private.h | 5459a5fd8e4bbfd8757684634f4650a1ed957b06 | [
"MIT"
] | permissive | kant/box86 | c48cc535302d2b5f61cc0ad967fc0cf1231a16c7 | 2c68b3933df1d80633143c1a60b3a713dbce6b53 | refs/heads/master | 2020-08-08T06:07:07.711670 | 2019-10-01T19:17:59 | 2019-10-01T19:17:59 | 213,748,839 | 0 | 0 | MIT | 2019-10-08T20:37:17 | 2019-10-08T20:37:17 | null | UTF-8 | C | false | false | 1,900 | h | #if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif
GO(XRRQueryVersion,iFppp)
GO(XRRFreeScreenConfigInfo,vFp)
GO(XRRGetCrtcInfo, pFppu)
GO(XRRListOutputProperties, pFpup)
GO(XRRQueryExtension, iFppp)
//GO(XRRAllocModeInfo
//GO(XRRGetProviderProperty
GO(XRRQueryExtension,iFppp)
//GO(X... | [
"sebastien.chev@gmail.com"
] | sebastien.chev@gmail.com |
6d4bd2a5de656cb2c7770bb04fc1aff89e9a3fea | d41e44d8682c8d3bbf80786031fe1c125f7c83f6 | /soml/server/monitoring_server.h | aa9628b420a669aa7fce2b0691e5417479680e05 | [
"MIT"
] | permissive | alhazmi/semantic-oml | 722a85f4adbb32ca760eaadcd6f9232778d39f55 | ba01068445a5354cbb82a144068846f681497b6f | refs/heads/master | 2020-05-30T19:01:56.291715 | 2016-01-11T16:24:02 | 2016-01-11T16:24:02 | 38,310,581 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 816 | h | /*
* Copyright 2013-2014 National ICT Australia (NICTA), Australia
*
*
* This software may be used and distributed solely under the terms of
* the MIT license (License). You should find a copy of the License in
* COPYING or at http://opensource.org/licenses/MIT. By downloading or
* using this software you accep... | [
"andisadewi@wheezy32.service.tu-berlin.de"
] | andisadewi@wheezy32.service.tu-berlin.de |
15f08c6c84095c5529a421a8287564a8c320b1ab | 59e299f32ad6d88f47315aa8de93422c97642ef6 | /mason_packages/.link/include/zlib.h | b8b2fd46a47f56dab3e7fcd0c1414ae5cb69c8a0 | [
"BSD-2-Clause"
] | permissive | ammeurer/osrm-backend | 645813926c472ce10372f085ef0cea6c3a58d504 | 0fdd245326c8402f5817846426e766e5b4d56851 | refs/heads/master | 2021-01-17T16:55:17.050094 | 2015-08-13T20:49:49 | 2015-08-13T20:49:49 | 40,572,361 | 0 | 0 | null | 2015-08-12T00:52:34 | 2015-08-12T00:52:34 | null | UTF-8 | C | false | false | 91 | h | /Users/ammeurer/Hackbright/osrm-backend/mason_packages/osx-10.10/zlib/system/include/zlib.h | [
"ammeurer8@gmail.com"
] | ammeurer8@gmail.com |
f77bc895b34eb453241a3636df380fea7b7d94a3 | 60930fba6de8712244f0ab452abfacf6a9a210bf | /fastbin_dup.c | 082662363f7bb2dd58325cb0e3cb63e1223efc6a | [] | no_license | mitsuhakawaii/how2heap_translate | 2c9af899cec1cc77c94bbed0d06b0d53d8ffbd8b | b09c2dfe3cd8110bf542a4af28ff60570cabe22f | refs/heads/master | 2021-01-22T22:57:58.437466 | 2017-03-20T16:54:50 | 2017-03-20T16:54:50 | 85,598,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,122 | c | #include <stdio.h>
#include <stdlib.h>
int main(){
printf("이 파일은 fastbin 을 이용해 double free attack이 가능하다는걸 보여줍니다..\n");
printf("버퍼 3개를 할당 합니다.\n");
int *a = malloc(8); int *b = malloc(8); int *c = malloc(8); printf("1st malloc(8): %p\n", a); printf("2nd malloc(8): %p\n", b); printf("3rd malloc(8): %p\n", c);
... | [
"noreply@github.com"
] | mitsuhakawaii.noreply@github.com |
3e04a0a2799a5dc0eae56f42c82978daee5fbe2e | f681706aaf1d021a766c9077838ac3cbc3795ad4 | /third_party/hisi/include/hi_comm_venc.h | 78d034c7521788c0ccf63047772aa9fb92a396be | [] | no_license | northeastsquare/aibox | 79ad3d2b9f33bea4d5ea6a86545501a05afe49cf | b8a8ef2c84d1fce8219feafd642bb2b5ba3b6869 | refs/heads/master | 2023-06-02T09:35:29.868189 | 2020-11-27T02:35:20 | 2020-11-27T02:35:20 | 380,199,843 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 48,356 | h | /******************************************************************************
Copyright (C), 2016-2017, Hisilicon Tech. Co., Ltd.
******************************************************************************
File Name : hi_comm_venc.h
Version : Initial Draft
Author : Hisilicon multimedia software ... | [
"zhangjianwei@ainnovation.com"
] | zhangjianwei@ainnovation.com |
61ba52cb7c63705e315265bd993afd90a43cefe4 | 7216ac517f137a14563117b737434728514acdc2 | /2160_Concurrences_Systemes/TP10/jeuStarWarsModel.c | 78a59f2d0aab4f5143ed0dd8767c67dc17b6015a | [] | no_license | DSY-Matthis/Master1 | 5721734a9e600550df5fe4c43e9588cea35ee663 | 237f050335af7c6139c97976f99c2c2e400b272b | refs/heads/master | 2023-01-01T00:39:05.031561 | 2020-10-21T13:32:13 | 2020-10-21T13:32:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,851 | c | // jeuStarWars.c
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <curses.h>
#include <unistd.h>
#include <pthread.h>
#include <semaphore.h>
// semaphores
pthread_mutex_t mutex =PTHREAD_MUTEX_INITIALIZER;
int xJedi=0,yJedi=0;
int xRobot=0, yRobot=0;
int nbJediScore = 0;
void robot(){
srand(time(N... | [
"samuel-leb@hotmail.fr"
] | samuel-leb@hotmail.fr |
c7eb4382b97a164a5b3243a309f2fc5948deaf50 | c0bcb6c5497a33deee319d9a5850052962d63498 | /Library/libcurl/libcurl/pingpong.c | f07307674f4876b43451e9ffbc56db6d2447726e | [] | no_license | xhyangxianjun/Corpse | aeaac56e3150856711207fefe66d2a545c1cc857 | 5896c8f73a455ba64e0b61e07a6e9919637a3b56 | refs/heads/master | 2023-05-02T20:11:22.212864 | 2020-03-07T12:39:30 | 2020-03-07T12:40:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,798 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"Uniquers@853a975a-7e59-4707-9df1-4264b926ceb7"
] | Uniquers@853a975a-7e59-4707-9df1-4264b926ceb7 |
19a19b6a785424d03bbfb434863fd20e8116733a | 40de3da30239862f11a946166b50438174c2fd4e | /lib/wizards/rehti/dormund/monsut/cleric.c | e73edc3f59c95b3ab8de9f3861b7c0c0e3f24fb1 | [
"MIT"
] | permissive | vlehtola/questmud | f53b7205351f30e846110300d60b639d52d113f8 | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | refs/heads/master | 2020-12-23T19:59:44.886028 | 2020-01-30T15:52:16 | 2020-01-30T15:52:16 | 237,240,459 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 457 | c | inherit "obj/monster";
reset(arg) {
::reset(arg);
if(arg) { return; }
set_name ("cleric");
set_level (50);
set_str(query_str()*2);
set_al(20);
set_gender(2);
set_alias("cleric");
set_race("human");
set_short("Cleric is healing wounded knights here.");
set_long(... | [
"ville.lehtola@iki.fi"
] | ville.lehtola@iki.fi |
dd0174e68168d721603e268721fb2d402ad8372d | b00c54389a95d81a22e361fa9f8bdf5a2edc93e3 | /vendor/intel/hardware/libdrm/libdrm/radeon/radeon_cs_space.c | 4c1ef93edbfadf731fa23b10c40c38ee76332aa1 | [] | no_license | mirek190/x86-android-5.0 | 9d1756fa7ff2f423887aa22694bd737eb634ef23 | eb1029956682072bb7404192a80214189f0dc73b | refs/heads/master | 2020-05-27T01:09:51.830208 | 2015-10-07T22:47:36 | 2015-10-07T22:47:36 | 41,942,802 | 15 | 20 | null | 2020-03-09T00:21:03 | 2015-09-05T00:11:19 | null | UTF-8 | C | false | false | 6,719 | c | /*
* Copyright © 2009 Red Hat Inc.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, cop... | [
"mirek190@gmail.com"
] | mirek190@gmail.com |
4284a06214fe1af6ee4a2ed42a923fa1c1b5e22b | 076f46b81f0314fb3f9761c3b7ed7a850666eaad | /Qconfig.h | f73b0da5ca1e89e540dc29cdc458658e8b5cabd5 | [] | no_license | barzilaydn/VoCopter | 6f76fa296e58343a79ab5dcdafb52c3876b88ebc | 9fbd1647844784ed32012886512be6c8dcdee199 | refs/heads/master | 2016-09-10T14:23:57.676635 | 2015-05-18T15:48:21 | 2015-05-18T15:48:21 | 22,345,777 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,020 | h | #ifndef QCONFIG
#define QCONFIG
/*-----------------
Serial Port
-----------------*/
#define SERIAL_PORT Serial3
#define DEBUG_SERIAL_PORT Serial
#define RX_PIN 7
/*-------------------------
Quad Configuration
-------------------------*/
#define SLEEP_BAT 10 // in Percent
#define X_CONFIG
//#define P... | [
"barzilaydn@gmail.com"
] | barzilaydn@gmail.com |
efabead68e4896f59f11b516dceec9321e231926 | 7d71fa3604d4b0538f19ed284bc5c7d8b52515d2 | /Clients/Powerhouse/Autorun/AutoRun (farmer+)/Autorun.h | 4ca5c8bded8da295d59978b592069679d10f5403 | [] | no_license | lineCode/ArchiveGit | 18e5ddca06330018e4be8ab28c252af3220efdad | f9cf965cb7946faa91b64e95fbcf8ad47f438e8b | refs/heads/master | 2020-12-02T09:59:37.220257 | 2016-01-20T23:55:26 | 2016-01-20T23:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 334 | h | #define ID_CMDLINE 1
#define ID_ININAME 2
#define ID_SECTION 3
#define IDM_EXIT 101
#define IDM_CONTINUE 102
#define IDM_INSTALL 103
#define IDM_DEMO 104
BOOL InitApplication(HANDLE);
BOOL InitInstance(HANDLE, int);
LRESULT CALLBACK WndProc(HWND, UINT, WPAR... | [
"jim@facetofacesoftware.com"
] | jim@facetofacesoftware.com |
5defc7496f5abfaa73e90a958b5e63b2234ef20e | 5db58043bc73560598670efe06d7207056d18874 | /libarchive/archive_read_disk_acl_linux.c | 23146dba74a600189324375b02ad76ce2f2859f4 | [
"BSD-3-Clause",
"LicenseRef-scancode-bsd-unchanged",
"LicenseRef-scancode-public-domain"
] | permissive | LucidFusionLabs/libarchive | 5f06fcc3ffabb46febeac5dcaa27061121658f15 | 6b6114c3088c222a3926a3247f182f4f6428f661 | refs/heads/master | 2021-01-22T18:33:43.160275 | 2017-03-15T15:56:22 | 2017-03-15T15:56:22 | 85,034,829 | 0 | 0 | null | 2017-03-15T05:58:50 | 2017-03-15T05:58:50 | null | UTF-8 | C | false | false | 6,301 | c | /*-
* Copyright (c) 2003-2009 Tim Kientzle
* Copyright (c) 2010-2012 Michihiro NAKAJIMA
* Copyright (c) 2016-2017 Martin Matuska
* 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. Red... | [
"martin@matuska.org"
] | martin@matuska.org |
5624aa81aeae7a173b076606f14fe08c3d9dc4b3 | e65a4dbfbfb0e54e59787ba7741efee12f7687f3 | /net/dgd/files/patch-src-kfun-std.c | 185581b367166c06e59dc51d45d4eb697ad47318 | [
"BSD-2-Clause"
] | permissive | freebsd/freebsd-ports | 86f2e89d43913412c4f6b2be3e255bc0945eac12 | 605a2983f245ac63f5420e023e7dce56898ad801 | refs/heads/main | 2023-08-30T21:46:28.720924 | 2023-08-30T19:33:44 | 2023-08-30T19:33:44 | 1,803,961 | 916 | 918 | NOASSERTION | 2023-09-08T04:06:26 | 2011-05-26T11:15:35 | null | UTF-8 | C | false | false | 361 | c | --- src/kfun/std.c.orig 2011-07-30 00:30:37.000000000 -0700
+++ src/kfun/std.c 2011-07-30 00:30:49.000000000 -0700
@@ -1291,10 +1291,6 @@
error("open_port() in special purpose object");
}
- if (obj->flags & O_DRIVER) {
- error("open_port() in driver object");
- }
-
if (f->level != 0) {
error("open... | [
"glewis@FreeBSD.org"
] | glewis@FreeBSD.org |
116e53d2009ee02257f019d2179b57c1ad8d1899 | bd473c9801a4fb957903aadcbac81150e0488e8b | /src/report.h | 7d85f79a01ab1bc0581b98d0df66571fea857c2e | [] | no_license | etern/lemon | 8876ef5f7f03702c416e9424018ce620c18abb20 | 11b0a19cf782b00b7188eb5711e90585d613ed9e | refs/heads/master | 2021-01-12T08:22:20.813097 | 2017-09-19T02:02:49 | 2017-09-19T02:02:49 | 76,556,207 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | h | #ifndef _REPORT_H_
#define _REPORT_H_
void Reprint(struct lemon *);
void ReportOutput(struct lemon *);
void ReportTable(struct lemon *, int);
void ReportHeader(struct lemon *);
void CompressTables(struct lemon *);
void ResortStates(struct lemon *);
#endif // _REPORT_H_
| [
"jingxiaobing@gmail.com"
] | jingxiaobing@gmail.com |
e1083c0c9fd1bbb273d5ba8cf9b96b7888231bef | 1c4d3b5a11137f750f07851a772c490a22b2cb0c | /src/core/sdl2/gfmTimer.c | bad76c819a0fa98289d461e8d16cc408348d247d | [
"Zlib"
] | permissive | SirGFM/GFraMe | 08d58b1b3cea4502c7166fa27f4b93170000969a | 4cc02182be905189a9aa04467d5bbf8640184cd3 | refs/heads/master | 2021-01-23T11:23:08.843630 | 2017-03-26T23:25:57 | 2017-03-26T23:25:57 | 22,835,205 | 13 | 4 | null | null | null | null | UTF-8 | C | false | false | 2,830 | c | /**
* @file src/core/sdl2/gframe_timer.c
*
* Timer module. Should signal whenever a new frame is to be issued.
* This is a SDL2 implementation.
*/
#include <GFraMe/gfmAssert.h>
#include <GFraMe/core/gfmTimer_bkend.h>
#include <SDL2/SDL_timer.h>
#include <stdlib.h>
#include <string.h>
struct stGFMTimer {
un... | [
"gfmandaji@hotmail.com"
] | gfmandaji@hotmail.com |
2720a601bc638563463f552dafd5e911456ed1d8 | 6801e9eaf3eb82abafe06dc868b34edd30ccdabe | /ContractQuery/Pods/Headers/Private/XYQuick/UIActionSheet+XY.h | 1f7a1a2c199b97dfbcf991c9ece28339832c8b59 | [] | no_license | celljay86714/ContractQuery | 2227a826357a0a7731c5a6ddb6822f338b443818 | 0bd251844caac005a76be9a6163ab1d79174959b | refs/heads/master | 2020-03-17T20:14:10.127236 | 2018-05-24T08:50:11 | 2018-05-24T08:50:11 | 133,899,650 | 0 | 1 | null | 2018-05-24T07:28:47 | 2018-05-18T03:45:06 | Objective-C | UTF-8 | C | false | false | 60 | h | ../../../XYQuick/Pod/Classes/ui/extension/UIActionSheet+XY.h | [
"zejie.wu@bqjr.cn"
] | zejie.wu@bqjr.cn |
453e866a84c4fc883d6ff587d60c857ae49e5c49 | 9ad4f70d43005d457dd441be91fa33820a27a266 | /src/extract_data.h | ad5febb0bd512be147febac199f1a7aa00e17003 | [] | no_license | NunoSempere/calibration | 237cd0f0779ce8bcefd893c5aa574a83457b0192 | 9d3a19b51c68790d6842a296f6410210f8696628 | refs/heads/master | 2020-03-24T12:17:22.802600 | 2018-10-24T18:08:14 | 2018-10-24T18:08:14 | 142,710,010 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 251 | h | #ifndef _EXTRACT_DATA_H_
#define _EXTRACT_DATA_H_
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "constants.h"
#include "datatypes.h"
prediction *parse_prediction(char *str);
table_predictions * parse_data(FILE *f);
#endif
| [
"noreply@github.com"
] | NunoSempere.noreply@github.com |
73bd89713514bef28b0e170e9d6ef0f3a5f56018 | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /clone/book/bt_book1.c | 64f50496bda029f5d7fdb8a8c2c35927ca738e1a | [] | no_license | MudRen/xkx100 | f2e314a542e459502e28f311cd9f20ee7f7c6f43 | dfca57e056460d7c0532a6e19a5e4add94a5588d | refs/heads/main | 2022-03-05T00:08:01.398338 | 2022-01-25T09:00:27 | 2022-01-25T09:00:27 | 313,971,845 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 673 | c | // bt_book1.c 药理经
// Last Modified by Winder on May. 15 2001
inherit ITEM;
void create()
{
set_name("药理经", ({ "yaoli jing", "jing", "yaoli" }));
set_weight(1000);
if( clonep() )
set_default_object(__FILE__);
else {
set("unit", "本");
set("long", "这是一本讲述药理的书。\n");
set("value", 500);
set("material", "paper... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
d8fbc174aa12959c3993a5c7df409e541b1bc5a7 | e3a1bfda971a3b4fdd141db44957bdf9e6bee855 | /fatal.c | 83f8d4f3144fc01b510a378271a9e7ba1ba9f89d | [] | no_license | wuqingjun/steamtrain | 85a52ca786a9a683b21db714047dd53d2c4b4301 | 290239000b67c98d1900bcc916c24e94788507c1 | refs/heads/master | 2021-01-15T09:29:44.121638 | 2015-12-08T09:41:02 | 2015-12-08T09:41:02 | 46,906,553 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 213 | c | /*
* Print message to stderr and exit
*/
#include "CSCIx229.h"
void Fatal(const char* format , ...)
{
va_list args;
va_start(args,format);
vfprintf(stderr,format,args);
va_end(args);
exit(1);
}
| [
"wadewu@wades-MacBook-Pro.local"
] | wadewu@wades-MacBook-Pro.local |
4b7ee25e8fc52e15edee55d8d046754517f3eacb | e7772ac9daa141269ec74b62e224294715cace61 | /sem_binary_ops.c | 61e0a63e9fd75f1fdfccaab67dea8e6e6d47f622 | [
"MIT"
] | permissive | alexin/hector | 4c697821248fe1a0bb70aa9aae5c9a77444dea01 | 0018b243d64e228d03f3a663fd283c0e8ae7422e | refs/heads/master | 2021-01-18T20:00:10.102024 | 2016-08-18T14:12:18 | 2016-08-18T14:12:18 | 55,704,058 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,993 | c | #include "semantics.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "hectorc.h"
#define BINARY_CONFLICT(L,C,O,LHS,RHS) printf(\
"Line %d, column %d: Operator %s cannot be applied to types %s and %s\n",\
(L), (C), (O), sem_type_to_str(LHS), sem_type_to_str(RHS));
#define CANT_ASSIGN(L,C,LH... | [
"mail.alexandre.vieira@gmail.com"
] | mail.alexandre.vieira@gmail.com |
c10ab80aaca672c58320680de8046ee3da3ebe3f | 639dcc48a4339f41f49f6d9743c848b8ade0cc57 | /digg/main.h | 6a0de6ef1b3f14a339fb662589fdd4f8f6ce0721 | [] | no_license | AliRezaeeProjects/micro | 852b80a721c79da6c50f2818b0ef191a1e8705b9 | 2b99bdd3c374f4095865cba834b44fd4043aabf9 | refs/heads/master | 2022-09-25T09:30:56.023657 | 2017-06-04T03:02:05 | 2017-06-04T03:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | h |
void display_digit(uint8_t digit, uint8_t value);
uint8_t segments(uint8_t x);
#define SEG_DCC PB7
#define SEG_DCC_PORT PORTB
#define SEG_CC1 PB1
#define SEG_CC1_PORT PORTB
#define SEG_CC2 PD0
#define SEG_CC2_PORT PORTD
#define SEG_CC3 PD4
#define SEG_CC3_PORT PORTD
#define SEG_A PB5
#define SEG_B PB4
#define SEG_C ... | [
"zootboysean@gmail.com"
] | zootboysean@gmail.com |
4ce865ade8caa0d95ca5105ec8b2fcc388952e26 | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/tools/perf/tests/tests.h | 2862b80bc288c0602a612cb5df70e4a3494acc08 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 4,641 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef TESTS_H
#define TESTS_H
#include <stdbool.h>
#define TEST_ASSERT_VAL(text, cond) \
do { \
if (!(cond)) { \
pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \
return -1; \
} \
} while (0)
#define TEST_ASSERT_EQUAL(text, va... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
b94077b3d1b72292f606d44f07d45eeb77d6e8cf | c6a8758ffe5182616807b5b28be82c80dfe9ed87 | /Homeworks/05.C-Conditional-Statements-HW/01.Exchange-If-Greater.c | fe408942adc2be2de3ad93b6ebaf0798916efb83 | [
"MIT"
] | permissive | Packo0/CProgrammingSoftUni | 7abdc8262a957ee794a3ff9a6ebb44aa96147a2c | da14e2c2f153f24c85a691ece7562276fc03c21a | refs/heads/master | 2021-01-10T16:02:32.850076 | 2015-11-13T21:46:58 | 2015-11-13T21:46:58 | 44,766,649 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 731 | c | /*
* Write an if-statement that takes two variables a and b and exchanges
* their values if the first one is greater than the second one.
* As a result print the values a and b, separated by a space. Examples:
a b result
5 2 2.0 5.0
3 4 3.0 4.0
5.5 4.5 4.5 5.5
*/
#includ... | [
"pdimitrov1389@gmail.com"
] | pdimitrov1389@gmail.com |
7a61cdba38dd74297f07f7d41ffa24b1a59658eb | 48a714c8b03c04e0e66242c76133d4d2dc0cfe5e | /firmware_applications/Monarch_MoveME/Drivers/Utils/STM32/inc/SDK_UTILS_Timers_Config_stm32l0xx.h | af725710e835fe5ad05528acff261bb665342e45 | [
"Apache-2.0"
] | permissive | hasenkamp/ht32sx | fc60d8fd9a4ecabcce17f307c16cb96e01fc7118 | f2dcfd83146ab7ec7e4b6c5dddd88a66469dec6d | refs/heads/master | 2020-12-04T04:24:34.366853 | 2020-01-02T19:11:54 | 2020-01-02T19:11:54 | 231,610,352 | 0 | 0 | Apache-2.0 | 2020-01-03T15:02:05 | 2020-01-03T15:02:04 | null | UTF-8 | C | false | false | 5,065 | h | /**
* @file SDK_EVAL_Timers.c
* @author AMG - RF Application team
* @version 3.2.1
* @date 26-September-2016
* @brief SDK EVAL timers configuration.
* @details
*
* This module allows the user to easily configure the STM32L timers.
* The functions that are provided are limited to the generation of an
* IRQ ever... | [
"rafaeldefigueredoviana@outlook.com"
] | rafaeldefigueredoviana@outlook.com |
5b465f843e8e5681d914a52b325722aea86a4f15 | ed425c9e3b532e0d67e683040011d5543561cdce | /SqList/SqList.h | be49deae2b67d5728b9d64557e9d5d8b3ba5cb11 | [] | no_license | yanyun888/DataStructure | c0b1359494e784f5c28c283c57003c8ff0f8f6c2 | bb01ca4cf1e1a50e0335b61145013f5883b382d5 | refs/heads/master | 2020-04-26T03:45:18.607490 | 2019-03-03T14:07:41 | 2019-03-03T14:07:41 | 173,277,706 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 544 | h | #ifndef __SQLIST_H__
#define __SQLIST_H__
#define MaxSize 100
typedef int ElemType;
typedef struct
{
ElemType data[MaxSize];
int length;
} SqList;
void CreateList(SqList *&L,ElemType a[],int n);
void InitList(SqList *&L);
bool ListEmpty(SqList *L);
int ListLength(SqList *L);
void DisplayList(SqList *L);
void Di... | [
"yanyunabc@126.com"
] | yanyunabc@126.com |
20997dfd7a63edb08a26ccfd7579b8480d3be5ed | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/arch/s390/kernel/extr_perf_cpum_cf.c_hw_perf_event_destroy.c | 55f66534cc382b9b3f194b9b3c8c1ad84c3819d4 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,072 | 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 |
deaeef75d45b9569ce47344b0701ea9fba220d9f | 6b8b91a76d7d535861835637879c401fd989638e | /TIMER_SWC/TIM0_prog.c | 3c49189640dcb61a00c9ccb03881df27691a756a | [] | no_license | abwerby/Atmga32_Drivers | b308f931aa945bfb81100c8387f896ff6a2032e8 | 3ab4c24dc625858788f8fce54e74ace362c75f39 | refs/heads/master | 2021-04-23T05:40:23.184828 | 2020-03-25T06:28:57 | 2020-03-25T06:28:57 | 249,903,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,718 | c | /*
* TIM0_prog.c
*
* Created on: Nov 10, 2018
* Author: werby
*/
#include "avr/interrupt.h"
#include "avr/io.h"
#include "LIB/STD_TYPES.h"
#include "TIM0_int.h"
#include "LIB/BIT_MATH.h"
void (*CTC_t0_func)();
void (*OVF_t0_func)();
void (*CTC_t1_func)();
void (*OVF_t1_func)();
void TIM0_CTC_VidInit(u8 pr... | [
"noreply@github.com"
] | abwerby.noreply@github.com |
53545b433b5f39d97781480d990232dedc14f986 | fa8cb47774d80b2cf62a6d0124daf94aa8b3fb5e | /libft/ft_bzero.c | 9529a662336585fd2af19a586f5b6bca1ebe6b5b | [] | no_license | Harthann/Scop | 9298da99f3df45a334f48abbd0e382111cf06d9d | 54af4f697929d9f9a387d9f4530eee6a6044d5d0 | refs/heads/master | 2023-07-03T08:57:53.212244 | 2021-08-10T08:41:57 | 2021-08-10T08:41:57 | 340,736,967 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,020 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: ... | [
"nca.eyraud@gmail.com"
] | nca.eyraud@gmail.com |
aa53c4bbe6f32908db67db3b6e36f3e4fbbb4cea | f53891174b71e3b52497b3ab56b30ca7056ef1b7 | /src/elle/reactor/modules/cpp-netlib/uri/src/boost/predef/compiler.h | 61a4c527ab37a69739634c7aec157c9cdefd5cd2 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | infinit/elle | 050e0a3825a585add8899cf8dd8e25b0531c67ce | 1a8f3df18500a9854a514cbaf9824784293ca17a | refs/heads/master | 2023-09-04T01:15:06.820585 | 2022-09-17T08:43:45 | 2022-09-17T08:43:45 | 51,672,792 | 533 | 51 | Apache-2.0 | 2023-05-22T21:35:50 | 2016-02-14T00:38:23 | C++ | UTF-8 | C | false | false | 1,568 | h | /*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#if !defined(BOOST_PREDEF_COMPILER_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_P... | [
"glyn.matthews@gmail.com"
] | glyn.matthews@gmail.com |
969753a38b4add9a29cd36be2a4c0aef7e58396a | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/sam/components/display/ili93xx/module_config/conf_ili93xx.h | 3af1ef662129a7be1445e5b81191bb2c1e8731c3 | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,326 | h | /**
* \file
*
* \brief ILI93XX configuration.
*
* Copyright (c) 2011-2013 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
eb0086fc912fb6ffc66bce24bca1798d83000832 | 499a1982decadc56074bb50cba373a0e0c605917 | /ticker2.c | 264ec7d05d9db79b517d7f406f1fba805a56bdda | [] | no_license | remidebord/STM32F2 | e5c2fed72cb12f2a1bb1f4c5f4a8e29a99b5585e | 2aa307ba7ac896a606763308d3e6c2a7c6d7cb06 | refs/heads/master | 2021-01-19T06:58:27.604095 | 2015-07-27T11:38:55 | 2015-07-27T11:38:55 | 29,246,108 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 302 | c | #include "main.h"
Ticker tick1(TIM14);
DigitalOut led1(PC8);
Ticker tick2(TIM13);
DigitalOut led2(PC9);
void blink1(void)
{
led1 = !led1;
}
void blink2(void)
{
led2 = !led1;
}
int main(void)
{
Systick_Init();
tick1.attach(&blink1, 100);
tick2.attach(&blink2, 100);
while(1)
{
}
} | [
"remidebord@hotmail.fr"
] | remidebord@hotmail.fr |
ff12c7061f7805bf6f1f9406f553189cfc3f5977 | 1df80c1133ad68b4165334aca86bcc4c09974a3d | /Dependencies/libft/ftio/ftprintf/include/recognizer.h | 62d6eef0631f311ae2fcce2308cb0796c11e010e | [] | no_license | YehorDzhurynskyi/RayTracer-Unit- | 555cc67ec2728692f16121c98c624230cbc5ee7b | 977036deb41ba7262e2dafac0a486cb1a6a117d8 | refs/heads/master | 2020-03-17T18:59:17.975662 | 2018-08-18T11:53:46 | 2018-08-18T11:53:46 | 133,841,726 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,138 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* recognizer.h :+: :+: :+: ... | [
"ydzhuryn@e1r9p3.unit.ua"
] | ydzhuryn@e1r9p3.unit.ua |
d17e968947d5f94feae025f13d40e391d71373cc | f732367a11de08131c2e5088ce46ff559f3f2d15 | /Lab 3/src/main.c | ef4655aa2058a4067adf6d94a8273202569b59fc | [] | no_license | Skyfly2/CSE-109 | 9e4bb62161d88847a8fc46a6d26405ff9e017ac6 | fb0ea7e3319240ebf78ddf3a571f8308bd95c9d2 | refs/heads/master | 2022-09-11T17:12:35.566634 | 2020-05-26T02:46:00 | 2020-05-26T02:46:00 | 236,080,521 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 151 | c | #include <stdio.h>
#include "functions.h"
int main(){
print_hello();
printf("The factorial of 5 is %d\n", factorial(5));
return 0;
}
| [
"ashhamrick@comcast.net"
] | ashhamrick@comcast.net |
1813d0a5addf548e8edbe54c7b4ece666e1c4768 | 3399c70e75cb6eeaea62fc853427ac09c890d820 | /Temp/il2cppOutput/il2cppOutput/System_CodeGen.c | c376514aba429633321370f81a4b5ba4bfe67aac | [] | no_license | ifelsejet/pictonARy | 161bfc1c7574c0a6b8cd70d2b09fd262d3262ac8 | ef4a7f93e7c5a3f04cf63bab5f9659f35daf10c4 | refs/heads/master | 2023-04-07T21:24:43.934458 | 2021-03-28T04:50:21 | 2021-03-28T04:50:21 | 352,157,144 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173,335 | c | #include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.String SR::GetString(System.String,System.Object[])
extern void SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (void);
// 0x00000002 System.String ... | [
"p.sousa612@gmail.com"
] | p.sousa612@gmail.com |
c55beace48faf81709ebdc1878b40314a26f9c2d | ffa02d18f27892ea8ef9e43009c2b0faf221ca8a | /1erParcialLaboratorio1/servicio.h | c77b43f2403f4224205589c72ab49f83a90302ef | [] | no_license | MatiasPrutscher/Prutscher.Matias.PPLABI | 379aa5787c252b4d9127a6304b427a0c2d2d1905 | daff6614a84177d030209171e564eba385c02f46 | refs/heads/main | 2023-04-26T11:11:43.579959 | 2021-05-19T14:51:44 | 2021-05-19T14:51:44 | 368,905,129 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 378 | h | #include "funciones.h"
#ifndef SERVICIO_H_INCLUDED
#define SERVICIO_H_INCLUDED
typedef struct{
int id;
char descripcion[20];
float precio;
}eServicio;
#endif // SERVICIO_H_INCLUDED
void mostrarServicios(eServicio sevicios[], int tam);
void mostrarServicio(eServicio servicio);
int cargarDescripcionServi... | [
"matiasprutscher@gmail.com"
] | matiasprutscher@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.