branch_name
stringclasses
149 values
text
stringlengths
23
89.3M
directory_id
stringlengths
40
40
languages
listlengths
1
19
num_files
int64
1
11.8k
repo_language
stringclasses
38 values
repo_name
stringlengths
6
114
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
refs/heads/master
<repo_name>ncphillips/py-gol<file_sep>/pong.py import os import requests import json def main(): slack_url = os.environ["PINGPONGURL"] repo_url = "https://github.com/mittonface/py-gol" text = "All of the tests are passing on %s. This will not stand." % repo_url r = requests.post(slack_url, data=json.d...
2b07877b0c7af19a8a32908bc87682033192f2a7
[ "Markdown", "Python", "Text" ]
7
Python
ncphillips/py-gol
8b836ab5bc8c46a237e1e0466252fd4b58307cb1
f1a3bc0463f7cb99d2ecb62e3aa6a2f7b3cf5f45
refs/heads/master
<file_sep>import React, { Component } from "react"; import UserStore from "../Stores/User"; import { observer } from "mobx-react"; import Nav from "./Nav"; import { instance } from "../Stores/User"; import ArticleStore from "../Stores/Article"; class Login extends Component { constructor(props) { super(props); ...
805e552714a7537933ea8e77022d58c1453e9dd8
[ "JavaScript" ]
7
JavaScript
smokeme/h4ckme
222d140ba693b7018a1344de21af336aea4fb647
197f3265a591cbf3ce218b1ca519db8784efcf2f
refs/heads/main
<file_sep>// import { expect as expectCDK, haveResource } from '@aws-cdk/assert'; import * as cdk from '@aws-cdk/core'; test('SQS Queue Created', () => { const app = new cdk.App(); new cdk.Stack(app, "TestStack"); });<file_sep>import * as cp from '@aws-cdk/aws-codepipeline'; import * as cpa from '@aws-cdk/aws-...
75875b777a1c193d3d51744416547f53820c642e
[ "Markdown", "TypeScript", "Dockerfile" ]
4
TypeScript
richardhboyd/pipelinedemo
bbc56dde44e40a97e367209549f6811268465598
ac2c6c7ee9dff1bc5d07c95d4ad6df6876a46772
refs/heads/master
<file_sep>(function() { 'use strict'; angular.module('RedditClone') .directive('rcNav', navDirective); function navDirective() { return { templateUrl: '/app/nav/nav.directive.html', controller: controller, controllerAs: 'nav', bindToControlle...
efa5e7713ce0ac655815707d7d62644d2a3bb54e
[ "JavaScript" ]
8
JavaScript
butters5789/reddit-clone-angular-express
97ca582d1e7f132f44aeaef0d523e2143a23696c
097290654e5b9eccb2195742bd7e8f49e7b1447c
refs/heads/master
<repo_name>akm/rbc_mruby<file_sep>/cds.rb # # MIT LICENSE # # Copyright <NAME>, <NAME> # a0 = AnalogIO.new(A0, INPUT) d0 = DigitalIO.new(D0, OUTPUT) while true if a0.read > 0 d0.write(1) else d0.write(0) end sleep(1) end d = DigitalIO.new(D0, OUTPUT) while true d.write(1) sleep(1) d.write(0) ...
ce55154b64728c1cf9ff004fd4dc60a0d988c2ac
[ "Ruby" ]
3
Ruby
akm/rbc_mruby
dec8423d59eca3bb7db447e86f2a0270d23a90fb
edd116238234468477ea3df01e753358128ae3a8
refs/heads/main
<file_sep>package com.atguigu.springcloud.alibaba.myHandler; import com.alibaba.csp.sentinel.slots.block.BlockException; public class customerBlockHandler { public static String test(BlockException e){ return "使用统一的处理方法"; } }
50c9ff86a34bcbf7ac0e1648f85583a850b7d9c3
[ "Java" ]
1
Java
LinJianpin/cloud_alibaba
4e1e61880bd0fd482896a7c7a6e17fb1d001cf24
760610c442f2d6ddb6a28d04bb7b10eac71765e4
refs/heads/main
<repo_name>SomeoneSom/mindusimg<file_sep>/README.md # mindusimg this doesn’t even work, someone debug this. Writes code to make 3 bit color image from one processor. <file_sep>/mindusimg.py from os import getcwd from PIL import Image #write result cell1 0 dir = getcwd() + "/" fname = input("Image name?\n") output = ope...
73f4237f9145d5216cc966f71ac60b9c21570941
[ "Markdown", "Python" ]
2
Markdown
SomeoneSom/mindusimg
f166eed1d2cd89c42fa5072859e90d25f8791bd6
cd5590b9850427dda292dadb56d26f28c46e77c2
refs/heads/master
<file_sep>package app; import java.io.File; import beans.AssetMember; import parser.ParseCSV; public class MyApp { public static void main(String[] args){ AssetMember one = new AssetMember(); ParseCSV two = new ParseCSV(); String folderPathName = "C:\\Users\\nyx\\Desktop\\asset\\"; String fileN...
5b0446858d575badb6ff51c95df02103c43c695c
[ "Java" ]
1
Java
rami2076/LerningOpenCSV
42db2c795cb6081f181cbe1175f6ededf8c56f17
1326e35e5d79a9c51322bd61351971f718f31fc3
refs/heads/development
<repo_name>AscendingGames/AscendingEngine<file_sep>/core/src/com/ascending/games/engine/model/geometry/IRectangle2.kt package com.ascending.games.engine.model.geometry import com.badlogic.gdx.math.Rectangle interface IRectangle2 : IPosition2, ISize2 { val rectangle : Rectangle get() = Rectangle(positi...
c6cd0cc3de52e36821bfac334ca1a34d6e6a43f9
[ "Markdown", "Kotlin" ]
47
Kotlin
AscendingGames/AscendingEngine
f75f3d38849d0c4b64c0f7e508cfb955c6d1a48d
b5ad7523b1c2d20f393e268515d8812d318c6ad9
refs/heads/main
<file_sep>#importamos la libreria sys para el metodo salir de la clase Menu import sys #definimos la clase Articulo con los #metodos imprimirDatosArticulo, getId, y su respectivo constructor class Articulo: #metodo constructor #cada vez que se instancie un objeto de la clase Articulo se le tendran qu...
b52a854d5283a1ad75fb523427c0696de465d1cb
[ "Python" ]
1
Python
Yahaira22/PIA_Programacion_Avanzada
fdcfbfe93b03da70965cdf2097a0f7ec771e4a09
a01c16553c98b405b39e1eb9de2b18faf2120ffb
refs/heads/master
<file_sep>#include <stdio.h> #include <time.h> #include <fcntl.h> #include <errno.h> #include <sys/select.h> #include <stdlib.h> #include <sys/epoll.h> #include <string.h> #include <errno.h> #include <pthread.h> #include <sys/types.h> #include <netinet/tcp.h> #include <signal.h> #include "tools.h" //返回老的文件状态标志 s32 too...
29bb1be6c62118f74f2322ea40cc136f2221d0c6
[ "C", "Makefile" ]
4
C
xiaobiqiang/tools
8ae71b189595be71f03efa45ae4e1da6a6c6d8f5
cf2da18206e1f660ef9c575c7d8ad8a9582f370b
refs/heads/master
<file_sep>const express = require('express'); const app = express(); const mongoose = require('mongoose'); const bodyParser = require('body-parser'); //to parse all data coming from the user and db const cors = require('cors'); //to include cross orgin request const bcryptjs = require('bcryptjs');//to hash and compare ...
2d5fd72a7c8055fe22f4cbe39a3c327a0de1c20e
[ "JavaScript" ]
1
JavaScript
valeriaosoriou/Summative3
f946056a819ffc3eb1a8e7de4cd4b5c335ce4008
44169b65b9f28cbec5215ebdafbba5bd8c4d56da
refs/heads/master
<repo_name>cberrios7289/civilianWorks<file_sep>/js/civilian-home.js $(document).ready(function(){ $('#menu').on('click',function(){ $('#navbar-wrapper').addClass('open'); }); $('#close').on('click', function(){ $('#navbar-wrapper').removeClass('open'); }); $('#youtube').on('click',function(){ window.open('...
959b6ef449b88ac6c4626b599032463230584d07
[ "JavaScript" ]
1
JavaScript
cberrios7289/civilianWorks
72c897bd7f15f41065e09140a773cf06411fe968
2aa6e61db4bbcd26cef8b1edddab491dc573b39b
refs/heads/master
<file_sep>package com.cammy.flickerimageviewer; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.json.JSONObject; import android.content.res.Configuration; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.view.Menu; import android.view.Me...
58bb3068a21738737073b2c6cbb30c66fffdb526
[ "Java" ]
3
Java
xiaogegexiao/FlickrImageViewer
99eaec2cdbfbe4a822a1a1c7a443bde8afd13277
b2c0a544ff2cdc48ff9f1205e631b63cc88f34b5
refs/heads/master
<file_sep><?php namespace App\Http\Controllers; use Illuminate\Http\Request; use Orion\Http\Controllers\Controller; use Orion\Concerns\DisableAuthorization; use App\Models\Review; class ReviewController extends Controller { use DisableAuthorization; /** * The relations that are allowed to be included ...
d023ea5e3769529063aa2116359290411b29f2a4
[ "PHP" ]
15
PHP
robo58/job-service-api
de65e725d172567b653d9015583867208a0dd1d6
8899d70b322d373f1a03c52c73a135b876085909
refs/heads/master
<file_sep>package com.baizhi.controller; import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.IOUtils; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springfram...
5f295b6b600f8555f526c9a8c0c8e5a2aec4a122
[ "Java", "SQL" ]
2
Java
houchangchang/springboot_day2
b4217ce044e8c3ec270a038c42e0d01e38f0db7b
a988df1a6f05a58feee3c55c487d8809f6efdae0
refs/heads/master
<repo_name>Grey360/JavaClass0<file_sep>/README.md # JavaClass0 OSS Java Class Courses <file_sep>/src/Main.java import java.util.Scanner; public class Main { /** * * @param args */ public static void main(String[] args) { System.out.println("Hello World!"); Scanner sc = new Scann...
53eee9b95416852229bdc86065b2ed05b9499455
[ "Markdown", "Java" ]
2
Markdown
Grey360/JavaClass0
c409c1de764d1111625aeb8d57de048aeb8fe172
0aeebf4fe3ae4a36d4ec76791add52503b39533a
refs/heads/master
<repo_name>qvil/health-checker<file_sep>/src/components/ModalCircularProgress.jsx import React from "react"; import styled from "styled-components"; import CircularProgress from "@material-ui/core/CircularProgress"; const Container = styled.div` position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; ...
759b6d81cd736fd748b331609da78ee9a938c446
[ "JavaScript", "Markdown" ]
9
JavaScript
qvil/health-checker
d61a429c2526a720dc5acd6425c270394f995c95
4a9aa2cc100dd2828088bf5bae2ee8b74bdf743d
refs/heads/master
<file_sep>import Cookies from 'js-cookie'; import ApiClient from '@app/src/lib/api/ApiClient'; const getCookieExpiration = () => new Date( Date.now() + 365 * 24 * 60 * 60 * 1000, // expired after one year ); const isDev = process.env.NODE_ENV === 'development'; const sameSiteAttrs: any = isDev ? {} : { same...
d1b69ad5cb863514f24a5c4adb42dc27e2b76252
[ "JavaScript", "TypeScript", "Dockerfile", "Markdown" ]
365
TypeScript
breadhead/covid-web
0b0f4854b5c483515a9a555df4868daa1412edff
2065ba8f8094c6f0cc46f25acff5d9c4ebea328f
refs/heads/master
<file_sep>import { toast } from './toast' import * as firebase from 'firebase' const config = { apiKey: "<KEY>", authDomain: "thermalcomfortdataapp.firebaseapp.com", databaseURL: "https://thermalcomfortdataapp.firebaseio.com", projectId: "thermalcomfortdataapp", storageBucket: "thermalcomfortdataap...
357facbf30a6c8dd0acc44325893dfb1dda232a0
[ "TypeScript" ]
1
TypeScript
ThomKaar/thermalComfortDataApp
d40236ca412fac4795cd1a6ca4c5235992223427
38d1c54f8fc24fbd6c2054de24edd9789f830a13
refs/heads/main
<repo_name>Castillo14/moral<file_sep>/das/signin.php <?php include('header.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"> <!--favicon--> <title>Moral</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, i...
55e1fdb1c60237e84019a91adf458e4da5e98d71
[ "PHP" ]
1
PHP
Castillo14/moral
025f639ea7f6a9d9e0e08373928d147ecf10a16c
929be5f1db75413d9c79bf1e78d15f9da33859ab
refs/heads/master
<repo_name>orlandosaraivajr/django_api_rest<file_sep>/pollsapi/polls/admin.py from django.contrib import admin from .models import Poll from .models import Choice from .models import Vote admin.site.register(Poll) admin.site.register(Choice) admin.site.register(Vote)<file_sep>/pollsapi/polls/views.py from rest_framew...
e5047004e06c7fa801d399a9506934c49d87d5e3
[ "Python" ]
2
Python
orlandosaraivajr/django_api_rest
6367dcf718fa97e3e089a503e1ece599b8ac381c
76ccb05a0b4bf6f074a1df8d653f688b4f5082e1
refs/heads/master
<repo_name>xinxingyu/GB<file_sep>/src/router/index.js import Vue from 'vue' import Router from 'vue-router' Vue.use(Router) const Index = r => require.ensure( [], () => r(require('@/page/Index')), 'Record' ) const Record = r => require.ensure( [], () => r(require('@/page/Record')), 'Record' ) ...
f6993425aa8343fe4dd19568599d754777648769
[ "JavaScript" ]
1
JavaScript
xinxingyu/GB
393209cf7a80d7185880c41337f40df9369d5f7c
6f745818399a7172f750dbe65daf5b408b8814fa
refs/heads/main
<file_sep>import { BrowserRouter as Router, Switch, Route, Link, Redirect } from 'react-router-dom'; import ID from './component/ID'; import Signature from './component/Signature'; import Register from './component/Register'; import Login from './component/Login'; import Edit from './component/Edit...
1796d7cdbb4f736d7376169ea9d205312f20ef82
[ "JavaScript" ]
6
JavaScript
lanpai/repul.ink
df647074fb3bdc580b89efb7a60a5056e8069e79
36b7c73022e771d8c563d0a924e87dc844f36756
refs/heads/master
<repo_name>kurtyazdizadeh/react_to_dos<file_sep>/src/components/to_do_list.jsx import React from 'react'; import ListItem from './list_item'; const toDos = [ { id: '01', title: 'Wash car' }, { id: '02', title: 'Code more' }, { id: '03', title: 'Cook dinner' }, { id: '04', ...
d55489ab117add321ff1e33478a79a8113bbb797
[ "JavaScript" ]
1
JavaScript
kurtyazdizadeh/react_to_dos
6aa1b32499fdce0201b39ce987aa796e6297f83a
d0a96445d49a74ff00a4fd39989bd198595c8164
refs/heads/master
<file_sep>import { assert } from 'chai'; import 'mocha'; import { processor } from '../src/processor'; describe("processor", () => { describe("exec", () => { it("should work", async () => { const text = await processor("C:\\Users\\matt.miller\\Pictures\\Capture.PNG"); assert.isNotNu...
9f9285923bae06c0b2a6cc5998ad3fbc2f31aaac
[ "TypeScript" ]
3
TypeScript
mattmiller85/keepers-worker
01e5ba76d732acbe90d33c29509f1f0c21123d70
7e01d3fa7694f91daa49c0e69d6f1fef9160b58c
refs/heads/master
<repo_name>kwynne94/Day17<file_sep>/homework/config/routes.rb Rails.application.routes.draw do root to: "pages#home" get "/hello" => "pages#hello" end <file_sep>/homework/app/controllers/home_controller.rb class HomeController < ApplicationController def welcome end <file_sep>/homework/app/controllers/pages_c...
ab9ffa634ce2e08682d2d40c4ac9c019bb4d7469
[ "Ruby" ]
3
Ruby
kwynne94/Day17
3f717a0278371b97a1583b0b4cf58ba24731cb3e
b09985ceaa30a0656fc19f4ffba52c8240f6d3f5
refs/heads/master
<repo_name>DimaKachenya/LP_LAB_3-5<file_sep>/myItCompany/src/main/java/com/company/workmen/IWrokMen.java package com.company.workmen; interface IWorkMen { void doWork(); void whoIam(); }<file_sep>/myItCompany/src/main/java/com/company/ItCompanyCollection.java package com.company; import com.company.workmen.Wo...
c4395b2558d933e17163ba8b8d2819cf8f96bb20
[ "Java" ]
3
Java
DimaKachenya/LP_LAB_3-5
9f26ab4e0944873517bb15af11b71016ed73b42b
3c3bd046ed48d30faf36462991b5809c6b10d591
refs/heads/master
<repo_name>saranyaUST/MavenJenkins<file_sep>/src/main/java/service/CitizenService.java package service; import java.time.LocalDate; import java.time.Period; public class CitizenService { public int computeAge(LocalDate dob){ int age=0; LocalDate today = LocalDate.now(); age = Period.between(...
a9edfa3363d4dc50ee0bcc30c28599c63028d555
[ "Java" ]
2
Java
saranyaUST/MavenJenkins
235230cf68bc58b2b0057e7ef3e2aae7d890261e
041bcbb9ad2a4b980d94f118b81ac29f9a6469f4
refs/heads/master
<repo_name>klaudynaz/CharityCrm<file_sep>/CharityCrm/Models/DataBase/User.cs using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace CharityCrm.Models.DataBase { public class User { [KeyAttribute] public int Id...
93f89a4faa1f7cac7c918394c434499ab4d40bc3
[ "C#" ]
14
C#
klaudynaz/CharityCrm
b3ca5bfe9c254073ef2b2fae6756e4adbaca3f6e
85b008471dcb29bf17199ab9697e91a378c89cb1
refs/heads/master
<repo_name>joshfedo/projecteuler<file_sep>/P1-25/p_15.php <?php /** * Created by PhpStorm. * User: fedo * Date: 6/2/2017 * Time: 3:21 PM * Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner. * <image>https://proje...
bc3a61751526ade468a5f458d0c5e3a16b5b4433
[ "PHP" ]
17
PHP
joshfedo/projecteuler
73799403a44f58944652556a1bb055587c29b981
279d482e7fb963a07616f33c01a13d59f3a23ff8
refs/heads/final
<file_sep>import Vue from 'vue' import Router from 'vue-router' import { normalizeURL, decode } from 'ufo' import { interopDefault } from './utils' import scrollBehavior from './router.scrollBehavior.js' const _5abb9f0a = () => interopDefault(import('..\\pages\\post\\index.vue' /* webpackChunkName: "pages/post/index" ...
763a0f68ec8127c7e0f7390afd924cc997959c85
[ "JavaScript" ]
8
JavaScript
Roen77/vbird
0915ffbc4c247614091f71cdd95bfb88b902bb45
e5ca45449957039d192fdc878442cf9825692218
refs/heads/main
<repo_name>ghimici-laura-30125/ISP-lab11-12<file_sep>/c3-samples/src/main/java/aut/utcluj/isp/ex4/Employee.java package aut.utcluj.isp.ex4; /** * @author stefan */ public class Employee { private String firstName; private String lastName; private String cnp; private SalaryInfo employeeSalaryInfo; ...
b038fe8a6ad4df8bb26d5ff28f6bf6e1c9b8440c
[ "Markdown", "Java" ]
9
Java
ghimici-laura-30125/ISP-lab11-12
cc014ca99b1499c23b3925335509c1dc24ab9576
3d2db69e531bfd488892b31a87aae77de8b758e4
refs/heads/master
<file_sep>from torch.nn import Conv2d from torch.nn.functional import conv2d, conv_transpose2d from backpack.core.derivatives.basederivatives import BaseParameterDerivatives from backpack.utils import conv as convUtils from backpack.utils.ein import eingroup, einsum class Conv2DDerivatives(BaseParameterDerivatives):...
aabb5c2d86595152845932402bd00456da8e1e1f
[ "reStructuredText", "Markdown", "Makefile", "Python", "Text", "Shell" ]
44
Python
rioyokotalab/backpack
3122de062d5bbcdcba8f8e02d24adb1bd2cdada6
4b9fbc4c71412b5b19e7d0210c5aa516e18b3f5f
refs/heads/master
<file_sep>import React from 'react'; import DrumPad from './DrumPad'; import './DrumPads.sass'; const keyCodes = [81, 87, 69, 65, 83, 68, 90, 88, 67]; class DrumPads extends React.Component { componentWillMount() { window.addEventListener('keydown', this.handleKeyDown); } componentWillUnmount() { ...
de0b9f1b6d1444df554ae207dda0658869abf66e
[ "JavaScript", "Markdown" ]
9
JavaScript
chazmcgrill/drum-machine
cfdf213c8bd064097ff6a0b9233b775dd23f22f2
f0a0f53274680f064c46be5e355c5de2e5d66372
refs/heads/master
<file_sep>class Solution: def allPathsSourceTarget(self, graph: List[List[int]]) -> List[List[int]]: result = [] n = len(graph) def traverse(start, path): path.append(start) if start == n - 1: result.append(path[::]) path.pop() ...
18137fcbae9cb8c7d1a2f7d3e6a2103ef1a389e0
[ "SQL", "JavaScript", "Markdown", "Rust", "Python", "TypeScript", "Go", "C++" ]
246
Python
ScarboroughCoral/Notes
a6005899c143197895f530e06f6259a3a05d20a4
30d9492bc2a92172795cfd9674e0d798a0757131
refs/heads/master
<repo_name>matmazur/spring-data-test<file_sep>/src/main/java/com/matmazur/SpringDataApplication.java package com.matmazur; import com.matmazur.model.Person; import com.matmazur.repository.PersonRepository; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.cont...
98b874d879e536a0a0dbb229956ceaf500d1a948
[ "Java" ]
1
Java
matmazur/spring-data-test
debb4e2a162fc721d8f639882cb2747e365e088d
2858683051ed69d9c4845b386256cef438ac74b1
refs/heads/master
<file_sep><?php /* @var $this \yii\web\View */ /* @var $content string */ use yii\helpers\Html; use yii\bootstrap\Nav; use yii\bootstrap\NavBar; use yii\widgets\Breadcrumbs; use app\assets\AppAsset; use yii\helpers\Url; AppAsset::register($this); ?> <?php $this->beginPage() ?> <!DOCTYPE html> <html lang="<?= Yii::$a...
ce66f654899710e7fe52f4f21c8f06da806f1aae
[ "PHP" ]
2
PHP
d-bo/yii2-sb
ff82d2f0f48e4fad804cfc798cce5cd1e38738e0
caf2d8b87fe12058d5e62b4d504f1538367f76a7
refs/heads/master
<file_sep>package cn.onloc.service.impl; import cn.onloc.bean.User; import cn.onloc.dao.UserDao; import cn.onloc.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class UserServiceImpl implements UserService { // @Aut...
39093f65a274186e8179a13ae2bbe92543c8d180
[ "Markdown", "Java", "INI" ]
6
Java
notliulk/vue_test
a666e9d3b4791445f45c7d1f63aab64151c15e63
0cbf452310f23019eefba11e4a0f8dc6d0fec8e3
refs/heads/master
<file_sep>cask 'harmony' do version '0.4.5' sha256 '4baefe6ff06a977afcb4bf8cf6ba0449b13a62876fb47539f2778671d49e27e8' # github.com/vincelwt/harmony was verified as official when first introduced to the cask url "https://github.com/vincelwt/harmony/releases/download/v#{version}/harmony-#{version}.dmg" appcast...
6092986879df9e9ce74dbdb9720705b8152f39db
[ "Ruby" ]
3
Ruby
yellinben/homebrew-cask
d63f4b5598566f926a718de41704389d3e906a68
ce336d25cf4fd64a671876ca4bfc5b4eab998e45
refs/heads/master
<file_sep>import React, { useState } from "react"; import Layout from "../Layout/Layout"; import About from "../About/About"; import Main from "../Main/Main"; const Home = () => { const [section, setSection] = useState(About); const sectionHandler = (section) => { setSection(section); }; return ( <Lay...
3c838a69a44062be8a61be827e272f16d8f947e0
[ "JavaScript" ]
7
JavaScript
goskan93/portfolio_v1
325f5704219e1263e971daa02a0b0732abd797a5
1d6692d542167bf456babfb4e26d63a13a845dfc
refs/heads/master
<repo_name>juliano-nunes/alexa-clickbus-skill<file_sep>/lambda/index.js // This sample demonstrates handling intents from an Alexa skill using the Alexa Skills Kit SDK (v2). // Please visit https://alexa.design/cookbook for additional examples on implementing slots, dialog management, // session persistence, api calls,...
7c473acf218d642c27ea9c9898574a2da1c73f8b
[ "JavaScript", "Markdown" ]
2
JavaScript
juliano-nunes/alexa-clickbus-skill
28e73f70ccbe3e590fca1635f31c0d30b22a56c2
6957435c905aae851c6029456d2847c51c80224d
refs/heads/master
<file_sep>// // XDCSessionManager.swift // XDIM // // Created by 白大卫 on 17/3/10. // Copyright © 2017年 bdw. All rights reserved. // //会话管理 import Foundation // class XDCSessionManager{ //接收方名称 id 群/个人 // } <file_sep>// // XDCStatusCode.swift // XDIM // // Created by 白大卫 on 17/3/13. // Copyright © 2017年 bdw. ...
2b4856a356cdd01a0523d43b889741d155e42a73
[ "Swift" ]
14
Swift
laowu/xdcim
e0f7b6b521670a45e81598d7be5e6bc31ad1694d
4faa0be4a807dbfec74efd4c2707ea7ddf9ca756
refs/heads/master
<repo_name>kharysharpe/appstrapjs<file_sep>/config/routes.js var router = new $.mobile.Router( [ {"#grade(?:[?/](.*))?" : {events: 'bs', handler: gradeController.beforePageShow}}, {"#grade(?:[?/](.*))?" : {events: 'h', handler: gradeController.beforePageHide}}, ] ); <fil...
2687372ebe87766447a8b794e37a55c2018f2016
[ "JavaScript", "Markdown" ]
2
JavaScript
kharysharpe/appstrapjs
ee140b44060d5001e1afa4c63504aa5da718db19
cf84a8439234415aaa0ad4f75b8f7048dd116c8e
refs/heads/master
<file_sep><?php session_start(); $_SESSION['notify'] = "Bạn vừa đăng xuất !!!"; $_SESSION['out'] = "out"; // đánh dấu là đăng xuất unset($_SESSION['manv']); session_destroy(); header('Location: ../login'); ?><file_sep><?php // kết nối cơ sở dữ liệu $conn = mysqli_connect...
16235db7982db47ad05ee993c36730ceef171e62
[ "PHP" ]
10
PHP
conlacda/giang
75d70dfb3b9e2deecdb2abd7dd865026e6755bfa
305e79d67e7a5a7d58ca9aacc1d9877a3a08b4ad
refs/heads/master
<file_sep>def bringData(): from selenium import webdriver import pandas as pd import time options = webdriver.ChromeOptions() options.add_argument('headless') //arkaplana atma işlemi url = "https://covid19.saglik.gov.tr/" driver = webdriver.Chrome(options = options) driver.get(u...
88f7618efd2ad0db27f2a3e9658bea1fc9457bf8
[ "Markdown", "Python" ]
4
Python
yusufenesaras/CoronaVirusMap
7ff6491a45937f2b2d024772143bc24db39a5c9d
8c4f7ec4c9fabd02c4233d2916b6f8011a39ec0f
refs/heads/master
<repo_name>dedenistiawan/scmamp<file_sep>/vignettes/Data_loading_and_manipulation.R ## ---- prompt=TRUE------------------------------------------------------------- library(scmamp) data(data_gh_2008) head(data.gh.2008) data(data_gh_2010) head(data.gh.2010) data(data_blum_2015) head(data.blum.2015) ## ---- eval=FALSE, ...
9fbfd13af6074f3b04819722edb29f7ec07031ee
[ "Markdown", "R", "RMarkdown" ]
12
R
dedenistiawan/scmamp
e435f9d48078f93ab49b23a19fdb6ef6e12ea5f9
3cdd03ccb6b1b2cd843e7f99fc4ddc00a04b8f85
refs/heads/master
<file_sep># WikiBrainDocker # Overview WikiBrainDocker is a dockerfile for the purpose of extracting Cartograph-compatible data files from a Wikipedia of a given language. It is based on the default Ubuntu Docker image, and automatically downloads and installs all prerequisites for using WikiBrain and CartoExtractor....
df83c84b74197661c3bd0b469a93f2426caa92a3
[ "Markdown", "Shell" ]
3
Markdown
cascadianblue/WikiBrainDocker
f46f5cf1dff83cc95fcc45ed024efc22fbc7c2b9
435db56226477d26638852f0d268aa3c711fb64e
refs/heads/master
<file_sep># scw wap <file_sep>$("form").on("submit",function(){ window.localStorage.setItem("value",$("#J_search").val()); window.location.href = "cart.html"; return false; }) $("form").on("keypress",function(e){ var keycode = e.keyCode; if(keycode==13){ window.localStorage.setItem("value",$("#J_search").val()...
6d4880a2aa04e9d47ea2cb8a164e0f0d0c14231f
[ "Markdown", "JavaScript" ]
2
Markdown
BDFQ/scw
f4e998258fbd78ba346ea6ff076230ae3d25fa6f
e1b3cb0b9f42e34789a5dc990ed6eccb8c9c5304
refs/heads/master
<repo_name>bybzmt/blog.react<file_sep>/pages/about.jsx import Layout from '~/components/layout' import Head from 'next/head' export default (props)=>( <Layout> <Head> <title>About Me</title> </Head> <div class="widewrapper main"> <div class="container about"> <h1>Hello, My name...
c9ade859e8b2762079a15f300dac1147335851b3
[ "JavaScript", "Markdown" ]
8
JavaScript
bybzmt/blog.react
a967e71610f2ddd42c846c6fbce8bb5b8c0c3379
9b93ef68720bafc19d1d2ad300581e7e66c28f04
refs/heads/master
<repo_name>jrooneo/mydu<file_sep>/makefile CC = g++ CFLAGS = OBJS = main.o PROG = mydu .SUFFIXES: .c .o $(PROG): $(OBJS) $(CC) -o $@ $(OBJS) .c.o: $(CC) -c -o $@ $< clean: rm *.o $(PROG) <file_sep>/main.c /********************************************************* * $Author: o-rooneo $ * $Date: 2015/02/10 0...
24437718f3d6a22bde17b2be263094cc4fe48752
[ "C", "Makefile" ]
2
Makefile
jrooneo/mydu
5b388089a08b8e1e66a8bf586918af93433d66f9
d29c0e31cfe67ea5e569f8c94f67cf20a89a35cb
refs/heads/master
<file_sep># -*- coding: utf-8 -*- """ Created on Tue Oct 21 02:25:04 2014 +------------------------------------------------------+ |(c) 2014 The University of Texas at Austin | | Mechanical Enigneering Department | | NERDLab - Neuro-Engineering, Research & | | ...
fac58f5c8a8970a055e5253e70dbf5e9d09d902d
[ "Markdown", "Python" ]
5
Python
hieroPhant/PyBondGraph
b2424bb9a476a51336d51715bcb7f1b1e7b5b327
9c372dae4d4c250c365190243dd3c80bfc7f031b
refs/heads/master
<repo_name>shethchintan7/spring-state-machine-thread-leak<file_sep>/src/main/java/com/example/distributedlocktest/StateMachineConfig.java package com.example.distributedlocktest; import org.springframework.context.annotation.Configuration; @Configuration class StateMachineConfig { public enum States { ST...
9e5abf90a95797857ede4bb8ccfcf7d79ed558fa
[ "Java", "INI" ]
4
Java
shethchintan7/spring-state-machine-thread-leak
b564fbd0495cbd995856d9b473da500298b7b822
ddf058baeae6d741eb963ee62a031ecd9ca977c6
refs/heads/master
<repo_name>EliasMartins007/API_mysql<file_sep>/README.md APi simples de exmplo logrocket [x] GET/programming-languages ->getMultiple() [x] POST/programming-languages ->create() [] PUT/programming-languages/:id -> update() [] DELETE/programming-languages/:id -> remove() <file_sep>/services/programmingLanguages.js const...
8040bf3fa0a35b93ff693700e399a3349883548c
[ "Markdown", "JavaScript" ]
2
Markdown
EliasMartins007/API_mysql
b07422568a7e9e3b22a6f21be2be6781df55a893
9ab04489e3f948166823790d64de22e1938a0fe7
refs/heads/master
<file_sep>library(ape) library(bGMYC) library(parallel) suppressMessages(library(R.utils)) source('bgmyc.gibbs.mpi.R') source('bgmyc.multiphylo.mpi.R') args <- commandArgs( trailingOnly=TRUE, asValues=TRUE, defaults=c( py1=0, py2=2, pc1=0, pc2=2, t1=2, t2=51, ...
b7e83c43c1226c734132e8fc6b73663bb9d90594
[ "Python", "R" ]
4
R
EdRice4/Pipeline_Analysis
df313974ff9daefab26d1524d2d6b14364cf67cb
4f10fe03a8bd9cab0f84a633e77a85595a0a0061
refs/heads/master
<file_sep>package test; import java.awt.Container; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JTextField; public class baitapGUI extends JFrame { JLabel lblS...
763e25f201189482b51194b9d34f5f4e8a16155c
[ "Java" ]
5
Java
btlam18it2/backup_TheGUI
8ecf519fcd28bf98c31e4bd65deabf9fa8462407
ebb7bcb7472406450e72adf0512784f3c4a0ea68
refs/heads/master
<repo_name>Collins1738/Palindrome<file_sep>/README.md # Palindrome This is a python program that tells the user if a string inputed is a palindrome <file_sep>/palindrome.py x="" while x != "exit": x=input("Type in a word and I will tell you if this word is a palindrome: \n(type exit to end)\n") y=[] y.append(x) ...
aae3efd0734c69b1fb422fb070ec31efebd4b92b
[ "Markdown", "Python" ]
2
Markdown
Collins1738/Palindrome
425385fb8afb58f0e41f789aafefcc98baceb416
e71407a4bce196fdcdddff1c59e92121d3d88af8
refs/heads/main
<repo_name>amarp86/enterprise-wc<file_sep>/src/ids-radio/ids-radio-group.d.ts // Ids is a JavaScript project, but we define TypeScript declarations so we can // confirm our code is type safe, and to support TypeScript users. export default class IdsRadioGroup extends HTMLElement { /** Sets the dirty tracking feature...
374ce4cea55ff9f127abff0aed1d5475943ad0dd
[ "JavaScript", "TypeScript", "Markdown" ]
139
TypeScript
amarp86/enterprise-wc
90cf9925f3760041afc6f79f54b7037588b61df2
e1645b5b5008d4fb115d0e217af4d3c608253bab
refs/heads/master
<repo_name>wangweihong/test<file_sep>/vendor/libnet/libnetif.go package libnet import ( "log" dockerClient "github.com/fsouza/go-dockerclient" ) var ( providers = make(map[string]Libnet) defaultProvider = "fsouza" ) type Libnet interface { Setup(endpoint string) error GetNetworks() ([]dockerClient.Netwo...
620c7fe38b4435d9ab013941a9d75a5d4331c222
[ "Go" ]
5
Go
wangweihong/test
fa4c3f91bd43021511055e45ffd76271ac9d3c16
884bb092ea233a443b00317a01b13e0898c2b6c6
refs/heads/master
<file_sep>var titulo=""; var formElement=null; var numeroSecreto=null; var respuestaSelect=null; var respuestaSelect2=null; var respuestasCheckbox = []; var respuestasCheck =[]; var respuestasRadio =[]; var respuestasRadio2 =[]; var nota = 0; window.onload=function(){ formElement=document.getElementById(...
4c4d87c999154a15d4f2ec7643890e0f73c1a765
[ "JavaScript", "Markdown" ]
2
JavaScript
oscaradriancasi/PreguntasExamenDia10
7f70666716cab0e72a2a08d4b93d966190fb31cd
a2917f598cbf6af679c475d171253d4c531118b7
refs/heads/main
<repo_name>dbuts/chessSquareMemorization<file_sep>/README.md # chessSquareMemorization Simple application to help memorize the color of squares in the game of Chess. <file_sep>/squareGuesser.py import random #Adding both white and black for future development with linked image of highlighted square black = ["a1","a3",...
0d0cbd3cef16ae717ab0314d47a8bb7dd9b15d56
[ "Markdown", "Python" ]
2
Markdown
dbuts/chessSquareMemorization
a31d3fefee563e8a36c8dbeb4515aff03b2ad28c
5a9ff9e28a622af5890696ba4086287c17070a85
refs/heads/master
<file_sep># PRISM-POMDP-Analyser Tool for generating graphs of POMDP models from PRISM. 1. Export adversaries from PRISM: prism model.prism props.props -exportadv strat.adv 2. Generate graph java main strat.adv -g <file_sep>package pomdp_analyser; import java.text.DecimalFormat; import java.util.ArrayLis...
ae1c41410d45afd361f2ba32e0fc056ad274a962
[ "Markdown", "Java" ]
2
Markdown
munroa/PRISM-POMDP-Analyser
ad906266946cae6b523b3975cf79656896ad72de
129c3509f24cca2ddd38fab4ad8d0cd6e9942f6c
refs/heads/master
<file_sep>int RFIDResetPin = 13; //Register your RFID tags here char tag1[13] = "1E009A4067A3"; char tag2[13] = "010230F28243"; char tag3[13] = "01023C013A04"; char tag4[13] = "01023101093A"; char tag5[13] = "01023C0A4376"; char tag6[13] = "01023C000E31"; char tag7[13] = "01023C0A3207"; char tag8[13] = "1A004116317C";...
d68e6126357e133da79cf701df600c682f22d949
[ "Gradle", "Java", "Python", "Text", "C++", "Shell" ]
25
C++
grnair89/Smart-Blind
ba197578672f42885e6f31d8fa0aea73a7e0cf81
0816a4dc7de67e4b2c0d973d946ead19b9af06ea
refs/heads/master
<repo_name>tensor-programming/go-tutorial-7<file_sep>/data.go package main type User struct { Uuid string Fname string Lname string Username string Email string Password string }<file_sep>/README.md # Go Tutorial Part 7 # starting a User Module ### We start adding a login/logout/signup module to our ...
38fc75a91e82a9d1dfb834829972d7e7111748a0
[ "Markdown", "Go" ]
3
Go
tensor-programming/go-tutorial-7
4eb73f8509563a09b277acd2f19b67a657fe47f1
2e9b90db37880c44b80cb3e077085c774abc9a1c
refs/heads/master
<file_sep>package dao; import java.util.ArrayList; import dto.Product; public class ProductRepository { private ArrayList<Product> listOfProducts = new ArrayList<Product>(); public ProductRepository() { Product phone = new Product("P1234", "iPhone 6s", 800000); phone.setDescription("4.7-inch, 13...
a79e5df819ffb1194cf6e40f47bc5732e5d66815
[ "Java" ]
1
Java
tjdwhdduf/ui
d5f13fd22098dd7cd01e60171ceb753a995d91fa
266b767f2e66cfda6750a4585b9b00a5692afd0a
refs/heads/master
<repo_name>94ostry/deplex<file_sep>/src/main/java/com/pioost/Main.java package com.pioost; import com.pioost.dependency.CalculationRule; import com.pioost.dependency.Dependency; import com.pioost.dependency.TextFiledBindable; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Nod...
ea77f2c21b2ac5a4809635f5d11e7edd269ec50d
[ "Markdown", "Java", "Gradle" ]
4
Java
94ostry/deplex
3f1f9d7fc36165a285f5cb3a2d794d756ae6e4d3
cd56f1e3d3dd2db1e737aa1f556e89c53268fbd9
refs/heads/master
<file_sep># API-Rest-Clientes-ServicosPrestados Projeto de API Rest criado com Spring Boot para gerenciamento de cliente e cadastro de serviços prestados. ## Front-end *[Link](https://github.com/JeeanLiima97/clientes-frontend) ## 📦 Desenvolvimento Utilizado Spring Boot seguindo os padrões Rest de Clean code e S.O....
ceaed1abb33ccac01315883cf24adb5a01efbf2c
[ "Markdown", "Java", "INI" ]
3
Markdown
JeeanLiima97/clientes-api
75a27113a871f9ac2d55d12dcb7e3269e1444e74
99a673a3bab11310ced8e5dd85983955daf04947
refs/heads/master
<file_sep>############################################### # Install helpers for development environment # ############################################### DIR_HELPERS=/opt/sh-helpers DIR_BIN=/usr/local/bin DIR_SH_PHP=./php DIR_SH_NODE=./node DIR_SH_MONGO=./mongo DIR_SH_FLUTTER=./flutter EXT_FILE=sh VERSION=1 PHP=php P...
5293f9b002862840859ee871f4640d7067c04e58
[ "Makefile", "Shell" ]
3
Makefile
cbsan/sh-helper
b6e59d11ae590b4513fc5de8631816b5f85bfaf5
e00f7a8b0d83c476f9000ad95d7889e986b13183
refs/heads/master
<file_sep># Snake.py import os import random import time import msvcrt clear = lambda: os.system("cls") Grid = [['#' for i in range(30)]] + [(['#'] + [' ' for i in range(28)] + ['#']) for i in range(18)] + [['#' for i in range(30)]] Snake = [] def PrepareScreen(): screen = [] for row in Grid: screen.append(''....
78b49aede795169a1ddad36cee221ea6ae90f677
[ "Python" ]
2
Python
yangliming/BroSoft
fcc1eddd2c631e18da7fa8d407e02fa50f692c71
16092c52ca3196536c206450646883ed63831d44
refs/heads/develop
<repo_name>factly/dega-server<file_sep>/service/core/action/page/route.go package page import ( "time" "github.com/factly/dega-server/config" "github.com/factly/dega-server/service/core/model" "github.com/factly/dega-server/util" "github.com/go-chi/chi" "github.com/jinzhu/gorm/dialects/postgres" ) // page requ...
d8c30d5bbda5c2a7fd151f6f91631803b8295661
[ "Markdown", "Go Module", "Go", "INI" ]
234
Go
factly/dega-server
be294a22e2abaf3059bfc5318835e3bcac4f91e9
ca99d54cd4974abf0586768cf35400dc4968e580
refs/heads/master
<repo_name>aadarshjain/PYTHON-PROJECT<file_sep>/sql tria.py import sqlite3 #########################################{LIBRARIES}########################################################## class product_info: mrp=0 pur_rate=0 sale_rate=0 exp_date=" " discount=0.0 final_price=0.0 ###...
fcf981caa4f2aa6540cb72a4ba14a816a410f291
[ "Python" ]
1
Python
aadarshjain/PYTHON-PROJECT
d1218999402d6eaa279f88bc93913b86f928c27e
9dffac738b6daad1d26740a27e7d977628de706d
refs/heads/master
<repo_name>gapry/lamport<file_sep>/lamport.C #include<sys/types.h> #include <algorithm> #include <stdlib.h> #include<sys/stat.h> #include<fcntl.h> #include<cstdio> #include<unistd.h> #include <dirent.h> #include<cstring> #define MAXLEN 1000 int filterByChoosing(const struct dirent* entry); int filterByNumber(const str...
a12872347c6c18a4ff096ce34e06e3ac2e63fadf
[ "Markdown", "C" ]
2
C
gapry/lamport
060914fcc76e362cd4b1982c53190aafb17f5f37
508b3c14cb8dcc684814fde29b169dced22b71cf
refs/heads/master
<file_sep>boto==2.3.0 gevent==0.13.7 ipdb==0.6.1 ipython==0.12.1 <file_sep>#!/usr/bin/env python from setuptools import setup, find_packages setup( name = "s3sync", version = "0.1", packages = find_packages(), include_package_data = True, author = "<NAME>", author_email = "<EMAIL>", descri...
4e02d28bd9c7c26c08e357bbd89043160347aee4
[ "Python", "Text" ]
3
Text
aljosa/s3stuff
48ff8570b5de8eb3432a5b57ea8c71987818e931
1c7ffd1b6ea501e52fa87597161ac83613bff40c
refs/heads/master
<repo_name>Ivan95kos/jumper<file_sep>/src/main/resources/db/migration/V3__Encode_passwords.sql update usr set password = <PASSWORD>' where username = 'admin';<file_sep>/src/main/resources/application.properties spring.datasource.url=jdbc:mysql://localhost:3306/jumper?autoReconnect=true&useSSL=false&useUnicode=true&useJ...
55ddfe391af07b790b4864a7c4fc5bb356585cc6
[ "SQL", "INI" ]
2
SQL
Ivan95kos/jumper
00cf66e2e8796593186389e620747080221ad96b
576c8985c0cbf41417551cb918af2dd8bdb0cde3
refs/heads/master
<repo_name>jiamao/jm-ssi<file_sep>/index.js const fs = require('fs'); const path = require('path'); const decode = require('./lib/decode'); const run = require('./lib/run'); // 解析ssi文件, /** * // 运行模板, * file {string} 文件路径 * options {object} 参数 * data 运行时参数 * root ssi执行根路径 */ async function parse(file,...
20700fbe1b1ebfff62a0d78927d4ee7362a1504a
[ "JavaScript", "Markdown" ]
4
JavaScript
jiamao/jm-ssi
6b48d85d0c55f913dd6944c0c57203a3f765e3e0
12466176701866001af2843991a216738c4e054d
refs/heads/main
<file_sep>// // MovieGridCell.swift // flixtermovies // // Created by <NAME> on 10/1/20. // import UIKit class MovieGridCell: UICollectionViewCell { @IBOutlet weak var posterView: UIImageView! } <file_sep># Flixter-Movies Flixter Movies is an app that allows users to browse movies from the [The Movi...
156d239dd6be3395974773acf9d9b8e236928932
[ "Swift", "Markdown" ]
2
Swift
evelynhasama/Flixter-Movies
bc747caa77a688e5202ef8be6316a78a867936b4
313a24f228f4c58c82b507987eac124ed6d64e52
refs/heads/master
<repo_name>L-u-i-s/blog1<file_sep>/public/index.php <?php # Include the vendors autoload require("../vendor/autoload.php"); # Configures Idiorm ORM to use SQLite ORM::configure('sqlite:../app.sqlite.db'); ORM::configure('logging', true); //ORM::configure('return_result_sets', true); # instantiates a new Slim App...
2a3b7b4b505967bddef5784e515b9ae170828b86
[ "SQL", "PHP" ]
2
PHP
L-u-i-s/blog1
88fb8483a142e80720bcabfe6a790d4df3c9b258
ffed197dd9260276ddb24339f5c60e5c025c15bf
refs/heads/master
<repo_name>VannAtApollo/apollo-demo-1<file_sep>/performance/server/Dockerfile FROM node:14-alpine COPY package.json server.js schema.graphql data.json ./ RUN npm install USER node CMD node server.js<file_sep>/awards-apollo/Makefile push: apollo service:push \ --localSchemaFile=schema.graphql \ --graph=jesse-test-1...
01cda5e55c3880632fae0f30ea0841c8c37a3819
[ "JavaScript", "Markdown", "Makefile", "Python", "Text", "Go", "Go Module", "Dockerfile" ]
33
Dockerfile
VannAtApollo/apollo-demo-1
1bd36d33abaafe79a8a783d5a78bbc6ffa1f0499
966fae891c863e710c1de1d58c339bbeea6aca2d
refs/heads/master
<repo_name>ybai62868/CS-97SI-Introduction-to-Programming-Contests<file_sep>/2020UESTC/01-DataStructure/A/main.cpp # include <cstdio> # include <iostream> # include <stack> # include <string> using namespace std; # define MAX 1000006 char str[MAX]; stack<char>s; int main(void) { int T; scanf("%d", &T); while (T--) {...
b393a6c6f7790176f30cdf66c2dc1de0a18625ea
[ "Markdown", "C++" ]
2
C++
ybai62868/CS-97SI-Introduction-to-Programming-Contests
261ad1cdfc0af50dfa6af4e25573c97fee55162b
918884430c9e7a31edc421d83da9dffa882dbf01
refs/heads/master
<file_sep>package object import ( "bytes" "fmt" "hash/fnv" "monkey_interpreter/ast" "strings" ) type ObjectType string type BuiltinFunction func(args ...Object) Object const ( IntegerObj = "INTEGER" BooleanObj = "BOOLEAN" NullObj = "NULL" ReturnValueObj = "RETURN_VALUE" ErrorObj = "ERR...
71bcb397fa00c02fbb531ab8d7646df6694ac7dd
[ "Go" ]
1
Go
Solomon-8/monkey_interpreter
d1c75b8ed2fae2d29bf23f5e8c44e8f819944d67
be07be657a95fa4b3869be83ae8281f54387bc53
refs/heads/master
<repo_name>LoungeCPP/TextAsteroids<file_sep>/TextAsteroids/src/main.cpp #include <iostream> #include <string> #include <array> #include <thread> #include <mutex> #include <vector> #include <deque> #include <random> #include <cctype> #include <conio.h> #include <Windows.h> struct point { short x; short y; p...
274b7f7312dc3782fae15e8673b63272231d29be
[ "Markdown", "C++" ]
2
C++
LoungeCPP/TextAsteroids
04e98ea7f0ce7d569c1a71b0cd26ea3b1a3baa85
8b784b02a52294118b3809b05c74b2991102a6d1
refs/heads/master
<file_sep> var container; var camera, scene, renderer; var imagedata; var N = 256; var spotlight; var sphere; init(); animate(); function init() { container = document.getElementById('container'); scene = new THREE.Scene(); camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.inn...
13e658b54dc41e4b8386a37d9791084676340867
[ "JavaScript" ]
1
JavaScript
thankshelp/optgLab1
e7e37b7090d549994ef1700b752a033e73060785
e6b701808a54002616785bc87cec04189fc81542
refs/heads/master
<repo_name>DeveloperMujtaba/Health-Clinic<file_sep>/HealthClinic/Models/Citations3.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace HealthClinic.Models { public class Citations3 { public string citationnumber3 { get; set; } public DateTime citat...
8631ab9dcbd0bc40e45da1bc6862da39a6dbaf93
[ "JavaScript", "C#" ]
10
C#
DeveloperMujtaba/Health-Clinic
c07ed4c3681f04d364f0f37fe7ec1fe6a759e9d6
41702e1442063c1f5527ede7806ec4fc1b7e65ed
refs/heads/main
<repo_name>zywickib/beer-manager<file_sep>/src/main/java/pl/zywickib/core/domain/dao/BeerDao.java package pl.zywickib.core.domain.dao; import lombok.extern.slf4j.Slf4j; import org.tkit.quarkus.jpa.daos.AbstractDAO; import pl.zywickib.core.domain.model.Beer; import pl.zywickib.core.domain.model.Brewery; import javax.e...
15676e0f3542e03b730a11b8ec4dd19a0d08cc83
[ "Java" ]
5
Java
zywickib/beer-manager
47935c3fae528f27003ff3ce487d554bd81428e3
1ef440713e9e403bf629f15eb75f4a82b16f1176
refs/heads/master
<repo_name>sunahhlee/TopHCS<file_sep>/setup.py from setuptools import setup setup(name='topHCS', version='0.0.1', description='TopH Count Sketch', url='https://github.com/sunahhlee/TopHCS', author='<NAME>', author_email='<EMAIL>', license='MIT', packages=['topHCS'], zip_...
37aceb7f0f6b594d6796d7e7ab4d6d1def8460bb
[ "Markdown", "Python" ]
10
Python
sunahhlee/TopHCS
23c29ca530582d9d61cde61426a27b71e2a38d37
4b811dc448a976470045bcc8fc3b9861925b3192
refs/heads/master
<file_sep>import pygame, sys from game import Game # clear the program # update the game # draw the game # 1) Behaviour # 2) Constants # 3) Data Definitons # 4) Functions ''' Behaviours:- Gameover: - snake hits the edge of the screen - snake touches itself ...
ce5d909a6bf1772bed1e62dc7d5745fe4d80af80
[ "Python" ]
1
Python
Bilal815/SnakeXenxia
ea700f71d1646eea2b1cd4745eded573564dfbe1
f715c788fad29ea837f8a9064aa15bf73f695ded
refs/heads/master
<file_sep>from iqoptionapi.stable_api import IQ_Option import time, json from datetime import datetime from dateutil import tz # pip install python-dateutil import sys import fileinput import os import getpass error_password="""{"code":"invalid_credentials","message":"You entered the wrong credentials. Please...
3aee922e7375a40b10dbbcb976db5073acaf753d
[ "Markdown", "Python" ]
2
Python
hugovst10/iq
c02c3661e6c25eec07fcfed3aae8541cb621bf7b
91e9d521b0db0905f31adc14a827b8992379baca
refs/heads/main
<file_sep>package main import ( "bytes" "crypto/sha256" "fmt" "strconv" "time" ) // Block for storing information type Block struct { Timestamp int64 Data []byte PrevBlockHash []byte Hash []byte } // SetHash creates func (b *Block) SetHash() { timestamp := []byte(strconv.FormatInt(b.Timestamp,10)) headers...
2dd645bc772489ed9e16ba3ee1459c3c83551b02
[ "Go" ]
1
Go
sirajadam/go-blockchain
97824a30db9bc6fa3ceede1daffb7abd84b0b5c6
207b28a05eb7e80d2c7dcd6644b1be312e62c458
refs/heads/master
<file_sep>DROP TABLE main.horses CASCADE; DROP TABLE main.races CASCADE;<file_sep>import os import re def pdf2xml(pdfDir, xmlDir): if pdfDir[-1] != '/': pdfDir += '/' if xmlDir[-1] != '/': xmlDir += '/' files = os.listdir(pdfDir) print('Converting ', str(len(files)), 'files') for fi...
79decef9dd5e03810dd90447763d380be763d2aa
[ "SQL", "Python" ]
19
SQL
Ven0r/horseData
9bf31c818e041259d72353560c329372c4e754f1
e736a1c60e50335c145557ad4f5d979200873dd3
refs/heads/master
<repo_name>legitparty/sensehatjoy<file_sep>/README.md # sensehatjoy Raspberry Pi SenseHat Joystick controller <file_sep>/sensehatjoy.py #!/usr/bin/env python class HSBColor: def __init__(self, h = 0.0, s = 0.0, b = 0.0): self.h = h self.s = s self.b = b def rgb(self): normal_h = (float(self.h) * 3.0) % 3.0 ...
05b22646aa486be5d2e8cadb0972e610ffea7894
[ "Markdown", "Python" ]
2
Markdown
legitparty/sensehatjoy
0f921b38f829ec112eb8d3d2e0b8f43dfff75aae
595c2ce3e69a2a6c8133197f596ae22fcddf8744
refs/heads/master
<repo_name>KevinAngeles/Week11-Hangman<file_sep>/letter.js var allowedCharacters = /^[a-zA-Z0-9]+$/; function Letter(l) { this.l = l; this.visible = ( !allowedCharacters.test(this.l) ); } /** * Returns the stored character if it is visible, or _ if not */ Letter.prototype.render = function() { return ( this.vis...
1c8a7bf5c6a65e4c4f6236cb1b921232d4cae38b
[ "JavaScript" ]
3
JavaScript
KevinAngeles/Week11-Hangman
ea125a126dcc87bbc2ec0606a9795d1a002bdc67
c5856d8eb1381371623090ce11065d4262105c9e
refs/heads/master
<repo_name>orithena/clip2qr<file_sep>/README.md clip2qr ======= Grabs the contents of the X clipboard, generates a QR code image and displays it for immediate use. Main usecase: get a URL or some text snippet to your smartphone. You need to have an app installed on your smartphone that can read QR Codes (e.g. QRDroid...
bf6304f03eaa790ab4879e99ceef894ec00c21c4
[ "Markdown", "Shell" ]
2
Markdown
orithena/clip2qr
ef8da8074d4bded035592e4bfec5570a8bde1ae4
d2a903eefd8ff47b3a6cd212b623e04299faa4fc
refs/heads/main
<file_sep>import React, { Component } from 'react'; class BirthdayButton extends React.Component { constructor(props) { super(props); this.state = { position: this.props.age }; } render() { return ( <fieldset> <button onClick={ this.switch }>Birthday...
1453b1a55842e56254207b626d6953ab71427f59
[ "JavaScript" ]
7
JavaScript
jag18729/MERNSTACK
9ce7b70192f0c3802f0533acf0da3aba00a83c5e
6e04d97a76e05396c634cb6baad05577b753d7af
refs/heads/master
<repo_name>nickstew/AtTaskForJenkins<file_sep>/src/main/java/com/attask/jenkins/plugin/Visualization/TestResultPublisher.java package com.attask.jenkins.plugin.Visualization; import com.attask.jenkins.plugin.AtTaskForJenkins; import hudson.Extension; import hudson.Launcher; import hudson.model.*; import hudson.tasks.j...
cc1438f7e1d811015d8008eec0a793c1d06ba87a
[ "JavaScript", "Java", "Maven POM" ]
9
Java
nickstew/AtTaskForJenkins
3c85da9d43b4b65591bfac12e2893bc17c92727e
97c6c3a81f6a68d54ae2a897706f5d3016ec05c7
refs/heads/master
<repo_name>prahladsingh44/angular6<file_sep>/src/app/app.component.ts import { Component } from '@angular/core'; import {HelloComponent} from './hello/hello.component'; // function log(target, name, descriptor) { // console.log(target, name, descriptor); // const origional = descriptor.value; // descriptor.value ...
bbeed6518fa3de762559c4b7fa15e832811d9fe4
[ "TypeScript" ]
1
TypeScript
prahladsingh44/angular6
ebf3099cf04042fc10f7d75d4eab1081899f3092
6ad01006fedae65b83605bb45ca2b5bc07dd2522
refs/heads/master
<repo_name>zhangchengkain1/eadm<file_sep>/README.md eadm ====
cc1cfc07439591392a5f0a31b4bfeec9dc861c73
[ "Markdown" ]
1
Markdown
zhangchengkain1/eadm
a6575c628907945763e6fdbc7fa2e4a2c19aa2bc
7260d29213648f46ccf9b634449aee3efc518f95
refs/heads/master
<repo_name>bcoolidge28/Benton-and-Serenas-project<file_sep>/FINISHED PYTHON GAME.py #project #project opener print 'It was long ago, precisely 45 A.D. King Certifacato sends a knight to go get you. This is where you come in. By the way what is your name?' print ' ' userInput = raw_input() print 'Knight: Have you seen ...
be08051c185cf5f5c915bcd6d55ce3f9dc17998e
[ "Python" ]
1
Python
bcoolidge28/Benton-and-Serenas-project
fb9ac8879bfee3b2ee61206b6412fa9070da9036
c32c16fab5671a586fdbbfd92559192b8eca6a0e
refs/heads/master
<repo_name>pratik702/Boggle-client<file_sep>/src/index.js import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import '../node_modules/bootstrap/dist/css/bootstrap.min.css' import { NotificationContainer, NotificationManager } from 'react-notifications'; class Game extends React.Compone...
37c4d3ae298dd36779c1dcaf9012f6448d8aa05e
[ "JavaScript", "Markdown" ]
2
JavaScript
pratik702/Boggle-client
996b307f3cb44361da64dd42778f25b61f5304c7
ff67aa7d6864df6b4d4a67cedb02992764162448
refs/heads/main
<file_sep>import pytest from flaskr.db import get_db def test_index(client, auth): response = client.get("search/index") assert b"Log In" in response.data assert b"Register" in response.data auth.login() response = client.get("search/index") assert b"test title" in response.data assert b...
d76a8a00f421783405eb593fb5989bb6814777fa
[ "SQL", "Python" ]
4
Python
CameronVandenBerg17/CS361-Group-04
c2e49408277b17fee3381473d8b5ac0f5653bb51
02f0d28034acfce181d38956ace2e1c20bbe7133
refs/heads/master
<file_sep># frozen_string_literal: true source "https://rubygems.org" gemspec path: Bundler.root.to_s.sub('/gemfiles', '') gem 'guard' if RUBY_VERSION > "2.2.5" gem 'guard-minitest' if RUBY_VERSION > "2.2.5" <file_sep># frozen_string_literal: true require 'stronger_parameters/version' require 'action_pack' require 's...
7f58755605f831ad505757ab9da0bdc8a2ae065f
[ "Ruby" ]
3
Ruby
waldow90/stronger_parameters
df8385844c57242ae1fc6afa6e24bd260953cd78
f3c1c51d0903c1ffb83eb1ace314fe7261e49300