Dataset Viewer
Auto-converted to Parquet Duplicate
branch_name
stringclasses
22 values
content
stringlengths
18
81.8M
directory_id
stringlengths
40
40
languages
sequencelengths
1
36
num_files
int64
1
7.38k
repo_language
stringclasses
151 values
repo_name
stringlengths
7
101
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
refs/heads/master
<repo_name>kirenewardainijoas/rest-server<file_sep>/SI_PEGADAIAN/application/controllers/api/Nasabah.php <?php use Restserver\Libraries\REST_Controller; defined('BASEPATH') or exit('No direct script access allowed'); require APPPATH . 'libraries/REST_Controller.php'; require APPPATH . 'libraries/Format.php'; class ...
f971b1fcc3f9f6f0bb64e87f72e04ce2b30361be
[ "PHP" ]
2
PHP
kirenewardainijoas/rest-server
fc06b985eadc0678d72751945dffc599cbacbe5c
4f8790707e8f8f0421295c15b59985b50a006c11
refs/heads/master
<file_sep>class AddCostPerSoldToCoins < ActiveRecord::Migration[5.2] def change add_column :coins, :cost_per_sold, :decimal end end <file_sep>class Coin < ApplicationRecord belongs_to :person before_validation :make_only_symbol_for_coin private def make_only_symbol_for_coin self.symbol = s...
d9a2ab45f6b86045d05a39833e07ddb2d9602e85
[ "HTML+ERB", "Markdown", "Ruby", "YAML", "ApacheConf" ]
34
HTML+ERB
pestovpvl/bitcoinbtn
cfae601fd760a705dcd8e01e5d1e36fe143202e9
630b9d9b40dbc2f700d5977943f372d2680315b1
refs/heads/master
<file_sep># USFS-ForestInventoryAnalysis This repository contains data management/wrangling scripts I wrote while employed as a post-graduate research associate at N.C. State University in Fall 2017.
6ccaccdd80af3f7939f20cb591cfb93e5be9d9f4
[ "Markdown" ]
1
Markdown
tghays/USFS-ForestInventoryAnalysis
f9e9045d06e45b5f541a05866dc1a2abf126eaef
2bff4cb386a51f2a3ecf9e6a48a37cc99ff06cbb
refs/heads/master
<file_sep>import os import socket import sys import threading from select import select with socket.socket() as socket: socket.connect(('localhost', os.environ['PORT'])) def read_input(socket): while True: message = input('> ') socket.send(message.encode('utf-8')) read_...
3f21ee8fc74abedde92ae37de63a4923b560aab3
[ "Text", "Python" ]
3
Text
zvikfir/python-course-chat
a5827c10218a50831d8df52c96636403d7591fc1
f777882988b23aab3b97ea98d293f4bd38c9a834
refs/heads/master
<repo_name>ysh3940/v2ray<file_sep>/README.md ## 搭建v2ray的步骤大体如下:<br> 1、购买一个VPS,购买后你会获得VPS的IP、root用户及密码、SSH端口等信息。<br> 2、登录VPS,可以借助Xshell这个工具。<br> 3、安装v2ray,使用xshell成功登录VPS后,开始搭建。<br> 4、在你的设备上配置与VPS对应的v2ray信息,就可以成功使用了。<br> ## 一、环境信息<br> 服务器系统: 搬瓦工(BandwagonHost) Centos 7 x86_64 bbr<br> v2ray版本:v4.20.0<br> 客户端系统:Windows 1...
b88bbacb4efd5ade979fb0d04bf8a4bfd94212cb
[ "Markdown" ]
1
Markdown
ysh3940/v2ray
93cc5d0b28054906b16da27a71fae3208ee690a3
32a964553cc73a1a2a0831738faa05fdb9175714
refs/heads/master
<file_sep>#!/bin/bash rm -rf deploy/ && hyde gen && find deploy && git status deploy/ && git diff deploy && echo -e '\033[32mTEST PASSED\033[0m' || echo -e '\033[31mTEST FAILED\033[0m' <file_sep>--- id: 2012-12-03-comments-disabled title: Comments disabled comments: False --- This post has 'comments' metadata attribut...
7513ed165c542079c55f2d18fe2b389969fe7c17
[ "Shell", "HTML", "Markdown", "Jinja", "Python", "PHP" ]
7
Shell
vokimon/hyde-comments
8099da7da23616f8676876f8fc2ef204848dd89a
aeb93aea2392c5ae45df8f18befcf01d78b51413
refs/heads/master
<file_sep>hello-world2 ============ My first repository on GitHub c'est le fichier sur lequel je travail je peut même metre du code dans le fichier ?
7a9051f5a2657800a555d11ef2491699873af850
[ "Markdown" ]
1
Markdown
Ouddy/hello-world2
04e933d4d2b3cc6ec2ab878ffa756c7bfaf3b7f7
cc607fe427ee514789ac31f4439511de134a53a6
refs/heads/master
<file_sep>// // ViewController.h // MyQRCodeReader // // Created by <NAME> on 26/05/14. // Copyright (c) 2014 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> #import <AVFoundation/AVFoundation.h> @interface ViewController : UIViewController <AVCaptureMetadataOutputObjectsDelegate> @end <file_sep>// // V...
3b0a42d33f0ddd9c12101d5e802e584caebd732a
[ "Objective-C" ]
2
Objective-C
shanshan33/MyQRCodeReader
eb0b660f6ef043bf1e3fc95fac38f6fd2d9d814e
d5d96c051853871c58dee684959a0acfbf698af9
refs/heads/master
<file_sep># hello-world Just another respository This is a test document
3e6f17701cc3dc1371c8c0f73b07c4b5313e1208
[ "Markdown" ]
1
Markdown
kumradhika/hello-world
d7c038110459029be9006c88dc5a1a5de04e86db
5816cd44411d639dac2d4437a8bcd85643ec730f
refs/heads/master
<file_sep>set -x aws lambda update-function-code --function-name greeting-function --zip-file fileb://target/lambda-demo-1.0-SNAPSHOT.jar <file_sep>set -x aws lambda delete-function --function-name quarkus-greeting-native-function <file_sep>set -x aws lambda delete-function --function-name quarkus-spring-greeting-funct...
e3602ae4c654b577ba9e4d10bc140dc0a755a530
[ "Shell" ]
12
Shell
patriot1burke/quarkus-serverless-demos
3b91b894aaa0293c812613eea0b8d8859240afa2
ecd5711d4ee90618781463bffed5ba78f92d1cda
refs/heads/main
<repo_name>Zhanadil1509/store-on-nuxt<file_sep>/pages/index.vue <template> <NuxtLink to="/">Home</NuxtLink> </template> <template> <main class="container"> <h1>Home Page</h1> <NuxtLink to="/about">About</NuxtLink> </main> </template> <script> export default {} </script> <style> .container { margin: 0...
caa9f790b81fce247881b7eb1328fb47c82b7d84
[ "Vue" ]
2
Vue
Zhanadil1509/store-on-nuxt
63ba2c69f5c7f306aac0d64e567140b2076b777c
1e90567e2c8e339b8dc0f35ba52ed1d77efe6111
refs/heads/main
<repo_name>uc-ahmednu/it3038c-scripts<file_sep>/lab9/lab9.py import json import requests r = requests.get('http://localhost:3000') data = r.json() first =(data[0]["name"]) first_ = (data[0]["color"]) print(first + " is " + first_) second =(data[1]["name"]) second_ = (data[1]["color"]) print(second + " is " + second...
e339247e4a4575acfdcb0627ac741506878b71ae
[ "Markdown", "PowerShell", "Python" ]
8
Markdown
uc-ahmednu/it3038c-scripts
13d78957f1bf1880621d12fce1d37bd71a36e27a
44a421d7b26beda15df4975e393490b49130ba87
refs/heads/master
<file_sep>''' Created on 2017.1.8 @author: lq ''' import sys import time import uuid import json import logging import Queue import threading from config import load_config from logging.handlers import RotatingFileHandler from flask import Flask, request app = Flask(__name__) config = load_config() ...
c0d19313eecfbef5ee189b4486a41dc01593e7d7
[ "Markdown", "Python" ]
5
Markdown
liuqiang2017/myproject
8e7bb62173640fe28c52c586542b833f5f818fb4
5a60fb38cdcf0c027dd6a7f9f73f398361e68070
refs/heads/master
<file_sep>[{"descripcion":"jugar","completado":true},{"descripcion":"dormir","completado":false}]<file_sep>## Aplicación de comandos Es necesario aplicar el siguiente comando antes de correr la aplicación: ``` npm install ```
21c15117a4c707c9a95de8acd3cb6e202815fd26
[ "Markdown", "JSON" ]
2
Markdown
jesusamaro25/node-to-do
2e3bdf83855997aedb943d4e5f0359e8db6860e6
9a74abe22ffe5e9ce3012692e010600e8223ee5b
refs/heads/master
<repo_name>carloszapata/CRUD---extjs<file_sep>/README.md CRUD---extjs ============ CRUD DEMO
7ebc6d0b0d69e661f38e30506d14d15ab8b9e1d1
[ "Markdown" ]
1
Markdown
carloszapata/CRUD---extjs
c7ae66e3fea9c67b20f9be13742a48724ec568f9
2d3ca13fa5ec86af456b8620fc45a66a0f6a9f79
refs/heads/master
<file_sep>#!/bin/sh SettingsFile=/home/CouchBot/BotSettings.json rm $SettingsFile echo "" > $SettingsFile echo "{" >> $SettingsFile echo " \"Keys\": {" >> $SettingsFile echo " \"DiscordToken\": \"DIS<PASSWORD>\"," >> $SettingsFile echo " \"TwitchClientId\": \"TWITCHID\"," >> $SettingsFile echo " \"YouTubeApiK...
58e54b0f60add7cc2f8742a729a94b96c4868103
[ "Shell" ]
1
Shell
DeltaC99/CouchBot-Directory-Fixer
313b136ac6d87230af57f7c7199539b7e36a96fc
4138a0b38869ff14324a1b55e68b05fb73b48b3a
refs/heads/main
<repo_name>myujjawal/CourseraWebD_JH<file_sep>/module2/README.md # Coursera-WebD-JH
b281c4fc0bcaccdaff9a3210675101ae3dab740a
[ "Markdown" ]
1
Markdown
myujjawal/CourseraWebD_JH
e9679753adeaafabbf728cd44dafc0ec9606e8ad
428cb9813b393c611ab4d6160f889dc590ee35da
refs/heads/master
<file_sep>#This part is intened for further programming. They are not supposed to be used as I now only set up the informal partial workflow. When the formal overall flow is desired to be implemented, this part should be used as global virables setting flagPE='' #pair end or single end dir_output='/' dir_samtool='/hwf...
607a67884bcd776a69403335d826a4a0ce225ab7
[ "Python" ]
2
Python
Feverdreams/BacGenoReconstruct
9fdcbd98394370f4a221f96c35620a0aa2f341d8
b83dceb0d520fcfd835d4f4c72dccf0b4fa530f6
refs/heads/main
<repo_name>beaumontyun/portfolio<file_sep>/src/views/BlogList.vue <template> <div class="container md:w-8/12 mb-20 md:mr-80 dark:bg-black"> <p class="font-semibold md:text-4xl dark:text-white">blog</p> <br> <div v-if="blogs.length"> <div v-for="blog in blogs" :key="blog.id" class="blog"> <ro...
39cf668b6209475172f980a324a009cd87a7ee5f
[ "Vue" ]
5
Vue
beaumontyun/portfolio
759c77e9f5b4a893c161def9d1f297f2cac18c0d
977af6bc7712a26c9ac8930da89c4da237b67e34
refs/heads/master
<file_sep># tungdv practive HTML using &lt;div>
15bf5cdf3c2e7b0814e03f637db804bbdb6fe7ed
[ "Markdown" ]
1
Markdown
anhtung96nb/tungdv
9a0e37589d08bf74f6f6a1a60bb9dcefa6e1a311
7fcf8ff07fa1dbd3558e272edb5a197c69846fbc
refs/heads/master
<repo_name>abdullahalrifat959/psd-project-2<file_sep>/css/main.css /*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */ .* { margin: 0; padding: 0; overflow: hidden; clear: both; } body { background-color: #f2f2f2!important; } .header_topo_area { margin: 0; padding: 0; ...
6a8e5ac500e1cccdf42fe3da437eeb1946d805be
[ "CSS" ]
1
CSS
abdullahalrifat959/psd-project-2
ebd93433290b9e6a223434f75f63de733f8a88fe
e9959fe9a9f01b56e8b34a6de010111ffe59a7f2
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
8