blob_id large_stringlengths 40 40 | language large_stringclasses 1
value | repo_name large_stringlengths 6 84 | path large_stringlengths 4 149 | src_encoding large_stringclasses 10
values | length_bytes int64 86 393k | score float64 2.52 5.16 | int_score int64 3 5 | detected_licenses large listlengths 0 6 | license_type large_stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|
54d75f7d0f5535a0f988b6edd5ea5f325f01c6d3 | C | PurdueCho/Algorithm | /codexpert/1101.c | UTF-8 | 897 | 3.203125 | 3 | [] | no_license |
7573f8d95dc85a5a5ae941748d517cb04789a449 | C | sezikim/TIL | /C/Cpracprog1/prac7.c | UTF-8 | 350 | 3.84375 | 4 | [] | no_license |
75f3d3eeab2fe23c81a9201e43e894e6cb62fa29 | C | parktaein/Lv01-02 | /TaeinPark/homework/c/06/arr_pointer.c | UTF-8 | 411 | 3.609375 | 4 | [
"MIT"
] | permissive |
6cd18b8e31221e4f27413acd1644bb8b7f00abcb | C | itsmysurport/MY-STUDY | /DataStructure_1/Search/linear_search.c | UTF-8 | 1,018 | 3.8125 | 4 | [] | no_license |
93ee0268ae23904400517d5802c3d20a9d8f9dca | C | wookoo/Data-Structure | /4.스택/8. 후위식 평가, 중위식 후위식 변환.c | UTF-8 | 2,680 | 3.90625 | 4 | [] | no_license |
e68ac27c1db6d2364b6d9d5a8bbd860a962eb65f | C | hoho-a0372/C-study | /이효원/4_1.c | UTF-8 | 583 | 3.5625 | 4 | [] | no_license |
19a79137d516921f13e02bda1bdb441172f3284d | C | 0xCodExpert/Lv01-02 | /SanghoonLee/Lectures/c/04/fib_recursive.c | UTF-8 | 2,300 | 3.515625 | 4 | [
"MIT"
] | permissive |
aec41fd39945872953da37b13d325198f4b41add | C | hwongim8/pnuoslab-quiz8-201924454 | /allprint.c | UTF-8 | 205 | 2.859375 | 3 | [] | no_license |
88575cc8a53ac71e54e5da41800ee8fc58ae3a67 | C | jeonjonghyeok/c-practice | /test/threadpool2/main.c | UTF-8 | 6,270 | 2.625 | 3 | [] | no_license |
174d5502cfa6b3f68ae9f9c0c4ba362553dfc10b | C | keulee/ft_printf | /srcs/ft_print_di.c | UTF-8 | 11,361 | 3.078125 | 3 | [] | no_license |
738b4b18bd5636c81c3fa78a8c8bbbd6a814a3bd | C | cys01/product | /manager.c | UTF-8 | 3,010 | 3.5 | 4 | [] | no_license |
92f2e09ecc646e46f126c0cc3fb0029589ac76f1 | C | GitYR/OS_Virtual_Memory | /SSUOS_P6/src/kernel/mem/palloc.c | UTF-8 | 4,893 | 2.984375 | 3 | [] | no_license |
980c02125f6d8b1aa8c99788eec4329f050f22a6 | C | wykim111/algorithm | /그리디/2847 게임을 만든 동준이.c | UTF-8 | 586 | 3.796875 | 4 | [] | no_license |
c5fcdc8e6d313bb2043d972f0a637ca7cd11ce59 | C | mirChae/snail_search | /snail_search.c | UTF-8 | 3,145 | 4.15625 | 4 | [] | no_license |
e288baed7512b0d20f5d9635a77bb6480e3cfe18 | C | detergentyoon/c-core_c_programming | /C09/p495-6.c | UTF-8 | 1,269 | 3.921875 | 4 | [] | no_license |
a33671d986baee6ca4d6c7e371a74d3135f8a3c1 | C | Kimjisung144/TCP | /op_client.c | UTF-8 | 1,567 | 2.953125 | 3 | [] | no_license |
03a8d113cc404eb5fa5491746831519e222f64cc | C | denishong/gongbu | /c/dojang/ch18/quiz1.c | UTF-8 | 160 | 3.28125 | 3 | [] | no_license |
233b0647ccd0ec0a2e4d7cb8eb409e749a95c067 | C | HHeeeee/KNU-20172-1- | /option_menu.c | UTF-8 | 1,328 | 2.84375 | 3 | [] | no_license |
42446d9823b357ac040a7eaa6c141b5af2c36b15 | C | ChaneunBaek/dovelet | /2nd/even_odd.c | UTF-8 | 436 | 3.484375 | 3 | [] | no_license |
7b99538a8df7f3665a8f07e288fef879bed1a16c | C | haidn1994/AlgorithmExercise | /Website/baekjoon/DP/2293Coin_solution.c | UTF-8 | 1,144 | 3.875 | 4 | [] | no_license |
3e69ba6f72dbe1cf6d5e577f447d7a4f27e79480 | C | 3tPepper/BJ-Algorithm | /for문/8393.c | UTF-8 | 336 | 3.765625 | 4 | [] | no_license |
5d6cef81804208cbf912a0a964bdbb0f886484b9 | C | jyjy318/School-Projects | /Computer Architecture/main.c | UTF-8 | 2,049 | 3.0625 | 3 | [] | no_license |
03b0a5e20f075d0d693386348ca396021a2a09ed | C | ueumd/clang | /question/studyc/100/main.c | GB18030 | 5,143 | 4.125 | 4 | [] | no_license |
5a0f010574fc86ddfe3a59cffe099d003e3c3c0b | C | wykim111/algorithm | /알고리즘 프로젝트.c | UTF-8 | 8,736 | 3.90625 | 4 | [] | no_license |
a18e946982bd0f41ba9a1936c9b3bfb677941188 | C | Byeon-Jaewon/C | /Tree/stack.c | UTF-8 | 591 | 3.515625 | 4 | [] | no_license |
4ec1a63d400d16e6cfecdf221738d571279c47ce | C | Space-Luis/Doonchon-C-Example | /5차시 - If예제/If4.c | UTF-8 | 269 | 3.109375 | 3 | [
"MIT"
] | permissive |
56a94ed9ca7eec71a2249baa7bfa7b111dbdd6ae | C | hamin7/ITE_1009_C_Programming | /19_01_09(Array)/Array(08_EratosBidimention).c | UTF-8 | 501 | 3.03125 | 3 | [] | no_license |
37c82a13d178b17a648296c50646c934a2f7adcd | C | Kang-Hoon/2019-1_C_Basic_Programming_1 | /190406/190407_1.c | UTF-8 | 456 | 4.21875 | 4 | [] | no_license |
414c6a267325610f5a11373bd91093db086ba03f | C | sckim/ATmega328Programming | /CH_18_code_1/CH_18_code_1/CH_18_code_1.c | UTF-8 | 572 | 2.890625 | 3 | [] | no_license |
4e800931605115092b17d33e8d95bbf2bb8d6e8a | C | engineer135/c-study | /chapter09/quiz_09_02.c | UTF-8 | 1,269 | 4.03125 | 4 | [] | no_license |
ae3949f4746d79746a4548f845787eeb8a4760fe | C | Y-JaeHyun/designpatterns | /strategy/strategy.c | UTF-8 | 519 | 2.640625 | 3 | [] | no_license |
9e8676815776469090165737c95ad23890c96205 | C | achieve0410/MyProject | /backup.c | UTF-8 | 5,011 | 3.734375 | 4 | [] | no_license |
0069c21e19c6da2be2cfcf6de3abbf25ee7d8a81 | C | ahnty0122/CProjects | /power.c | UTF-8 | 608 | 4.25 | 4 | [] | no_license |
f07dcb5a6198343151ab83fb731249b7c0815051 | C | Younkyum/hufsce2021_1st.c | /Computer Programming/컴퓨터프로그래밍_수업_평가과제_배점_15점_.1629698777969/Main.c | UTF-8 | 3,919 | 3.34375 | 3 | [] | no_license |
f43746448ab5d329b3a0c41ac4977311ac1d40a5 | C | yonhyun/Operating-Systems-CSE421 | /pintos/src/threads/fixed_point.h | UTF-8 | 1,237 | 3.109375 | 3 | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive |
c6f09f469eb66b105ab90c83c2484229c97f9b64 | C | Choi-Young-Hoon/CacaoTalk | /CacaoServer/server/parse.c | UTF-8 | 1,801 | 3.09375 | 3 | [] | no_license |
6848ec3ca2d6800a8f00fe0ed9509bd7484004aa | C | junhoyeo/my-baby-cat | /Objects/Fish/Fish.h | UTF-8 | 633 | 2.515625 | 3 | [
"MIT"
] | permissive |
fb04fdf76cef37440d5fba3238d03353499da1ca | C | WyldeCat/linux-study | /server_examples/epoll_sample.c | UTF-8 | 2,052 | 2.765625 | 3 | [] | no_license |
e7fe495a6cc9b237b7e89b8340728a051ff432a7 | C | gmlwo530/c-exercise | /HW#2/0701Q2.c | UTF-8 | 251 | 3.515625 | 4 | [] | no_license |
ec3a52ed9743dd463da34e0243df9250f3c85ae0 | C | arden-k/codeup | /1090.c | UTF-8 | 349 | 3.65625 | 4 | [] | no_license |
2bea5ec81f686471ace0263760d661822f1f9724 | C | meister-db/ESP8266 | /ESP8266_v2_success.h | UTF-8 | 4,699 | 3.046875 | 3 | [] | no_license |
d3f75b4c7c0d2dcebf4b589c106a347f5b494162 | C | K-minseok/minseok-site | /src/018.FileInputOutput/09.FilePositionIndicator03/09.FilePositionIndicator03.c | UTF-8 | 611 | 3.65625 | 4 | [] | no_license |
6c734e9bb5a2671234b038682f4bd3a53159d36e | C | Songhaeissorry/Baekjoon | /17478.c | UTF-8 | 1,166 | 3.4375 | 3 | [] | no_license |
bc2cc1fd247310072bcf17775183b8adebe82828 | C | chocotime/K_KNOCK | /sort_bub.c | UTF-8 | 935 | 3.765625 | 4 | [] | no_license |
f569e42f01f92d325bbe6fe79ded84a1aa2a9bd7 | C | horimz/apue | /K_Threads/11.14.c | UTF-8 | 2,355 | 3.8125 | 4 | [] | no_license |
cbfd9a2d3d52ab3b3bec80702d07f229129553ac | C | 10zeroone/study_LinuxNetworkProgramming | /ch06/main - TODO 1.c | UTF-8 | 810 | 3.484375 | 3 | [] | no_license |
a99f0b0535f78bfd349cc303fd321c20c3f5c389 | C | 3tPepper/BJ-Algorithm | /if문/14681.c | UTF-8 | 738 | 4.375 | 4 | [] | no_license |
c0a2544d4c3585b4309a0bc2f6313840a9c805ff | C | Ehyunnn/cProject | /test21strcpy.c | UTF-8 | 1,235 | 3.171875 | 3 | [] | no_license |
e0944c3a7d63a5546d48293085bd24a51409f609 | C | hyxxnii/Sejong-University | /알고리즘 및 실습/Week5. 합병정렬과 퀵정렬/합병정렬과 퀵정렬 - 문제2.c | UTF-8 | 2,079 | 3.515625 | 4 | [] | no_license |
8c57225df6bf445c52c78e7b1ac07818a869caf8 | C | ljw-LAB/Network_Programming_linux | /Part1/ex1_2/fd_seri.c | UTF-8 | 513 | 3.21875 | 3 | [] | no_license |
9f29dd4fd63f8582feca3818682d5869d11cf6f0 | C | Kim-SuYeong/Homework5 | /postfix.c | UTF-8 | 5,843 | 3.640625 | 4 | [] | no_license |
2d7948815b1e47dd52e4517df336459b3052e8f4 | C | SongHayoung/Mathematics | /ECC.c | UTF-8 | 1,595 | 3.546875 | 4 | [] | no_license |
0b3d87378f07424cf81360bc0ed0dc9451bc57ce | C | FKgk/BOJ | /1181.c | UTF-8 | 1,148 | 4 | 4 | [] | no_license |
b0dd09a9beef540a96c19a7912b714b40d84511b | C | 97Albino/Ice-box-for-organ-transport | /goldenbox_128/CLCD.c | UTF-8 | 3,479 | 2.96875 | 3 | [
"MIT"
] | permissive |
48e34ac26691cb6af3553632daac72ed63abed4c | C | sua1223/C-Project | /1.1 선택창 만들기/1.1 - 예제3.c | UTF-8 | 347 | 3.71875 | 4 | [] | no_license |
1b329d5833a5f4948dd694e81c7b06772cf1fd14 | C | kimdonghyunn/Crepository | /SimpleProject/SimpleProject/practice07_1_2.c | UTF-8 | 185 | 3.21875 | 3 | [] | no_license |
0dbf20473ab5259902ba756c07e6e42fb1ef1afc | C | ehddnr3569/kimdonguk | /c_work21/20210129/do04.c | UTF-8 | 655 | 3.421875 | 3 | [] | no_license |
d68968dfc03131513f53c8169ffdfcb6d2a098d7 | C | jphacks/B_2011 | /client/testModule/voice/dialogue-demo/setup/source/julius-4.2.2/libjulius/src/outprob_style.c | EUC-JP | 20,530 | 2.671875 | 3 | [
"MIT",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive |
e6a10236230c7d1841575b4e5d307a2ba22d9ba4 | C | javadeveloperethan/ddd | /C developing1.c | UTF-8 | 353 | 3.765625 | 4 | [] | no_license |
b608dfa3f541f85bf44031f89f35f7ae0c4bfa81 | C | pitot0philo/University | /Report/Report3/Report3_2/HonGong.C | UTF-8 | 529 | 3.203125 | 3 | [] | no_license |
528496b0e3d8b361d68ea123d0596f6226902054 | C | gaon346/C_Basic | /C_Basic1/chap3/var_ex1.c | UTF-8 | 358 | 2.828125 | 3 | [] | no_license |
e44d2b626e9abeb9f8df08850fdb37c939a21a57 | C | othellowhite/Actual_C_Programming | /HW/msort/msort/msort.c | UTF-8 | 8,527 | 2.96875 | 3 | [] | no_license |
8caa8e0b6059de2bcc8ec7a9fcd654ccb0678cca | C | kimwansu/programming2_ch11 | /ch11_05/ch11_05.c | UTF-8 | 770 | 4.03125 | 4 | [] | no_license |
efce4ffb299834cba47bc628ddca1f78eca4dd9a | C | Arc1el/UnixProgramming | /Application07_myls/myls.c | UTF-8 | 788 | 3.203125 | 3 | [] | no_license |
936fb285691f3d466f37520e698b496e7f936760 | C | niceb5y/CSE-at-SSU | /Linux System Programming/Project assignments/ssu_score/src/main.c | UTF-8 | 5,281 | 2.6875 | 3 | [] | no_license |
c21ec387db970ddbff9108038c6b6ed6ba6722ba | C | Seunghwan0828/University_assignment | /Pasion_C/RecursiveFactorial/RecursiveFactorial/main.c | UTF-8 | 376 | 3.75 | 4 | [] | no_license |
ffa176d86e6c673225572b211193cfb8f3062b07 | C | HyeminNoh/SortingAlgorithms | /sorting.c | UTF-8 | 8,970 | 3.1875 | 3 | [] | no_license |
1521e337f5f42693d4cdcfdc85d472f2268d4fe5 | C | poohyhy/C | /201710569_C_CH14/challenge1.c | UTF-8 | 519 | 3.921875 | 4 | [] | no_license |
b6192301a854e55b4057100dabe0526886b7083e | C | qpakzk/ssu-cse-linux-system-programming | /lsp_2017/project2/source code/src/option_f_function.c | UTF-8 | 3,006 | 3.09375 | 3 | [
"MIT"
] | permissive |
0ba90ef1c755d3d4ca1d165beb5d9eb7e93dd2cb | C | DAEHOCHANG/SSU_OS2 | /pps.c | UTF-8 | 11,449 | 2.78125 | 3 | [] | no_license |
42e0366bda5d50f21aa109c2f950fd9f8c18fd2f | C | comiluv/c-cpp-practice | /arrayandpointer.c | UTF-8 | 1,105 | 4.28125 | 4 | [] | no_license |
acb3c3af1e227e3d807deb0760523766a71cbb07 | C | burnpota/C | /7/divisors.c | UTF-8 | 680 | 3.875 | 4 | [] | no_license |
ecbf18f91282f2e046f08acbe6583f204fbe7af4 | C | ndgndg91/for-my-development | /visualStudioCode/c_ubuntu/basic_calc.c | UTF-8 | 1,175 | 3.765625 | 4 | [] | no_license |
197e8dad3deb222a0164d51ec4896cf0b74a42ff | C | danielduyixin/ScoreSystem | /score system.c | GB18030 | 33,689 | 2.984375 | 3 | [] | no_license |
dd473a3a2b8941aa7afebaad0f931020fb98ce59 | C | zqxu8888/Sdk_Refresh | /US282A_SDK/case/ap/common/applib/message_bank_send_async.c | GB18030 | 3,325 | 2.59375 | 3 | [] | no_license |
bb1a5c1d859c1dc2b74eb93a6775caa16f608fb7 | C | cragy0516/AFF-2018-solutions | /10-mirror-images/intended_solution/case_10.c | UTF-8 | 450 | 3.859375 | 4 | [] | no_license |
896cf5bafec75ea63326ad874ae9f0d842d42025 | C | Likilee/HEADING_42 | /src/put_struct.c | UTF-8 | 1,118 | 3.515625 | 4 | [] | no_license |
232af07b1aa88abe4bf78a2e880b2b300669edb0 | C | yeniful/CS50 | /Anagram/main.c | UTF-8 | 1,684 | 3.671875 | 4 | [] | no_license |
e0d7cd141a725672fe40ed83a50902e7fd6bcb1e | C | etoyoda/nusdas | /src/sys_time.c | EUC-JP | 6,817 | 2.703125 | 3 | [] | no_license |
3a7a7b5b6281c8ba44411a2b49383c68d2d50452 | C | junfuture1103/kAFL_scripts | /jun_filter/junbruteforcing_test.c | UTF-8 | 8,681 | 2.625 | 3 | [] | no_license |
832931d9ee1a2b31bbf582da9ef5d68aab18e6e9 | C | 258xsw/2021-1_JARAM_STUDY | /자료구조론/stack/stack3.c | UTF-8 | 2,252 | 4.1875 | 4 | [] | no_license |
646b413cc37161e7eb94d8302368648c695cb985 | C | shkim5164/study | /backjoon/bj10828.c | UTF-8 | 1,765 | 4 | 4 | [] | no_license |
38aa038f269751c541a069ec15e2c811d1799c7a | C | jackljx/C_language_practice | /daily/链队列1.c | GB18030 | 1,709 | 3.5 | 4 | [] | no_license |
7e70f03875d39b41e8f0f4f3f9d7d4919645f456 | C | 15Venne/WindowsC | /SIMS/simsfun.c | GB18030 | 21,329 | 3.046875 | 3 | [] | no_license |
f1c3b6a3eeb159d51046022f280516608e38ed9e | C | new5244/linux_workspace | /cdrmate4linux/cdrmate_console/src/buf_list.c | UTF-8 | 2,175 | 3.265625 | 3 | [] | no_license |
6be773775daf0e69dee0340909e759bb524465ea | C | shinbian11/C-Project | /SimpleBankingSystem.c | UTF-8 | 4,498 | 3.703125 | 4 | [] | no_license |
8a1512dc270f1ff9b12decc701efe92967df43ea | C | seanlion/malloc_lab_implementation | /mm_explicit.c | UTF-8 | 11,062 | 3 | 3 | [] | no_license |
971f84eb8f5c447fec4cab4a3f4ffe74cfd15455 | C | Zerotay/doit_algorithm | /ch3/q02.c | UTF-8 | 1,574 | 3.53125 | 4 | [] | no_license |
bc0929b22670adad520af6bfa98164acaba2ba8b | C | 2013011491/data_structure | /2017_CSE2010_2013011491/HW1/hw1_1_2013011491.c | UTF-8 | 2,093 | 3.78125 | 4 | [] | no_license |
ad1b63d2c37c1188da92d8f68abcfe17920e1386 | C | mung3477/Korea_Univ | /COSE101_컴퓨터프로그래밍1/HW3/pro5.c | UTF-8 | 1,766 | 3.234375 | 3 | [] | no_license |
0ab17fde241d70478e38b7f2a66e520dd775c9ae | C | doublejtoh/Linux-System-Programming | /hw3/tab.c | UTF-8 | 920 | 3.609375 | 4 | [] | no_license |
5490380913b5df1924b321473767c8385adabaf2 | C | Profile-exe/OnlineJudge | /BOJ/Silver/Silver_1065_한수 (간단3).c | UTF-8 | 533 | 3.96875 | 4 | [] | no_license |
889dbad2b24891417e1a7bc7a81344b42e399a35 | C | hijs01/codingclassC | /src/008.pointer/pointerstart.c | UTF-8 | 192 | 3.21875 | 3 | [] | no_license |
3c7a6566125300e303846668ce3082b3edd9b50e | C | SnowOnVolcano/code-workplace | /compiler_homework_04_vs/compiler_homework_04_vs/list.h | GB18030 | 5,231 | 3.765625 | 4 | [] | no_license |
6cee8d9676ae9ce66b14ab36ce2d2bfee4cccd76 | C | begrey/KJMSHell | /sunmin/srcs/util_envlist2.c | UTF-8 | 1,058 | 3.171875 | 3 | [] | no_license |
fe806e4c6adfaca42b5df66227052a257dcb2d15 | C | whdgus380/cprog20 | /9/3.c | UTF-8 | 217 | 3.375 | 3 | [] | no_license |
122c920ce7a4c94aaf6c818dd5d6d3d93e1060de | C | jang010505/Algorithm | /BOJ/20001.c | UTF-8 | 380 | 2.9375 | 3 | [] | no_license |
56bc76169ab0194a8817c75e45fea8362cd395e9 | C | stylemate/C-Programming | /7.10.c | UTF-8 | 439 | 3.578125 | 4 | [] | no_license |
3880a88e681d7b5f30d1d502f95178c99225596f | C | snack655/Study_Data_Structures | /School Data Structure/08_24/08_24_callBy.c | UTF-8 | 488 | 4.28125 | 4 | [] | no_license |
acb42e771193ade6bd4497e4ba4ecd1fc64f10ff | C | xxzyyds/Drone | /Code/TI_FMU/Math/filter.c | GB18030 | 7,173 | 3.0625 | 3 | [] | no_license |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.