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>mickhalsband/GentrificationVille<file_sep>/main.py import kivy from gentricitygame import GentriCityGame kivy.require('1.0.7') from kivy.app import App class GentriGameApp(App): def build(self): game = GentriCityGame() #Clock.schedule_interval(game.update, 1.0/60.0) ...
4643001d90b16ab6d5e88a5ab89c8f1ac8ce4ad2
[ "Python" ]
3
Python
mickhalsband/GentrificationVille
ba4fb9eff30411f1fbeea986e0349ac4772db984
90ebaf83a2f0a060d46652bbab41efeb1680579f
refs/heads/master
<repo_name>mrozbarry/declarativas-asteroids<file_sep>/src/state.js import { render } from 'declarativas'; export const build = ({ init, view, onBeforeTick, context2d }) => { const [initState, ...initEffects] = [].concat(init); let state = { ...initState }; let lastRender = null; let rafHandle = null; let pen...
f7b0c22abbcf150df1f8b064acfb415e64cf3b85
[ "JavaScript" ]
14
JavaScript
mrozbarry/declarativas-asteroids
9607dcff4062d243b9517542447458e8ea691558
c75044afb0bdcf5dc8a702ef8283ffb6dbf2260c
refs/heads/master
<file_sep>#!/bin/bash . $NED_WORKING_DIR/.exp_env.bash . $ENV_FILE . $NED_WORKING_DIR/$NED_UNIQUE_ID/bin/ReturnMonth.bash echo "------------------------" echo "NED_USER: $NED_USER" echo "NED_WORKING_DIR: $NED_WORKING_DIR" echo "------------------------" echo "" echo "------------------------" echo "CURRENT_DATE = $...
250490ae3a5e8fafcd54b91a2c67c9925f463b4d
[ "Markdown", "C", "Python", "Shell" ]
79
Shell
megandamon/GmiProduction
be819644cfc2d1102b952ef67393fc2f8d84662f
f3b09332b38921356656cb0fb003d9f635030966
refs/heads/master
<repo_name>vmikhaylov/otus-python<file_sep>/hw1/log_analyzer.py #!/usr/bin/env python # -*- coding: utf-8 -*- # log_format ui_short '$remote_addr $remote_user $http_x_real_ip [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_user_agent" "$http_x...
24af902413ed30d28ea814b957347ff6c40bcae3
[ "Markdown", "Python" ]
3
Python
vmikhaylov/otus-python
c4f64e6e8fd5050aec8bd618c468832785411d59
e57b989b6ee218826bf87a43817924b614256580
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Drawing; namespace snakeDemo { class Food { public Label foodBox = new Label(); int spawnX, spawnY; // x and y vars to randomly set from gameCanv...
59f14d6661b9ad565c3d8a5bc2a98640604686ed
[ "Markdown", "C#" ]
5
C#
slinksoft/Snake
bc5a87ebc682d88da7b1ee238804a67c239be80f
343b3152a900528a32b63349ff24dd91d199c3b7
refs/heads/master
<repo_name>estherxaviour/Assignments_Part8JS<file_sep>/Assignment3/Assignment3.js //Assignment 3 var http = require('http'); var assignment2 = require('assignment2'); var server = http.createServer(function (request, response) { response.writeHead(200, {"Content-Type": "text/plain"}); var value = "This is a test ...
0a5596da7f6042f860cb1d5514d1bb59b6fdf0d5
[ "JavaScript" ]
3
JavaScript
estherxaviour/Assignments_Part8JS
3cc3e9c5c93d323ca2fbe69ddcba21761153bebb
1bcc3a09608ef1393cbfdde1612352e23fc97dd1
refs/heads/master
<file_sep>[GAMEPLAY] game_mode = survival max_players = 12 pvp = false pause_when_empty = true [NETWORK] lan_only_cluster = false cluster_intention = social cluster_name = Classic UA|RU|BY -- DireX cluster_description = No mods, max 12 player, 24/7 offline_cluster = false cluster_password = [MISC] console_enabled ...
e157b3910c65c3cef5f441a48844b8a811a05914
[ "Markdown", "INI", "Lua" ]
5
INI
ponich/Dont-Starve-Together---Server-Cluster
969dcc7af74c9c4bbcf5efc590facd0615b3de25
6cd5b48ea74c4dc826615f823ca3095237025c6a
refs/heads/master
<repo_name>Sunil2011/samples<file_sep>/public/app/js/modules/admin/controllers/productController.js /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ define(['./../module'], function...
f45d216fc0d7b3ce49b97f38443464330fc7eba1
[ "JavaScript", "PHP" ]
28
JavaScript
Sunil2011/samples
311964e5bfe930d5e6550e836b17bfb0c3b94b55
2ca2b2a7f34bf9284d8a1f10ee09b8a9a68d1420
refs/heads/master
<repo_name>alfarjoy/Exercise3<file_sep>/Exercise3/Models/Student.cs using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace Exercise3.Models { public class Student { [Key] public int StudentId { get...
e0429deac07a7ed59425e82f0c04fd37c8735109
[ "C#" ]
3
C#
alfarjoy/Exercise3
c92dcdc501a59b7f841de81410f6f1409366c681
89f8f20a2fa56febb014adfa57b55732698df015
refs/heads/master
<repo_name>D-fallen-one/angular_june<file_sep>/src/app/signup/signup.component.ts import {Component, EventEmitter, OnInit, Output} from '@angular/core'; @Component({ selector: 'app-signup', templateUrl: './signup.component.html', styles: [] }) export class SignupComponent implements OnInit { constructor() { }...
003149d0fae36e4a715583c0e901aef80fd5021b
[ "TypeScript" ]
3
TypeScript
D-fallen-one/angular_june
53c4a34a632d6f6e222ebdc903dd2e47741b6b41
96535c787e54ddcefe28fa37147a9c105a6d30ff
refs/heads/master
<file_sep># RayTracing This code aims to provide a simple ray tracing module for calculating various properties of optical paths (object, image, aperture stops, field stops). It makes use of ABCD matrices and does not consider aberrations (spherical or chromatic). It is not a package to do "Rendering in 3D with raytra...
111ccbdf7c07572545dbe45e82428882df6086e2
[ "Markdown", "Python" ]
4
Markdown
GuillaumeAllain/RayTracing
8dfbca229e3bdf41011ac89591d42377ed9873ee
ebdaf8754a07d552f9edb9cbc175ea0a5dfb93b6
refs/heads/master
<repo_name>FaviolaSoliz/TecWeb<file_sep>/temas/Flexbox/json.js /*header and setion elements and store them in variables*/ var articulo = document.querySelector('article'); /*To obtain the JSON*/ var requestURL = 'https://faviolasoliz.github.io/TecnologiaWebI/prueba.json'; /*Create a ...
bbfae8c7d2920f6c9ee3c451864740b0a3a82591
[ "JavaScript", "HTML" ]
5
JavaScript
FaviolaSoliz/TecWeb
c737afd6276ee433d5854ed62b8206a74d4e73f9
a47e5aa352ff51b92339bb2c423ca9d284d90532
refs/heads/master
<repo_name>AndreyMoskvin/ImageCompession<file_sep>/README.md ImageCompession ===============<file_sep>/C-sources/ImageCompression/ImageCompression/main.c // // main.c // ImageCompression // // Created by <NAME> on 3/20/13. // // #include <stdio.h> #include "qdbmp.h" #include "DCT.h" #include <math.h> struct Compre...
db2a4577eefde22a551aa8cab80be7c41c67414f
[ "Markdown", "C" ]
4
Markdown
AndreyMoskvin/ImageCompession
89e600f4ac14f8bd77be47bc26c9160bfa69af81
ceb4d262f2cf3723efd86d459178f83c81282e69
refs/heads/master
<repo_name>kevnm24/Project-11<file_sep>/client/src/components/Header.js import React, { Component } from 'react'; import {Consumer} from './Context'; import {Link} from 'react-router-dom' // header that either shows sign-in/sign-up links if not a currentUser, else it shows a welcome message // and an option to sign ou...
934909e9348e3c44bfe726d8884b88451d944347
[ "JavaScript", "Markdown" ]
12
JavaScript
kevnm24/Project-11
edff480f78ffad79639213ca67528f48d63e899a
a883108be98f4ce3a4c9369de67fa118d239bc84
refs/heads/master
<file_sep>// Copyright 2010 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
ee55417076edace35f35bef117013b82fccfd0b4
[ "C++", "M4Sugar" ]
7
C++
xushiwei/szl
27889457edbf44751dae250fb780b806e25ab5af
73eb0db37c6e1efe9cb7ef1b11ae836e65a73ecd
refs/heads/master
<file_sep>#include "cchecklist.h" #include "console.h" namespace cui { CCheckList::CCheckList(const char* Format, int Row, int Col, int Width, bool radio, bool Bordered, const char* Border) : CField(Row, Col, Width, 0, &_flags, Bordered, Border) { bio::strcpy(_format, Format); _radio ...
4251c6adb1830a70039c59f591a8e8247ac34a7b
[ "SQL", "JavaScript", "Markdown", "Java", "PHP", "C++", "Shell" ]
38
C++
chisat/Portfolio
31238341f34b9cb390181a925f65304bdd732df3
a6887f4bee3b5e07506f14a762e49cd4e6d92ad6
refs/heads/master
<repo_name>octopus833/meals<file_sep>/README.md create a file called .env, then in the file, put the following info REACT_APP_API_ID="" REACT_APP_APP_KEY=""<file_sep>/src/components/App.js import React, { Component } from 'react' import {connect} from "react-redux" import {addRecipe, removeFromCalendar} from '../acti...
05f0e4475f60326382df050aab7bd2fa35cb085c
[ "Markdown", "JavaScript" ]
2
Markdown
octopus833/meals
b5831af1792a6c19d29ca03288feeb9b76cf25e3
ca3470068d736eff36a3623c4cbe9f2b1edaf335
refs/heads/master
<repo_name>scenari/scribe-java<file_sep>/README.md # Welcome to the home of Scribe-sc, the simple OAuth Java lib forked by the Scenari Team! ### To understand scribe, please read the master github page (https://github.com/fernandezpablo85/scribe-java) # Why a fork for Scribe ? Basically, because the support of OAuth...
ce3a60d82d6aff9f44cf211759d21fa855ebe35d
[ "Markdown", "Java" ]
3
Markdown
scenari/scribe-java
3e8780a6752efd2acf105e67d730a5dfcdf2bcfe
36bd133c626b11e144a4446785bfb57d3163c22f
refs/heads/master
<repo_name>nickwohnhas/phrg-writing-migrations-pca-000<file_sep>/app/models/student.rb require 'pry' class Student < ActiveRecord::Base end <file_sep>/db/migrate/03_change_datatype_for_birthdate.rb class ChangeDatatypeForBirthdate < ActiveRecord::Migration[5.1] def change change_column(:students,:birthdate,:datetim...
7aed4606700a122d7207c8e4549b8345132207c0
[ "Ruby" ]
2
Ruby
nickwohnhas/phrg-writing-migrations-pca-000
18f2794ed8e5d01bf1a875166cc546724f59cbac
18e3933683f7b5fd6f9d0b246b47fa698d29ff22
refs/heads/master
<repo_name>inferno1988/JBloq<file_sep>/src/main/java/JBlog/TopMenuEntityDAO.java package JBlog; import org.hibernate.SessionFactory; /** * Created with IntelliJ IDEA. * User: atom * Date: 23.10.12 * Time: 1:01 * To change this template use File | Settings | File Templates. */ public class TopMenuEntityDAO { ...
59a5d736499fcb242c948a1a7c8733d7ac36f117
[ "Markdown", "Java", "INI" ]
5
Java
inferno1988/JBloq
d9def3cc8fb947bddda29a9ab41609f2dd3aabf1
522a122324243fe20067762263bc51d1c42f6b4f
refs/heads/master
<repo_name>wegnerce/peng_et_al_2018<file_sep>/README.md Peng et al., 2018 https://doi.org/10.1186/s40168-018-0546-9 ============================================================ Below, details are given with respect to steps of sequence data processing that involved custom _python_ scripts. The individual subsections a...
8d349b4c3dfd85f92f69222dc23f0bb812833374
[ "Markdown", "Python" ]
3
Markdown
wegnerce/peng_et_al_2018
b552705eaba85729433f410c1ded499d71b1db22
a0fbbab41de692228edf5dc867c6618b3ddfbe8c
refs/heads/master
<file_sep><?php $sliderPosts = sevenrays_get_post_by_tag('homepage-slider');?> <div id="featured_slide"> <div class="wrapper"> <div class="featured_content"> <ul id="accordion"> <?php $count=1; while($sliderPosts->have_posts()): $sliderPosts->the_post();?> <li <?php if($count=...
e77f167a113244c2f84547399cf4c51aabf72086
[ "Markdown", "Text", "PHP" ]
16
PHP
samitrimal/simple-wordpres-theme
1dcb4f13bafba34012b61e529e5c6f387882d523
62c306dda6109a9c33bec25c1a190878848dd2c6
refs/heads/master
<file_sep>package com.lyf.check.food.service.impl; import com.lyf.check.food.entity.*; import com.lyf.check.food.fegin.SearchFeignService; import com.lyf.check.food.fegin.UmsMemberService; import com.lyf.check.food.service.*; import com.lyf.check.food.vo.*; import com.lyf.common.model.FoodInfosModel; import com.lyf.co...
c0fcc41982906899302f26c7e58550bbf4b5fcd1
[ "Java", "SQL" ]
8
Java
lyfsir/check
1cd26d789d8d435000668eae8862c276c9296c2a
5d9801207e3ad87c18c1d62bab45aa4cb775a441
refs/heads/master
<repo_name>anklavez/org-management<file_sep>/settings.gradle rootProject.name = 'orgmanagement' <file_sep>/src/main/java/com/eagle6/orgmanagement/config/package-info.java /** * Spring Framework configuration files. */ package com.eagle6.orgmanagement.config; <file_sep>/src/main/java/com/eagle6/orgmanagement/security/...
9150e836df7d9c2a464afb378faeed3191b633ad
[ "Java", "Gradle" ]
3
Gradle
anklavez/org-management
cfe52d0bfceba84716a75cedf5266ecd36bf67ab
9d8ec3485c013827ea9fa96a2936e99d8b2643bf
refs/heads/master
<repo_name>michellecolon/github_demo<file_sep>/README.md # Cool demo project Just to show off git + github<file_sep>/javascript/1.js console.log("This is my example");
6417365400cbef2ca92461b4afcfefdd6f9d7250
[ "Markdown", "JavaScript" ]
2
Markdown
michellecolon/github_demo
c77ff13f6ea8588eb0070240ea614cf0fc63c524
23bafd6cd15cdc517dc879c68b94cd1216fc4f16
refs/heads/main
<file_sep># US Historical Inflation Very simple dataset and plotting app. #### Source of Data: Prepared by the Utah Department of Workforce Services from tabulations published by Bureau of Labor Statistics, United States Department of Labor [Link](https://jobs.utah.gov/wi/data/library/wages/uscpihistory.html) ...
8b85194b4f7e35e173cb532e078027bc22eb87dd
[ "Markdown", "Python" ]
2
Markdown
blake5634/US-Historical-Inflation
9353584246c41e21dbe4f22f8bcc07d8a838c129
521f6a6b64aa8b2f551895e3859ffe056fc67f55
refs/heads/master
<file_sep>#!/bin/bash # Copyright 2020 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. set -x #echo on echo "Publishing devtools_* packages" pushd packages/devtools_shared flutter pub publish --force popd pushd packages...
a54024eba5a7b24e6dc4959a614c9f1e546bd35f
[ "Shell" ]
1
Shell
abdulkadirlevent/devtools
1b3bbbd57929dcc3be988988e92e83543f08636d
e54bf7b1a7ff9edd980a1bea2617e5019c917dd0
refs/heads/master
<file_sep># importing libs from gremlin_python import statics from gremlin_python.structure.graph import Graph from gremlin_python.process.graph_traversal import __ from gremlin_python.driver.driver_remote_connection import DriverRemoteConnection import pandas as pd # creating and instantiating connection with gremlin...
88d5e7b9762773d54cf5a3e3f30a0604dc55208e
[ "Markdown", "Python" ]
3
Python
Munduruca/gremlinpython-fml
56452e0228521b973e2fc52e1d9fa2fc8cca1c86
eccde0589f2add5b01b0b4862ecc37510366d4f0
refs/heads/master
<file_sep><?php namespace App\Controllers\Admin; use App\Controllers\BaseController; use App\Models\UsersModel; class Users extends BaseController { function __construct() { $this->email = \Config\Services::email(); $this->session = \Config\Services::session(); $this->session->start(); } ...
1b4fb5cc8813d553216cbb90ecf8c4d70da54657
[ "PHP" ]
20
PHP
Atheer5/e-learning-website
8fb96f265f9097aae1201a7d4be3647501146228
38d067dc4da0abe020a34e870b0ed38103f9c447
refs/heads/master
<repo_name>tjstankus/fuzzyunits<file_sep>/app/routes/base.rb module FocusUnits module Routes class Base < Sinatra::Application configure do set :views, 'app/views' end end end end <file_sep>/app.rb require 'bundler' Bundler.require require 'dotenv' Dotenv.load require 'sinatra/base' $...
dd800040d3aa261bc04db692c3d4447c963105dc
[ "Markdown", "Ruby" ]
6
Ruby
tjstankus/fuzzyunits
72649827d117f27effc9b76cfdc9811d824d9c31
2c0c1e0f25df287efc8d42ff389522cc0570dc82
refs/heads/master
<file_sep>package lt.kaunascoding.controller; import javafx.event.ActionEvent; import javafx.scene.control.Button; import javafx.scene.control.TextArea; import lt.kaunascoding.model.DBSingleton; public class Controller { public Button button1; public TextArea isvedimoLaukas; public void handleButton1(Act...
003e503f0243b8a26a96c824a2b38f9294392d63
[ "Java" ]
1
Java
RIAwolf/JDBC_MetaData
4f14718294c438b23210552562cd16be4b28a100
e987c67753530dac0183b010595f0922a4913676
refs/heads/master
<file_sep><?php if (!isset($_POST['input_type'])) die("Error: missing input type"); $input_type = $_POST['input_type']; if (!in_array($input_type, ["hex", "rgb", "hsl", "hsv", "cymk"])) die("Error: invalid input type"); switch ($input_type) { case "hex": if (!isset($_POST['hex'])) die("Error: missing...
2b5470b080c14a0e9f4c140d42728ea6dc18cf66
[ "JavaScript", "Markdown", "PHP" ]
4
PHP
plojyon/guess_the_colour
2c1af3517580f9d24caf514c184f39b9ecf7646e
5d9a5512efcf8253ec56972b9f5160a31097961f
refs/heads/master
<file_sep>/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* init_stack.c :+: :+...
e6bf6e941804a9c9b37a2505390a578d0cf49bab
[ "C", "Makefile" ]
13
C
Kvadrokom/Push_swap
e427e92d26b2ce1d4b0b934ed4229eaad4c82997
87fccfaacbc57ea7099b6e2a526a055e15d6b2e0
refs/heads/master
<repo_name>brhmcelen/fun-tsp-challenge<file_sep>/ryan_solution.py ''' Ryan's TSP solver. Run with: ipython ryan_solution.py data/tiny.csv bf ipython ryan_solution.py data/tiny.csv greedy ''' import sys import numpy as np from itertools import permutations from tsp_starter import read_cities, score_solution, ...
893249f83cabc9cb61dc9d7a78e24b44d6c5765d
[ "Markdown", "Python" ]
4
Python
brhmcelen/fun-tsp-challenge
ecce33fddcefc492edc5a04d7a4714e36d0800f7
ba818872a249ac04b2e88c22323996a686359a03
refs/heads/master
<repo_name>Gsak3l/react-redux-task-manager<file_sep>/src/App.js import React from "react"; import { connect } from "react-redux"; import "../node_modules/bootstrap/dist/css/bootstrap.min.css"; import TasksPage from "./components/TasksPage"; import { editTask } from "./actions"; function App(props) { const onStatus...
89c1245b570afab683f7213eca7f1571b7ae45d7
[ "JavaScript" ]
4
JavaScript
Gsak3l/react-redux-task-manager
0fc2eb9c4230b7ed5185b32337b6a1fac8c69ef9
9c6a23a36d3a691e084ad2386bf32711dec95eae
refs/heads/master
<file_sep><?php session_start(); error_reporting(0); include('include/dbconnection.php'); if(isset($_POST['register'])) { $fname=$_POST['fullname']; $usrname=$_POST['usrname']; $mobno=$_POST['mobilenumber']; $email=$_POST['email']; $password=md5($_POST['password']); $ret=mysqli_query($con, "sele...
dfb6f5acad5de0047f70d45a9901cd3951ae0b78
[ "SQL", "PHP" ]
8
PHP
ZaforAbdullah/Laundry-Service-Pickup-and-Delivery
4862acbd8ca3fe63edcf929588b6e5f0d8dadb56
600d40eda0adaee7ddb72c373c0e3bc10f29e701
refs/heads/master
<repo_name>eeeris/Dictionary_test_task_drweb<file_sep>/heshTab/HashTable.h #pragma once #include "interface.h" #include <vector> #include <list> using namespace std; //Необходимо реализовать класс контейнера, реализующий интерфейс Dictionary и способный выбросить исключение, реализующее интерфейс NotFoundException. /...
fad536c75f9871b42a91ad5f7d24cabeaf8351e9
[ "C++" ]
3
C++
eeeris/Dictionary_test_task_drweb
50e3aa2afa49449805dd7bef9164f45d47cd666e
1b85bc0905d77cd40e78b23a1bfe8bc9f7c035d1
refs/heads/master
<repo_name>justinal64/front-end-developer-exercise<file_sep>/app/README.markdown I decided to use vanilla Javascript for this project. I understand that this might make the challenge a little harder, but I'm a software developer, and I like challenges. ### Overall Layout Based on the image provided I assumed that the...
1d8e22ef62ae0436f32948a0bc7628dc2885975c
[ "Markdown", "JavaScript" ]
2
Markdown
justinal64/front-end-developer-exercise
75a33dc6c162d3a4f1a713e6939b07084351e49a
1838c9327989027b8d472bc68c646707a6bf8d24
refs/heads/master
<file_sep><?php include_once '../includes/function.inc.php'; include_once '../includes/header.inc.php'; ?> <h2>Gestion du site</h2> <ul> <li><a href="socialLinks.php">Gestion des réseaux sociaux</a></li> <li><a href="languages.php">Gestion des langues</a></li> </ul> <?php include_once '../includes/footer.inc.p...
74d3862089c820359e90701d212eb2a8bb36eb39
[ "PHP", "INI" ]
26
PHP
pascalfavre/Tourobs_Monitoring
6c597ffce887a5d01705be8ea751b808b422a5f1
1cdca265cf3ae09460fd0ec8ed71f6e3eaed42b8
refs/heads/master
<file_sep>(function () { // fixed header $(window).scroll(function() { if ($(this).scrollTop() > 0) { $('.header__fixed').addClass('header--fixed'); } else { $('.header__fixed').removeClass('header--fixed'); } }); // scroll to link $('.na...
d81406018e5043d841eb637549844440b952b9da
[ "JavaScript" ]
2
JavaScript
andyalekhin/mogo
47452a4fda67f5f9a5f3ba0d1bb55fd8f3253410
34538ad4a79f0ca75b17beb66fab85e3283e4f65
refs/heads/master
<repo_name>ime04/music-social-network<file_sep>/apps/web/frontend/js/index.js const buttonToLogin = document.getElementById('sign-in'); const buttonToRegister = document.getElementById('register'); const registerButton = document.getElementById('user-register'); const formRegister = document.getElementById('register-f...
7a33893a81b40bd58ac32cc4ea632ac42a6ac28b
[ "JavaScript", "PHP" ]
41
JavaScript
ime04/music-social-network
b5de6252ece27f5aa9d4e3adc119cd5ae564a99f
23cd3247d39480067e4706456bbda8e0ffb834c7
refs/heads/master
<repo_name>tranlinh2610/contribution_application<file_sep>/contribution_appication.sql -- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Mar 05, 2021 at 02:44 AM -- Server version: 10.4.14-MariaDB -- PHP Version: 7.4.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO...
5a0bb670ab1d7a4dfc6a5a1a7c6555958fd428dc
[ "SQL", "PHP" ]
5
SQL
tranlinh2610/contribution_application
e0c5fb2499592cb1b22f2b7b6437b2ead437fb3f
1e4a256520a7df8ad0b33a510ac8aae9a2b10ec2
refs/heads/master
<repo_name>plugcraft/Time-Rank<file_sep>/src/com/oberonserver/perms/methods/GM.java package com.oberonserver.perms.methods; import org.anjocaido.groupmanager.GroupManager; import org.anjocaido.groupmanager.data.Group; import org.anjocaido.groupmanager.data.User; import org.anjocaido.groupmanager.dataholder.Overlo...
f9423bed54f09cdb6f23626c5ed7161ec6782455
[ "Java" ]
6
Java
plugcraft/Time-Rank
dfada38f9f3045acb0d5a32c174437670dd4ad22
7ef4a42d9cbeabf25db4ee3d67f9cb89b3adc737
refs/heads/master
<repo_name>L04DB4L4NC3R/file-server<file_sep>/README.md # file-server ## Serving express-auth-generator on https://fileserve.herokuapp.com/download/express_auth_generator ``` $ curl -L https://fileserve.herokuapp.com/download/express_auth_generator | bash ``` <file_sep>/routes/express_auth_generator.js const app = r...
9e24396a5f6323a61d2fc2b8e82172f9893b43f3
[ "Markdown", "JavaScript", "Shell" ]
3
Markdown
L04DB4L4NC3R/file-server
b1266def9a71dbdf3e0f85536c746795a2432a42
9feb3243e51bd4ea5b8c3be7c69f66f879f10d16
refs/heads/master
<file_sep># This file should contain all the record creation needed to seed the database with its default values. # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup). # # Examples: # # movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' ...
f7be728cd265aad51e8792d7e2f19102a10e2f68
[ "Ruby" ]
1
Ruby
ispasmic/rails-mister-cocktail
c1299d03b6a5de1d19f1004e35624eceb215eaac
24a5d01e1d8d782dc93bbbdc95e19265c9f3de54
refs/heads/master
<repo_name>willpm99/Assignment-1<file_sep>/Deliverable3.py # -*- coding: utf-8 -*- """Assignment1.ipynb <NAME> 20054564 Automatically generated by Colaboratory. Original file is located at https://colab.research.google.com/drive/1C2nrSlt0DRt0xFsA4Qh06oAwWVNoR1BT """ # download data (-q is the quiet mode) ! wget ...
aa07cfdbb276af7aaa260120f33dd54b642ff028
[ "Python" ]
1
Python
willpm99/Assignment-1
e122a7d02f427062c75916bf911b77169b9d5104
e8d92d3ccdf25bd818c2eb1dec303bb028054dae
refs/heads/master
<repo_name>vankessel/sandbox<file_sep>/networking/test2.c #include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <unistd.h> #include <errno.h> #define MYPORT "3490" // the port users will be connecting to int main(void) { struct add...
bccd3ff5ba50245b57eef685efffa6aebc8ea2bf
[ "TOML", "Rust", "Python", "Text", "C" ]
13
C
vankessel/sandbox
5c730644bf211e11c42f13e7f37555a7c5dd696f
2caac1eabfef153603a5b62a5f0ab435b6ed320a
refs/heads/master
<repo_name>kordejong/going_dutch<file_sep>/sources/prototype/dutch_treat.py #!/usr/bin/env python import sys class Spender(object): def __init__(self, name): self.name = name self.amount = 0.0 class Spenders(dict): def __init__(self, names=[]): for name in n...
3a3216f7b77dd3d0ee6b3518e62b3cd8d9103202
[ "Markdown", "Python" ]
2
Python
kordejong/going_dutch
da64b60775b20753e75e6963c0294ca106815fb5
c6bafc3249213bf694bcf7246aab36e43a13e517
refs/heads/master
<repo_name>sheerazuddins/CountTL-BMC<file_sep>/counttl-formula.h //#include<cstdio> //#include<cstring> //#include<cstdlib> //#include<cmath> #include<iostream> #include<string> #include<stack> #include<set> #include<map> #include <z3++.h> //using namespace std; //-----------------------------------------------------...
d64aab6ecf4d83925bf4d4f1632701393c699a23
[ "Markdown", "C++" ]
7
C++
sheerazuddins/CountTL-BMC
84cb576d9b205eaeead3809520a3665a47a0c85e
270727e905f0b686a83b1009e6df5598b1e63e42
refs/heads/main
<file_sep># Hovercraft You run a hovercraft factory. Your factory makes **ten hovercrafts** in a month. Given the number of customers you got that month, did you make a profit? It costs you **2,000,000** to build a hovercraft, and you are selling them for **3,000,000.** You also pay **1,000,000** each month for insuran...
c2f99ecf1790e8abffef035d18ba68ee32d17600
[ "Markdown", "Java" ]
17
Markdown
muhrafitriandi/solo-learn
d18a3bd7b7476c0f4166791c042b1505883511ed
c3f68ca4bc0cbfa6fe115c34d1693051401c113e
refs/heads/master
<file_sep>from django.db import models import datetime class Post(models.Model): """Post model.""" title = models.CharField(max_length=200) # author body = models.TextField() publish_date = models.DateTimeField(default=datetime.datetime.now) created = models.DateTimeField(auto_now_add=True) ...
1a988d5acaeca0f1ad025def34f283c20edf71a8
[ "Python" ]
1
Python
BenjiLee/chartartar
2d4d71aa0dd0a9c68cee317fa63d5bce048225e7
4412f0f8c0dd48a2e099b7aec4d8499da76a7527
refs/heads/master
<file_sep>## server.R <file_sep>## ui.r
acbc4fe54b4d8758059ca681e951a67b9b73fc45
[ "R" ]
2
R
ramnathv/test-course-r1
105102120e336392ee94887468bf0a0cf13d95d0
d787ccb4f344148192f79355850dc7cba336d378
refs/heads/master
<repo_name>alexborsch/nboardcms<file_sep>/post.php <?php require_once("core/settings.php"); require_once("core/functions.php"); include($themes_dir.$themes_name."/views/head.php"); $link = db_connect(); $posts = posts_get($link, $_GET['id']); include($themes_dir.$themes_name."/views/post.php"); include($themes_dir.$...
df2a8b1a458c65b97b1db6680a7f7cfa19aaa72f
[ "Markdown", "PHP" ]
16
PHP
alexborsch/nboardcms
b4a391ee76cb636090e48bcea0cdbefd4a68c37f
f98047f00e80195537cfb8fad9a701a4cb554848
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SQLite; using System.IO; namespace StudentskiDom { class Student { public Student(string firstName, string lastName, string dateOfBirth, string gender, ...
c9d5606880fa4a095ba877ae022977594eb897ce
[ "C#" ]
9
C#
ffuis-aljosa/2017-IS-Dorm
673248be981d17bc99d70a9ace097d476e153b94
33d4b6555b54e297c37ea86f0f4df50a64109b10
refs/heads/master
<repo_name>ankitsabharwal237/CSE-533-Network-Programming<file_sep>/A1/echo_cli.c #include "unp.h" #include "common.h" static int writefd = -1; static void writeMsgAndExit(char *msg, int status) { char writeBuf[MAXLINE] = "\nEcho Client : "; strcat(strcat(writeBuf, msg), "\n"); Write(writefd, writeBuf, str...
c904dbdf136077292b3086c53b38758091c6053e
[ "C", "Makefile" ]
39
C
ankitsabharwal237/CSE-533-Network-Programming
2b02be4d95f21dea2a03a151b009880f9edbdd62
954c6985824ff40a18697ebd89c99933dec6c960
refs/heads/main
<repo_name>rodrigodelbem/service-tracker<file_sep>/publics/Service_Tracker_Public_User_Content.php <?php namespace ServiceTracker\publics; use ServiceTracker\includes\Service_Tracker_Sql; use \Moment\Moment; use \WP_User; class Service_Tracker_Public_User_Content { public $current_user_id; public $user_cases_and_s...
30a9f9b11881ba22a165c34971d3e88155371289
[ "JavaScript", "Markdown", "PHP" ]
30
PHP
rodrigodelbem/service-tracker
b9bfeb6a2b88d265395e3798998b84e8582e80ea
6a74f6f53e71246e3ba02226309407e81426fd11
refs/heads/master
<file_sep>module.exports = { presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-flow'], plugins: [ 'react-hot-loader/babel', '@babel/plugin-syntax-dynamic-import', '@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-export-namespace-from', '@babel/plugin-proposal...
f5eab04556bd045e22c44483c8324aa8510c7a46
[ "JavaScript" ]
3
JavaScript
dgonzalezr/react-starter-kit
6a5cd5a2d21f64300f16a11b5b507b333447120c
57f7e09ec9609db3fec2f69322c695f80a302faa
refs/heads/main
<repo_name>euaarseniou/MscBA-Statistics1-Ames-Iowa-Dataset-Predict-Property-Prices<file_sep>/Code.r #Reading the data setwd("C:/Users/Eva/Desktop/aueb/Statistics 1/Main Assignment Ntzoufras") data<-read.csv(file = 'ames_iowa_housing_29.csv', header= TRUE, sep=";") head(data) #--------Drop x, order and pid variabl...
8d3208fc13fbd9f1d97ac9d1c2b2ed190bbe56df
[ "Markdown", "R" ]
2
R
euaarseniou/MscBA-Statistics1-Ames-Iowa-Dataset-Predict-Property-Prices
c8d3fb144cbf72bbd2ec45605b52236777e457f7
2b620bf148bdd265aeaa1e705f925005cda5ec7a
refs/heads/master
<file_sep>package main import "fmt" // HelloWorld to test go func HelloWorld() { fmt.Println("Hello World ;)") } <file_sep>package main import "fmt" // TypingEx is a typing example func TypingEx() { var x float64 x = 20.0 fmt.Println(x) fmt.Printf("x is typeof %T\n", x) } <file_sep>package main func main() { ...
580e75f25b72044271d6fe91463fea75f4d72c1e
[ "Go" ]
3
Go
vellama/rnd-golang
e4b08503d60d040c41dc400977483503073a4bc9
aad795a1e3b33c865dcc474367285b3a3cc4cde9
refs/heads/master
<file_sep>from itertools import permutations def Sol(l): res=[] for i in range(0,len(l)): p=permutations(l,len(l)-i) for j in p: s="" for k in j: s=s+str(k) res.append(int(s)) res.sort(reverse=True) for i in res: flag=0 ...
1cc80d5297f2e5decc327b158f1d3ff9a785f9f5
[ "Markdown", "Python" ]
3
Python
snksam07/Google-Foobar
a8cf80d1037c591140d8da17f4152b374512ef5b
b06f89ed9de70924a9503b16f44b9e7becdf7c1a
refs/heads/master
<file_sep>package shadowjay1.forge.simplelocator.gui; import java.io.IOException; import org.lwjgl.input.Keyboard; import net.minecraft.client.gui.GuiButton; import net.minecraft.client.gui.GuiScreen; import net.minecraft.client.gui.GuiTextField; import shadowjay1.forge.simplelocator.LocatorSettings; impor...
da64d4376a115a6ef8ff5f706faf7f95a39be430
[ "Markdown", "Java" ]
14
Java
auxiliary-character/SimpleLocator
77e425817a84a133c2b0089b3751c487906f05a0
ffbb758390215f94a02a659553825080ab72514c
refs/heads/master
<file_sep>#7:15-8:15 def function3(x,y): return x+y e=function3(1,2) print(e) <file_sep>minuto 9:10-10:20 #tarea #can you compute all multiples of 3 , 5 #that are less than 100 # con el programa que se hizo se sumo todos los elemnto multiplo de 3 y de 5 print(list(range(1,100))) total4=0 for i in range(1,100): ...
9c03d73e41bfabeb9123de3b1ceff77b1a1bf907
[ "Python" ]
32
Python
TomasArteaga/MCOC-NIVELACION
2bdd03330724309c89078bef76f01c2ddf3b377d
1d952a8390ca3b58c2371c1a3c3a3f8a043ff0b9
refs/heads/master
<file_sep><?php class HrController extends Zend_Controller_Action{ public function init(){ $this->db = Zend_Db_Table::getDefaultAdapter(); $this->model = new Application_Model_Hr(); } public function indexAction(){ $this->redirect('menu'); } public function depAction(){ ...
b898058f77c2a47e595ca97530e91aa28e002467
[ "Markdown", "SQL", "JavaScript", "PHP" ]
10
PHP
amirunpri2018/CRUD-Zend1-ExtJS
20cb4ec443689c7074a56a5ca8792d60828f42f2
2031bbb3e3a4958636fee9b972441947a30c631f
refs/heads/master
<repo_name>akamaie/NightSky<file_sep>/NIghtSky/src/Main.java public class Main { public static void main(String args[]) { NightSky nightSky = new NightSky(0.1, 40, 100); nightSky.print(); System.out.println("Number of stars: " + nightSky.starsInLastPrint()); } }
12608931a10f091fc1141ef46d9e98c2daaccdac
[ "Java" ]
1
Java
akamaie/NightSky
5125efbd4758dec6424f466a26a81025160b294c
13f5f50ac10ca4562fefc51e5c688071253a8a51
refs/heads/master
<repo_name>makarkalancha/SwingTutorial<file_sep>/src/p001_100/test.java package p001_100; public class test { int i=0; public test(){ i=8;} /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub // int i = 0; // test h = new test(); // while(h.i <=10){ // h.doit...
b3059f383fa6943a33f4bbf811bfe40db61d2023
[ "Java" ]
2
Java
makarkalancha/SwingTutorial
09388a79aa0e2e1088b4c3d56fc9ca3834cf785c
ddf1a1bc68b0f606693d3df248d9222d4c0d9ac9
refs/heads/master
<file_sep>#for the keyboardlistener class from kivy.core.window import Window from kivy.uix.widget import Widget from scattertext import ScatterTextWidget #move to sep class #Only way i could access root object widgets was to pass ScatterTextWidget to the listener #This is what is returned after app.build() class MyKe...
54f4537cdc6a2f8f06a34ec8c468027830c84ba1
[ "Markdown", "Python" ]
6
Python
tahawkins21/BarcodeInventory
1f841fa4cdabc89f0009a73e1573b9c771640c8f
dc8d744e5449e8aea5e9a8f232d8520f6e78ed41
refs/heads/master
<repo_name>thomaskeo/CODING<file_sep>/src/main/java/fr/iut/coding/web/propertyeditors/package-info.java /** * Property Editors. */ package fr.iut.coding.web.propertyeditors; <file_sep>/src/main/java/fr/iut/coding/domain/CodingSession.java package fr.iut.coding.domain; import com.fasterxml.jackson.annotation.JsonIgno...
f4be9cf0e4b9c5ad4f17c72c3b6cbc7dca770165
[ "JavaScript", "Java", "Markdown" ]
14
Java
thomaskeo/CODING
6d20b5403788f0d7e5c78717c60fb786c87cbfb3
fa70bfe235cb292cf9b5ba650240920265d79c9d
refs/heads/main
<repo_name>jessicafeese/Assignment3JessicaFeese.appstudio<file_sep>/forms/functionCompare/functionCompare.js function Compare(pass1, pass2) { password = <PASSWORD> confirm = pass2 let passCompare = password.localeCompare(confirm) if (passCompare == 0) { console.log('The passwords are the same.') }else{ ...
192e699286b444f165a0175f8ca3d2954ec75ce5
[ "JavaScript" ]
2
JavaScript
jessicafeese/Assignment3JessicaFeese.appstudio
eaeb996fe1ac1aa1710de67c854c54eca8a2e542
1d38b62ca816e91adca169fb0b3df937832f7e9f
refs/heads/master
<repo_name>qazirian/Events-Handling-Calendar<file_sep>/js/app.js angular.module('myApp', []) .controller('mainCtrl', function($scope, $filter) { $(document).ready(function() { eventsFunction(''); }); // Calendar var picker = new Pikaday({ field: docum...
f043f297657e9db30a66c6b88f2d8c210f1a5c50
[ "JavaScript" ]
1
JavaScript
qazirian/Events-Handling-Calendar
16b9790b8dccf2c6a5417db170537a524f83ffb0
b63676401e83b24b9675b460f6d307cece3785ef
refs/heads/main
<repo_name>sdshone/react-calculator-app<file_sep>/README.md # react-calculator-app Simple React App Calculator <file_sep>/src/index.js import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import * as math from "mathjs"; // Functional Component const DisplayWindow = (props) => (<input type=...
4f9eb4762fe00ea106e0a400c15b259ed22b560e
[ "Markdown", "JavaScript" ]
2
Markdown
sdshone/react-calculator-app
9b6ecc9e6005c1002cf9387d829dbef37ff7514e
c2f8609a96783485753d499f99d1b03b2c288d60
refs/heads/master
<repo_name>spodoprigora/contrail-charts<file_sep>/src/actions/Zoom.js /* * Copyright (c) Juniper Networks, Inc. All rights reserved. */ import _ from 'lodash' import Action from '../core/Action' export default class Zoom extends Action { constructor (p) { super(p) this._deny = false } /** * Zoom is ...
5a9a019df1c184f037884ddc0632cd732281bc15
[ "JavaScript" ]
9
JavaScript
spodoprigora/contrail-charts
b6c2f4d473242f6dd69e22f62b722b33f860ec72
ac6b9c3840fcd6f9483ff44f10991dee933af893
refs/heads/master
<file_sep>//#*********** CONTRIBUTOR: RAYYAN ****************// var express = require('express'); var mongoose = require('mongoose'); var bodyParser = require('body-parser'); var methodOverride = require('method-override'); var flash = require('connect-flash'); var session = require('express-session'); var passport = r...
6c71294f6518e9235f25ba018724c06e234de44d
[ "JavaScript", "Markdown" ]
7
JavaScript
Ainecaitlin/VVEsustainability
fab150ba46d865b3f9cb1cc4f42d27d506ea1bc6
500278025cc932cd53af472b062f546216f866bb
refs/heads/master
<repo_name>chevvy/angular-unity-app<file_sep>/src/app/fps-template/fps-template.component.html <div id="unity-container" class="unity-desktop"> <canvas id="unity-canvas"></canvas> <div id="unity-loading-bar"> <div id="unity-logo"></div> <div id="unity-progress-bar-empty"> <div id="unity-progress-bar-f...
dd42ea948095086df55995773b7d7a91b927eb2b
[ "TypeScript", "HTML" ]
2
HTML
chevvy/angular-unity-app
2bd21f20af7d1b4512e9812cca965b6451ad7f62
81ce96f203b0490c7970481fbb0f2ba575d40a8c
refs/heads/master
<repo_name>trenoncourt/AutoAd<file_sep>/src/AutoAd.Api/Extensions/QueryCollectionExtensions.cs using System; using System.Collections.Generic; using System.Linq; using AutoAd.Api.Aliases; using AutoAd.Api.Models; using Microsoft.AspNetCore.Http; namespace AutoAd.Api.Extensions { public static class QueryCollectio...
a509d28f47c34908c22998b1afd9ed8d7522c73f
[ "Markdown", "C#" ]
9
C#
trenoncourt/AutoAd
672531af49e27528c1a3f4e1e322e6b6392753f2
9e87c7040a5f0ddb04d12047d0e4231adc2d2e07
refs/heads/master
<repo_name>27182818284590452/Viral-PHP-script<file_sep>/README.md ![alt text](https://github.com/27182818284590452/Viral-PHP-script/tree/master/Images/php.png) # Viral-PHP-script Simple PHP-virus with optional payload. For private use only, the developer is not responsible for the use of this project. # Requirements S...
f3498a94b3625b665abc5316e1590767ad10d078
[ "Markdown", "PHP" ]
2
Markdown
27182818284590452/Viral-PHP-script
8d02f688ad6995938b11caf741ac5d0b28a5b3fb
58f178c6c0bd51d447664ffaad6c9da2929d7d42
refs/heads/master
<file_sep>var defaultBgColor = 'white'; $(document).delegate('.ui-page', 'pageinit', function () { // setting background for the entire page var bgcolor = $('.mdContent').css('background-color'); if(bgcolor != 'transparent') { $(this).css('background', bgcolor); //'this' refers to '.ui-page' } ...
23ec8f79b785a0ed2057ebd3fed4f35854a49a46
[ "JavaScript", "Ruby" ]
6
JavaScript
xurick/mbilify
a7ffb1925824bba2eae4e9ec49c19da609824792
a4b8876ab792c72b037ba8699c304a1e0f016a22
refs/heads/master
<file_sep># -*- encoding: utf-8 -*- # -*- mamba-file-type: mamba-model -*- # Copyright (c) 2014 - sorcha <<EMAIL>> """ .. model:: CharacterFeat :plarform: Linux :synopsis: None .. modelauthor:: sorcha <<EMAIL>> """ # it's better if you remove this star import and import just what you # really need from mamba...
d00f630a54190b8499facf58910bd325c103fe58
[ "Python", "Text" ]
14
Python
saoili/Eblana_mamba_app
3b024268c3b2b731560362ca9aa72add560c93c7
727d7b04f7ae84264456cb60d2d2819654599cc5
refs/heads/master
<repo_name>sgnoohc/babycms4<file_sep>/babycms4.h // . // ..: <NAME>, <EMAIL> #ifndef babycms4_h #define babycms4_h #include <cstdlib> // CORE #include "CORE/CMS3.h" // COREHelper #include "COREHelper/corehelper.h" // cxxopts #include "cxxopts/include/cxxopts.hpp" // RooUtil #include "rooutil/looper.h" #include "...
59869691ba5ab28fa30c67c9e7c3b3b019e7774c
[ "Makefile", "C++", "Shell" ]
4
C++
sgnoohc/babycms4
d08120ac597c25edff01c03878589a973bca184f
2efefc36c4065bb5ce04f96b3fb031a9455378f3
refs/heads/master
<repo_name>Terkwood/harsh<file_sep>/tests/quickcheck.rs #[macro_use] extern crate quickcheck; use harsh::Harsh; use quickcheck::TestResult; quickcheck! { fn decode_no_panic(encoded: String) -> () { let harsh = Harsh::default(); let _ = harsh.decode(encoded); } } quickcheck! { fn encode_al...
5882c1eef042beaf6c8875469387eb33e34597b7
[ "Rust" ]
1
Rust
Terkwood/harsh
174a3ce6e1e20f06e3011b9c95bd4e09278c4511
4611110e902b40f81362434dee5075bd04e9aa27
refs/heads/master
<repo_name>yauheniche/expression-calculator<file_sep>/src/index.js function eval() { // Do not use eval!!! return; } function expressionCalculator(expr) { for( let i = 0 ; i < expr.length ; i++ ) { if ((expr[i] == '/' || expr[i] == '*' || expr[i] == '-' || expr[i] == '+' || expr[i] == ')' || expr[...
c3d74b836c7c0b995f2ca15f818bb5cb766fc40a
[ "JavaScript" ]
1
JavaScript
yauheniche/expression-calculator
50b1bb2eb8cfeb313fe2b1498ad65add0799b367
0e9adcd8dfbdbbbd779cf1546d91de8094189da4
refs/heads/master
<repo_name>cofemei/grails-fluentd-appender-plugin<file_sep>/src/java/FluentAppender.java import java.util.HashMap; import java.util.Map; import org.apache.log4j.AppenderSkeleton; import org.apache.log4j.spi.LoggingEvent; import org.fluentd.logger.FluentLogger; /** * Basic implementation of a fluent appender for log4...
bb9ac57ae254e25f31d6b8bf6883aa0f20dabafe
[ "Java" ]
1
Java
cofemei/grails-fluentd-appender-plugin
dfb86e67cc375cd2426ce92d233def33ce15e579
0aafcc7e2433454025f805473d8c9abd3e905749
refs/heads/master
<repo_name>ximet/babel-plugin-stateful-functional-react-components<file_sep>/src/index.js function rewriteFunctionalComponent(t, path, isCtx) { const bodyPath = path.get('declarations.0.init.body'); const decl = path.node.declarations[0]; const className = decl.id; const propsRefs = decl.init.params[0]; con...
239d7b5620b07f56d2dbadd7cd667affdd4c7a22
[ "JavaScript", "Markdown" ]
5
JavaScript
ximet/babel-plugin-stateful-functional-react-components
437952190df85178524336dd16929a40681ce394
63f0200599b91a577f3c0d521af0b1aa7ffcdccf
refs/heads/master
<file_sep>public class Client { private String name; private Pet pet; public Client(String name, Pet pet) { this.name = name; this.pet = pet; } public Client() {} public String info() { return("Clients name is " + this.name + ". Clients pets name is " + this.pet.getName() + ". Clients pet ages is " + thi...
f5696538f608a8e7cc06f4d2b92ea97094cad6b7
[ "Java" ]
3
Java
MaximSofronov/pet_clinic
52625caeb964db873ecc9264e17d6ea2959e7cae
4cd2f6bd455c5e30cda1e988e58b96aad6902ee0
refs/heads/master
<file_sep>import os def predict_label(json_data, filename): current_dir_path = os.path.dirname(os.path.realpath(__file__)) bounding_box_path = os.path.join("classify/bounding_boxes", filename+'.json') bounding_box_filename = os.path.join(current_dir_path, bounding_box_path) output_path = os.path.join(current_di...
e0a914721ab9cfc529a05f0c770175ecd3211ca6
[ "Python" ]
1
Python
AUST-Hansen/latte
6a174408b94d3ac268b7a058573cd45259d08650
1111ccd32ae9313bb8036f6ad3e9c63fef4c600a
refs/heads/master
<file_sep>"""Utility functions used in other parts of Supermann""" from __future__ import absolute_import import logging #: The default log format LOG_FORMAT = '%(asctime)s %(levelname)-8s [%(name)s] %(message)s' #: A set of log levels availible for --log-level's choices LOG_LEVELS = { 'CRITICAL': logging.CRITI...
979905afcc17276586837529d488247941ec970e
[ "Python", "reStructuredText", "INI" ]
18
Python
borntyping/supermann
66cf3a9570b9114eedc5da34b48e94b11ffeddd5
57be12c2198f380e8695a0645f4abdb54cba9bd8
refs/heads/master
<file_sep>(function($){ var Article = Backbone.Model.extend({ defaults:{ title: "No Title Specified", date: "4/16/2014", content: "One way to shed light onto the situation is to give a simple enumeration of things that ED lacks and EPF provides. Having used ED for several...
7fcb899d0bc37ef208c1dfc3828ad09bc39abcdc
[ "JavaScript", "Markdown" ]
3
JavaScript
clarkfbar/backbone3
b6f515eed317683e7a50db429cfbb1811dcc73d8
35675ae3f19dd1a4969d71df4274560fe12a5a2f
refs/heads/master
<file_sep>import { Block, Stack, Button, IconFilledExpandMore, TextBlock, styled, getStylePresetFromTheme, getSpacingInsetFromTheme, useTheme, } from 'newskit'; const StyledContainer = styled.div` ${getStylePresetFromTheme('pricingCardSurface')}; ${getSpacingInsetFromTheme('spaceInsetStretch040')...
97d936534ccbd1d663009412b38a547c1c06c73e
[ "JavaScript", "Markdown" ]
18
JavaScript
apostolnikov/newskit-demo
f33a231b1718022055a8373ca52ab591530c33ce
537dd4d744407af82aad25fc1da7b7ce0898b53f
refs/heads/master
<repo_name>cxyao/webpack-mutiple-theme-bundle-css-demo<file_sep>/README.md # webpack-mutiple-theme-bundle-css-demo A webpack mutiple theme bundle css demo. <file_sep>/src/themes.js import './less/themes/green.less'; import './less/themes/red.less'; import './less/themes/yellow.less';
2bc0544e2f121ffba21bf6e3e38ab36bd08cb9e6
[ "Markdown", "JavaScript" ]
2
Markdown
cxyao/webpack-mutiple-theme-bundle-css-demo
1fad69773e71d301675f0e0022df8ad336a6afde
73438b0c89b79fdb82e39dcea1ab39a15dea5907
refs/heads/master
<repo_name>arunstg1/CloudTestWare<file_sep>/product/TestClient/src/edu/uci/testclient/ZipFileCreator.java package edu.uci.testclient; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.UUID; import jav...
13b8b10981866c000a973f0e2892f87c9c1da920
[ "Java", "Ant Build System" ]
3
Java
arunstg1/CloudTestWare
ba8f796a9751de077a504cb1a912d90c1ed1733b
04859c9b1b4ff850173a1df198d41bf08b3ab87c
refs/heads/master
<repo_name>bibmeke/color-hash.swift<file_sep>/ColorHashDemo/ColorHashDemoViewController.swift // // ColorHashDemoViewController.swift // ColorHashDemo // // Created by <NAME> on 11/25/15. // Copyright © 2015 LittleApps Inc. All rights reserved. // #if os(iOS) || os(tvOS) import UIKit class ColorHashDemoVie...
c5bf530849b1fdbe1b9b2123ce791573705c388f
[ "Swift" ]
1
Swift
bibmeke/color-hash.swift
2e9a400d9684dcfc9c46974f3abc798b050a1e5e
a1ce41c9fd68cd0ecfd8b37e8d162438343572c4
refs/heads/master
<repo_name>Neember/neember_client<file_sep>/spec/features/clients/delete_client_spec.rb require 'rails_helper' describe 'Destroy client' do let!(:clients) { create_list(:client, 5) } let(:client) { clients.first } let(:admin) { create :admin } it 'Destroy client' do feature_login admin visit clients_...
bf4a97e9e0dc76ef63728fd745933ec9836ddce3
[ "Markdown", "Ruby" ]
17
Ruby
Neember/neember_client
29193a92e051769b7fbcc975b3e009aba0472730
a7e6faa1925789a96ad97643a4bdce51375e3542
refs/heads/master
<repo_name>n1610457/HelloPython<file_sep>/hogehoge.py print("Hello World.") print("My name is hoge.py") print("Nice to meet you.")
6d3fbce0b385b0dda674b327cc7f373e7e4673e8
[ "Python" ]
1
Python
n1610457/HelloPython
42ea174b450cd4406fff253b507b25117b3bee1a
fdba65c5cfa7fcb50dc8fce8c7e35d9dda6267f7
refs/heads/master
<file_sep>echo -e "\033[1;92m" echo "_ _ _ _ _ ____ ___ ____ ____ ___ ___ | | | |__| |__| | [__ |__| |__] |__] |_|_| | | | | | ___] | | | | " echo -e "\033[1;93m" echo "_ _ ____ _ _ _ _ |\/| |___ |\ | | | | | |___ | \| |__| " echo echo -e "\033[1;92m" echo " Rooted package >>>" echo echo echo ...
256b2e361bd688e71a1455f015c9faf782a868a3
[ "Markdown", "Shell" ]
4
Shell
Aariyana/Whatsapp-Settings
0240ef22419a961a3cfbcce326924b78eac11811
021a6bcccec754ac7495c76def8261aa4d4e76e2
refs/heads/master
<file_sep>import os import math import random import sys import scipy from scipy.sparse import csr_matrix as csr from scipy.sparse import csc_matrix as csc import numpy as np import itertools from math import log, exp import collections import operator from os import listdir from os.path import isfile, join import para...
fae2005de51df5b39045bc7dc6c215013215d733
[ "Markdown", "Python", "Text" ]
8
Python
neildhruva/MLTM
a809d756ee054cb64d7b905e4ad091a04f228913
89f8720ed9636e117586258494e29b2553e7c260
refs/heads/master
<file_sep>class Carousel { ElementID; DefaultIndex = 0; Infinity = true; List = []; CarouselWidth = 0; DOMCarouselWrapper; DOMCarouselInnerWrapper; DOMCarousel; DOMBulletWrapper; DOMPrevButton; DOMNextButton; ignite() { this.DOMCarouselWrapper ...
bcb7cf6ea6fad8e82e27e71f80132d12e7b0670f
[ "JavaScript", "Markdown" ]
2
JavaScript
CostlyDeveloper/SimpleJSCarousel
9125096433635c58d1d9a5e33d0e9b87ade98ca0
8a294e9958656e75eac764c1168395e3ae25340b
refs/heads/master
<repo_name>dcdrawk/dndhub-react<file_sep>/src/components/material/lists/ListItem.js /* Created By: <NAME> Selector: <ListItem Attributes: *type*:['single-line', 'two-line', 'three-line'] icon avatar text subject secondary-text /> */ import React, {Component} from 'react'; import PaperRipple...
74012aff243f9317a4a18f1e37d6691d54d542b3
[ "JavaScript" ]
6
JavaScript
dcdrawk/dndhub-react
469f27f0aebb7e6032d3fa2da5885e2571e54696
9f8bc2f9940827a6c7de60ed7c03c7087201d8ff
refs/heads/master
<repo_name>typesend/we_the_people<file_sep>/lib/we_the_people/resources/user.rb module WeThePeople module Resources class User < WeThePeople::Resource attribute :created, Time has_embedded :location end end end<file_sep>/README.md # WeThePeople `we_the_people` is a gem to access the new [We The...
5e21efd0de5dd7646559c732911eb9099489f4ef
[ "Markdown", "Ruby" ]
2
Ruby
typesend/we_the_people
99758c9782f8aff4afe9f5128fa04599bb777fb4
7a84b403bfee52de08614b3a8375946ce470a1b6
refs/heads/master
<repo_name>surTiw89/search-operators-cheatsheet<file_sep>/README.md # Search Operators Cheatsheet This extension aims to remind you search operators that are used to refine search results. The extension just gives examples of them. It doesn't aim to replace Google Advanced Search. This extension doesn't collect any u...
a391238361b2a1cd79b2d1bf6a7d457bf91fa5e0
[ "Markdown", "JavaScript" ]
3
Markdown
surTiw89/search-operators-cheatsheet
47c06f92ac65455144e5a7ac1788752fa9bd253d
e53be54c6a71ab1f49dd5f63283548caa967f89a
refs/heads/main
<repo_name>blasiusneri/CommandPatternAndroidDemo<file_sep>/app/src/main/java/com/x/blas/commanddemo/MainActivity.kt package com.x.blas.commanddemo import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.widget.Button import com.x.blas.commanddemo.command.APageCommand import com.x.blas.c...
da9b1b002bc256bb9d88e02e6c64ac7bdfcbde49
[ "Markdown", "Kotlin" ]
7
Kotlin
blasiusneri/CommandPatternAndroidDemo
bf8d1a420a0d081e0f27190f5056c07d071afc48
6d0921920d8edaf1b130cc388fb534faed6af949
refs/heads/master
<file_sep># InputConsole [![GoDoc](https://godoc.org/github.com/nathan-fiscaletti/inputconsole-go?status.svg)](https://godoc.org/github.com/nathan-fiscaletti/inputconsole-go) [![Go Report Card](https://goreportcard.com/badge/github.com/nathan-fiscaletti/inputconsole-go)](https://goreportcard.com/report/github.com/nath...
9da965e6cf91a28dd0f98216967b1c64bdb97f76
[ "Markdown", "Go" ]
2
Markdown
nathan-fiscaletti/inputconsole-go
910cf127babc1c1469b4c652d5f9ae4d5a8bd08b
d564d9c059518724629093c21deb508841a0cea0