hexsha
stringlengths
40
40
size
int64
5
2.72M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
976
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:01:43
2022-03-31 23:59:48
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 00:06:24
2022-03-31 23:59:53
max_issues_repo_path
stringlengths
3
976
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
976
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:19
2022-03-31 23:59:49
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 12:00:57
2022-03-31 23:59:49
content
stringlengths
5
2.72M
avg_line_length
float64
1.38
573k
max_line_length
int64
2
1.01M
alphanum_fraction
float64
0
1
ff90261eaca3452d005761356afeae69764f8b94
382
h
C
inc/networking.h
n7jti/azure-sphere-iot-bubble-machine
b81e8786a22a4002db3cb8d095337abca8c08012
[ "MIT" ]
1
2020-10-20T16:38:34.000Z
2020-10-20T16:38:34.000Z
inc/networking.h
n7jti/azure-sphere-iot-bubble-machine
b81e8786a22a4002db3cb8d095337abca8c08012
[ "MIT" ]
null
null
null
inc/networking.h
n7jti/azure-sphere-iot-bubble-machine
b81e8786a22a4002db3cb8d095337abca8c08012
[ "MIT" ]
null
null
null
/* Copyright (c) Alan Ludwig Portions are based on the Azure Sphere IoT Sample which is (c) Microsoft Corp Licensed under the MIT License. */ #pragma once // Azure IoT SDK #include <iothub_client_core_common.h> #include <iothub_device_client_ll.h> #include <iothub_client_options.h> #include <iothubtransportmqtt...
29.384615
80
0.774869
ff92579603dc680763ad8833880f33ac99fa40d6
1,152
h
C
source/sfbgui.h
FollowerOfBigboss/sfb_reader
491b39fedaf92d764545627acf6d2d0ffc79253c
[ "Unlicense" ]
null
null
null
source/sfbgui.h
FollowerOfBigboss/sfb_reader
491b39fedaf92d764545627acf6d2d0ffc79253c
[ "Unlicense" ]
null
null
null
source/sfbgui.h
FollowerOfBigboss/sfb_reader
491b39fedaf92d764545627acf6d2d0ffc79253c
[ "Unlicense" ]
null
null
null
#ifndef SFBGUI_H #define SFBGUI_H #include <iostream> #include <QWidget> #include <QApplication> #include <QString> #include <QMainWindow> #include <QVBoxLayout> #include <QHBoxLayout> #include <QPushButton> #include <QLabel> #include <QLineEdit> #include <QMenu> #include <QMenuBar> #include <QMessageBox> #include ...
17.19403
57
0.706597
94e147375c273576af3a845c774c509803d46e02
253
h
C
Demo_PhotoAlbum/CV + headerView/XXCustomCVVC.h
33cun/UICollectionViewFlowLayout
db6a7cc6d8a0632a1811bc4127ce67811b4fdcfd
[ "MIT" ]
null
null
null
Demo_PhotoAlbum/CV + headerView/XXCustomCVVC.h
33cun/UICollectionViewFlowLayout
db6a7cc6d8a0632a1811bc4127ce67811b4fdcfd
[ "MIT" ]
null
null
null
Demo_PhotoAlbum/CV + headerView/XXCustomCVVC.h
33cun/UICollectionViewFlowLayout
db6a7cc6d8a0632a1811bc4127ce67811b4fdcfd
[ "MIT" ]
null
null
null
// // XXCustomCVVC.h // Demo_PhotoAlbum // // Created by 肖鑫 on 2020/7/15. // Copyright © 2020 Eleven. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface XXCustomCVVC : UIViewController @end NS_ASSUME_NONNULL_END
14.055556
49
0.731225
94e28c2aac7a898fbbe36b0513894a53f6819a72
339
h
C
firmware/gpio_led_driver.h
Yugontech/SenStick
9ebd86a342a2c66c2759ba030dbd84c82bab5f2e
[ "MIT" ]
28
2016-08-05T02:11:14.000Z
2021-03-01T05:15:39.000Z
firmware/gpio_led_driver.h
Yugontech/SenStick
9ebd86a342a2c66c2759ba030dbd84c82bab5f2e
[ "MIT" ]
28
2016-08-05T03:02:09.000Z
2017-10-18T00:04:01.000Z
firmware/gpio_led_driver.h
Yugontech/SenStick
9ebd86a342a2c66c2759ba030dbd84c82bab5f2e
[ "MIT" ]
5
2016-08-05T17:59:33.000Z
2019-06-16T07:41:22.000Z
#ifndef gpio_led_driver_h #define gpio_led_driver_h #include <ble.h> #include "senstick_types.h" #include "gpio_button_monitoring.h" void initLEDDriver(void); // observer void ledDriver_observeControlCommand(senstick_control_command_t command); void ledDriver_observeButtonStatus(ButtonStatus_t status); #endif /* gp...
22.6
73
0.828909
94e70404adc95b269c46651fad51ef0f8be2eec3
2,231
h
C
Code/Common/itkBloxPixel.h
kiranhs/ITKv4FEM-Kiran
0e4ab3b61b5fc4c736f04a73dd19e41390f20152
[ "BSD-3-Clause" ]
1
2018-04-15T13:32:43.000Z
2018-04-15T13:32:43.000Z
Code/Common/itkBloxPixel.h
kiranhs/ITKv4FEM-Kiran
0e4ab3b61b5fc4c736f04a73dd19e41390f20152
[ "BSD-3-Clause" ]
null
null
null
Code/Common/itkBloxPixel.h
kiranhs/ITKv4FEM-Kiran
0e4ab3b61b5fc4c736f04a73dd19e41390f20152
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: itkBloxPixel.h Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Insight Software Consortium. All rights reserved. See ITKCopyright.txt or http...
28.240506
79
0.667862
94e7c2304ef759f3adaff64322f7192beb0329bc
1,503
c
C
datastructures/stack/stack.c
ODyckhoff/C-Util
6ad514f778f70f3c6f6c86d2526a6be86252356e
[ "MIT" ]
null
null
null
datastructures/stack/stack.c
ODyckhoff/C-Util
6ad514f778f70f3c6f6c86d2526a6be86252356e
[ "MIT" ]
null
null
null
datastructures/stack/stack.c
ODyckhoff/C-Util
6ad514f778f70f3c6f6c86d2526a6be86252356e
[ "MIT" ]
null
null
null
/* stack.c */ /* BEGIN STACK * =========== * Stacks are a first in, last out (FILO) datastructure, * so you must ensure that items only get added to and * removed from the end of the stack. These functions * are called "unshift" and "shift". * * Also provided are "isEmpty" and "isFull" functions, which ...
22.102941
65
0.582834
94e970709ac0cea200d381fb9f59f02f34e69ec2
947
c
C
components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c
iPlon-org/esp-idf
a5227db2a75102ca1a17860188c3c352a529a01b
[ "Apache-2.0" ]
8,747
2016-08-18T14:58:24.000Z
2022-03-31T20:58:55.000Z
components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c
iPlon-org/esp-idf
a5227db2a75102ca1a17860188c3c352a529a01b
[ "Apache-2.0" ]
8,603
2016-08-20T08:55:56.000Z
2022-03-31T23:04:01.000Z
components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c
iPlon-org/esp-idf
a5227db2a75102ca1a17860188c3c352a529a01b
[ "Apache-2.0" ]
6,380
2016-08-18T18:17:00.000Z
2022-03-31T22:25:57.000Z
// Copyright 2020 Espressif Systems (Shanghai) PTE 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 applic...
33.821429
77
0.756072
94ea39677a73fa786fd80215a714145a0f9e2013
5,623
h
C
src/node_snap7_client.h
Qbitz/node-snap7-micro-client
d049aea43cb6239753e1ea0ed942854d0eadfd6f
[ "MIT" ]
133
2015-02-19T04:49:23.000Z
2022-02-23T22:15:53.000Z
src/node_snap7_client.h
Qbitz/node-snap7-micro-client
d049aea43cb6239753e1ea0ed942854d0eadfd6f
[ "MIT" ]
76
2015-02-21T09:41:56.000Z
2022-03-03T11:59:15.000Z
src/node_snap7_client.h
Qbitz/node-snap7-micro-client
d049aea43cb6239753e1ea0ed942854d0eadfd6f
[ "MIT" ]
51
2015-03-02T21:48:09.000Z
2022-03-17T12:10:36.000Z
/* * Copyright (c) 2019, Mathias Küsel * MIT License <https://github.com/mathiask88/node-snap7/blob/master/LICENSE> */ #ifndef SRC_NODE_SNAP7_CLIENT_H_ #define SRC_NODE_SNAP7_CLIENT_H_ #include <snap7.h> #include <node.h> #include <nan.h> namespace node_snap7 { enum DataIOFunction { READAREA = 1, WRITEAREA, READ...
34.496933
80
0.741597
94edd40378b69474e207199ac3919732bf520142
270
c
C
tests/picoc/26_character_constants.c
dibyendumajumdar/dmr_c
649df517c9169931d5423d1c77010ea0d2d4768e
[ "MIT" ]
51
2017-03-26T21:16:18.000Z
2022-03-10T03:15:36.000Z
tests/picoc/26_character_constants.c
dibyendumajumdar/dmr_c
649df517c9169931d5423d1c77010ea0d2d4768e
[ "MIT" ]
33
2017-01-20T01:02:38.000Z
2018-07-09T07:21:37.000Z
tests/picoc/26_character_constants.c
dibyendumajumdar/dmr_c
649df517c9169931d5423d1c77010ea0d2d4768e
[ "MIT" ]
2
2017-11-05T20:08:51.000Z
2019-07-07T14:36:51.000Z
extern int printf(const char *fmt, ...); int main(void) { printf("%d\n", '\1'); printf("%d\n", '\10'); printf("%d\n", '\100'); printf("%d\n", '\x01'); printf("%d\n", '\x0e'); printf("%d\n", '\x10'); printf("%d\n", '\x40'); printf("test \x407\n"); return 0; }
16.875
40
0.496296
94ee86c5ba11c7a9af1c111769fdd89ace8a7a4c
672
h
C
Main/StackWalker/GraphCreator.h
Shiv98/StackWalker
e29222e57820cac6cfe4f1a5da3c2cb2bc7d4d42
[ "BSD-2-Clause" ]
null
null
null
Main/StackWalker/GraphCreator.h
Shiv98/StackWalker
e29222e57820cac6cfe4f1a5da3c2cb2bc7d4d42
[ "BSD-2-Clause" ]
null
null
null
Main/StackWalker/GraphCreator.h
Shiv98/StackWalker
e29222e57820cac6cfe4f1a5da3c2cb2bc7d4d42
[ "BSD-2-Clause" ]
null
null
null
#pragma once #ifndef _GraphCreator_H_ #define _GraphCreator_H_ #include "CallTreeNode.h" #include <map> #include <string> #include <vector> std::shared_ptr<CallTreeNode> GetBranch(std::vector<std::string> callStack); //CallTreeNode* GetBranch(CallTreeNode* parent, std::vector<std::string> callStack); std::shared_ptr<...
37.333333
96
0.700893
94efac03338a61555ee140e04cdddf3ef4fa719c
233
h
C
bmf/shared/activities/BMFMapActivity.h
vCrespoP/BMF
e42ed1bc7f383af621f4bf9fd98a22f4acdea66d
[ "MIT" ]
null
null
null
bmf/shared/activities/BMFMapActivity.h
vCrespoP/BMF
e42ed1bc7f383af621f4bf9fd98a22f4acdea66d
[ "MIT" ]
null
null
null
bmf/shared/activities/BMFMapActivity.h
vCrespoP/BMF
e42ed1bc7f383af621f4bf9fd98a22f4acdea66d
[ "MIT" ]
null
null
null
// // BMFMapActivity.h // BMF // // Created by Jose Manuel Sánchez Peñarroja on 14/03/14. // Copyright (c) 2014 José Manuel Sánchez. All rights reserved. // #import "BMFActivity.h" @interface BMFMapActivity : BMFActivity @end
16.642857
64
0.703863
94f19392c9c4dcd0c2820a9986c617478451a54d
687
h
C
android-sercd/project/jni/unix.h
jyushion/android-serialport-api
a535d231af3109ec3d2682dbaf072c046123389e
[ "Apache-2.0" ]
null
null
null
android-sercd/project/jni/unix.h
jyushion/android-serialport-api
a535d231af3109ec3d2682dbaf072c046123389e
[ "Apache-2.0" ]
null
null
null
android-sercd/project/jni/unix.h
jyushion/android-serialport-api
a535d231af3109ec3d2682dbaf072c046123389e
[ "Apache-2.0" ]
1
2019-12-10T11:29:48.000Z
2019-12-10T11:29:48.000Z
/* * sercd UNIX support * Copyright 2008 Peter Åstrand <astrand@cendio.se> for Cendio AB * see file COPYING for license details */ #ifndef WIN32 #ifndef SERCD_UNIX_H #define SERCD_UNIX_H #include <syslog.h> #include <sys/ioctl.h> /* ioctl */ #include <netinet/in.h> /* htonl */ #include <netinet/i...
23.689655
77
0.673945
94f1ca5b4dbd7fed8913ecd7a79188f495c5cd16
1,746
h
C
repos/plywood/src/runtime/ply-runtime/thread/impl/Thread_POSIX.h
tiaanl/plywood
c3a77306cdeb590ebf2ff193ca8965a4bd7de3e7
[ "MIT" ]
742
2020-05-26T12:34:24.000Z
2022-03-14T07:22:36.000Z
repos/plywood/src/runtime/ply-runtime/thread/impl/Thread_POSIX.h
tiaanl/plywood
c3a77306cdeb590ebf2ff193ca8965a4bd7de3e7
[ "MIT" ]
18
2020-05-27T20:29:15.000Z
2022-01-17T00:19:45.000Z
repos/plywood/src/runtime/ply-runtime/thread/impl/Thread_POSIX.h
tiaanl/plywood
c3a77306cdeb590ebf2ff193ca8965a4bd7de3e7
[ "MIT" ]
51
2020-05-26T15:30:00.000Z
2021-12-15T01:02:25.000Z
/*------------------------------------ ///\ Plywood C++ Framework \\\/ https://plywood.arc80.com/ ------------------------------------*/ #pragma once #include <ply-runtime/Core.h> #include <pthread.h> #include <time.h> #include <string.h> namespace ply { #define PLY_THREAD_STARTCALL class Thread_POSIX { privat...
23.594595
93
0.595074
94f36d43949030d33939bd248fc63b94b1c9b212
4,679
c
C
src/hash.c
alexceder/libds
760316c1cf0ea261d3c2ebf7e59e43b68a483c62
[ "MIT", "Unlicense" ]
null
null
null
src/hash.c
alexceder/libds
760316c1cf0ea261d3c2ebf7e59e43b68a483c62
[ "MIT", "Unlicense" ]
null
null
null
src/hash.c
alexceder/libds
760316c1cf0ea261d3c2ebf7e59e43b68a483c62
[ "MIT", "Unlicense" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "hash.h" size_t _hash_func(char *key, size_t size) { unsigned int hash = 0; int c; while ((c = *key++)) { hash += 37 * hash + c; } return hash % size; } size_t _probe_hash_func(size_t current_key, size_t size) { return...
24.369792
113
0.569994
94f3ff89cf35e1062da49020ba24cea26da96c0c
705
h
C
Source/DlgSystemEditor/Private/Factories/DlgEventCustomFactory.h
derossm/DlgSystem
69d4539067fa4c5c8cc26cdb7cc019cf0576cd5a
[ "MIT" ]
200
2021-03-17T11:15:05.000Z
2022-03-31T23:45:09.000Z
Source/DlgSystemEditor/Private/Factories/DlgEventCustomFactory.h
derossm/DlgSystem
69d4539067fa4c5c8cc26cdb7cc019cf0576cd5a
[ "MIT" ]
1
2019-10-28T05:37:21.000Z
2019-10-28T08:19:12.000Z
Source/DlgSystemEditor/Private/Factories/DlgEventCustomFactory.h
derossm/DlgSystem
69d4539067fa4c5c8cc26cdb7cc019cf0576cd5a
[ "MIT" ]
38
2021-03-17T13:29:18.000Z
2022-03-04T19:32:52.000Z
// Copyright Csaba Molnar, Daniel Butum. All Rights Reserved. #pragma once #include "Factories/Factory.h" #include "DlgEventCustomFactory.generated.h" class UDlgEventCustom; UCLASS() class DLGSYSTEMEDITOR_API UDlgEventCustomFactory : public UFactory { GENERATED_BODY() public: UDlgEventCustomFactory(const FObject...
19.054054
69
0.77305
94fe9d260986b9fed9ac38d39dea895b275658ac
2,441
h
C
mugsy-seqan/projects/library/seqan/store/store_annotation.h
kloetzl/mugsy
8ccdf32858a7a5ab2f7b9b084d2190970feb97ec
[ "Artistic-2.0" ]
null
null
null
mugsy-seqan/projects/library/seqan/store/store_annotation.h
kloetzl/mugsy
8ccdf32858a7a5ab2f7b9b084d2190970feb97ec
[ "Artistic-2.0" ]
null
null
null
mugsy-seqan/projects/library/seqan/store/store_annotation.h
kloetzl/mugsy
8ccdf32858a7a5ab2f7b9b084d2190970feb97ec
[ "Artistic-2.0" ]
null
null
null
/*========================================================================== SeqAn - The Library for Sequence Analysis http://www.seqan.de ============================================================================ Copyright (C) 2007 This library is free software...
38.746032
129
0.542401
a203d527837d3a19dd496dc0e3f6d59331be63d8
1,774
h
C
Classes/Gameplay/Engine/GameLogic.h
inspoy/MineWar
7fada56de8cb6854fab092096e9f5da7d0b1b28a
[ "Apache-2.0" ]
1
2018-03-14T15:03:12.000Z
2018-03-14T15:03:12.000Z
Classes/Gameplay/Engine/GameLogic.h
inspoy/MineWar
7fada56de8cb6854fab092096e9f5da7d0b1b28a
[ "Apache-2.0" ]
null
null
null
Classes/Gameplay/Engine/GameLogic.h
inspoy/MineWar
7fada56de8cb6854fab092096e9f5da7d0b1b28a
[ "Apache-2.0" ]
null
null
null
//---------------------------------------------------------- // // Echo Entertainment @ 2014 // All Rights Reserved // //---------------------------------------------------------- #ifndef ECHO_GAMEPLAY_GAMELOGIC_H__INCLUDED #define ECHO_GAMEPLAY_GAMELOGIC_H__INCLUDED #include "Precompiled.h" #include "coco...
26.477612
97
0.586809
a204517b8cf5b91c6524e9ad67ba6c39dc341ee8
10,209
h
C
drivers/pwm/bcm2836/bcm2836pwm.h
christopherco/rpi-iotcore
2cf15e428e743dd7f7742f7511725741640c5be3
[ "MIT" ]
89
2018-12-22T15:34:45.000Z
2021-12-16T20:07:29.000Z
drivers/pwm/bcm2836/bcm2836pwm.h
christopherco/rpi-iotcore
2cf15e428e743dd7f7742f7511725741640c5be3
[ "MIT" ]
31
2021-01-10T16:04:10.000Z
2022-03-12T08:04:21.000Z
drivers/pwm/bcm2836/bcm2836pwm.h
christopherco/rpi-iotcore
2cf15e428e743dd7f7742f7511725741640c5be3
[ "MIT" ]
42
2016-02-18T21:55:54.000Z
2018-11-27T07:12:01.000Z
/*++ Copyright (c) Microsoft Corporation All Rights Reserved Abstract: This file contains the public device path names and IOCTL definitions for BCM2836 PWM driver. --*/ #ifndef _BCM2836PWM_H #define _BCM2836PWM_H #if (NTDDI_VERSION >= NTDDI_WINTHRESHOLD) #ifdef __cplusplus extern "C" { #endif // __cplus...
30.204142
129
0.741601
a20571883d4a15519e940cd10d3b4251b80ae056
406
h
C
modules/scene_manager/include/nav_msgs/srv/get_map__request.h
Omnirobotic/godot
d50b5d047bbf6c68fc458c1ad097321ca627185d
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
1
2020-05-19T14:33:49.000Z
2020-05-19T14:33:49.000Z
ros2_mod_ws/install/include/nav_msgs/srv/get_map__request.h
mintforpeople/robobo-ros2-ios-port
1a5650304bd41060925ebba41d6c861d5062bfae
[ "Apache-2.0" ]
3
2019-11-14T12:20:06.000Z
2020-08-07T13:51:10.000Z
modules/scene_manager/include/nav_msgs/srv/get_map__request.h
Omnirobotic/godot
d50b5d047bbf6c68fc458c1ad097321ca627185d
[ "CC-BY-3.0", "Apache-2.0", "MIT" ]
null
null
null
// generated from rosidl_generator_c/resource/msg.h.em // generated code does not contain a copyright notice #ifndef NAV_MSGS__SRV__GET_MAP__REQUEST_H_ #define NAV_MSGS__SRV__GET_MAP__REQUEST_H_ #include "nav_msgs/srv/get_map__request__struct.h" #include "nav_msgs/srv/get_map__request__functions.h" #include "nav_msgs...
33.833333
56
0.849754
a205ccf8a30a0ab5f4ca83f165a96a1ee8b7aed1
1,930
h
C
Hazel/Src/Hazel/Renderer/EditorCamera.h
monaboiste/Hazel
3b91f7941de6d123c988c2f962aaa5589ab64161
[ "Apache-2.0" ]
1
2021-06-25T08:11:32.000Z
2021-06-25T08:11:32.000Z
Hazel/Src/Hazel/Renderer/EditorCamera.h
monaboiste/Hazel
3b91f7941de6d123c988c2f962aaa5589ab64161
[ "Apache-2.0" ]
2
2021-02-17T13:20:11.000Z
2021-02-17T13:31:13.000Z
Hazel/Src/Hazel/Renderer/EditorCamera.h
monaboiste/hazel-private-branch
3b91f7941de6d123c988c2f962aaa5589ab64161
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Hazel/Renderer/Camera.h" #include "Hazel/Core/Timestep.h" #include "Hazel/Events/Event.h" #include "Hazel/Events/MouseEvent.h" #include <glm/gtc/matrix_transform.hpp> namespace Hazel { class EditorCamera : public Camera { public: EditorCamera() = default; EditorCamera(float fov, float ...
26.081081
125
0.707772
a20b9570e3e418ccaff314ea0f5a05dfb864244c
467
c
C
base/numeral_system.c
VinkDong/c-example
cbfb240a3e4af9786a3b1f7844556dc20eae9cc2
[ "MIT" ]
null
null
null
base/numeral_system.c
VinkDong/c-example
cbfb240a3e4af9786a3b1f7844556dc20eae9cc2
[ "MIT" ]
null
null
null
base/numeral_system.c
VinkDong/c-example
cbfb240a3e4af9786a3b1f7844556dc20eae9cc2
[ "MIT" ]
null
null
null
# include <stdio.h> // this is show `进制` but i don't know how to translate it int main() { int a = 050; int b = 50; int c = 0x50; //there has no method to define printf("this is decimal %%o -> %%d number %d\n",a); printf("this is a octonary %o\n",a); printf("this is a octonary number and ...
27.470588
69
0.599572
a20d763e829d02bc6b77fa46e6ef63fbceeb10c7
1,928
c
C
libraries/circular_buffer/circular_buffer.c
adityasiyengar/c_programming
d65bf2791b131e88d901368db21a18e9e66ae682
[ "Unlicense" ]
null
null
null
libraries/circular_buffer/circular_buffer.c
adityasiyengar/c_programming
d65bf2791b131e88d901368db21a18e9e66ae682
[ "Unlicense" ]
null
null
null
libraries/circular_buffer/circular_buffer.c
adityasiyengar/c_programming
d65bf2791b131e88d901368db21a18e9e66ae682
[ "Unlicense" ]
null
null
null
#include <stdlib.h> #include <stdint.h> #include "circular_buffer.h" uint16_t circular_buffer_push(circular_buffer_t *buffer, uint8_t *data, uint16_t length) { uint16_t count = 0U, current_write, current_read; current_write = buffer->write; current_read = buffer->read; if ((current_write - current_read + length)...
22.418605
112
0.71473
a20d9f7595c0fc9d36ac38aa83a0a664912d2e0f
4,522
h
C
src/utils.h
MiftahurRidho/tugas
cb343939d3f5731d8c1509beb90c051c63a83903
[ "Unlicense", "MS-PL" ]
87
2015-01-04T13:57:18.000Z
2022-03-21T16:07:05.000Z
src/utils.h
MiftahurRidho/tugas
cb343939d3f5731d8c1509beb90c051c63a83903
[ "Unlicense", "MS-PL" ]
null
null
null
src/utils.h
MiftahurRidho/tugas
cb343939d3f5731d8c1509beb90c051c63a83903
[ "Unlicense", "MS-PL" ]
60
2015-01-15T06:16:39.000Z
2022-03-31T22:23:12.000Z
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * utils.h: * * Contact: * Moonlight List (moonlight-list@lists.ximian.com) * * Copyright 2007 Novell, Inc. (http://www.novell.com) * * See the LICENSE file included with the distribution for details. */ #ifndef __UTILS_H__ #d...
26.916667
117
0.721583
a20f5aeb5430c77516d5424ec5b534a101626f9f
1,011
c
C
lib/wizards/nalle/area2/monsters/rat.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/nalle/area2/monsters/rat.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
lib/wizards/nalle/area2/monsters/rat.c
vlehtola/questmud
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
[ "MIT" ]
null
null
null
inherit "obj/monster"; reset(arg) { string chat_str, a_chat_str; object money; ::reset(arg); if (arg) { return; } set_level(6); set_name("Rat"); set_alias("rat"); set_short("A pestilent rat"); set_long("A dirty rat, ridden with fleas, observes you with bulging deformed eyes.\n"); ...
27.324324
91
0.594461
a21126a677eb6311a8a28b61187c19ce3eace129
2,908
h
C
GUISupport/QtQuick/QQuickVTKInteractorAdapter.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
1,755
2015-01-03T06:55:00.000Z
2022-03-29T05:23:26.000Z
GUISupport/QtQuick/QQuickVTKInteractorAdapter.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
29
2015-04-23T20:58:30.000Z
2022-03-02T16:16:42.000Z
GUISupport/QtQuick/QQuickVTKInteractorAdapter.h
cclauss/VTK
f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d
[ "BSD-3-Clause" ]
1,044
2015-01-05T22:48:27.000Z
2022-03-31T02:38:26.000Z
/*========================================================================= Program: Visualization Toolkit Module: QQuickVTKInteractorAdapter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This sof...
31.268817
99
0.736933
a212ccb584155889fde1c4899c5b90af3b57d726
401
h
C
editor/VandaEngine1/CustomRichEditCtrl.h
ehsankamrani/vandaengine
854430e41db6df1f4fcad9c19718fd8dfcc2c3cb
[ "MIT" ]
12
2021-06-22T11:28:12.000Z
2022-03-21T00:56:33.000Z
editor/VandaEngine1/CustomRichEditCtrl.h
ehsankamrani/vandaengine
854430e41db6df1f4fcad9c19718fd8dfcc2c3cb
[ "MIT" ]
null
null
null
editor/VandaEngine1/CustomRichEditCtrl.h
ehsankamrani/vandaengine
854430e41db6df1f4fcad9c19718fd8dfcc2c3cb
[ "MIT" ]
1
2018-10-05T08:17:29.000Z
2018-10-05T08:17:29.000Z
//Copyright (C) 2022 Ehsan Kamrani //This file is licensed and distributed under MIT license #pragma once // CCustomRichEditCtrl class CCustomRichEditCtrl : public CRichEditCtrl { DECLARE_DYNAMIC(CCustomRichEditCtrl) public: CCustomRichEditCtrl(); virtual ~CCustomRichEditCtrl(); protected: DECLARE_MESSAGE_MA...
16.708333
63
0.783042
a21306881640de402dd601dd0ebd7962b9cb84bf
2,849
h
C
applications/physbam/physbam-lib/Public_Library/PhysBAM_Geometry/Topology/POLYGON_MESH.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
PhysBAM/Public_Library/PhysBAM_Geometry/Topology/POLYGON_MESH.h
uwgraphics/PhysicsBasedModeling-Core
dbc65b8e93b1a3d69fcc82aba06d28dc6c0adb8b
[ "BSD-3-Clause" ]
null
null
null
PhysBAM/Public_Library/PhysBAM_Geometry/Topology/POLYGON_MESH.h
uwgraphics/PhysicsBasedModeling-Core
dbc65b8e93b1a3d69fcc82aba06d28dc6c0adb8b
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
//##################################################################### // Copyright 2006, Eftychios Sifakis. // This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt. //##################################################################### //...
46.704918
147
0.673219
a2146b38d374376ae6f18c7553f23f1257454a5b
10,514
c
C
findpat/tools/findpat.c
kapow-argentina/findpat
6975efb4414197bf91babd7775bb8c48d2befd0f
[ "MIT" ]
null
null
null
findpat/tools/findpat.c
kapow-argentina/findpat
6975efb4414197bf91babd7775bb8c48d2befd0f
[ "MIT" ]
null
null
null
findpat/tools/findpat.c
kapow-argentina/findpat
6975efb4414197bf91babd7775bb8c48d2befd0f
[ "MIT" ]
1
2021-12-13T03:01:32.000Z
2021-12-13T03:01:32.000Z
#include <stdio.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "libp2zip.h" #include "bwt.h" #include "lcp.h" #include "mrs.h" #include "mmrs.h" #include "common.h" #include "macros.h" /* SAVE_TRIPLES guarda los patrones en un archivo 'triples.dat', for debug */ /* # define SAVE_TRIPLES */ #...
26.219451
116
0.625547
a2149bc66b868f9926acf84dc5f37650d2eeb250
607
h
C
UnityServices/Ads/WebPlayer/UADSWebPlayerView.h
katoorukavya/unity-ads-ios
52f6e80d00113304e5f52731e6b3a49e202bfc3c
[ "Apache-2.0" ]
4
2017-10-08T10:54:11.000Z
2019-12-10T20:48:31.000Z
UnityServices/Ads/WebPlayer/UADSWebPlayerView.h
katoorukavya/unity-ads-ios
52f6e80d00113304e5f52731e6b3a49e202bfc3c
[ "Apache-2.0" ]
null
null
null
UnityServices/Ads/WebPlayer/UADSWebPlayerView.h
katoorukavya/unity-ads-ios
52f6e80d00113304e5f52731e6b3a49e202bfc3c
[ "Apache-2.0" ]
1
2017-10-08T10:34:56.000Z
2017-10-08T10:34:56.000Z
#import <UIKit/UIKit.h> @interface UADSWebPlayerView : UIView - (instancetype)initWithFrame:(CGRect)frame viewId:(NSString*)viewId webPlayerSettings:(NSDictionary*)webPlayerSettings; -(void)loadUrl:(NSString*)url; -(void)loadData:(NSString*)data mimeType:(NSString *)mimeType encoding:(NSString *)encoding; -(void)loadD...
46.692308
120
0.792422
a218003f9101c20b4ac30f45ceff339b1eab0088
13,496
c
C
linux_packages/source/hypre-2.9.0b/src/babel/bHYPREClient-F90/sidl_bool_fStub.c
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
75
2015-07-06T18:14:20.000Z
2022-01-24T02:54:32.000Z
linux_packages/source/hypre-2.9.0b/src/babel/bHYPREClient-F90/sidl_bool_fStub.c
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
15
2017-04-07T18:09:58.000Z
2022-02-28T01:48:33.000Z
linux_packages/source/hypre-2.9.0b/src/babel/bHYPREClient-F90/sidl_bool_fStub.c
pangkeji/warp3d
8b273b337e557f734298940a63291697cd561d02
[ "NCSA" ]
41
2015-05-24T23:24:54.000Z
2021-12-13T22:07:45.000Z
/********************************************************************* * File: sidl_bool_fStub.c * Copyright: (C) 2001-2004 The Regents of the University of California * Description: FORTRAN API for arrays of bool * Revision: $Revision: 1.1 $ * * AUTOMATICALLY GENERATED BY genfortranarrays.py **************...
25.179104
83
0.642931
a2196dbaabbac576ace6dc1a1458568e43d85da8
6,183
h
C
OpenCL/inc_cipher_aes.h
ekmixon/hashcat
14f78d9910a103c996a0d8af6f969bb0640b3d6c
[ "MIT" ]
null
null
null
OpenCL/inc_cipher_aes.h
ekmixon/hashcat
14f78d9910a103c996a0d8af6f969bb0640b3d6c
[ "MIT" ]
null
null
null
OpenCL/inc_cipher_aes.h
ekmixon/hashcat
14f78d9910a103c996a0d8af6f969bb0640b3d6c
[ "MIT" ]
null
null
null
/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef _INC_CIPHER_AES_H #define _INC_CIPHER_AES_H DECLSPEC void aes128_ExpandKey (PRIVATE_AS u32 *ks, PRIVATE_AS const u32 *ukey, SHM_TYPE u32 *s_te0, SHM_TYPE u32 *s_te1, SHM_TYPE u32 *s_te2, SHM_TYPE u32 *s_te3); DECLSPEC void aes128_InvertKey (PR...
150.804878
254
0.777131
a222d9d2331a0e84332ac2236ca6ab4a178bdd20
2,861
h
C
src/main/include/twist.h
ericawood/IntegratedDeepSpaceCode
41722e5645d7de5bae9d3a9b5f13d74b960433f5
[ "BSD-3-Clause" ]
null
null
null
src/main/include/twist.h
ericawood/IntegratedDeepSpaceCode
41722e5645d7de5bae9d3a9b5f13d74b960433f5
[ "BSD-3-Clause" ]
null
null
null
src/main/include/twist.h
ericawood/IntegratedDeepSpaceCode
41722e5645d7de5bae9d3a9b5f13d74b960433f5
[ "BSD-3-Clause" ]
1
2019-03-20T01:10:41.000Z
2019-03-20T01:10:41.000Z
#ifndef TWIST_H #define TWIST_H #include "ctre/Phoenix.h" #include "frc/WPILib.h" #include <ctre/Phoenix.h> #include <iostream> #include <cmath> #include <frc/Joystick.h> #include <chrono> #include <PID.h> #include <AHRS.h> #include <socket.h> #include <string> #include <cmath> class Twist { public: Twist(TalonSRX...
30.115789
115
0.742048
a223739d1424855aede38894fca7df5f8106aa73
1,699
h
C
PrivateFrameworks/SearchFoundation/_SFPBProductInventory.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/SearchFoundation/_SFPBProductInventory.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/SearchFoundation/_SFPBProductInventory.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "PBCodable.h" #import "NSSecureCoding.h" #import "_SFPBProductInventory.h" @class NSData, NSString, _SFPBDate; @interface _SFPBProductInventory : PBCodable <_SFPBProductI...
32.673077
99
0.756327
a2257a5aa4a3005899cea57b0e10655ccf387cc0
9,790
h
C
src/chrono_models/vehicle/feda/FEDA_DoubleWishbone.h
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
1,383
2015-02-04T14:17:40.000Z
2022-03-30T04:58:16.000Z
src/chrono_models/vehicle/feda/FEDA_DoubleWishbone.h
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
245
2015-01-11T15:30:51.000Z
2022-03-30T21:28:54.000Z
src/chrono_models/vehicle/feda/FEDA_DoubleWishbone.h
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
351
2015-02-04T14:17:47.000Z
2022-03-30T04:42:52.000Z
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
45.534884
120
0.714811
a226637cd04393a3c81afcf9107ac962f37a73b8
2,354
h
C
toolkit/Source/src/gs2d/src/Math/Color.h
LuizTedesco/ethanon
c140bd360092dcdf11b242a11dee67e79fbbd025
[ "Unlicense" ]
64
2015-01-02T12:27:29.000Z
2022-03-07T03:23:33.000Z
toolkit/Source/src/gs2d/src/Math/Color.h
theomission/ethanon
c140bd360092dcdf11b242a11dee67e79fbbd025
[ "Unlicense" ]
5
2015-03-31T00:09:29.000Z
2022-03-07T18:16:42.000Z
toolkit/Source/src/gs2d/src/Math/Color.h
theomission/ethanon
c140bd360092dcdf11b242a11dee67e79fbbd025
[ "Unlicense" ]
40
2015-01-14T09:47:56.000Z
2022-02-07T22:07:24.000Z
/*-------------------------------------------------------------------------------------- Ethanon Engine (C) Copyright 2008-2013 Andre Santee http://ethanonengine.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), t...
32.246575
88
0.703908
a22687b3f47bdf2ba31afbdda3da2bf094f5b39b
470
h
C
Mars/Scene1.h
Dan0net/opengl-mars
4d6368aaf02f355c2a27bbbc7241517810c23e0e
[ "MIT" ]
null
null
null
Mars/Scene1.h
Dan0net/opengl-mars
4d6368aaf02f355c2a27bbbc7241517810c23e0e
[ "MIT" ]
null
null
null
Mars/Scene1.h
Dan0net/opengl-mars
4d6368aaf02f355c2a27bbbc7241517810c23e0e
[ "MIT" ]
null
null
null
// // Scene1.h // Mars // // Created by Daniel M.C. on 16/12/2012. // Copyright (c) 2012 Daniel M.C. All rights reserved. // #ifndef __Mars__Scene1__ #define __Mars__Scene1__ #include "Scene.h" #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <glm/glm.hpp> class Scene1: public Sc...
16.785714
55
0.682979
a22baa17b45479ffbf61d155ffa3496601573cf9
10,154
c
C
blades/gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
4
2016-04-26T03:43:54.000Z
2016-11-17T08:09:04.000Z
blades/gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
17
2015-01-05T21:06:22.000Z
2015-12-07T20:45:44.000Z
blades/gnunet/src/namestore/test_namestore_api_lookup_shadow_filter.c
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
3
2016-04-26T03:43:55.000Z
2020-11-06T11:02:08.000Z
/* This file is part of GNUnet. Copyright (C) 2012 GNUnet e.V. GNUnet 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 option) any later version. G...
27.667575
128
0.6948
a23744b75f8a7c9820b5f0655e48c478f4c56cda
804
c
C
d/ravenloft/town/bar06.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/ravenloft/town/bar06.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/ravenloft/town/bar06.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
// Coded by Bane // bar06.c #include <std.h> inherit ROOM; void create(){ ::create(); set_short("Village of Barovia"); set_long( "%^RED%^" "You stand on a small dirt path. To the west you "+ "see a few buildings standing at the edge of the "+ "village. To the east the path continues into a "+ "dark f...
29.777778
103
0.651741
a238e1dc061f2201c6a773b2b0542cec472b1743
1,008
c
C
C/chapter3/escape.c
yimng/personal-stuff
48b426ea6b8d22c5e63b3528a146bf3562c5b4a9
[ "MIT" ]
1
2017-06-26T01:23:38.000Z
2017-06-26T01:23:38.000Z
C/chapter3/escape.c
yimng/LEARN
48b426ea6b8d22c5e63b3528a146bf3562c5b4a9
[ "MIT" ]
null
null
null
C/chapter3/escape.c
yimng/LEARN
48b426ea6b8d22c5e63b3528a146bf3562c5b4a9
[ "MIT" ]
null
null
null
void escape(char s[], char t[]) { int i, j; for (i = j = 0; t[i] != '\0'; i++) { switch(t[i]) { case '\n': s[j++] = '\\'; s[j++] = 'n'; break; case '\t': s[j++] = '\\'; s[j++]...
22.4
39
0.194444
a23afcfc0fe3bc3e6dd9724198ee2ea33db4edde
20,865
c
C
lib/barrelfish/aos_rpc.c
renlord/ethz-aos2015
0c3face3ba42784e8feacebfec0fbefc083800b1
[ "MIT" ]
1
2021-02-25T13:59:00.000Z
2021-02-25T13:59:00.000Z
lib/barrelfish/aos_rpc.c
renlord/ethz-aos2015
0c3face3ba42784e8feacebfec0fbefc083800b1
[ "MIT" ]
null
null
null
lib/barrelfish/aos_rpc.c
renlord/ethz-aos2015
0c3face3ba42784e8feacebfec0fbefc083800b1
[ "MIT" ]
null
null
null
/** * \file * \brief Implementation of AOS rpc-like messaging */ /* * Copyright (c) 2013, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8...
27.562748
89
0.582123
a23ce9c729839f6445b6c33f6eb8b50656c49441
3,784
h
C
thirdparty/cctools/as/fixes.h
smirn0v/dohol
4b7db2ddfad7a11c78d0512a76dbc2e48bcedb1c
[ "MIT" ]
132
2019-06-06T07:13:12.000Z
2022-03-23T11:27:43.000Z
thirdparty/cctools/as/fixes.h
smirn0v/dohol
4b7db2ddfad7a11c78d0512a76dbc2e48bcedb1c
[ "MIT" ]
3
2019-07-19T04:46:20.000Z
2022-03-24T01:53:07.000Z
thirdparty/cctools/as/fixes.h
smirn0v/dohol
4b7db2ddfad7a11c78d0512a76dbc2e48bcedb1c
[ "MIT" ]
29
2019-06-23T06:14:00.000Z
2022-01-04T06:38:40.000Z
#ifndef _FIXES_H_ #define _FIXES_H_ /* fixes.h (was write.h in the original GAS) Copyright (C) 1987 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS 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 S...
36.737864
78
0.700846
a23d35276c7ce6d40a4957b6ab3eabbd595117be
1,689
h
C
src/bin/rafi-sim/System.h
fjt7tdmi/rafi-1st
46574c843335ccea7fe2a1201dd2d9245e414136
[ "Apache-2.0" ]
2
2019-12-31T00:45:11.000Z
2020-09-22T04:30:25.000Z
src/bin/rafi-sim/System.h
fjt7tdmi/rafi-1st
46574c843335ccea7fe2a1201dd2d9245e414136
[ "Apache-2.0" ]
null
null
null
src/bin/rafi-sim/System.h
fjt7tdmi/rafi-1st
46574c843335ccea7fe2a1201dd2d9245e414136
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2018 Akifumi Fujita * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
25.590909
75
0.718769
a2421c1a7ad2f7e5657ce38276312d7baf5cd515
5,031
c
C
llpv1e/Process_Control/02_fork_1.c
yuweijun/books
5be0fec3adce236875fef0f9e1ed8d91ef4acbfe
[ "MIT" ]
1
2018-07-02T12:03:02.000Z
2018-07-02T12:03:02.000Z
llpv1e/Process_Control/02_fork_1.c
yuweijun/books
5be0fec3adce236875fef0f9e1ed8d91ef4acbfe
[ "MIT" ]
null
null
null
llpv1e/Process_Control/02_fork_1.c
yuweijun/books
5be0fec3adce236875fef0f9e1ed8d91ef4acbfe
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <errno.h> /* Un processo esistente puo' creare un nuovo processo invocando la system call fork(), il nuovo processo creato dalla fork() e' chiamato "Child Process" (Processo figlio), mentre il processo generatore e' chiamato "Paren...
43
80
0.735639
a2460a7ddf07acbeea2e84d53d93f49cac4c5764
1,559
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/StandInfo.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/StandInfo.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/StandInfo.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-04-17T03:24:04.000Z
2022-03-30T05:42:17.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "APDPBGeneratedMessage.h" @class NSString, PBMapStringString; @interface StandInfo : APDPBGeneratedMessage { } + (CDStruct_a...
39.974359
90
0.755613
a2463fb6d3d6e9dfd2f94d3793693e9b473930bb
4,063
c
C
fatfs_sdio.c
nzc21489/sd_pico
62f126ccffd28f63260daf1b886c70a661a3530f
[ "MIT" ]
null
null
null
fatfs_sdio.c
nzc21489/sd_pico
62f126ccffd28f63260daf1b886c70a661a3530f
[ "MIT" ]
null
null
null
fatfs_sdio.c
nzc21489/sd_pico
62f126ccffd28f63260daf1b886c70a661a3530f
[ "MIT" ]
null
null
null
/* * The MIT License (MIT) * * Copyright (c) 2022 nzc21489 * * 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, co...
22.954802
80
0.575683