branch_name
stringclasses
22 values
content
stringlengths
18
81.8M
directory_id
stringlengths
40
40
languages
listlengths
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
refs/heads/master
<repo_name>zhaoguohan123/CppDemo<file_sep>/2. 访问控件的七种方式/DemoDialog/DemoDialog/DemoDialogDlg.cpp // DemoDialogDlg.cpp : 实现文件 // #include "stdafx.h" #include "DemoDialog.h" #include "DemoDialogDlg.h" #include "afxdialogex.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // 用于应用程序“关于”菜单项的 CAboutDlg 对话框 class CAboutDlg ...
a3eb072bb9428541ee8e5f9704c543d786e89445
[ "Text", "Markdown", "C++", "C" ]
18
Text
zhaoguohan123/CppDemo
1101d089dfede2eb041f29e0df700f5d97388729
77c82f56bac016245da3c995d6e2b2bf5a4db593
refs/heads/master
<file_sep> define(function (require, exports, module) { require("jquery"); var Global = require("global") var ObjectJS = {}; //登陆初始化 ObjectJS.init = function (status) { ObjectJS.bindEvent(); } //绑定事件 ObjectJS.bindEvent = function () { $("#iptPwd").on("keypress", func...
75c8cf8618b3e4e71813601f214bb7524e95d37d
[ "HTML+Razor", "C#", "ASP.NET", "TSQL", "JavaScript", "CSS" ]
51
HTML+Razor
mugeluo/WinWar
c4d125cdfcae9942aefde8db933e4ea6c5a25429
8f21b1789a88b6fadcdeed165a4dff67412b01a7
refs/heads/main
<repo_name>jeffrichley/primal<file_sep>/pixel_class.py import numpy as np from pygame.sprite import Sprite from pygame import Surface # Define a class for our pixels/grid spaces class Pixel(Sprite): def __init__(self, x, y, screen, color, scale): super(Pixel, self).__init__() self.x = x * scale ...
4bb7f6b5a1becd0bbe809114ffa79936205febc6
[ "Python" ]
14
Python
jeffrichley/primal
6b06de7051dda63cc1c215389ac7112c72b04dc0
4ef070c3d5ac001873250a47a662ac8877eb6c9e
refs/heads/master
<repo_name>Karrar98/TranslateApi<file_sep>/app/src/main/java/com/example/translateapi/repositry/TranslateRepository.kt package com.example.translateapi.repositry import com.example.translateapi.model.ResultTranslated import com.example.translateapi.network.Client import com.example.translateapi.utils.Constant import c...
6d1b6efdebeab35d80823e443726cd88097a728d
[ "Kotlin" ]
8
Kotlin
Karrar98/TranslateApi
875d260e4c68a667dcca57849ca7b2a70c60827f
0a2e5ae97e869d4645cde6e7be320e0d849b2ce1
refs/heads/master
<file_sep>// // BaseViewController.swift // Coordinators // // Created by <NAME> on 11/07/2020. // Copyright © 2020 <NAME>. All rights reserved. // import UIKit class BaseViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let label = UILabel() label...
76b762d776c54bf1262b9f0fe5f3a21d3c271aec
[ "Swift", "Markdown" ]
18
Swift
arkhigleb/coordinators
65f957109b26e5e9c584df70f9406bcdb5ce8904
794ec2957fd52eb398564b76effff9c3a1129d35
refs/heads/master
<file_sep>namespace Divisas2.ViewModels { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Reflection; using System.Windows.Input; using Divisas2.Models; using Divisas2.Services; using GalaSoft.MvvmLight.Command; using System.L...
da938c95e7d82898f67bf4fc253143aac9d991d4
[ "C#" ]
7
C#
Zulu55/Divisas2
957a43ac0ca2f54362fbfe21c46fef773269a5b9
4f1dcbb8ff8b606a46fb8491d4660cbd9db9316e
refs/heads/master
<repo_name>hplegend/algorithmSolve<file_sep>/src/main/java/hplegend/sort/MainTest.java package hplegend.sort; /** * Created with IntelliJ IDEA. * * @author hp.he * @date 2019/6/14 16:03 */ public class MainTest { }
fd685646562781de4f443582fae2a40b74934df7
[ "Java" ]
1
Java
hplegend/algorithmSolve
03ac30ffbccc4e360faf3d2099d5eeffb22bd5a8
d12b692ffd657e7ce6d7a95b3fddc5bdfe193c85
refs/heads/master
<repo_name>yamaguchi-yumiko/mococon<file_sep>/other.php <?php require_once('header.php'); ?> <?php require_once('nav.php'); ?> <main class="Other-content"> <section class="item-category category"> <h1>Other</h1> <div class="items"> <div class="item-category"> <div class="item...
bf915ccadf35b0eb878c63bcf037cec2dd88a1cb
[ "Hack", "SCSS", "CSS", "PHP" ]
15
Hack
yamaguchi-yumiko/mococon
946ac80555cce85ffe8fc2a231e957f32a806a88
8ae29702c157b1384ddd21d509a139043874c76e
refs/heads/master
<repo_name>sophomore99/JavaScript-D3<file_sep>/README.md # JavaScripts-D3-SVG 1. We can use JavaScript's D3 library to represent data. 2. I have drawn some chart and tried to make some beautiful design using this library.
89c0316dd7b0bb8c56ae2e81ad95e3284594a698
[ "Markdown" ]
1
Markdown
sophomore99/JavaScript-D3
775f89ac52d99b8abc3fcce7b7258c239b588ed9
c1842797556024703765fe8408d1fe02a11425e1
refs/heads/master
<repo_name>cjjhust/StarterLearningPython<file_sep>/index.md **This is for everyone.** >In the begning when God created the heavens and the earth. the earth was a formless void and darkness covered the face of the deep, while a wind from God swept over the face of the waters. Then God said,"Let there be light"; and the...
d906a28cbecd90270afdf723b0ea073fd03176ba
[ "Markdown" ]
1
Markdown
cjjhust/StarterLearningPython
e35da9c490d63084f1e4c555c199835fe6d1e9c0
9a4fd5e7d506cba61efc71af76942fefa63f14c6
refs/heads/master
<file_sep># Connect-Four-jQuery-JS<file_sep>// $('h1').click(function(){ // console.log("There was a click!"); // }) var boardButton = $('button'); var table = $('table tr'); var playerOneName = prompt('Player 1: \nEnter your name.') var playerOneColor = 'red' var playerTwoName = prompt('Player 2: \nYou must als...
4453f3d0f61cf913a85f233b78cf5bbc02140265
[ "Markdown", "JavaScript" ]
2
Markdown
bfolks2/Connect-Four-jQuery-JS
f4db9994f456b8e31dae29c1f8fc842272f1a9ca
7d508717e50420474412dbf57b014fcaebe97202
refs/heads/master
<file_sep>package main import ( "fmt" "src/calculator" "src/stringutil" ) func main () { fmt.Println("Calculator Programme") fmt.Println("Add : ", calculator.Add(12,10)) fmt.Println("Sub : ", calculator.Sub(12,10)) fmt.Println("Mul : ", calculator.Mul(12,10)) fmt.Println("divide : ", calculator.Div...
83bbb05a3415fce4c3c1dd396d0c4e3da6bf186d
[ "Go" ]
54
Go
bhushanwankhede/Go_workspace
0a2121849162aef8d7a853a55b8583bab4a86e74
dda25767e9a1604fbbdacc0f5f894fa422f5d375
refs/heads/master
<file_sep>/* * The MIT License (MIT) * * Copyright (c) 2015 baoyongzhang <<EMAIL>> * * 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 t...
c2167903b9aadc6db7ee7d45acfced4fb94a5068
[ "Java", "Markdown", "Gradle", "YAML" ]
6
Java
baoyongzhang/Smirk
862033876ff20f2d7a9bc91f9cc2271374aa2a41
ef3f42bc69f425d5fe6bdfd9bdb81c1de829159a
refs/heads/master
<file_sep>Given a number N, both players subtract a factor of N from it turn by turn until one of the players can't do so anymore. That is : After subtracting a factor : N := N-K , where K is a factor of N. You're playing against the computer so it always plays to win!<file_sep>#include<bits/stdc++.h> using namespace...
454f09c15a6e0078725dd2afec8ec8872ff43eb2
[ "Markdown", "C++" ]
2
Markdown
OrionStar25/Factor_Game
f97faafb2179c45aa305003b2e8da14513738f51
f457d6c75e34e0c083836002473a8c52a7c2e1f8
refs/heads/master
<file_sep># hello-world WADDUP BROSKIES!!! I am Joe, learning how to use github. I love programming and learning in general.
a71cc2a8c91fb6dc0fa99d28fde0c14e0d7894b3
[ "Markdown" ]
1
Markdown
kylekatarn/hello-world
eaa7886434137040b6447577fd739d0406c6732b
cd92b7708b8fd1ec340c8ab37969c3e489ff33c0
refs/heads/master
<repo_name>mchrapek/studia-projekt-zespolowy-backend<file_sep>/gateway-service/src/main/resources/application-dev.properties eureka.client.service-url.defaultZone=http://eureka:8761/eureka/ eureka.instance.prefer-ip-address=true server.ssl.enabled=true server.ssl.key-store=classpath:progzesp.p12 server.ssl.key-store-p...
a7228879491dc8d0cf2c3cdc24b123d567dafdad
[ "Shell", "INI", "Java", "Groovy", "Markdown", "YAML" ]
130
Shell
mchrapek/studia-projekt-zespolowy-backend
196ea7576834b6811ea648370cd069540be5f4bb
9762be6dab96363b6a03b3a2b3d2a37aafef8b6f
refs/heads/master
<file_sep><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><NAME>'s Recipes</title> <link rel="stylesheet" type="text/css" href="styles.css" > </head> <body> <div id="container"> <header> <h1><NAME> Recipes</h1> <nav> <ul> <li><a class="current" href="index.html">Home</a...
cb58b2a5c5317eec8811d92d3548625c7b1790a8
[ "Markdown", "HTML" ]
2
Markdown
RBertoCases/C376-Web-Project
511fce989245d0d2a33315c05c4f0b5b9e525bad
b6df98803a2d499bcf4f6295b437a262fdcea43e
refs/heads/master
<repo_name>qiyulin/php_workspace-Base<file_sep>/Base/.htaccess RewriteEngine on #default RewriteRule ^index/(\w+)$ index/core/$1.php [NC] RewriteRule ^admin/(\w+)$ admin/core/$1.php [NC] #index RewriteRule ^index[/]{0,1}$ index/core/index.php [NC] RewriteRule ^admin[/]{0,1}$ admin/core/index.php [NC] RewriteRule...
1b11febe14271708f75de57e1a2990b1b0f6e152
[ "Markdown", "SQL", "ApacheConf", "PHP" ]
18
Markdown
qiyulin/php_workspace-Base
96c3c3891bea23925627248a09563fb82e1dba62
dd4e7541d6c0f0be593f7dbfe3170e9e14b16d0a
refs/heads/master
<file_sep><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>ru.lipatkin.e...
fe8ac39a3b5bac251e64dfde2c418e02afd3ddcd
[ "Groovy", "Dockerfile", "YAML", "Maven POM" ]
4
Groovy
dempj/spring-boot-openshift-hello-world
fd829244b7f6ec101746d17bb23ea8176bbefa4d
d78afd3a1da7c680b580c13f15b26a81e6266979
refs/heads/master
<repo_name>irsl/knc-memory-exhaustion<file_sep>/README.md # Product "KNC is Kerberised NetCat. It works in basically the same way as either netcat or stunnel except that it is uses GSS-API to secure the communication. You can use it to construct client/server applications while keeping the Kerberos libraries out of you...
57fa7252a573a6744534ce04d87161a525ecf6c4
[ "Markdown" ]
1
Markdown
irsl/knc-memory-exhaustion
268cbef2635204f59cbf866326c68c9f008ecac8
a5917a949a308887ab194c501db4ff155158a5ee
refs/heads/master
<file_sep># Keys ## Generate Keypair ```bash $ keytool -genkeypair -alias mykeys -keyalg RSA -keypass mypass -keystore mykeys.jks -storepass mypass ``` ## Export Public Key ```bash $ keytool -list -rfc --keystore mykeys.jks -storepass mypass | openssl x509 -inform pem -pubkey ``` # Flow ## Get Token ```bash $ curl t...
52972cc580b1f94ebe8434f4c01cd556a0922259
[ "Java", "Markdown" ]
5
Java
MathiasBoehm/oauth-demo
512bf4355d50c29308964bf9e746a73ac856cdae
39ef8a3c30f6e6409891bd3b771dee2950e1a39a
refs/heads/main
<file_sep># stad_mealapp My flutter project on mealapp
0cc44ed955dc1b446ff2ef85bacd997acf87a209
[ "Markdown" ]
1
Markdown
winnie184317y/stad_mealapp
f6675e57b2b5a9d29e5497e424054031b93ce35f
5696a7f6c40afcbd9b550580fa3917542c9ed94c
refs/heads/master
<repo_name>aparajita/SCKit<file_sep>/Tests/SCStringTest.j /* * SCStringTest.j * SCKit * * Created by <NAME>. * Copyright (c) 2010, Victory-Heart Productions. * * Released under the MIT license: * http://www.opensource.org/licenses/MIT */ @import <Foundation/CPBundle.j> @import <AppKit/AppKit.j> @import <SCKit...
1d69198d0a79ffa1369fff2e0b056b15ab168502
[ "Markdown", "Objective-J", "PHP" ]
15
Markdown
aparajita/SCKit
146afa3c9e2d8e5e47fbc8c2058acafc2a8b753f
c5939a7480e0141a5a3872d8987479f2eb213648
refs/heads/master
<file_sep> import mnist_loader training_data, validation_data, test_data = \ mnist_loader.load_data_wrapper() import network net = network.Network([784, 30, 10]) net.SGD(training_data, 30, 10, 3.0, test_data=test_data) # check one digit # import numpy as np # np.argmax(net.feedforward(test_data[0][0])) # execfile('...
6c6c0af7da111c8299586c8b62e8e4d308cdd159
[ "JavaScript", "Python" ]
4
JavaScript
gonnavis/neural-networks-and-deep-learning
6584bf4ba8cb79c0ae71c6fbcd370e25e5be2443
4c0b3a1ba76400668d4ba79223c65e4fa59b9552
refs/heads/master
<file_sep># Time Machine UI **Iron Yard Class Assignment** Time Machine UI shows the current year and increases every second when the right button is push, decreases every second when the left botton is pressed, and stops when the middle button is pressed. See screen shot below. ## Screenshot ![Time Machine Screen S...
1bb1bb5ec59333c96e764dc87e7db9a3c331d8fb
[ "Markdown", "JavaScript" ]
2
Markdown
ReggEvans/timeMachine
89e78fdcc714f2e2f1f27d7bc8234bd5ed5f3f4d
8364b13d9239012310872fa2c62214c523ccc6db
refs/heads/master
<repo_name>mzorec/Natasha<file_sep>/src/Natasha/Builder/MethodBuilder.cs using Natasha.Template; namespace Natasha.Builder { public class MethodBuilder : MethodDelegateTemplate<MethodBuilder> { public MethodBuilder() => Link = this; } } <file_sep>/src/Natasha.Reverser/Reverser/TypeNameReverser.c...
697a54813d2c91e7ac446202e95843a4ffa0155b
[ "C#", "Markdown" ]
16
C#
mzorec/Natasha
bef18006af092c14d4ab3a40b959129e6c4266f0
5e3fe219c0e9ec83ee89ca863dcdf1d464652ddb
refs/heads/master
<file_sep>package com.johnfe.login; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.Toast; import com...
3011ed2eb365b99e49cf402e068a5a17d0622fb6
[ "Java" ]
2
Java
eulosoft/Login
b84c097b414a866770202951a9a62dada38752d4
d423f9fa68300efd77493cfd1341f67821c4df40
refs/heads/master
<file_sep>====== object ====== Object Storage v1 object create ------------- Upload object to container .. program:: object create .. code:: bash os object create <container> <filename> [<filename> ...] .. describe:: <container> Container for new object .. describe:: <filename> Loca...
ea474c0a13ddedb9faee4c7ff8b214ca8d123d29
[ "reStructuredText", "Shell", "YAML", "Python" ]
87
reStructuredText
FUJITSU-K5/python-openstackclient
3737c5a842f727ad9d28fd10af67784efc6ab416
b835fe841756e3bed4390dfcddd13bb7a6dac7b8
refs/heads/master
<repo_name>VinayakaMalya/helloworld<file_sep>/README.md # helloworld My first repository Hi I am <NAME> I am from Thirthahalli
1a557f0859195f3b41fd365612593b0ec671f993
[ "Markdown" ]
1
Markdown
VinayakaMalya/helloworld
c71daeb61e947ebcff2c581e9f6cb65c6989f430
c976c1cfc658a4cc79bf2617e9dfd2da820db04f
refs/heads/master
<repo_name>kekeen/chongqingzhongdian<file_sep>/app/templates/global.json { "site": "ejs-demo", "styles": [ "../css/custom-bootstrap.css", "../libs/font-awesome-4.7.0/css/font-awesome.min.css", "../libs/icheck/flat/_all.css", "../libs/datetimepicker/jquery.datetimepicker.min.css",...
e89939b4ba173089213329f9f6a0d801c9899e6f
[ "HTML", "EJS", "JavaScript", "JSON", "Less" ]
24
HTML
kekeen/chongqingzhongdian
17876241da5c982ef444a0af7ffa2f7cd1471f41
42873618b57a58457236fe95b801301ec7ef989b
refs/heads/master
<file_sep># micro-ROS-Agent [![GitHub license](https://img.shields.io/github/license/microROS/micro-ROS-Agent.svg)](https://github.com/microROS/micro-ROS-Agent) [![GitHub release](https://img.shields.io/github/release/microROS/micro-ROS-Agent.svg)](https://github.com/microROS/micro-ROS-Agent/releases) ROS 2 package u...
41b142508c7b2b3e19fa072b6ec4e8e12d75e18e
[ "Markdown", "C++", "Shell", "CMake" ]
8
Markdown
YasuChiba/ROS2_practice
dd832ec4369577d37859b80e3fe7ea12bfd5a30a
c4f5d17dfd11074de5f7d4eb08b9cc1f47d52dc9
refs/heads/master
<repo_name>nicktindall/cyclon.p2p-vanillajs-example<file_sep>/README.md # Minimal vanilla JS example of cyclon.p2p to run: `npm install && npm run start` <file_sep>/src/StatsReporter.js class StatsReporter { constructor(logger) { this.logger = logger; this.successfulShuffles=0; this.error...
24ebb8b4293609862b2c0ba542ad6bf3b0c9d995
[ "Markdown", "JavaScript" ]
2
Markdown
nicktindall/cyclon.p2p-vanillajs-example
47d104a72c27563a3f0bb066f09762de7b7070c0
5e00c4a709712cebdab46da2ab256d7869441717
refs/heads/master
<file_sep>[sripagadala@ip-172-31-11-85 root]$ time hadoop jar /opt/cloudera/parcels/CDH-5.9.1-1.cdh5.9.1.p0.4/lib/hadoop-mapreduce/hadoop-mapreduce-examples-2.6.0-cdh5.9.1.jar teragen -Dmapreduce.job.maps=4 -D dfs.block.size=33554432 100000000 /user/sripagadala/teragen.out real 2m24.434s user 0m6.063s sys 0m...
73f0aaa5922c7c6036249cce88436a9cca0003e3
[ "Markdown" ]
7
Markdown
sripagadala/SEBC
f3f93292a6777e551683754c55292d481f22de81
160408316fb4c1a0098e8b443ce4c8974e772076
refs/heads/master
<file_sep>--- title: Learning Rmarkdown author: '' date: '2020-05-17' slug: learning-rmarkdown categories: [] tags: [] --- <p>test</p> <file_sep>--- title: Learning Rmarkdown author: '' date: '2020-05-17' slug: learning-rmarkdown categories: [] tags: [] --- test
b787ba9b78820fd27a62ffa20b845a80afd4281a
[ "RMarkdown", "HTML" ]
2
RMarkdown
yxzoe/LearnR
349f2244a9b0b74002c12b425da87382543c6dc4
b89b6082907f1ef3bfe676acfd53811fb046eca1
refs/heads/main
<file_sep># WEBSITE [uldl.me](https://uldl.me) <file_sep>import React from "react"; class Title extends React.Component { constructor() { super(); this.state = { text: "uldl" }; } //set the text onMouseover(e) { this.setState({ text: ` uplinkdownlink ` }); } //clear the text ...
d8c63149142c6c9021f6a8a608897ef022807d7e
[ "Markdown", "JavaScript" ]
3
Markdown
uldl/web
176642d80b7922174c2e8ceb41e5a2b572dbcc69
d5cd714822a6ea84550c837438dd15c9df6d5042
refs/heads/master
<repo_name>cucuzzaro/CR<file_sep>/Royale.py #!/usr/local/bin/python3 ''' Web scraper for www.royaleapi.com Returns a web page with most popular decks filtered by the specification given in the argument ''' import argparse import django import os import requests import webbrowser from bs4 import BeautifulSoup as bSoup ...
1bad6c476bbaa69ef9593c1f199273491984c47a
[ "Python" ]
1
Python
cucuzzaro/CR
713d90ae18d359891aa80dfcc638c2e85fb3e40d
cfec43f504a80b95cbde7380e2cd18d4cf69f587
refs/heads/master
<repo_name>bhavneetSinghAhuja/WineTasting<file_sep>/src/main/java/CalculateResult.java import java.io.IOException; import java.sql.SQLException; /** * Created by bhavneet.ahuja on 24/11/14. */ public class CalculateResult { public static void main(String args[]) throws IOException, SQLException { ParseI...
0993ca84dddabb14399cc86dbd494a6cc8de138a
[ "Java" ]
2
Java
bhavneetSinghAhuja/WineTasting
7c3701f51c1db3ff38e6e251714b11f094eaff3b
0df89d882348ffab94a111b691c0b481d6f23e63
refs/heads/master
<repo_name>AlfredMulder/Django_work<file_sep>/django_structure/lib/python3.6/reprlib.py /home/far/anaconda3/lib/python3.6/reprlib.py<file_sep>/django_structure/src/django_structure/settings.py """ Django settings for django_structure project. Generated by 'django-admin startproject' using Django 2.0.3. For more infor...
f3065d37482cffadb5fe8caa397a8cc946710485
[ "reStructuredText", "Markdown", "HTML", "Python" ]
48
reStructuredText
AlfredMulder/Django_work
5d347d6897f58f6977ab584a80edb111ed2dabaf
6d006f8b1e0c679ed43377fb891d215e870114a9
refs/heads/master
<file_sep>CSS PROJECT: Viết lại giao diện trang meetup.com
9b081ccaf93cafe63d1a5cfb012e57630a49ce52
[ "Markdown" ]
1
Markdown
kimduyenle/Meetup
052a49583d3ae507137b31242b28acfa5e38d0e2
a5eaa1397e5aabdc8437838dff4bfa60bb99f1ae
refs/heads/main
<repo_name>xiaohei-maker/apple<file_sep>/README.md # name # name # apple
92dded1626526ff3c851dcad9f5ee679e97beafd
[ "Markdown" ]
1
Markdown
xiaohei-maker/apple
4e9b09aaabd70e6346b1531a87b81b0d19d6f86d
cd20afeb5d529985dcc5f3d1693418d34783aadd
refs/heads/master
<repo_name>fancfd/Rails_10days<file_sep>/README.md # Rails_10days This is my learning notes of rails 10 days! There's 3 step used to push the file to github. ```bash git add README.md git commit -m "add one line in @README.md" git push origin master ``` or just use ```bash git commit -a -m "add one line in @READM...
e536d4f6453b34ed37902875e61e9df62ed288f9
[ "Markdown" ]
1
Markdown
fancfd/Rails_10days
2c0011ea361379c22600bc55b6b9c3f9bfc01d8d
7f5da102246ed5ed504402b03b1d40428253ad74
refs/heads/master
<file_sep># mysample1 My sample repo for managing checkouts and branches
3aaf6711da25d667905ffc02f0709fbcf2e3f56c
[ "Markdown" ]
1
Markdown
rtp19/mysample1
0e92115ffed535a9e295191987744353133195f2
aeef042121bf58f1343565bda941f9449bf3f434
refs/heads/master
<repo_name>OpenMageModuleFostering/ds_similarorder<file_sep>/app/code/community/Ds/Similarorder/Block/Adminhtml/Similarorder/Grid.php <?php class Ds_Similarorder_Block_Adminhtml_Similarorder_Grid extends Mage_Adminhtml_Block_Widget_Grid { public function __construct() { parent::__construct(); ...
98588086f9db9cd5e60a0f8e968e992797b1ab3a
[ "HTML+PHP", "JavaScript", "PHP" ]
9
HTML+PHP
OpenMageModuleFostering/ds_similarorder
d813d97386e756aad5fb2c72c71dac1e54340e07
dfcf4f181c57c958789b7ac8fbb4ee81521be6ee
refs/heads/master
<repo_name>naveendewasurendra/PAF_2019<file_sep>/dashboard/scripts/users_handler.js $("#users_userlist").ready(function () { $.ajax("http://localhost:8080/sellnbye/api/user", { contentType: 'application/json', type: 'GET' }).done(function (response) { var newItem = ""; $.each(re...
d25ef3f7a6aee55ac6a7f263437aca16eb1e8b02
[ "JavaScript" ]
1
JavaScript
naveendewasurendra/PAF_2019
5a5a96d62b7b597a881afad697b9ecc467bcd796
2f1d33bb61967b512ddc1693b4be82a60cf7ad24
refs/heads/master
<repo_name>guysmoilov/client<file_sep>/wandb/sweeps/__init__.py from wandb.sweeps.bayes_search import BayesianSearch from wandb.sweeps.grid_search import GridSearch from wandb.sweeps.random_search import RandomSearch from wandb.sweeps.hyperband_stopping import HyperbandEarlyTerminate from wandb.sweeps.envelope_stopping...
938be5aed9616aa44bf8ca9e5931bfeeb5a65234
[ "Python" ]
1
Python
guysmoilov/client
28b818c5302e935ba269b9d4480e97903c28b8b2
b4a8d935917307f0f3abaa753000bc4a92faea2b
refs/heads/master
<file_sep>#! /bin/bash sl -l clear echo "\n \n \n \t \t \t HELLO WORLD!!!" sleep 3 <file_sep>#! /bin/bash apt update -y apt upgrade -y apt-get install sl -y chmod +x ./hello_world.sh ./hello_world.sh <file_sep># hello-world пытаюсь разобраться что да как )))
28d1f2204aa52717606d12c2a8a0dd7588249b46
[ "Markdown", "Shell" ]
3
Markdown
kino46danila/hello-world
7f3291cf80766b59490edf9b16cafd12f4167ce4
c078625b662e4e49edfeafcb7202f289bac91e84
refs/heads/master
<file_sep>/*--------------------------------------Cloudinary--------------------------------------*/ /* https://cloudinary.com */ /* Dev. <NAME> */ /* ...
d5346db609e1930eee8fa4359bb0175f44fc3fcd
[ "Markdown", "JavaScript" ]
2
Markdown
TuNguyenThanh/Cloudinary
ca647407515619363ad9abfbf6ed68723892c548
4671a64b2fe79711cf34ff4a28a42a32cc1f0185
refs/heads/master
<repo_name>sami-suliman/rails-project-kanban-application<file_sep>/app/views/parts/show.html.erb <h2> Part Number: <%= @part.part_number %> </h2> <h2> Part Name: <%= @part.part_name %> </h2> <h2> Part Description: <%= @part.part_description %> </h2> <%= link_to "|Edit|", edit_part_path %> <file_sep>/app/views/orders/n...
2f20226a5c4bb1d27eba8475822c9db822777feb
[ "HTML+ERB", "Markdown", "Ruby", "YAML" ]
22
HTML+ERB
sami-suliman/rails-project-kanban-application
c427e75d6d54cb76eacadec2657602db8c8643e4
c2cc225d42910b93f1ea480a8fd4d80f3626060c
refs/heads/master
<repo_name>Veivan/TwLogin<file_sep>/src/main/TwitterLogin.java package main; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.CookieHandler; import java.net.Cookie...
e259bd3a43f2ae28e7d69c55f3504039cba11fbf
[ "Java" ]
1
Java
Veivan/TwLogin
2dea500c5b775457ef0f395480566d6016bef916
5501242e13e4496a237531075a6448d87c456374
refs/heads/main
<repo_name>AntonTech420/2d-Game<file_sep>/PewPew/Assets/Scripts/Asteroid.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class Asteroid : MonoBehaviour { public Sprite[] sprites; public float size = 1.5f; public float Minsize = 0.5f; public float Maxsize = 10.0f...
00ae574698f4e41411ecd5206fd70e04f8258de2
[ "C#", "Markdown" ]
4
C#
AntonTech420/2d-Game
78ba58a55450c1faa08cda9b93fd8a5e02e7f9d9
4c92b3baf1143169f21707a1a2bca51b33cce6b3
refs/heads/master
<repo_name>afifafian/Phase-2-live-code<file_sep>/server/controllers/UserController.js "use strict" const {User} = require('../models') const jwt = require('jsonwebtoken') const bcrypt = require('bcrypt') class UserController { static register (req, res) { const newUser = { email: req.body.emai...
bbd03856d6868cdc5845cabf059c10541f070bb8
[ "JavaScript" ]
4
JavaScript
afifafian/Phase-2-live-code
6c32f1c7e50af67289f69c0d94f60c2266ba87ef
6f874ebfbe6e7993fefd524382d581790125301e
refs/heads/master
<repo_name>demis-group/rucaptcha-client<file_sep>/src/Exception/RucaptchaException.php <?php /** * @author <NAME> <<EMAIL>> */ namespace Rucaptcha\Exception; use Exception; class RucaptchaException extends Exception { }<file_sep>/src/Extra.php <?php /** * @author <NAME> <<EMAIL>> */ namespace Rucaptcha; clas...
93f58edf0d3ff6eac96cd8b90d506d8c818b3442
[ "Markdown", "PHP" ]
4
Markdown
demis-group/rucaptcha-client
0a64d2b64e0c3ac84fcba8500d280b5088926d2b
bd42406f1e3fb347860d21385bf7d60f7a537d3e
refs/heads/master
<repo_name>Aviala7/Ruby-exercices<file_sep>/Ruby/exo_16.rb puts " Ton age ?" user_age = gets.chomp.to_i user_year= 2020 - user_age i = user_age y = user_year x = 0 while y <= 2020 do i -=1 x +=1 y +=1 puts "Il y a" + i.to_s + "tu avais" + x.to_s + "ans" if i == 0 end end <file_sep>/Ruby/exo_19.rb ary = [] g...
5a138054038e07bc79d10b315127e89cb49d7908
[ "Ruby" ]
16
Ruby
Aviala7/Ruby-exercices
e4645c00ceab318b660031926a5a720e72cbb1c3
5630c2d6eb7b3c6369af368cbec68d0722e30473
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Numerics; namespace KthFactorial { public class Program { // Kth Factorial //In mathematics, the factorial of a non-negative integer n, denoted by n!, is ...
bb9f4d3b0d111539a58c2acd94269b4e860aa4db
[ "C#" ]
3
C#
svetlik/core-ruby-solutions
1787ea79286143e5f4124c48dcb286335c676a88
515ca72291e9fcd9780270fd9a67025087417ecd
refs/heads/master
<file_sep>#GitTest # Lizhuo Push # Lizhuo Push2 # Lizhuo Push3 # Lizhuo Push4 # Lizhuo Push5 #ryeagler edit
b99c6a845772404019ad73c8344f4b1166ab3cdd
[ "Markdown" ]
1
Markdown
Ryeagler/GitTest
aba6a79921c95a9307555bb60e631b77277ba213
a5c616b637c67c80a2f47af1e0f95656ac6a2f3d
refs/heads/master
<file_sep>/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ GtkWidget* create_fenetre_ajout (void); GtkWidget* create_fenetre_afficher (void); GtkWidget* create_fenetre_modifier (void); GtkWidget* create_window1 (void); <file_sep>#include<stdio.h> #include<string.h> #include "equipement.h" enum { TYPE, MA...
171204a89acd3a0dba1ecb7b1b1f026ef965bdbe
[ "C" ]
3
C
saberherbegue/SmartFarm
4292f6f517421e4fc1b31decfd2012830e21ac44
947dbe3e98bf17805bac371f3d2e2491e1259f6f
refs/heads/master
<repo_name>kumavis/meltdown-spectre-javascript<file_sep>/README.md # Meltdown & Spectre JavaScript checker This is a meltdown & spectre checker found online: https://xlab.tencent.com/special/spectre/spectre_check.html https://kumavis.github.io/meltdown-spectre-javascript/meltdown-checker.html
1039393815d91800f2f943e6dadd705e1dd94911
[ "Markdown" ]
1
Markdown
kumavis/meltdown-spectre-javascript
84b40ff57a384387de68d07c56e4891b6b4184dd
8004f47a912d531de0f790564243bd1f3e354073
refs/heads/master
<repo_name>VanceLongwill/gomonsters<file_sep>/monster.go package main import ( "errors" "strings" ) const ( monsterNameLength = 8 // Assumption: 8 characters is long enough to ensure uniqueness per game ) var ( // ErrMonsterNotFound is returned when attempting to access a monster which doesn't exist in the colle...
df0476bffcc0a2cd575d60ced5960771da86e661
[ "Markdown", "Go" ]
11
Markdown
VanceLongwill/gomonsters
fe123a343dac5c37c81e372ffc35fe9882f97709
c4c264aa2bf4304986a00025844e5d384fb005bd
refs/heads/master
<repo_name>kaizadp/fticrrr<file_sep>/reports/fticrrr_report.Rmd --- title: "fticrrr report" output: github_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, warning = FALSE, message = FALSE, ...
1d5dfd2bf8d155121693044d4b67d0a8e3318533
[ "RMarkdown", "Markdown", "R" ]
14
RMarkdown
kaizadp/fticrrr
7d746b31379a6251cc8f74e8d299ed8ce125baf7
2ac0730e33cc1bed62d6f8b1461670595492212e
refs/heads/master
<repo_name>Nastasia8/n-g<file_sep>/NewTest.py string = 'Python is an interpreted, ' \ 'high-level and general-purpose programming language. ' \ 'Python\'s design philosophy emphasizes code readability with ' \ 'its notable use of significant whitespace. Its language ' \ 'construc...
56a52312c5bcd965efd29ebd6c135e3b472e9235
[ "Markdown", "Python" ]
2
Markdown
Nastasia8/n-g
4cc916230c1f8f00babf85b911f15968e3fa698d
c1aa3f835013764ef1c558cb33c6bcabb2a2bb6b
refs/heads/master
<file_sep># Laradock guide Welcome to the Laradock guide,<br> Here you will learn how to deploy laravel in a docker container.<br/> Everything is nicely explained, some of the line-numbers may have changed, since we keep pulling the latest version of laradock into our new projects, if you experience errors and can't f...
088a2fdda7b3af9da893bcee9bfd322f64faca97
[ "Markdown" ]
1
Markdown
rafaello104/laradock
9f3b57bf4b25f018e5a3f0d54508427cbb4eeada
4b8a1b94d3f819b8cb38b408a725b8854c8ca1e7
refs/heads/master
<repo_name>yansixing/blog<file_sep>/README.md # blog Powered by Hexo. http://floatingmuseum.net/
820bae1d52c747f8ac1b743454cccdf9ea25395a
[ "Markdown" ]
1
Markdown
yansixing/blog
19aa9e8ef9147bc8d816dc061df4452ed561a49a
ba421d4159bb87530c88bd96625ab06028938e7c
refs/heads/master
<repo_name>averybroderick/ruby-music-library-cli-v-000<file_sep>/lib/Artist.rb class Artist extend Concerns::Findable attr_accessor :name, :songs @@all = [] #Instance Methods def initialize(name) @name = name @songs = [] end def save @@all << self end def add_song(song) new_song ...
f689c9f2e296033e51af25dbcc2676b828899fe4
[ "Ruby" ]
4
Ruby
averybroderick/ruby-music-library-cli-v-000
1b8731802b93efffbd3099bcaf5abb56ad96b189
a31b8734f2020648f1017e60a104d78cbe60fe3c
refs/heads/master
<repo_name>GubarSerg/fabrics<file_sep>/src/scss/layout/footer.scss .footer__contact-block { background-color: color(secondary-grey); } .contacts { @media screen and (max-width: 320px) { text-align: center; margin-bottom: 20px; } @media screen and (min-width: 1200px) { width: 240px; } } .contacts...
b3897e43d5da47bb6f25b29444cd58022180f64c
[ "SCSS" ]
7
SCSS
GubarSerg/fabrics
4101d61c5c4786a44ba31f9da3ab4f97c9c3d237
7e9832cd42f49c29f5c086b44c9734ed555aa021
refs/heads/master
<repo_name>les113/gttwo_mob<file_sep>/index.php <?php require_once('../connections/cardealer.php'); ?> <?php /* page content */ $colname_rs_pagecontent = "-1"; if (isset($_GET['pageid'])) { $colname_rs_pagecontent = (get_magic_quotes_gpc()) ? $_GET['pageid'] : addslashes($_GET['pageid']); } mysql_select_db($database_...
9ccd8e9acaf6f0638b8bd8810a6656ee5603c468
[ "PHP" ]
2
PHP
les113/gttwo_mob
e40eea5f13d8552bc8ad4b94bd74af42276b1a86
43f459176feabdeb24dad7976d32d69d9898e20e
refs/heads/master
<file_sep><?php session_start(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--added favicon --> <link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" href="favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon"...
bf598661587f8d7716b86abafe529940856bc5a9
[ "PHP" ]
2
PHP
eju105/Park_It_app
5e90d81c7582130622aeccdf7945f7057dbfa36a
00575d793279a77799536c9998d84ebea4c30335
refs/heads/master
<repo_name>ZohaibS/NBA-Lineup-Optimization<file_sep>/README.md # NBA-Lineup-Optimization A short paper describing a method of optimizing roster rotations.
81f4b23110295edb85a97517328a2b09aa5fd2f7
[ "Markdown" ]
1
Markdown
ZohaibS/NBA-Lineup-Optimization
cbc680b1e5426eb418d785ce25ceaab1ed8482f9
d9a71a023f6299815fe1fc31cec3f0b719aa8e20
refs/heads/master
<repo_name>sparta-prog/iConnect<file_sep>/README.md ## how to use ``` npm install -> install all dependencies from package.json npm run dev Go to localhost:3000 ```
4080a0fa7c9f88c19b64d8a0ec45c6806e0871b9
[ "Markdown" ]
1
Markdown
sparta-prog/iConnect
c964bd6cc69e37f6eed9ea73accbdc2b00824dbe
642aa8cff61f15afa402c070af9a06da0bdabfa6
refs/heads/master
<file_sep>FROM node:10.15.1-alpine RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY package*.json ./ RUN npm install --prod COPY . . EXPOSE 3050 CMD ["npm", "start"]
4a2b002cfeaf1833c63ac05d5fd5d467405f7af7
[ "Dockerfile" ]
1
Dockerfile
felipechagas/simple-nodejs-api
4d983b8ca5045ce3de443193a2aaa1550b2176b9
6bb9e55fd6125ff8840f7c5ca0eb6bc561fce6db
refs/heads/master
<repo_name>faathirmashar/ViewBindingBase<file_sep>/app/src/main/java/id/sharekom/materialdesign/LatihanFragment.kt package id.sharekom.materialdesign import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.Fragment import id.sharek...
671bc42c7a8d461a80cfe2cd9677bea366bd6cf1
[ "Kotlin" ]
1
Kotlin
faathirmashar/ViewBindingBase
ec3e49116e2a2349fff43b3e5208f5285c0fd00d
4c5b9f076ae4512df4ab17d9c57437e90f870727
refs/heads/master
<repo_name>moophlo/MufloCoin<file_sep>/build/build.h // No build information available #define BUILD_DATE "2013-12-23 12:00:37 -0500"
ec4389c2d5d191ae5b127526d549aa4a359aa9aa
[ "C" ]
1
C
moophlo/MufloCoin
a4dc662afaf848e2ed1c26f2c1a0941b8ae98b2f
51a23224a79721ea413e59235f233077e04be374
refs/heads/master
<repo_name>1600383075/REMD-MWNN<file_sep>/README.md # IEMD-MWNN #利用改进EMD与记忆性WNN来预测单维数据 #WNN单隐含层是只有单隐含层的WNN网络,WNN5是再WNN4的基础上进行改进,使其变成多隐含层WNN #EMD数据分解是将单维高频数据分解为多个低频数据
4dd69d30a2aff4b80df9d471f73f7133e64e93a1
[ "Markdown" ]
1
Markdown
1600383075/REMD-MWNN
0929614ab2d5e9c4964a5e3297f98cf75918c0e4
e86444a1d3820ffe2ee472dd7236e351671ac624
refs/heads/master
<file_sep># Basic Jest Tests ## About This repository contains some basic tests using Jest. This has served as an introduction for me to Jest and automated testing in general. From here on I plan on getting more comfortable with Jest and including testing in all future projects. <file_sep>// Format and compare two st...
61cf87ccb18d8fcf41d4d0a3db99623e70438c8a
[ "Markdown", "JavaScript" ]
2
Markdown
Pingrash/jest-tests
c4cd7a736d6a7dbe860ca09d090d7ecd1ca62563
a2b612f1105266692ea0959d4939cc1fffeaad0a
refs/heads/master
<repo_name>botalov/WeatherGDG2<file_sep>/app/src/main/java/com/example/botalovns/weathergdg/helpers/WebHelper.java package com.example.botalovns.weathergdg.helpers; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import java.io.BufferedInputStream; import java.i...
cde971e695a862796c2e189d570df6c51295afa3
[ "Java" ]
12
Java
botalov/WeatherGDG2
536484f07ce80616560bb92d8021516a692d744c
f6ed254f17fb3112a887c1af638480817a581a76
refs/heads/master
<file_sep>{{!-- {{#each places as |place|}} <div> <form action="/edit-place?placeid={{place._id}}" method="POST"> <div> <label for="">{{place.name}}</label> <input type="text" name="name" placeholder="Name" /><br><br> <label for="">{{place.type}}</label><br><br>...
807404a55369c1841d6eecdaa13c7caaa357a908
[ "Handlebars" ]
3
Handlebars
Giseliux/lab-coffee-and-books
f819444b61fd912925905f30d2db743d1bb5de60
f875115c28f58c5c3cf7821b338c926db3d96081
refs/heads/master
<repo_name>DataCollectApp/twitch-data-feed<file_sep>/src/main/resources/application.properties spring.application.name=twitch-data-feed spring.main.banner-mode=off server.forward-headers-strategy=framework server.servlet.context-path=/${spring.application.name}/v1 info.app.title=${spring.application.name} info.app.d...
254624e57e60000f10f8c7414395a62498e14835
[ "Java", "Markdown", "SQL", "INI" ]
8
Java
DataCollectApp/twitch-data-feed
cd328ba48272ce0ed970e74ad039c664b189a4db
f09186118dcba5b808debe9e1272c48935786999
refs/heads/master
<repo_name>zthab/ECON203Replication<file_sep>/README.txt Download census data through IPUMS USA: https://usa.ipums.org/usa/index.shtml Reference codebook for sample selection. Each figure and table can be constructed in its namesake program. rep_clean_vars must be run before any other program is run; it only has to ...
4b81e230a7b45d8124d777dfe9d5ed6fd45b9e75
[ "Text", "Stata" ]
2
Text
zthab/ECON203Replication
6b44d578ada89b43526eb8db426fe865ca12d68b
1540be73accb1148495e69c7d673910937b9e129
refs/heads/master
<file_sep>import sys from PyQt5 import QtWidgets from includes.gui import interface class ChatWindow(QtWidgets.QMainWindow, interface.Ui_MainWindow): def __init__(self): super().__init__() self.setupUi(self) self.init_handlers() def init_handlers(self): self.Messag...
44387d16986a1d467e45b99deb5d69fa13f646c7
[ "Python" ]
3
Python
mrcowboy007/Messenger-from-skilbox
6ce968126e73095dff58f5e652a3d7b9365a870d
e414f4805c9b216f2949c0bfa925ccd9efcae141
refs/heads/master
<repo_name>freifunkh/ansible-configs<file_sep>/supernodes.yml --- - hosts: supernodes roles: # General - { name: ffh.devname, tags: devname } - { name: ferm, tags: ferm } - { name: supernode, tags: supernode } - { name: cli_tools, tags: cli_tools } - { name: networkd, tags: networkd } - {...
b5ae80aa4a2b7bd8781fb09962b180f229b6cc96
[ "Markdown", "YAML" ]
8
Markdown
freifunkh/ansible-configs
3183b79b81d98ca4c9042d2d2636cbce74088c31
fc9e9d69e4fe713f1f33ab2c2955cfc6de2da4a3