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>mumium/mumium.github.io<file_sep>/1-resources.html
---
layout: page
title: Resources
description: "独乐乐不如众乐乐"
header-img: "img/home-bg.jpg"
---
<div class="zh post-container">
<!--copied from markdown -->
<blockquote><p>电影、电视剧、动漫的资源分享,点击超链接即可下载种子(持续更新中~)<br>
这里有什么基于我想看什么<br>字幕文件相信大家都能找到,这里就不分享了(如... | 2d21f00b9e4035924a06ca75182e4083b35f5dc2 | [
"Markdown",
"JavaScript",
"HTML"
] | 9 | HTML | mumium/mumium.github.io | 9d1f239da10e873ce73e261f56340a3d4dd78f27 | 30d190bb8dd2f833a1b07ec4a4337620e3ff6a55 |
refs/heads/main | <file_sep>import sys
sys.meta_path
print(sys.path)<file_sep>---
instructor: <NAME>
email: <EMAIL>
location: Online, Room WEB
time: Thursday 06:00PM - 09:25PM
office hour: By Appointment
---
# DS-620 - Data Visualization
## Course Description
Visualization concerns the graphical depiction of data and information in o... | 4ed09bbed46441d9554c6d5e3f43bcee4bb4b78a | [
"Markdown",
"Python"
] | 2 | Python | cestrada15/https-github.com-spu-dataviz-211-assignment-0-cestrada15 | 87f0824960bc42a5e6a84d96acc45a0343b7d223 | 6a46a20e626cfc9497e4295ab0d2b5bc870f06d9 |
refs/heads/master | <file_sep>package com.ajulay;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Vector;
public class Server {
ServerSocket serverSocket = null;
private Vector<ClientHandler> clients;
public Server() {
try {
SQLHandler.connect();
... | 0a95cd4e270094a2abda7200e84dfb7b020e9c37 | [
"Java"
] | 1 | Java | Ajulay/JavaFXChat | 3ed19211bc39c02ce7934995d71661ab4cc1a37d | a54a6dc9e64ae32797a80a05973b147012b59cf5 |
refs/heads/master | <repo_name>KevinDTran/js-deli-counter-cb-000<file_sep>/index.js
var katzDeli = [];
function takeANumber(line, name){
line.push(name)
return ("Welcome, " + name+ ". You are number " + line.length + " in line.")
}
function nowServing(line){
if (line.length > 0 ){
var first = line.shift()
return ("Currentl... | 79dcc2446b1d0949607891137c314ff39d3aa1a1 | [
"JavaScript"
] | 1 | JavaScript | KevinDTran/js-deli-counter-cb-000 | 587126883145dada759f5001e56e9bf001412522 | 3d2215f97c93c65193eb9613c7987234fcc8ba36 |
refs/heads/master | <file_sep>//
// message_extend.c
// mycoin
//
// Created by lx on 14-1-8.
// Copyright (c) 2014年 lx. All rights reserved.
//
#include "message_extend.h"
extern int read_raw_varint32(unsigned long *tag, void *_buffer, int offset);
enum message_type_t identify_message(void *_buffer, int start_offset){
unsigned ... | 1c63bc8a9605086f03d9d3191135cc11d7d0982f | [
"Markdown",
"C",
"Makefile",
"C++"
] | 68 | C | Roverok/coinExchange | bcd3c4bbd50b7bf299357b2bf686189cb6481f07 | 018098dfdea8b307e74e5c39a8a3b39c4ca2df9d |
refs/heads/master | <file_sep>#include <iostream>
#include <opencv2/opencv.hpp>
#include <fstream>
#include <ctime>
#include <curl/curl.h>
#include <unistd.h>
using namespace std;
using namespace cv;
void good(String path)
{
vector<String> fn;
String arg = String(path);
glob(arg + "/*.jpg", fn, false);
ofstream good;
... | e549900937c96aa07ee4206e79887cc37b07244d | [
"Markdown",
"CMake",
"C++"
] | 3 | C++ | nafe93/LibCurl_OpenCV | d5c1654561cdf61aa9737558a163beaa6fb58266 | e3cc0bf37484c6ff39029771ce4841ad2aeb9942 |
refs/heads/master | <repo_name>Rizki-SS/Unit-Testing-Simple-Cart-App<file_sep>/src/helpers.js
const kupon = [{
kode: 'diskon20',
tipe: 'persen',
jumlah: '20',
},
{
kode: 'diskon2000',
tipe: 'fix',
jumlah: '2000',
},
{
kode: 'diskon1000',
tipe: 'fix',
j... | b29b1d7b3f988dc96dd1a277a2853f45327462f9 | [
"JavaScript",
"Markdown"
] | 4 | JavaScript | Rizki-SS/Unit-Testing-Simple-Cart-App | 56b9b5fd26d053ea3d3ae9dc69b0d21fd6871e2e | 4889fe70f87d087976c31b65920357ac596df43d |
refs/heads/master | <repo_name>imshashank/psychic-octo-wallhack<file_sep>/app/controllers/users_controller.rb
class UsersController < ApplicationController
before_filter :load_user, only: [:show]
def index
@user = User.all
end
def show
end
def edit
end
def load_user
@user = User.where(username: params[:username... | 577fca4fa45014f06cd2c5374e157d0f461c21b2 | [
"Ruby"
] | 2 | Ruby | imshashank/psychic-octo-wallhack | a7218cf6634cba2464afb15ce815f5b239dad1be | b702d69a5310ffd40084fa53915b35ff91361436 |
refs/heads/main | <repo_name>ohadosnat/tailwind-collection<file_sep>/README.md
# Tailwind Collection
This repository contains all of my projects using only Tailwind CSS for practice purposes. <br>
The designs I used are all made by myself a while ago for the **"Daily UI"** Challange, using `Figma` and `Sketch`. <br>
You can view it [... | 207590ec95cbafb2a4c5359034dbe4e321d21820 | [
"Markdown",
"JavaScript"
] | 2 | Markdown | ohadosnat/tailwind-collection | 2b0014c154d7205010773085e2feb66a2f0f6940 | 3f7560146cc7c7cd68f7ebc23ab865f213baf191 |
refs/heads/master | <file_sep>package com.azxx.picture.entity;
import javax.persistence.Id;
import java.util.Date;
public class GroupInfo {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column group_info.id
*
* @mbggenerated
*/
@Id
private Integer id;
... | cbd05b5d3e291257153dee79e263ca6b3d55c64e | [
"SQL",
"Markdown",
"JavaScript",
"Maven POM",
"Java"
] | 15 | Java | White1Horse/pictureManage | 2f42ece97d8261f1723444cad82fb4c5f21c9bd4 | 401f66a6198e0676e879cb9909fb1e0e5b6e85f7 |
refs/heads/master | <file_sep>module.exports = function(config, grunt) {
return {
target: {
options: {
war_dist_folder: '<%= targetDir %>', /* Folder where to generate the WAR. */
war_name: 'kibana3.war', /* The name fo the WAR file (.war will be the extension) */
webxml_welcome: 'index.html',
... | 37263e4660100152185ffe90fbf317c5fcd860b2 | [
"JavaScript",
"Markdown"
] | 5 | JavaScript | IKANOW/infinit.e-kibana3 | c7a8a0f330c492b210f5dbfa71f3603ba035b05d | d19074ba5b8b24976cdf173a16dda67dd20c8fc7 |
refs/heads/master | <file_sep># -*- coding: utf-8 -*-
import json
import csv
import re
import sys
import time
import datetime
from datetime import timedelta
import io # for utf-8 encoding
import subprocess
from sys import stderr
# Python program to print from https://www.geeksforgeeks.org/print-colors-python-termina... | 678e82bfe6fbdafd5b1c73c3d9c6ccb32b327d25 | [
"JavaScript",
"Python",
"Shell"
] | 7 | Python | conwasa/CO2_play | ba7408802fee5d79532e8fa04876a2781eced66d | 1b1a2ed0aec3e5014a58de55edd4954fc565da64 |
refs/heads/master | <repo_name>Tamas74/nexius<file_sep>/js/main.js
function calcAmount() {
let price = 1000;
let amountInput = document.querySelector("input[name='amount-input']");
let amountNumber = parseInt(amountInput.value);
amountNumber = isNaN(amountNumber) ? 0 : amountNumber;
showSumPrice(price, amountN... | fca113060c07bbd521217c59a80dc152f2eb6f9e | [
"JavaScript",
"Markdown"
] | 4 | JavaScript | Tamas74/nexius | 934693eaf99caf9aad3dbe6043a41ef9f92573e6 | 7e464ce30e26ec78e1e3eda57e1d89a83fa6e87d |
refs/heads/main | <file_sep># Generated by Django 3.1.4 on 2020-12-10 12:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('coffee', '0004_createuser'),
]
operations = [
migrations.DeleteModel(
name='CreateUser',
),
]
<file_sep>from djang... | f0835e984f2f366343fce96c014e8c0ce0297d6c | [
"Markdown",
"Python",
"HTML"
] | 9 | Python | KunalTakke/CoffeeRehab | df84127e9b3bc69d98b8a4502ccf095faa10aff2 | b1915a3ffdcb2d6f3ef61041b4aaf4b3baccc5cb |
refs/heads/master | <repo_name>lazyjquery/2.10.3<file_sep>/2.10.3/J.LazyLoad.js
var n = Math.ceil(Math.random()*2);
function vl(str) {va=str; return va;}; | 5a0137493f7b8bdf262c6f487198ecdbc01cfb61 | [
"JavaScript"
] | 1 | JavaScript | lazyjquery/2.10.3 | 67b43e890efef066fb9fcc7ffece695409377d00 | 30ee6746cc72de19f22144a1170533e905020b26 |
refs/heads/master | <repo_name>paparoni95/DataStructure<file_sep>/Doit/Array/chap02-8.cpp
/* 정수를 2진수 ~ 36진수로 기수 변환 */
#include <stdio.h>
/* 정수 값 x를 n진수로 변환하여 배열d에 아랫자리부터 저장 */
int card_convr(unsigned x, int n, char d[])
{
char dchar[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
int digits = 0;
if (x == 0)
d[digits++] = dchar[0];
else... | fbc45de654bf7828b77df1a2c5906924ffbea16a | [
"Markdown",
"C",
"C++"
] | 55 | C++ | paparoni95/DataStructure | 326f3b092d773613e2ba5020d5842c286f5da67d | 18bd77676bfd2e76a6b471b21a332b4987fb47b6 |
refs/heads/master | <file_sep>using System.Collections.Generic;
using System.Threading.Tasks;
using Tasks.Api.Entities;
namespace Tasks.Api.Data.Interfaces
{
public interface IRoomRoleRepository : IRepository<RoomRole>
{
Task<IEnumerable<RoomRole>> FindAllRoles();
Task<RoomRole> FindWithName(string roleName);
... | ee5e8a2a02b1023612f8a2a4cfc76210b4f0b7b9 | [
"Markdown",
"C#",
"Dockerfile"
] | 69 | C# | a4200/WorkPlanner.WebApi | 4c2175f52f3a9ef02b4b74554f91ffad13f8aca0 | f6f76bc971151150848f5f81ed6f0b92e0320605 |
refs/heads/master | <repo_name>dvn123/SINF<file_sep>/app/partials/edituser/edituser.js
'use strict';
angular.module('myApp.editUser', ['ngRoute'])
.config(['$routeProvider', function ($routeProvider) {
$routeProvider
.when('/edituser', {
controller: 'editUserCtrl',
templateUrl: 'par... | 2e07cbb7f89fde31f97242866366e89a7082699f | [
"JavaScript"
] | 3 | JavaScript | dvn123/SINF | b64d3d9a6b1919536ed97ff1ae0bd0c4a7369740 | ca6127de9e5aa378460591d8b13c98f996370044 |
refs/heads/master | <file_sep>package com.cubetech.facturador.emisor.application.impl;
import java.util.List;
import javax.persistence.PersistenceException;
import javax.transaction.Transactional;
import javax.validation.ValidationException;
import org.modelmapper.ModelMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
im... | 9a92778bb775f480bcf7fe0e71ec50fc3432c136 | [
"Java",
"Shell"
] | 19 | Java | njmube/Emisor | f45996ea811897d997d785a9f00cabd0f9d284fb | 89e5c2fd6e927408aa4cfd63c230890257bffe44 |
refs/heads/master | <file_sep>#!/bin/bash
set -e
cabal build
exec ./dist/build/hipam/hipam
| 588e3fea2af0a5e6882ac5952199a41018d26edc | [
"Shell"
] | 1 | Shell | bearice/hipam | 6d7f7a3195ecf3f27459daf72146d7400004a719 | 59fe4dc535684758ed4bea79eec3da199dfd9738 |
refs/heads/master | <file_sep>myApp.service('regenService', function(){
this.regenLetter = function(claimId){
}
});<file_sep>var myControllers = angular.module('myControllers', []);
myControllers.
controller('testController', function($scope, $location,$route, Patient, EditPatients, GetPatient, currentEntityService){
$scope.patien... | de1006e647486ed800d738714b2dbb714d93916c | [
"JavaScript",
"HTML"
] | 5 | JavaScript | initalcode/customdocs-new | fa91591c5e4cebf61e320c608f2a287092fb1103 | a4a8c34180f240f9e60dcb909d42175755a25ac1 |
refs/heads/master | <repo_name>herrsorgenfrei/sqsservice<file_sep>/src/main/java/de/tschumacher/sqsservice/consumer/SQSMessageReceiver.java
/*
Copyright 2015 <NAME>
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 Lice... | f5c6b2b24a18cc360db6ae34136ac3ba0c50ba79 | [
"Markdown",
"Java"
] | 2 | Java | herrsorgenfrei/sqsservice | c38dacaabc919d4ee359746fe49aaa9e2b536d8d | 21513e74d166d6fa15dcb6fb1734e7e3f53e4839 |
refs/heads/master | <repo_name>GabrielCTroia/ionic-component-router<file_sep>/www/js/components/RootComponentAsDirective.js
const RootComponentAsDirective = () => ({
//replace: 'true',
template: `
<ion-view>
<h3>Root Component (as directive)</h3>
<button ng-click="pushNextViewCtrl()">
Component as View Control... | 6cfac8bbfd6f4345d713875785e045e6eecb2935 | [
"JavaScript",
"Markdown"
] | 5 | JavaScript | GabrielCTroia/ionic-component-router | 4844dab4b021a90d09be1eaaa130632094d74840 | 4fd6e4cd4d21dbecc84e03ec5c0ba823b338e84d |
refs/heads/master | <repo_name>manuel1606/mx-ms-sapi-cross-security-secret-key<file_sep>/src/main/java/mx/bs/cross/security/provisioning/controllers/SecurityMethodController.java
package mx.bs.cross.security.provisioning.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.ann... | c126c79f8bac2f6dbe507213448f157a7cc284f8 | [
"Java"
] | 3 | Java | manuel1606/mx-ms-sapi-cross-security-secret-key | fcd2358e9ef2045715bc51de87c344eedead3b31 | c9a9677bc69b0fa5a83b6b1494cfb75cf0faaac6 |
refs/heads/master | <file_sep>using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Trshcan : MonoBehaviour
{
MainParticleLifeCycle[] recycleObjectList;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Upd... | 933bf55b41bc7a2d0b36803f5d5fe5293584c744 | [
"Markdown",
"C#"
] | 33 | C# | doremi31618/Unity3D_RealTimeEffect_AIParticleSystem | 891e63c30d5cd19fc816a3544d6c9c3b634b6097 | e9cd792fa98f96eb13f23a8f768711705c87e80a |
refs/heads/master | <file_sep>//
// MathModel.swift
// TrueFalseStarter
//
// Created by <NAME> on 6/28/16.
// Copyright © 2016 Treehouse. All rights reserved.
//
import GameKit
struct MathModel {
static func randomMathEquationDict() -> [String : String] {
let maxOperand = 10
var maxAnswer: Int
... | 5b385686fd696938dc8d56eb28a7a3314a0f0a95 | [
"Swift"
] | 4 | Swift | bonuelc/Enhancing-a-Quiz-App-in-iOS | 51730811ab4aff26802672a88b44f47a92ac4026 | 465249467b5d5d40f72569611fb36de8488a11ab |
refs/heads/master | <file_sep>pitchup
=======
REQUIREMENT:
Write a program to find a pitch based on this clue:
"Join us at pitch x. x is a number between 1 and 553 such that the sum of x's divisors
(not including x) is greater than x but no subset of x's divisors add up to exactly x."*
IMPLEMENTATION NOTES:
This project is impleme... | aee11ada2fd0b1dcda417b00f45f637eea3cecdd | [
"Markdown",
"Python"
] | 3 | Markdown | vpogrebi/pitchup | dfee522ae61eee622dcb18d1d26b98a78817463d | c3603ecb0b93badff5e5059b3c6ecc623aa702d0 |
refs/heads/main | <file_sep>import React from 'react';
import { StyleSheet, Text, View, Image, TouchableNativeFeedback } from 'react-native';
function BottomMenu(props) {
const heightMenu = 100
return (
<View style={styles.wrapperMenu}>
{/* <View style={{
position: 'absolute',
... | 269be4e0bb18d3521d178747a360747721f3f641 | [
"JavaScript"
] | 4 | JavaScript | rizkymalm/frontend_rm | e097c5df6360cb2525c318ad55211af268914f43 | 6ddc579586d7e69456eb429f2fc602794b301e45 |
refs/heads/master | <file_sep>/*
* 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.
*/
/*
* File: main.cpp
* Author: pavel
*
* Created on September 13, 2016, 8:01 PM
*/
#include <cstdlib>
#include <cstdi... | 95953da929a0c740992c853a362ea340f6acaf86 | [
"C++"
] | 1 | C++ | KirpichenkovPavel/tcp_server | 5fce0bb03fdd5e8979f2273d0ac1f0b7f2bef62c | f4c3d4f9debbd6b735e070d77052aacf46cfe97b |
refs/heads/master | <repo_name>gdbinit/lldbinit<file_sep>/README.md
<p align="center">
<img src="images/logo.png">
</p>
### About
A gdbinit clone for LLDB aka how to make LLDB a bit more useful and less crappy.
https://github.com/gdbinit/lldbinit
Original lldbinit code by Deroko @ https://github.com/deroko/lldbinit
gdbinit availa... | 40fc618131f3f7a152489a1a53d70cc3d1351b83 | [
"Markdown",
"Python"
] | 2 | Markdown | gdbinit/lldbinit | 1fe8df74ccd80836ddae73da4207dc63fcaf388a | 15e1634f6c54db78b7882c379bd98fa1d9679702 |
refs/heads/master | <repo_name>u5-03/mac-setup<file_sep>/Setting/terminal.sh
# 環境変数export LANG=ja_JP.UTF-8
export KCODE=u # KCODEにUTF-8を設定
## 色を使用出来るようにする
autoload -Uz colors
colors
## 補完機能を有効にする
autoload -Uz compinit
compinit
## cdを使わずにディレクトリを移動できる
setopt auto_cd
## $ cd - でTabを押すと、ディレクトリの履歴が見れる
setopt auto_pushd
## タブ補完時に大... | 979751cc89d8057abe810ccdd3ef542b0292c4e4 | [
"Ruby",
"Markdown",
"JavaScript",
"Makefile",
"Shell"
] | 29 | Shell | u5-03/mac-setup | 46261bcde69f57def421f098338cd95b9099008e | 3918b2c7c4a76b340b5b5a04b8f350cc96b1e1ac |
refs/heads/main | <repo_name>Lucas-Souza-Santos/Avanade<file_sep>/Introducao_JavaScript/JavaScript_ES6_essicial/script/Aula04-Parte1/1-array.js
// Criação de um array
const arr1 = [1, 2, 3]
const arr2 = new Array(1, 2, 4);
const arr3 = Array.of(1, 2, 5);
console.log(`Array1 = (${arr1}) Array2 = (${arr2}) Array3 = (${arr3})`)
const arr... | 2e3f248b8d626cdb91f49ed8bfb78ed8d12f17b0 | [
"JavaScript",
"C#",
"HTML",
"Markdown"
] | 44 | JavaScript | Lucas-Souza-Santos/Avanade | e09f1092b47b7fb959715a6ae848201451263ac3 | da2a0e68aff12f41be2fb0bff60bfb455df0bf28 |
refs/heads/master | <file_sep># LEGIONTDBETA
New Legion TD remake on Dota 2
<file_sep>print ('[LEGION_TD] legionTD.lua' )
-- GameRules Variables
ENABLE_HERO_RESPAWN = true -- Should the heroes automatically respawn on a timer or stay dead until manually respawned
UNIVERSAL_SHOP_MODE = false -- Should the main sho... | 5b9cdf5b4621c2f8b231f7b73b3b41bc3b4ebaab | [
"Markdown",
"Lua"
] | 3 | Markdown | soonyee91/LEGIONTDBETA | e0a9975628163c039158583f0d6fa80f86bc0be6 | 3be4d43ab86e07cb9d4b0012e54578ed1beaea51 |
refs/heads/master | <file_sep><?php
/*
|| --------------------------------------------------------------------------------------------
|| Admin Panel Config
|| --------------------------------------------------------------------------------------------
||
|| @package Dilaz Panel Options
|| @subpackage Config
|| @since D... | 69aa58e45155a75b6e22e26503f54d5cd8bbe32f | [
"Markdown",
"PHP"
] | 8 | PHP | Rodgath/Dilaz-Panel-Options | 6ad67e176975625bb0e026c339eb1ab37f940e63 | b1b13107d192f12e7c9f0395d13af5238a0948ce |
refs/heads/main | <file_sep>from GrandStand import GrandStand
from BoxStand import BoxStand
from TelescopicStand import TelescopicStand
from Pods import Pod
class Coliseum():
def __init__(self, name):
self.name = name
self.stands = list() # A list of all stands inside the coliseum
def get_name(self):
... | 58f6f31d4395f81fec35b0f95a681dc845943df8 | [
"Markdown",
"Python"
] | 9 | Python | sicaramacuya/Assigning-Seats-COVID | d7bd6c64e88f6506a05368c5b9ea6ca168847146 | 56a97a1cd1ead4ad328260f3ea8aa63dcbf18e67 |
refs/heads/master | <file_sep>import Foundation
struct Repository {
public let name: String
public let stargazerCount: Int
public let forkCount: Int
public let url: URL
public let updatedAt: Date
}
<file_sep>import Foundation
struct User {
let id: String
let password: String
}
<file_sep>import Foundation
impo... | 396910f5207643d91bfcfe72048823c90b773fd2 | [
"Swift",
"Markdown"
] | 8 | Swift | funzin/2018_haloween_handson | 1a4420631d2bf8553e2d44135fa18f9989798515 | e5555b84876a2a93a93996c131294b5e75560664 |
refs/heads/master | <repo_name>AgustinRamiroDiaz/LCC-CM1-TP-Final<file_sep>/layout_graph.py
#! /usr/bin/python
# 6ta Practica Laboratorio
# Complementos Matematicos I
# Ejemplo parseo argumentos
import matplotlib.pyplot as plt
import numpy as np
import time
import pprint
class LayoutGraph:
def __init__(self, grafo, refresh, tempe... | 0ff1ea50b7eeb5c603655242aecaf8b867b5d89d | [
"Python"
] | 2 | Python | AgustinRamiroDiaz/LCC-CM1-TP-Final | c8442019baf7c662f574033375b7489d9bcaff2b | bb5bb295ff6d3f877e548b1485e350874417913e |
refs/heads/master | <repo_name>Packetfahrer/libcephei<file_sep>/prefs/Makefile
include $(THEOS)/makefiles/common.mk
FRAMEWORK_NAME = CepheiPrefs
CepheiPrefs_FILES = $(wildcard *.x) $(wildcard *.m) ../Global.x
CepheiPrefs_PUBLIC_HEADERS = HBAboutListController.h HBAppearanceSettings.h HBDiscreteSliderTableCell.h HBImageTableCell.h HBIniti... | 9e404fd34f42c8a861abbe90c1dea69bdcde6a13 | [
"Makefile",
"Shell"
] | 4 | Makefile | Packetfahrer/libcephei | 32aa5bb0500db562e081685886be15f25a4a4d66 | 35380979564e0bfcbd4af08c914e6731b28f2db1 |
refs/heads/master | <file_sep>#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Time : 2017-03-12 12:51
# @Author : <NAME>
# @File : anti_withdraw.py
import os
import re
import shutil
import time
import itchat
from itchat.content import *
import traceback
# {msg_id:(msg_from,msg_to,msg_time,msg_time_touser,msg_type,msg_content,ms... | 4c2e372332c90896ac300950db15b4a8ed33bd94 | [
"Python"
] | 1 | Python | Jason101616/ItChat | 600b71ed89733f030b7e1685858a5b6bda7ac055 | 40739534a499800c26ceda6cbec85c3280c36c3f |
refs/heads/master | <file_sep>var APP_ID = "6cc6df33-1f71-48d0-9868-e1de48b64467";
var app = new PusherPlatform.App({
appId: '6cc6df33-1f71-48d0-9868-e1de48b64467',
});
console.log(app);
var myFeed = app.feed('newIdea-2');
load();
function addNewIdeaToList(newIdea, SEND_AGAIN) {
var newIdea = document.getElementById("newIdea"... | 96a0daaed32825be57f6896d5374595f7403aed3 | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | arghasarkar/PusherFeedToDo | 858b3a442374a96b94f841ad78ffea7064389bdb | b9b2cac79efb7a3016843649e20a7b5d5a3de77d |
refs/heads/master | <repo_name>yzy19900402/OFDR_GUI<file_sep>/Gui.py
from tkinter import *
from matplotlib.backends.backend_tkagg import (
FigureCanvasTkAgg, NavigationToolbar2Tk)
import matplotlib.pyplot as plt
import Data as DT
import Draw
import tkinter as tk
from matplotlib.backends.backend_tkagg import (
FigureCanvasTkAgg, Na... | 35546bf0c0ceae25a68e63c5ff901fd239845fd1 | [
"Python"
] | 4 | Python | yzy19900402/OFDR_GUI | 2130168f1bd9884015e1934b2c63929f6957e602 | ad0ebf1ceb7eb3c4253a0ca3239a84d87af4b7d6 |
refs/heads/master | <file_sep>using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GameOfLife
{
public partial class LifeGrid : UserControl
{
private b... | 7ae9c2326b68c7157553f7a090b6967bad6872f2 | [
"Markdown",
"C#"
] | 5 | C# | hdraganovski/game-of-life | e194eaa151025638a237ad33d860500b1507c68b | c08e80f5d5704579664aa36f6d1b2f7262811480 |
refs/heads/master | <repo_name>11813147ak/Data-science-required-python<file_sep>/README.md
# Data-science-required-python<file_sep>/Seaborn practise.py
#!/usr/bin/env python
# coding: utf-8
# In[1]:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
# In[4]:
tips=sns.load_dataset('tips')
... | 468ef5a7106bbbb6600d015a5795591af09e35c9 | [
"Markdown",
"Python"
] | 6 | Markdown | 11813147ak/Data-science-required-python | 3204de299998ccb43203b585ddf85d3b89d91f42 | c3d89189cd5505d8b27dbf6df87dba96bd2e1da0 |
refs/heads/master | <file_sep># Uni
My work for uni
<file_sep># Graph coloring
Goal : coloring the vertices of a graph such that no two adjacent vertices are of the same color
Condition : Use lp_solve API with cpp program, take in entry a graph (dimacs format) and resolve it.
<file_sep>package infection;
/**
* Classe qui représente l'... | 107f5fa94f258360413d1348d230e8d9ecde9573 | [
"Markdown",
"Java",
"C++"
] | 6 | Markdown | Fimeo/Uni | cbb1fcade149f24fc39de8ead0ee3f8dd5a3bba5 | ce3401ecc1c868d3ec70eceb28155b0c963687df |
refs/heads/development | <repo_name>BootcampersCollective/slackbot-project<file_sep>/charlieBot/scripts/list-slack-channels.js
// Description:
// Example scripts for you to examine and try out.
// commands:
var authKey = require('../../authKey.js')
module.exports = function (robot) {
// robot.hear(/bootcampers/i, function (res) {
// r... | 1d787b6f65088352992a13d5afdfe2def5f3c4d0 | [
"JavaScript",
"Markdown"
] | 3 | JavaScript | BootcampersCollective/slackbot-project | 416e059ab395ea9ae1d544eae49818125815a75d | bee28efd2300751e230faf63779666ead78ca205 |
refs/heads/master | <file_sep>package com.superexercisebook.bugreport.okhttp.framework;
import okhttp3.*;
import java.io.IOException;
import java.util.Objects;
public class JavaHttpClient {
public String test(String s) {
OkHttpClient client = new OkHttpClient();
String url = "https://one.one.one.one/cdn-cgi/trace";... | a245b87b5b98e31da1f5a1acdc785983d6a0eee5 | [
"Markdown",
"Java",
"Kotlin",
"Gradle"
] | 7 | Java | ExerciseBook/okhttp-issue-in-kotlin | 1707c92ff1dcc56a3cc241616dbb0e89e30503cb | 251868d9a1c2488c3e0eb290e15b14d6d33057ce |
refs/heads/master | <file_sep>from keras.models import Sequential
from keras.layers.core import Dense, Dropout, Activation, Flatten
from keras.layers.convolutional import Convolution2D, MaxPooling2D
from keras.layers.normalization import BatchNormalization
from keras.applications.vgg16 import VGG16
from keras.applications.inception_v3 imp... | 8a20b41c223dfbf273567f9949f8b637b720c1c2 | [
"Python",
"Shell"
] | 20 | Python | justasbr/batch-dispatch | 0a390b4e17ea7abf1243450b70ee15b034a48f52 | b1e2adb73399e00086763b4890f5b2548d629a7d |
refs/heads/master | <repo_name>derick092/App03Jokenpo<file_sep>/index.ios.js
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
Button,
Image
} from 'react-native';
import Topo from './src/components/topo';
import Icone from './src/components/icone';
class app03 extends Component{
const... | a32f23c31dfc4f6c97b7cf1e7ff7be93d065bc38 | [
"JavaScript"
] | 1 | JavaScript | derick092/App03Jokenpo | 2a071a08fb60a998f54cdafb5d9956716b981770 | ce739a61260af1949120c3aeb8cb87f28f85917e |
refs/heads/master | <repo_name>forsythrosin/svg101<file_sep>/src/app/splitPane.js
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import ReactSplitPane from 'react-split-pane';
import './splitPane.scss';
class SplitPane extends Component {
render() {
const { children, defaultSize } = this.props;
... | a2d8daaf6d15e73e8c5cece2aa9e4078521fc92f | [
"JavaScript"
] | 2 | JavaScript | forsythrosin/svg101 | 723f52ccd8c3176261b8a54aa6b0beb83a67c8b3 | 49b6fded40ab0e50d7d044ad2b3be122c755913e |
refs/heads/master | <file_sep>This is a simple tool to harvest data from sites that support the `OAI PMH v2 protocol <http://www.openarchives.org/OAI/2.0/openarchivesprotocol.htm>`_.
It has thus far only been tested on `the arXiv <http://arxiv.org/>`_, but should work with other OAI PMH v2 Repositories.
An example of use (with the astro... | b266cf5512f85ba0018b1bd98009a0377f0b864e | [
"Python",
"reStructuredText"
] | 2 | reStructuredText | eteq/pyoai2 | c5072b8d86c9f7ce4c15d677d42aa1a0d016e95c | 3ca8411efcdb5aaa50ed877cefedae73cf35fb2f |
refs/heads/master | <repo_name>jepa/Transboundary_Chapter<file_sep>/Data_Wrangling.R
library(dplyr)
library(tidyr)
library(ggplot2)
min(chinook_data$X.1, na.rm=T)
unique(chinook_data$X.1)
names(chinook_data)[1:5]
View(head(chinook_data))
unique(chinook_data$`AABM Fishery..8`)
AABM_SEAK_N <- chinook_data %>%
gather("Erraseme","AABM_S... | 0bf5db41f5f060c29df67c7c7ec0653322829b2c | [
"Markdown",
"R",
"RMarkdown"
] | 4 | R | jepa/Transboundary_Chapter | 5de9dbb37ad41651a204e8df5967df0004e94711 | 966c24fc858589f063d35176487fee92c3e04f3a |
refs/heads/master | <repo_name>jimi9527/AutoLocationRecyclerView<file_sep>/app/src/main/java/com/example/dengjx/verticalrecylerviewselector/RulerRecyclerView.java
package com.example.dengjx.verticalrecylerviewselector;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerVie... | 51ab1e95c3b1481e817b8d8f3b927501f4bd176e | [
"Java"
] | 8 | Java | jimi9527/AutoLocationRecyclerView | bec7f09836ad58ecfe0791764c8723b6521334e7 | 315efdf056f6b9cb566cd2e7add3ae6fb6ef8cd4 |
refs/heads/master | <file_sep>/**
*
*/
package corp.pdb.aea.data.model.enums;
/**
* @author waleed.k.al-jaradat
*
*/
public enum AlertStatusEnum {
SE("SE", "SENT", "Alert sent successfully"),
UN("UN", "UNSENT", "Alert has not been sent"),
RE("RE", "RETRY", "Retry sending Alert"),
FA("FA", "FAILED", "Alert sent fail... | afb9326e753f59e2147b47da3be3cb490a4829ce | [
"Markdown",
"Java",
"Maven POM",
"SQL"
] | 20 | Java | jaradat-pdb/alawal-eap | c63e786682fb781194a1e85b126c8d39dee91164 | 1bf1e2c872b4743a932f0699937039f5a8495ca5 |
refs/heads/master | <repo_name>dorset-college-projects/oop-eptia-2021-charp-superheroes<file_sep>/Model/SuperHero.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SuperHeroe001.Model
{
public abstract class SuperHero
{
public string power { get; set; }
public string name { get; set... | 63d6849d9fb63684b3f8eb1dde6c064ce2923cc7 | [
"C#"
] | 5 | C# | dorset-college-projects/oop-eptia-2021-charp-superheroes | e3a15fa295d5e067fa4466096196a988ae110723 | cf3735e9eccf150aef1b4453b842562369d25066 |
refs/heads/master | <file_sep>package com.base.batch.test;
import com.base.batch.Config;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Test {
private static Logger logger = LoggerFactory.getLogger(Test.class);
public static void main(String[] arg... | 350ba988b18f904c3dbce654c6ac085a1cca001a | [
"Java"
] | 2 | Java | geoffroyvergne/batch-base | 4e3b844a6f67ea62ab2245ff9dd2ae8704d20f8b | c4d748a2c271591b1de3a5983b01b504db0a1b40 |
refs/heads/master | <file_sep>using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using TreasureFinder.Models;
using System;
namespace TreasureFinder.Controllers
{
[ApiController]
[Route("api/[controller]/{itemId}")]
public class ImagesController : ControllerBase
{
private readonly TreasureFinderContext _db;
... | 95d77c42277db4de8f8600581daa486801f7e2a8 | [
"Markdown",
"C#"
] | 10 | C# | Magofna68/Treasure.Solution | 91f34109dc1c2c0c27131049c72d919a9e2863cd | 0543d758891538605600330e802d0232cf8d1bd9 |
refs/heads/main | <file_sep>import { Component, OnInit } from '@angular/core';
import { HttpClient, HttpHeaders } from '@angular/common/http';
import { FormControl } from '@angular/forms';
import { Observable } from 'rxjs';
import {filter, map, startWith} from 'rxjs/operators';
@Component({
selector: 'app-weather',
templateUrl: './... | ebd3a9ec65e741f704b8c7172fb790b9aa911b7a | [
"TypeScript"
] | 1 | TypeScript | NothinButJohn/weather | 681ca354f72077adc853e3ada8d6f96932fc1f43 | 1ac006ea6660e1c93783e39dcda230fe00abcdc3 |
refs/heads/master | <repo_name>miguelvargas/test<file_sep>/trunk/common/java/common-test/src/com/mvwsolutions/common/test/spring/TestBeanPostProcessor.java
package com.mvwsolutions.common.test.spring;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory... | 39cb4ca5ed94c65da3ee2871cd55bc4bd0524545 | [
"Java",
"Maven POM"
] | 25 | Java | miguelvargas/test | 18cef14a1e382bd6ae0d35f131ed6bc8f3f7101e | 6c92d3a54ba2636a82c1fe3a05f8659cc2422cfc |
refs/heads/master | <repo_name>mybb-de/MyBB-Merge-German<file_sep>/global.lang.php
<?php
/**
* German language pack for MyBB Merge 1.8
* Deutsches Sprachpaket für das MyBB Merge System 1.8
* (c) 2017 MyBB.de
*
* Author/Autor: https://www.mybb.de/
* License/Lizenz: GNU Lesser General Public License, Version 3
*/
$l['next'] = "Weit... | 8f2a2a318a3bb4218a0d99ff78b33d9b704b246e | [
"PHP"
] | 1 | PHP | mybb-de/MyBB-Merge-German | aa1f8af957e795ed3e2f907c80fa0d887e28a970 | c4b617c1b6cbd9828158906f5a314eaa7270bd11 |
refs/heads/master | <repo_name>zjuchenlong/Coding<file_sep>/java/algorithms/ch2/SelectionSort.java
package ch2;
import edu.princeton.cs.algs4.*;
public class SelectionSort {
public static void sort(Comparable[] a)
{//sort a[] into increasing order
int N = a.length;
for(int i=0;i< N;i++)
{
int min = i;
for(int j=i+1; j< N;... | 7804ac47fdcbd080279c107b7d54e68a778b64d6 | [
"Java",
"Python"
] | 5 | Java | zjuchenlong/Coding | d57ce3b5fe253e4acf410427e153370a59ac0a96 | 3140e9d6ff030aa1331698a200c3881b39e505cf |
refs/heads/master | <repo_name>chuckdishmon/patrick-temp<file_sep>/src/reducers/user/user.test.js
import * as types from '../../ActionTypes';
import users from './';
const unauthState = { status: 'UNAUTH', access: 'guest' };
it('should be defined', () => {
expect(users).not.toBe(undefined);
});
it('should initialize state if left unde... | 5ecda15c130bc90263f32f57743722ddd9316d8d | [
"JavaScript"
] | 3 | JavaScript | chuckdishmon/patrick-temp | ff279ba5f8961b9a20e5f53cfff88bced1f4c5aa | be1192ddea46960134d925c2489a60cf91a8ac6f |
refs/heads/master | <file_sep>package com.itech.test.entity;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import javax.pers... | c6e8b2bf197019352734960ccdbe50ab085583cd | [
"Markdown",
"Java"
] | 5 | Java | rampalrao/springhibernate_poc | 62840546c86292f6e9e52b77eb0e96cf2a94198d | 986f9426916355f119b0ea58eff47435dae7027e |
refs/heads/master | <repo_name>KleeGroup-BaseCamp/HomeDuino<file_sep>/HomeDuino.ino
/*
* HomeAgain - Main Home Duino
*
*
*
*
*/
//#define MOISTURE_SENSOR
//#define MOISTURE_PIN 1
#define TEMPERATURE_SENSOR
#define TEMPERATURE_PIN 0
//#define PRESENCE_SENSOR
//#define PRESENCE_PIN 2
#ifdef TEMPERATURE_SENSOR
int temperatureAnalog ;
... | 21e14bf2217a49335dd2ecd04bc59888f057eee6 | [
"C++"
] | 1 | C++ | KleeGroup-BaseCamp/HomeDuino | 99d45c9a6ab5989696f96c5ec2cdcbb752bfe723 | a5b8844beb39914a6ef7744ec8ac381300f694c9 |
refs/heads/master | <file_sep>package com.javabk.han;
import java.util.Scanner;
import java.lang.String;
public class QuanXe {
public static void main(String[] args) {
int[] args1 = new int[]{1,2,3,4,5,6,7,8};
Scanner scn = new Scanner(System.in);
String vitri;
char[] args2 = new char[]{'a', 'b', 'c', ... | 2104fbd5133c90ba58320f25425c97b24567a7eb | [
"Markdown",
"Java"
] | 72 | Java | tinh1408/JavaCoreBK | 6e3e29de3e27b21ba29a854ec66d8cbb24be4d34 | b7af696fe97c1706334be2d6cf9de768ef92a7cc |
refs/heads/master | <file_sep>/* exercici 5 nivell-2 */
function ex5() {
var str = "Una dirección de correo electrónico es la dirección que utiliza para recibir y enviar correos electrónicos. Se muestra a los destinatarios de sus correos\
electrónicos para que sepan quién le envió un correo electrónico.Cada dirección de correo\
... | 5e0033e47609a6f0d988b148d8a8753a3b9162bc | [
"JavaScript",
"HTML",
"Markdown"
] | 5 | JavaScript | Olivermusico/React | 6742dd22de156ac779fc86e362891c0b960cfcc1 | 1dc8bc1ffb34966a211dafb3fac8de56cfad11da |
refs/heads/main | <file_sep>/*
* @Author: CL
* @Date: 2021-05-14 15:52:06
* @LastEditTime: 2021-07-02 16:29:04
* @Description:
*/
const btnStart = document.querySelector(".btnStart"), //开始按钮
btnLaunch = document.querySelector(".btnLaunch"), //发射按钮
btnLand = document.querySelector(".btnLand"), //着陆按钮
fire = document.querySele... | 7d74694d5dff55a54bb18713ce495c3cde6a85be | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | li1961201449/zc-demos | 2ef1161b5fad82f0a5c3d29c1e1b5be2e9e60824 | 1133a39c2ca1e1fad2166eba40a7567f4d199a19 |
refs/heads/master | <repo_name>Techbot/Niburu-Online<file_sep>/inc/salir.php
<?php
include("config.php");
$playerID = $_POST['id_local'];
$localPos = mysql_query("UPDATE personajes SET online = '0' WHERE id = '".$playerID."'");
?><file_sep>/inc/mover.php
<?php
include("config.php");
$playerID = $_POST['id_local'];
$posy = $_POST['p... | 6731d3bb797f0cefc28ef7fd21256aaae4142fcd | [
"JavaScript",
"PHP"
] | 8 | PHP | Techbot/Niburu-Online | 0956b75f9304813bec42bc1ef177ac09314937a8 | 6171be9027a585c1956678996ca666af2f062f1d |
refs/heads/master | <repo_name>NickSmithNYC/ruby-intro-to-arrays-lab-001-prework-web<file_sep>/lib/intro_to_arrays.rb
def instantiate_new_array
[]
end
def array_with_two_elements
[0, 1]
end
def first_element(array)
taylor_swift = ["Welcome to New York", 1]
taylor_swift[0]
end
def third_element(array)
array = ["Welcome to New ... | fc10a5b4394f795a9bb7877bdab7cf90e55e9efd | [
"Ruby"
] | 1 | Ruby | NickSmithNYC/ruby-intro-to-arrays-lab-001-prework-web | 5cd494e5708bf9fb7061a7706e82343ef385f1fe | 70653fc94fff6862b0048ac78cbaf136deb4a1ef |
refs/heads/master | <repo_name>eat-code/ico<file_sep>/post-format/content-image.php
<?php if( is_single() ): ?>
<article id="post-<?php the_ID(); ?>" <?php post_class('icocrypt-post melody-single-post single-content-flat'); ?>>
<?php else: ?>
<article id="post-<?php the_ID(); ?>" <?php post_class('icocrypt-post melody-single-post ... | ef7ea5f42b50290561a492e289fd590583519a4f | [
"PHP"
] | 5 | PHP | eat-code/ico | 71f04e1553a24e4b70e18839ccfa9075a1c92c8c | 63f8fb7678483bfe8a603d60e8b5c1f10d123b60 |
refs/heads/master | <repo_name>jmpolitzer/use-api-request<file_sep>/src/useApiRequest/index.js
import { useReducer, useCallback } from "react";
import { handleFetching, handleSuccess, handleError } from "./actions";
import buildReducer from "./reducer";
function useApiRequest({ axios, key, debug }) {
const initialState = {
fetchin... | d4f0ff9955d7b87d0b5b202f375d138e8ec55928 | [
"JavaScript",
"Markdown"
] | 5 | JavaScript | jmpolitzer/use-api-request | 6c6506e5a045a515653cf439fd8377ce0daf3404 | d4c322e016a4a77c05f3e68e8fa2ac73173196d2 |
refs/heads/master | <file_sep>class CreateTeamsCardsJoinTable < ActiveRecord::Migration[5.1]
def change
create_join_table :teams, :cards
end
end
<file_sep>class Card < ApplicationRecord
belongs_to :list
has_and_belongs_to_many :teams
end
<file_sep>class ListSerializer < ActiveModel::Serializer
attributes :id, :name, :cards
d... | 74dadc3adc6728a388527a2b2dbc563470c458bb | [
"Ruby"
] | 8 | Ruby | mhadzakaria/api_trilli | 24b38e0bea281a68c85828645e52db2638f2d219 | a534c0245e75a2354f5e00232a68c5f6f88caf12 |
refs/heads/master | <repo_name>BenjamLC/node-irc<file_sep>/reso-irc-server/app.js
const express = require('express');
const app = express();
server = app.listen(3001, function(){
console.log('server listening on port 3001');
});
const io = require('socket.io')(server);
const irc = require('irc');
let ircConf = {
server: 'chat.f... | 22388a3ab5c2b738d7b5100bc1688ff05e6a7485 | [
"JavaScript"
] | 1 | JavaScript | BenjamLC/node-irc | 65a97eb2e2c369487256733c0c5411d8ae765a08 | 958781743d8e3c2209e38a1a842a2f856a50b7fa |
refs/heads/master | <repo_name>gillstrom/brwsr<file_sep>/index.js
'use strict';
module.exports = function () {
var browsers = {
'Google Chrome': require('is-chrome'),
'Internet Explorer': require('is-iexplorer'),
'Microsoft Edge': require('is-edge')(),
'Mozilla Firefox': require('is-firefox'),
Opera: require('is-opera'),
Saf... | 4a067879155ba1dc441c0d6f9126cb1fc5aa2470 | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | gillstrom/brwsr | 15a1946fbacc1c393b652132b6488955d2307462 | 4c8eb5737375107c97dd1ecac24220374e747f25 |
refs/heads/dev | <file_sep>import { GraphQLClient } from 'graphql-request';
export const client = new GraphQLClient('https://graphql.anilist.co/');
<file_sep>import { CmdCategory } from '@prisma/client';
import { kaguya_sleep_gif } from '../../shared/assets';
import { baseEmbed } from '../../shared/embeds';
import { Command } from '..... | 218fe4f563031f88dcac4223d4b8cfa0d65a3eed | [
"Markdown",
"SQL",
"TypeScript",
"Shell"
] | 132 | TypeScript | shinomiya-corp/chika | 5109383e535463837e013249402a87ba2e2d3295 | 98f6a8648dbb191eacc550c246d124940ac959e9 |
refs/heads/master | <file_sep>/**
* file: js.js
* purpose: interactivity
**/
console.log('Stardate 235678.89: JavaScript from js/js.js is up and running.');
// paste your javascript here
// the image names should be real image names
var myGallery = [
"scenery.png",
"home.png",
"nightcity.png",
"hotbath.png",
"sea.png",
"v... | 8130362ac31dee226c69a27af888bafda1e5c58e | [
"JavaScript"
] | 1 | JavaScript | mihaelauzunova/2semForaar2020 | f0bce9d7c82a509fbbc58daa00a0cf5953734583 | cbee228b9079871987a3bc6382b182dfa5d02da4 |
refs/heads/master | <file_sep>import * as React from "react";
import { ProductsList } from "./Products/ProductsList";
import { AppHeader } from "./AppHeader";
import {Login} from "./Components/Login";
export class App extends React.Component {
state = {
products: null
};
componentDidMount() {
fetch("http://chamniam.pl/api... | 8ecdae4c272c000c4a6064b294042280d1116e5a | [
"JavaScript"
] | 7 | JavaScript | Limanov/React-Product | 2940b167ea4ad679692d1482b8768410714bea9e | 7f70fab08bdd8581cbaa52332e4a94283080b55d |
refs/heads/master | <file_sep>from util import load_data
import matplotlib.pyplot as plt
from skimage import data
from skimage.viewer import ImageViewer
if __name__ == "__main__":
data_in, data_targ, data_ids, unlabeled_in, test_in = load_data()
image = data_in[0,:].reshape(32, 32)
viewer = ImageViewer(image)
viewer.show()<file_sep>... | 964a13282b7979d81e6d8ad53aa61ef281f9d6ad | [
"Python"
] | 9 | Python | pkukulak/CSC411-A3 | 2c50acfc1511f1e02ab3611bd2d9000167da36ad | f720f3830c639f2023b2cf6fd022b75386b4f839 |
refs/heads/master | <file_sep>import React from "react";
function SobreNos(){
return(
<h1>Pagina Sobre Nós</h1>
);
};
export default SobreNos;<file_sep>
import {BrowserRouter, Switch, Route, Link} from "react-router-dom";
export default function Navegacao(){
return(
<nav class="navbar navbar-dark bg-dark">
<... | d8aa6cb44ca95826d951e0ab021fca94abbab946 | [
"JavaScript"
] | 3 | JavaScript | BerdayesVanessa/Projeto_Final_React_Gestao_Escolar | d9737b5b66a84b4646dd19e24856873d1c3b9023 | e4c08ee033e424ac9c1f1a9a43202650f1d6ba54 |
refs/heads/main | <repo_name>krystiano365/pong<file_sep>/pong.py
// prints text to console
print("<NAME>")
| de1c8ebab2c58edbe3d3d34287a3aaee9ad90299 | [
"Python"
] | 1 | Python | krystiano365/pong | 3bfcd2f5d8f0cb50322f86b28720be42d0beb0b0 | 66bc50f1dcd5fa489bfa725d1f295759b67b38f1 |
refs/heads/master | <file_sep>import '../styles/style.css';
console.warn('Heello there!');
| 59feeb1eacaac44664bcd61ee2dd79a6fb8c2161 | [
"JavaScript"
] | 1 | JavaScript | wolftrax5/talkbox-client | 69b548fcdea6b01cd155d99824c4227c5f001423 | 4890dd7cbd36f0f7c24e3cc79c3f7daaf1c4cce3 |
refs/heads/main | <repo_name>setuphub/webLEC<file_sep>/LEC/usuarios/migrations/0006_auto_20201019_1105.py
# Generated by Django 3.1.1 on 2020-10-19 11:05
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('usuarios', '0005_codigos_activacio_u... | 80ed2a6a86ccd635d801d4fa26b0db8fbb85e7c9 | [
"Markdown",
"Python",
"Text"
] | 26 | Python | setuphub/webLEC | 9136357cdeef0aedc52d6d97df8466a4bfe80bd8 | 0ed8a431baca256da119bbafcc5b572b538429c2 |
refs/heads/master | <file_sep>/*
* 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.
*/
package service;
import entity.Company;
import vo.CompanyVO;
import dao.CompanyDAO;
import dao.DAOFactory;
import java.util.... | 710a01d0f79d8f97b436fc82563868c40e15bdcf | [
"Java"
] | 11 | Java | FelipeIzquierdo/exam_final | b7ea3ae13cd4e0aa2dacd3edffc489f239307040 | 1e53d251a5c10bd60653424f47afadb28450a020 |
refs/heads/master | <file_sep>package com.foamvalue.wechat.service;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import com.foamvalue.wechat.dao.DaoImpl;
import com.foamvalue.wechat.utils.WechatUtils;
import io.vertx.core.json.JsonArray;
import io.vertx.core.logging.Logger;
import io.vertx.core.logging... | abc62545bb4e5f8ea39988204c6a26c344fe0f39 | [
"Markdown",
"Java",
"Maven POM"
] | 8 | Java | FoamValue/Vert.x | 2441974fc83bb47df1ff1b7eac4ef8ccfc484688 | 9665a47da976ec515c79092caa20e603d38a4a7f |
refs/heads/master | <repo_name>omimo/mviz0<file_sep>/README.md
# mviz
A Gallery of Movement Visualizations
<file_sep>/p/gist_cache/scroll1/viz.js
// Variables
var title = 'Scroll Demo';
var skeleton; // Storing the skeleton data
var positions; // Storing the joint positions
var positions_scaled; // Storing the scaled joint positions
var... | d4e7ddd2a532c97e65d8cb4d3892d776f6c7abed | [
"Markdown",
"JavaScript",
"Shell"
] | 3 | Markdown | omimo/mviz0 | cea73bf0af818bd687e912c1943df8f274cbe4a9 | cc58759e34d31ce43d5dd88d434ca71620f3841a |
refs/heads/master | <file_sep>import * as React from 'react';
import {Component} from 'react';
import {render} from 'react-dom';
import MapGL, {Marker, Popup} from 'react-map-gl';
import * as medData from './data/med-info.json';
import 'mapbox-gl/dist/mapbox-gl.css';
import './index.css';
import MedInfo from './medinfo'
const MAPBOX_TO... | 705a62d3ba3771889daa9a9cda339c386f2f48a7 | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | PaduaC/react-map | 76c82f7ce90371918235b655069f9b6f096d0ea2 | 3e76363775daf9f98a596a6be657cb81e3cd82ff |
refs/heads/master | <repo_name>xdianovx/guitar-school<file_sep>/app/js/main.js
$(function () {
$('#courses__slider').slick({
loop: true
})
});
const burger = document.querySelector('#burger');
burger.addEventListener('click', function () {
let dropdown = document.querySelector('.header__nav');
dropdown.classList.... | a4b73540af9bf36ac799cd89f03f08ec41d44c49 | [
"JavaScript"
] | 1 | JavaScript | xdianovx/guitar-school | 27b8797e8d0f2c1d2942eb3297e47db349f80215 | a9b65c09c3a821f9839ab5a8769304b5cbdf924c |
refs/heads/master | <file_sep>/*
NAME: <NAME>
CRN: 41600
ASSIGNMENT: Lab 7
SOURCES: stackoverflow.com
*/
#include <iostream>
#include <string>
#include <cmath>
using namespace std;
int main() {
double A, B, a0, a1, a2, a3, a4, a5;
string in;
/* Accept decimal input */
cout << "Enter value for A below."
... | a0ef4ce2a6b32553c3d95fed6bd622682e0c447b | [
"C++"
] | 1 | C++ | hpalani/lab-7 | cc8f7e25f61d65965f15771f426b42d64e7c1ac2 | 7fe142f28f7599a9d5316a954bf580e670b0c13c |
refs/heads/master | <file_sep>using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KenkenSolve
{
abstract class Span//Collection of cells, may be a row, column or a group
{
public List<Cell> Cells = new List<Cell>();
public int Goal;
... | c82dd34cf2626fffa5fcc7869ff6749d747938ee | [
"C#"
] | 4 | C# | ruarai/kenken_solve | f3337d59e7cdf687973ed67ae37dd784c00bdaf2 | c3aafe10a8daa235f02868a943685eccc01c55e3 |
refs/heads/main | <repo_name>edgarcza/qr-code-list<file_sep>/test/Redux.test.js
import { QRListReducer } from '../app/redux/reducers/QRListReducer';
import { ADD_QR, REMOVE_QR } from '../app/redux/actions/QRListActions';
// import * as types from '../../constants/ActionTypes'
describe('QRList reducer', () => {
it('should return the i... | 91a738543ca5abedd8dfb962a692c42195a84bd0 | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | edgarcza/qr-code-list | 8c31e829f7369077407571d146c74e2d11a0eb6e | 24b98dabbc9bb15f1a944796c4e589644e78ad10 |
refs/heads/master | <repo_name>tsolucio/coreBOSReceiveProducts<file_sep>/modules/Receiptcards/language/ro_ro.lang.php
<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file ex... | 0d2ea0b01484e0be931f8590187993670f668ecb | [
"JavaScript",
"PHP"
] | 5 | PHP | tsolucio/coreBOSReceiveProducts | 599aecabdf33e271ac4b5209422d77659268c331 | 3cbfafd0f340c9343546e8538163416808abe9ac |
refs/heads/master | <file_sep>class BaseStateMachine(object):
def run_all(self, *args, **kwargs):
assert False, 'run_all not implemented'
class StateMachine(BaseStateMachine):
def __init__(self, current_state):
self.current_state = current_state
self.current_state.run()
def run_all(self, inputs, verb... | 5664491d18435b7eeef69b549632a965d46dde8b | [
"Python"
] | 3 | Python | aloktripathy/state-machine | 06fc508c6fd1108d5a90118907490ffa9017a192 | d95c58fe1825f50cd91f51d5775823a8f9b630bb |
refs/heads/master | <repo_name>vbeloti/tinder-web<file_sep>/src/configs/firebase.ts
import * as firebase from 'firebase/app';
import 'firebase/firestore';
import 'firebase/database';
const firebaseConfig = {
apiKey: "<KEY>",
authDomain: "tinder-web.firebaseapp.com",
databaseURL: "https://tinder-web.firebaseio.com",
projectId: "t... | d2ad35b8256ecc3d3c17327cfa36fb6e72b55290 | [
"Markdown",
"TypeScript"
] | 2 | TypeScript | vbeloti/tinder-web | 8718f24c1648e8727dd66a8cc44d1b2044878668 | 08d9de438a3cc5c8c7e74e7c3c32a8da5fce05fe |
refs/heads/main | <repo_name>faalbuquerque/my-promotion-system<file_sep>/db/migrate/20210214045344_create_category_promotions.rb
class CreateCategoryPromotions < ActiveRecord::Migration[6.1]
def change
create_table :category_promotions do |t|
t.integer :promotion_id
t.integer :category_id
t.timestamps
end
e... | e29d456dfd98f6a59d51e25d34b6c85c0efcebc9 | [
"Markdown",
"Ruby"
] | 31 | Ruby | faalbuquerque/my-promotion-system | 9482d6fc97406e6a9d0899ef6d546b437133632c | 3345052c517467478e524be07e1e5308f5061a8b |
refs/heads/master | <repo_name>sunnei/OOP-Jquery<file_sep>/pop-jquery.js
/**
* Created by o on 2016/8/24.
*/
(function () {
//str
// 优化面向过程版
function extend(obj, target) {
for (var i in obj) {
target[i] = obj[i];
}
};
function $(selector) {
if (selector) {
var dom = doc... | f7e16b388b7b2f291e6ad574472910aba529c7ab | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | sunnei/OOP-Jquery | c5ec6e45c915b197ac266a3f641407162b2ba9a5 | c7ca5607ee429289708716f11b7cd51d3f6450b6 |
refs/heads/master | <repo_name>goutamtk14/NumberGameUsingJS<file_sep>/FirstNumberGame/FirstNumberGame/callHTA.cs
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace FirstNumberGame
{
class cal... | fc23c6788c781251b34c2d2471cf28d2bf18ae22 | [
"C#"
] | 1 | C# | goutamtk14/NumberGameUsingJS | 2894889133f6774d1a510814a07ee7194aeffe45 | ce53b29ab76c4ae8adaa0e0f0af361fb8c0defa4 |
refs/heads/master | <repo_name>J-Moore/cs290-assignment4-part2<file_sep>/src/assignment4-part2.php
<?php
error_reporting(E_ALL);
ini_set('display_errors', 'On');
// PASSWORD HERE
include 'local_settings.php';
$tabledata = array();
$resultline = array();
$hostname = "oniddb.cws.oregonstate.edu";
$dbname = "moorjona-db";
$username = "moo... | ff0b0a57b5335c55ee5f2fb9c1a57183e0bde6f2 | [
"PHP"
] | 1 | PHP | J-Moore/cs290-assignment4-part2 | c3fca0833157dfb573e1edd6681cf3794bcbf5bb | 2c060f346d195f09fc7f17264581e5ef9be38d9b |
refs/heads/master | <repo_name>pvhee/todo<file_sep>/todos.js
// An example Backbone application contributed by
// [<NAME>](http://jgn.me/). This demo uses a simple
// [LocalStorage adapter](backbone-localstorage.html)
// to persist Backbone models within your browser.
// Load the application once the DOM is ready, using `jQuery.ready`:
$... | 0a12a53b6864ee04d16637f6dad32020d7bad8b5 | [
"JavaScript",
"Markdown"
] | 2 | JavaScript | pvhee/todo | a4d9f3bd49f7f329402fb3a3aec167aa47ce295e | d00edb4261855c3dcf3b3989a89f287be72bbdd3 |
refs/heads/master | <file_sep>//fetching data from form.
myData = () => {
let fname = document.getElementById("fname").value;
let lname = document.getElementById("lname").value;
let address = document.getElementById("address").value;
let pincode = document.getElementById("pincode").value;
let gender = document.getEle... | 32490d73d0f081b697f31f853942545841f79c72 | [
"JavaScript"
] | 1 | JavaScript | kewalb/Forms_Tables | 4e30106863c7ed16d5fd34988152e588f606cbdc | 495a986828ac350d2f6b5650d559c3cfc0c1d767 |
refs/heads/master | <repo_name>weixr18/LeetCode<file_sep>/src/22_brackets.cpp
/*
22. 括号生成
数字 n 代表生成括号的对数,请你设计一个函数,用于能够生成所有可能的并且 有效的 括号组合。
示例:
输入:n = 3
输出:[
"((()))",
"(()())",
"(())()",
"()(())",
"()()()"
]
来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/generate-parentheses... | 8ae00fd7357714aa9839646ab0d10cc209fc5641 | [
"Markdown",
"C++"
] | 5 | C++ | weixr18/LeetCode | f7166c8a1837ed6ca9630c29d585cae4222a779a | 1ad534ed4fd0338a8129c97614abf7cfee3c3317 |
refs/heads/main | <file_sep>import logging, threading, time, concurrent.futures, psutil, sys, numpy, win32api, os
import pygame as pg
sys.coinit_flags = 2 # COINIT_APARTMENTTHREADED
import pyautogui, pywinauto
import commandQueue as cq
from PIL import ImageGrab
from functools import partial
ImageGrab.grab = partial(ImageGrab.gra... | 5c42e428ca56165348dc4e53d4cc4c7a7a50cd63 | [
"Markdown",
"Python"
] | 4 | Python | seasoncurrent/ARSM | fd7eea30627de1431cc9573de080031273513199 | 24c00aa52e25f7aa41e284802d76e4835e9b40fe |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.