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>ProjectInABox/python_essentials<file_sep>/project_1/practice_6.py L = [4, 5, 6, 8, 3, 2, 4, 8] s = set([]) for num in L: if num in s: print(num) s.add(num) <file_sep>/project_1/practice_12.py def sqrt(x): if x < 0: raise ValueError('invalid input') if x == 0: return 0 left = 1...
fcedfef073eba8cb40ceda48bbad6c3eb8c26ccc
[ "Markdown", "Python" ]
7
Python
ProjectInABox/python_essentials
c86181ad8ec5e33b56a32b370f55b0c9bbde2019
a4d0c34fc6c228f1e1d29ed9b5575c8d7cc554d8
refs/heads/main
<repo_name>leoatwarwick/duckinggreat<file_sep>/README.md # DuckingGreat.com Thanks for checking out our site! Feel free to add your high-quality, uncompressed duck `.jpg`, `.jpeg` or `.png` photo the `/images` folder of the repo, and the site will automatically update to include and compress your image. If you'd like...
8f2bb044c2e1cb4df002d4b1d3280780ff28ad57
[ "Markdown", "Python" ]
2
Markdown
leoatwarwick/duckinggreat
eefbed666b1da2bae1c0df4e5d019073f6c9f241
7b6b54256784b606a6ca65a580a79d15864bb771
refs/heads/master
<repo_name>mayconamaro/bierNaWeb-engII<file_sep>/src/main/java/com/ufop/eng/Venda.java package com.ufop.eng; import java.util.Iterator; import java.util.Vector; import java.util.Calendar; public class Venda { private Vector<Integer> produtosPedido = new Vector<Integer>(); Iterator p = produtosPedido.iterato...
d9b1f902223b36a9a48118ccc5f5efd849613c0e
[ "Java" ]
2
Java
mayconamaro/bierNaWeb-engII
379b08ac99cbc082a3baf1c8441d18701613dd92
c626e46d383209bd3467a722cdf74bc8a9fb8935
refs/heads/master
<file_sep># Elite General Various Elite related bits and pieces <file_sep>import sys import json import math import time import tkinter as tk import ttk from tkinter import filedialog from tkinter.font import Font from tkinter import messagebox from watchdog.observers import Observer from watchdog.events import Patte...
36bef2290ea407dab97b4ed6a03df1043dabc681
[ "Markdown", "Python" ]
2
Markdown
argaric/Elite-general
de4c666e5716271c9ffdfe15d459e0a867995fbb
33938bf105277990a3d7e8ec370b8d2f4eefa6e6
refs/heads/master
<repo_name>azawawi/totem<file_sep>/lib/Totem/files/assets/main.js $(function() { var helpSearchTimeoutId; var lastHelpSearchPattern; $("#pattern").keyup(function() { var pattern = $(this).val(); // Prevent redundants searches caused by other non-printing keys if(pattern == lastHelpSearchPattern) { re...
6df423bb8fa78e5581ae6be771fab997a68d4e2e
[ "JavaScript", "Markdown" ]
2
JavaScript
azawawi/totem
6f43aece567c5df7830e22d82a4ff17285d5a3bb
608257fc87eafc1604b4402168aee51cfbbb156c
refs/heads/master
<repo_name>porpoisepor/canvas_test<file_sep>/app/src/main/java/com/example/fonorio/canvastest/Rectangle.java package com.example.fonorio.canvastest; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; import android.view.View; public class Recta...
ae3bf126993f9d1031d402d51c80d0e6ff2fe8e0
[ "Java" ]
1
Java
porpoisepor/canvas_test
26c605cf584ff31866f703695cb5ec0e32d09110
23dc9d2b35c8aa8b3860d5f4b74a91bcc6d58ebb
refs/heads/master
<repo_name>rcparent17/StonkTV<file_sep>/stonkView.js let body = document.getElementsByTagName("BODY")[0]; // var overlay = document.getElementById("overlay"); let stonks = []; let numStonks = 0; let x = 0; let y = 0; stonkW = Math.floor(screen.width / 4); stonkH = Math.floor(screen.height / 2) function createElemen...
be47603111596d095afbb36df4cad23be5cf1ac6
[ "JavaScript" ]
1
JavaScript
rcparent17/StonkTV
8a04635c07de2e79f7c2709f5177c46501725e80
f0ec58152f41de026afb73a7f4c5205048042b10
refs/heads/master
<file_sep>package config import ( "fmt" "gin-web/utils" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/postgres" "log" ) var db *gorm.DB func ConnectDatabase() { dbHost := utils.DefaultGetEnv("DB_HOST", "localhost") dbPort := utils.DefaultGetEnv("DB_PORT", "5432") dbName := utils.DefaultGetEnv(...
849b7fafbaa0eb87e51471c0e70365f00bfd8d57
[ "Markdown", "Go" ]
9
Go
zzh1991/gin-web
f93148564da3ee5e0b1b601bf66c243bc4c2f160
5f96a4a7d63403a9b6401b7ae35edbf7a55a6bbe
refs/heads/master
<repo_name>ksuematsu/protospace<file_sep>/app/helpers/top_helper.rb module TopHelper def by_whom?(prototype) prototype.user.user_name end def main_image(prototype) prototype.image.main_image end end <file_sep>/app/helpers/application_helper.rb module ApplicationHelper def date_of_created(prototype) ...
766b396ca1ef12a46d4ad83dfb7fda525c72bc02
[ "Markdown", "Ruby" ]
14
Ruby
ksuematsu/protospace
04f1a31d061e5c73e1f1132e8ae9725d10e611e6
0f3c528f1e75d2f75e7310e6e3d3f2d072cabfce
refs/heads/master
<file_sep>#ifndef __MATH_PUBLIC_H__ #define __MATH_PUBLIC_H__ #include "common/Qimp.h" #include "math/Common.h" #include "math/Int256.h" #include "math/Math.h" #include "math/Rand.h" #include "math/FloatConversion.h" #include "math/Color.h" #include "math/ColorConversion.h" #include "math/Gradient.h" #include "math/Po...
966ebc16430c094e48d777674f45953e67b24561
[ "Markdown", "C", "C++" ]
93
C
Qimp/QimpEngine2d
7227e1623f0b7ab4a3a9af556ca03437acf6173d
e79dac087bfffb626fbd42e14242dc881ba6fe43
refs/heads/main
<repo_name>smorales138/holberton-system_engineering-devops<file_sep>/0x01-shell_permissions/5-execute #!/bin/bash chmod u+xr hello <file_sep>/0x02-shell_redirections/3-twofiles #!/bin/bash echo "$(cat /etc/passwd | cat /etc/host)" <file_sep>/0x02-shell_redirections/README.md ummaries 1-print hello world (I used echo) ...
e44965cc499835c6f8b77b0a1c460f3b7d22b653
[ "Markdown", "Shell" ]
6
Shell
smorales138/holberton-system_engineering-devops
72783f88dac17b4ce3d89354e4cb4e7e621a5075
3e2eea5e5293f5f4a1540f6ab59e8f0a5ed0f015
refs/heads/master
<file_sep>import React,{useState,useEffect} from 'react'; import Axios from 'axios'; import CartItem from './CartItem'; import {random,commerce} from "faker"; import {Container,Col,Row} from 'reactstrap' import userEvent from '@testing-library/user-event'; const apikey ="INSET_YOUR_KEY_HERE" const url = 'https://api....
bdc3536ebd6a32563c0ad1746909e2307f29f943
[ "JavaScript" ]
1
JavaScript
sahilpate7/shopping-cart-react
3f4c71a5352a6b4e4498cb815827ca6554fc8cf9
d771b324d9320b9daa93f45520ca699ad72ca948
refs/heads/master
<file_sep>class Scotch < ActiveRecord::Base def to_s "#{brand} #{year} #{(blended ? 'Blended' : '')} #{rating} " end end
675bcbe066276c0cf8fbc080c9a7194820d6bac4
[ "Ruby" ]
1
Ruby
ianienchoo/lab-sinatra-app-weekend
9ac0fc6203747f701d4bae67b791e1d12c37812c
4f7b0dfa1081bb91f9e8c69ff0bfd12128bc6b6e
refs/heads/master
<repo_name>evanmy/domain_adapt<file_sep>/plot_loss.py import numpy as np import pandas as pd from math import factorial import matplotlib.pyplot as plt from pylab import * # savitzky-golay filter for loss/acc smoothing def sg_filter(y, window_size=101, order=3, deriv=0, rate=1): order_range = range(order+1) ha...
9cc845f3510596f857f0e3802e1445d617d9977c
[ "Markdown", "Python" ]
6
Python
evanmy/domain_adapt
f07f2e75980a8442249457c9b3b5bbb44e14ec6b
da3e2fa05b501c91196e5164898877bbbd2d05ac
refs/heads/main
<repo_name>Materialfy/M-Dash-React<file_sep>/src/pages/admin/settings.js import Content from '../../components/homemain'; export default function SettingsPage() { return <Content title="Settings" placeholder={true} />; } <file_sep>/src/dashboard/layout.js import Overlay from './provider/overlay'; import TopNavigatio...
34f50a78cc1e322b82a7a44e22402e1838728bf5
[ "JavaScript" ]
15
JavaScript
Materialfy/M-Dash-React
09dbd00ecdad101e103290527f8f1ee07b3cab1c
f30aefe8bf50263fcbd766a8c3c011a5a81a1474
refs/heads/master
<file_sep>$(function () { 'use strict'; $(document).on('mouseover', '.js-search-icon', function() { $('.js-search').fadeIn('fast'); $(this).hide(); }); $(document).on('mouseleave', '.js-search', function() { console.log('work'); $('.js-search-icon').show(); $(this).hide(); $(this).find('input').val(''...
ef37ddf2c3aca87c4b6cfa4839d8eba1e0b0fb1a
[ "JavaScript" ]
1
JavaScript
rubo-21/In-Pro
95386296bca19737052ae402f1f963c157b0aa49
eafd788d7c69792d3462afb7084aec09f8f33642
refs/heads/master
<file_sep>-- -- PostgreSQL database dump -- -- Dumped from database version 9.5.3 -- Dumped by pg_dump version 9.5.3 -- Started on 2016-07-11 16:15:56 SET statement_timeout = 0; SET lock_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SET check_function_bodies = false; SET client_min...
bf82c383604354bc865386d2959db28958513eab
[ "SQL" ]
1
SQL
joshcoales/Dailys
80e274a38c3a9cc25598d9c9f0718632aa253623
cd173f3c00e84fe1705cf6abb7f3e8647aa92814
refs/heads/main
<repo_name>marcio-mutti/data_science_iesb<file_sep>/Introducao/Notebook_Lista_3.py # %% import numpy as np import pandas as pd import seaborn as sbn from matplotlib import pyplot as plt from scipy import stats from sklearn import cluster, preprocessing from sklearn.model_selection import cross_val_score from locale imp...
a8b29d52e7c56e7c41651c37420aa8fd107e27e3
[ "Markdown", "Python" ]
2
Python
marcio-mutti/data_science_iesb
d554e3ea68653854d1c8324023d1c0c1a20280e9
ce286038e9c7f2e67cc9f7022276fab206ef3c10
refs/heads/main
<file_sep># Generated by Django 3.1.5 on 2021-04-28 18:45 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('catalog', '0003_author_fullname'), ] operations = [ migrations.RenameField( model_name='author', old_name='dat_of_...
b7e97b08d5790e264f197407db4484a60f9ac156
[ "Markdown", "Python" ]
2
Python
koky-dev/django_local_library
8bd0b46c48b48295fc623e5aa98666e1c4a95ebb
2768e6fadd7bf0978414d2575fd8910e3c49e783
refs/heads/master
<file_sep># learn_python_the_hard_way exercise from the book learn python the hard way <file_sep># -*- coding: utf-8 -*- print "Hello World!" print "Hello Again" print "I like typing this." print "This is fun." print 'Yay! Printing.' print "I'd much rather you 'not'." print 'I "said" do not touch this.' print "hello"...
975940137b65cce807364cdf88b77ae0fd35b819
[ "Markdown", "Python" ]
2
Markdown
weilunzhong/learn_python_the_hard_way
9ca1ac09d15a90a06deb7602443edb4f5376e3b5
78f4eb4a2aa78ee539d0e3e75751ddf62d6791cf
refs/heads/master
<repo_name>maxim-acm/learning_angular<file_sep>/tag-inspector/blocks/tag-inspector/tag-inspector-directive.js angular.module('tagApp') .directive('tagInspector', function ($rootScope) { return { templateUrl: 'blocks/tag-inspector/tag-inspector-template.html', restrict: 'E', ...
da946e25ed6582639b88f57c6072d4df07f03117
[ "JavaScript", "Markdown" ]
4
JavaScript
maxim-acm/learning_angular
d825641b37701586fd04a6b61c45259931f0996a
0d64bf6fc7055d583cacf4506f4c8446f62f7d0a
refs/heads/master
<file_sep>/** * Do sync with sql database * Then run the tests */ import { db } from './test-utils'; db.sequelize.sync({ force: true }) .then(() => { // here we will let mocha run the test because sync is done.. run(); })<file_sep># nodejs-graphql-relational This is my personal code for the course Cr...
cd5a76f9ec9c2ffe50b21d064308baee8e17524d
[ "Markdown", "TypeScript", "JavaScript" ]
5
TypeScript
vinipachecov/nodejs-graphql-relational-api
6c548eb55bb87e7ceafea80560bf791e270231c8
a83b6e03c8a286167ea4f79adcdaccfb7f3933c8
refs/heads/master
<repo_name>bake/nibble<file_sep>/nibble_test.go package nibble_test import ( "bytes" "testing" "github.com/bake/nibble" ) func TestWriter_Write(t *testing.T) { tt := map[string]struct{ in, out []byte }{ "two 1": {[]byte{0xff, 0x00}, []byte{0x0f}}, "two 2": {[]byte{0x00, 0xff}, []byte{0xf0}}, "two 3": ...
4a9b979474c6676f176a112d205528365543a56d
[ "Markdown", "Go" ]
3
Go
bake/nibble
d3cdb9d655c5e7269ad08833dae8e84007a49e15
15577f862a785d08cb3d59bea47e173ac4266a94
refs/heads/master
<repo_name>abelyankov/cscs-5106-mobile-programming<file_sep>/task3/CAREmet-mentors-react-natice-app/screens/ScreenMentorDetails.js import React from 'react'; import { View, StyleSheet, Text, Button } from 'react-native'; export default class ScreenMentorDetails extends React.Component { render() { const { ...
7f1d16f0e3ea5d95f1e74549947515cad734d9a6
[ "JavaScript", "Markdown" ]
11
JavaScript
abelyankov/cscs-5106-mobile-programming
9f85b0e74f36c8dfd786949cbfa76d449fc0b667
25a06e300e56123e3e1cecf647ce293e04646cae
refs/heads/master
<file_sep>{% extends "admin/base.html"%} {% block content%} <h2>Lista de preguntas</h2> <form action="procesar_evaluacion" method="post" accept-charset="utf-8"> <ul> {% for question in object_list%} <li>{{ question.question_text }} <hr /> {% if question.question_type == "OP" %} <textarea rows...
9d9c161af8c65ad0cdc390bb8d927677c4c97a61
[ "Markdown", "Python", "HTML" ]
9
HTML
colepcon/vlad
206acb4c7b82302dd83668b7e3583385e73e3f8c
5f1f974c152090c48c90f00687266d0d358d95ee
refs/heads/master
<file_sep>""" Simple "Hello, World" application using Flask """ from flask import Flask , render_template, request from mbta_helper import find_stop_near app = Flask(__name__) @app.route("/") def index(): return render_template("index.html") @app.route("/hello/") @app.route("/hello/<name>") def hello(name=Non...
d337bda8ce8e778b6c54d191d8e0676ade879528
[ "Python" ]
2
Python
Rumeer/WebApp-MBTA
68d1c38147a6fc1cb2a9826f33009ad671053148
99a5ae9fd16dc27d51aa75eb81092dc79d19b413
refs/heads/master
<repo_name>almaskhanzz/atp3<file_sep>/app.js var express = require('express'); var ejs = require('ejs'); var bodyParse = require('body-parser'); var exSession = require('express-session'); var cookieParser= require('cookie-parser'); var app = express(); //CONGIFURATION app.set('view engine', 'ejs');...
13e6e14acdcfa2661bfabdfebe1a1571988295ee
[ "JavaScript" ]
2
JavaScript
almaskhanzz/atp3
7f918ca508d7f4a6557ff6ddf7019c719457491b
19e4d9d86e4075fb1625cece95138e4ce747ed1d
refs/heads/master
<file_sep># Experiments This folder is meant to store experiment meta data and statistics. <file_sep>absl-py==0.5.0 astor==0.7.1 backcall==0.1.0 certifi==2018.8.24 colorama==0.4.0 cycler==0.10.0 Cython==0.29 decorator==4.3.0 gast==0.2.0 grpcio==1.15.0 h5py==2.8.0 ipython==7.0.1 ipython-genutils==0.2.0 jedi==0.13.1 Ker...
50b9a9e39d8f57450244e2e35a14c10c10c69416
[ "Markdown", "Python", "Text", "Shell" ]
25
Markdown
TCNJ-ECE-IMPL/tensorflow_utilities
a09511dee1c768f5ee467a208fe822b1c679ec24
82f5bf848e66c3ef76b187931609429c78756ec0
refs/heads/master
<file_sep># coding = utf-8 import hashlib import json import requests class KuaiDi100: def __init__(self): self.ApiKey = '' # You can find your ApiKey on https://app.kd100.com/api-managment self.Secret = '' # You can find your Secret on https://app.kd100.com/api-managment self.url = 'h...
8fbb3e944b6c26a01f4d39bd18d012fa9b712a2d
[ "Python" ]
2
Python
KeyDeliveryAPI/python-demo
c91a6364f27f799c2763a8bd3fa11c9e71ffcc76
27abe20a8b739d36ad8dcd259e6bae591fac9bc9
refs/heads/master
<repo_name>Kashio/xenium<file_sep>/extern/json/contrib/nlohmann/to_value.hpp // Copyright (c) 2016-2018 Dr. <NAME> and <NAME> // Please see LICENSE for license or visit https://github.com/taocpp/json/ #ifndef TAO_JSON_INCLUDE_CONTRIB_NLOHMANN_TO_VALUE_HPP #define TAO_JSON_INCLUDE_CONTRIB_NLOHMANN_TO_VALUE_HPP #includ...
7eb9e805a45c68603c5ec160d6101df3814352ac
[ "Markdown", "CMake", "C++" ]
11
C++
Kashio/xenium
ddc13eba4e4be3656e7c521c538df1b631a50d13
b3ca6688151ccb19be13ad4446a16eee8faada5b
refs/heads/main
<file_sep># Score-keeper Welcome everyone , This is a fun web app made from javascript. With this app you can keep updating your scores easily. Hope You Like It;) Live url:- https://05him.github.io/Score-keeper/ <file_sep>let playerOneScore = document.querySelector(".player-1-score"); let playerTwoScore = documen...
0343a54a2c27fe2111c0d564bc467f95afabbd46
[ "Markdown", "JavaScript" ]
2
Markdown
chauhanshivam079/Score-keeper
27f2af543a33eb672132f5b2f506f78d1400ec52
aab31d7c5c66385ea1c07337d1a5737eaa6d9dd1
refs/heads/master
<repo_name>onurkayan/algorithms<file_sep>/src/com/okayan/coursera/algorithms1/week3/BruteCollinearPoints.java package com.okayan.coursera.algorithms1.week3; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * Created by onur on 19/08/2017. */ public class BruteCollinearPoints { p...
c3ff77c9d0c97f13e63f0f9ec87f8db4ade907c0
[ "Java" ]
3
Java
onurkayan/algorithms
9c4848722496586f98b753fcf9a8413fe88f9ecb
e19d0bd0c770c9eadcf5672b632185ce5db4e776
refs/heads/master
<file_sep>package hangman; import javafx.beans.Observable; import javafx.beans.binding.ObjectBinding; import javafx.beans.property.ObjectProperty; import javafx.beans.property.ReadOnlyObjectProperty; import javafx.beans.property.ReadOnlyObjectWrapper; import javafx.beans.value.ChangeListener; import javafx.beans.value...
58076100b04cba5c70b92e07f86740455d024cec
[ "Java" ]
1
Java
amiryamini/Hangman
2194af6c9960206ee6682862907c3d367dfc021e
98da19e1985e65e91dac001883b8f6ea62f4c500
refs/heads/master
<file_sep>module.exports = app => { const { existsOrError, onEnumOrError } = app.api.validation const { connection, Question, Room } = app.db const create = async (req, res) => { try{ existsOrError(req.body.roomId, 'Sala não informada!') existsOrError(req.body.content, 'Cont...
5fc1fb8e37dfb5cb6d74afb2107799d5c1d9eb1f
[ "JavaScript", "TypeScript", "Markdown" ]
9
JavaScript
stemDaniel/questions-backend
8a6624465e5629f185cd7cfd21cc1d2f9581c6be
6f54f0a22331224da5da0d3f2c2244f712b037cd
refs/heads/master
<repo_name>michaelfarias/estrutura-de-dados-avancada<file_sep>/EDA/src/br/ufc/crateus/eda/st/hashing/Polinomio.java package br.ufc.crateus.eda.st.hashing; public class Polinomio { private Pn polinomio = new Pn(); private class Pn { int coeficiente; int expoente; Pn next; public Pn(int c, int e, Pn next) ...
9a3915d84fc2047b8ec5b4a22011c51984e2b07a
[ "Markdown", "Java" ]
3
Java
michaelfarias/estrutura-de-dados-avancada
8d0c7d56b7a90d011fac0c1557c17f3a4aa49af8
f4bfd125768f87373a44a1752e0797dc2709d3eb
refs/heads/master
<repo_name>zyfjeff/Algorithm_Code<file_sep>/Chapter-1/1.4/strtoint.cpp #include <iostream> #include <vector> /* * string convert to int * 方法一 */ // 123 = // 0*10 + 1 = 1 // 1*10 +2 = 12 // 12*10 +3 = 123 //没有考虑str是否为空 //考虑正负数 //没有考虑无法转换为数字的字符 //输入字符不能太长 int StrToInt(const char *str) { int n = 0; while(*str != 0)...
bd0735f5f6fa0042974c6440259f214bc406d7cc
[ "Markdown", "C", "C++" ]
9
C++
zyfjeff/Algorithm_Code
d96e550fd865817f0171701d818e501958b39928
d5833258f04ea40203d78bf77a784327d112a7df
refs/heads/master
<repo_name>KW-M/OpenCTD<file_sep>/Documentation/Manual/OpenCTD_ConstructionOperation.md # Construction and Operation of the OpenCTD > [!info] Authors > By <NAME>, with contributions from <NAME>, <NAME>, and <NAME>. > Cover Art by <NAME>. Photographs by <NAME> unless otherwise noted. > [OceanographyForEveryone.com...
c4da29835f95ac375885f7fdf7a55ce26e3b99b3
[ "Markdown", "C++" ]
19
Markdown
KW-M/OpenCTD
bc9a0d99bac6088ad8932f7915b8926da63b8fac
7965071526fcd6d9950bcbf9ac5c30f82be491e9
refs/heads/master
<repo_name>tomaszjl/py_win_unc<file_sep>/test/run_tests.py from __future__ import print_function import platform from unittest import main # to add the win_unc pakage in parent directory import sys, os # for higher precedence: sys.path.insert(0, os.path.dirname(os.path.dirname(__file__))) # for lower precedence: # s...
1612b9f42630218a33fe72747075ce528648cebb
[ "Python" ]
3
Python
tomaszjl/py_win_unc
610b7c9ce4ea17554d04342126169b488c8ccfae
0934ca5cb489971c22aa4334d038c1c43369977c
refs/heads/main
<file_sep># coding: cp1251 ver = " v7 [14/02/2021 09:00]" import traceback from socketserver import ThreadingMixIn from http.server import HTTPServer, BaseHTTPRequestHandler import json import configparser import serial import threading import logging import subprocess import psutil from time import time, localtime, s...
66901d779ff4d6229e3e815d375800588c29cc54
[ "Python" ]
3
Python
epatrol/bot2030
0e397a436e395ab3008c045da129f00046133b6e
e63f9b844151cf6c154aaf2a7111511e7c619470
refs/heads/master
<repo_name>Kike78/simple_udpServer_C<file_sep>/udp_recvfrom.c /* udp_recvfrom.c * A simple udp server */ #include "chap04.h" int main() { #if defined(_WIN32) WSADATA d; if (WASAStartup(MAKEWORD(2, 2), &d)) { fprintf(stderr, "Failed to initialize.\n"); return 1; } #endif /* Then, we must c...
587eaff5f8f15932d54c363e50e6bd949302d52e
[ "C" ]
2
C
Kike78/simple_udpServer_C
f83a68996ac2e4aa634a99ad8c4826b1c2f5378e
726d172bbef4183799a89fd5b45c2d011e42b812
refs/heads/master
<file_sep>using System; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using TodoApp.Common; using TodoApp.ViewMod...
03e6029cf6905a022132cfac9d9884c15a20767c
[ "C#" ]
4
C#
arielbh/Todo-WP7
cb607e8534cf5f8a2661e19a990777da0840dd0f
1af987cedb71751d582ffbac9c7303d55d867cb9
refs/heads/master
<file_sep>/* Copyright (c) 2018 ------------------------------------------------------------------ -------------------------------------------------------------------*/ (function ($) { "use strict"; var AcupunctureClinic = { initialised: false, version: 1.0, mobile: false, init: function () { if(!this...
0f79bfbf57d396156023c7d08858a40d8a104255
[ "JavaScript" ]
1
JavaScript
Avalon7/Avalon7.github.io
9df444e2da285bb94125ec1b4de78dfc22698345
f9799ce298db3fd941496c90157189a93b7f4418
refs/heads/master
<file_sep>import struct def be_word4(buf): return struct.unpack('>L', buf)[0] def le_word4(buf): return struct.unpack('<L', buf)[0] def be_word8(buf): return struct.unpack('>Q', buf)[0] def le_word8(buf): return struct.unpack('<Q', buf)[0] def be_read4(stream): return struct.unpack('>L', s...
dd686f3e5f0dab73c5729d2ff1fd17247c9b1997
[ "TOML", "Python", "Markdown", "Shell" ]
10
Python
mottosso/maya-scenefile-parser
263bb98b77e6b1c1705d284ec631377acecbc5d0
c22ab597392b00a3af5b32a24c045af771b3b932
refs/heads/master
<repo_name>deprecated/nebulio<file_sep>/nebulio/filterset.py from __future__ import print_function """A set of filters that is used to determine an emission line ratio """ import numpy as np import pysynphot AIR_REFRACTIVE_INDEX = 1.000277 # @STP according to Wikipedia LIGHTSPEED = 2.99792458e5 # c in km/s ...
3961f15da6f4e6d00bd9fa8649cb16dace091817
[ "Markdown", "Python", "reStructuredText" ]
9
Python
deprecated/nebulio
8548d9f44117206e9314d676576b24c1bc5e1c76
3e5dc051dd811e59528cabe2cc02e9b6cb10d21e
refs/heads/master
<file_sep>/*var person = { name:'shobhit', age:21 }; function updatePerson(obj){ obj = { name:'shobhit', age:24 } obj.age = 24 } updatePerson(person); console.log(person);*/ //array example var grades = [15, 20]; function addGrade(gradesArr){ gradesArr.push(55); debugger; //gradesArr = [10,20,30] }...
0622fd6bcf4a4eeb0cbfe8ae90cbd4cbc7b7dec2
[ "JavaScript" ]
1
JavaScript
shobhit148/todoApi
acb9d4d0a44a744b1e9cef49eeef66991a4fa71f
1cd7f3bbb496517f8b2366448e121662b7d44bf3
refs/heads/master
<file_sep>#使用IF判斷式 from machine import Pin from utime import sleep led_red = Pin(18, Pin.OUT) led_amber = Pin(17, Pin.OUT) led_green = Pin(16, Pin.OUT) buzzer = Pin(10, Pin.OUT) PIR = Pin(2, Pin.IN, Pin.PULL_DOWN)#ACC端需接5V電源 def trafficlight(): led_red.value(1) sleep(2) led_red.value(0) ...
cb0313cf5c317f001e0fabb9b859bf91d919544e
[ "Python" ]
15
Python
buddha-ssjhs/1100506
8715de5da4ac373889456ccb2e85c8670301cef8
cb6bc444c93bf1d639e9656f928193c5273001e5
refs/heads/master
<file_sep>import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FormzComponent } from './formz.component'; import { FormzRoutingModule } from './formz-routing.module'; @NgModule({ declarations: [FormzComponent], imports: [ CommonModule, FormzRoutingModule ], ...
ad3b99ad20f165445f926a1decb55b22dd2823f8
[ "TypeScript" ]
2
TypeScript
jsalazar/angular-material
cb7f2e3125347db0cb939bd5da1c696fcfde3caf
73ec52d7b0a0fe7115b6024afa63bfc71887f0c7
refs/heads/master
<file_sep>import React from 'react' import { Link } from 'gatsby' import { graphql } from 'gatsby' import Layout from '../components/layout' class BlogIndex extends React.Component { render() { const posts = this.props.data.allOrgContent.edges const _posts = posts.map ( ({ node }) => { const title = no...
368ab149ab9e4cc0e69e651c1acde439e257e610
[ "JavaScript" ]
1
JavaScript
xiaoxinghu/gatsby-orga
17fd7a8712f866644523cfbe763ea55c5c35ec09
4172f1e4074b97d712eaeadc06a9bfd6a7e3eded
refs/heads/master
<repo_name>Lee-Kevin/9.TrackBallCar<file_sep>/README.md # 9.TrackBallCar Shield Bot Controlled by Grove Mini Track Ball http://www.seeedstudio.com/recipe/1132-a-car-controlled-by-track-ball.html <file_sep>/ShieldbotBluetooth/ShieldbotBluetooth.ino /* * Shieldbot&Bluetooth.ino * A library for SeeedStudio Shield_Bot, ...
755d0d6aa919d8cafac3eb4eab9fdb7ae3a50ef3
[ "Markdown", "C++" ]
2
Markdown
Lee-Kevin/9.TrackBallCar
d4c2d05e8f4d324f0f39dc0599bf09a1a11953cc
130c747bcec9ae072535cc79b93e3efc3b9e67d1
refs/heads/master
<repo_name>fatjiong/yii2-alisms<file_sep>/README.md Yii2的阿里短信插件: ``` 1.composer require fatjiong/yii2-alisms 2.在web.php(common/config/main.php)中的components中添加以下配置 // 阿里大于短信 'aliSms' => [ 'class' => 'fatjiong\alisms\aliSms', 'sign' => '测试', // 短信签名名称 ...
b7e394e651e6ed82a5b861e6600079a02fd98341
[ "Markdown", "PHP" ]
2
Markdown
fatjiong/yii2-alisms
f570b73e81f687a2973ae2dfee477b665be443de
43fdde8819d1fade6eb74fbb75312793dd7623f0
refs/heads/master
<file_sep># Generated by Django 2.1.7 on 2019-04-27 00:33 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('votacoes', '0002_auto_20190426_2017'), ] operations = [ migrations.RemoveField( model_name='votacao', name...
757c1d6b3036131f2657cdc2237015c12e0790c9
[ "Python", "HTML" ]
16
Python
ADSVilhena/criacao-do-esqueleto-do-projeto-votacao
b050f80a3326b0ec98be635353109a9098f658fd
a6c8e3302028c4179baa177061dd8b6a38d19744
refs/heads/master
<repo_name>mhp/lcd38seg<file_sep>/lcd38seg.ino /* lcd38seg Simple example of how to drive a 38-segment display found in the Nottingham Hackspace. */ int clkPin = 8; int dataPin = 9; void setup() { // initialize the digital pin as an output. pinMode(clkPin, OUTPUT); digitalWrite(clkPi...
680315f8cf73b403d9a4b7afd9ce7c6c8f06ce47
[ "C++" ]
1
C++
mhp/lcd38seg
e60a136dda674da094f97e9200163b8a7f80f048
18ff9fabfa24f18538ef3b1fb97f48abc73f5d4e
refs/heads/master
<file_sep>class GroupsController < ApplicationController load_and_authorize_resource def index if current_user.site_admin? @groups = Group.page(params[:page]) else @groups = current_user.related_groups.page(params[:page]) end end def show #@group = Group.find(params[:id]) @can_...
e1b657abbbd5d4d84e4ce794c9b1ea163d0e9457
[ "Ruby" ]
22
Ruby
betapi/interviewsome
e7afef5fb8650a43cce37efe65eb5b147af095fa
8b31e6b9632edccdfca879dc2cfeff3453cbfbf1
refs/heads/master
<repo_name>matheuefranco/GoogleChartC-<file_sep>/GoogleChartTeste/ConectaBanco.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using MySql.Data; using MySql.Data.MySqlClient; using System.Data; using System.Data.OleDb; namespace GoogleChartTeste { public class ConectaBanco ...
3ded7c1403dfb485bdf58589efaf827d75e52657
[ "Markdown", "C#" ]
4
C#
matheuefranco/GoogleChartC-
870650d1dcbaa723324a55f08eaf4aa49c65baf0
a71c5d522a371e25c5697ad2bcdf4cbfbf9506db
refs/heads/master
<repo_name>OParl/dev-website<file_sep>/database/migrations/2016_03_22_192040_create_keywords_meetings.php <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; class CreateKeywordsMeetings extends Migration { /** * Run the migrations. * * @return void */...
5862188332b081b399f6150f84915db7a24ada0a
[ "JavaScript", "Markdown", "PHP", "Shell" ]
110
PHP
OParl/dev-website
dc4260b3f53e8611051d8852e113e4d2be5078a6
5913c2611fbd7f8fd298f4ab4c051e92f4811315
refs/heads/master
<repo_name>iamcz/react-static-test<file_sep>/pages/fuckyou/index.js import React, { PropTypes } from 'react'; import Layout from '../../components/Layout'; import styles from './styles.scss'; class FuckYou extends React.Component { componentDidMount() { document.title = 'fuck you'; } render() { return ...
9bbe7224aa4ad8cbc3aa423fa238a1926cdfb69d
[ "JavaScript" ]
1
JavaScript
iamcz/react-static-test
0cdf4aa15e9bd8440142f8c5e66239e951ff4b70
5462b7fbbfaaa4f4f2785037eeb9d6e0578f45e3
refs/heads/master
<repo_name>hqyangtze/MersennePrimes<file_sep>/mersenne_primes_new_02.py import datetime import math from itertools import count def isPrime(n): if n <= 1: return False for i in count(2): if i * i > n: return True if n % i == 0: return False # 梅森数 def mers...
b5840abfaf9542f17d39daf2f9ef2ba9f0b87466
[ "Markdown", "Python" ]
4
Python
hqyangtze/MersennePrimes
1191c9f5a6b884cda342f3e8399d40699c59c238
16ffca789b3761f74d5173a171a3d51d4b89b1da
refs/heads/master
<file_sep>/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.edu.utfpr.cm.rainstone.model; /** * * @author <NAME> */ public class VirtualMachine { private long id; private String nome; private int masterVM; private int slaveVM; pri...
0e2be45718724d273fb5f79cf4862a62f604b457
[ "Java" ]
2
Java
EduardoAlbertini/RainStone
a37e2ae37a533acd2b3a279d45f224a38521a367
6a28af9e4b7d3debe3842b201ce1b3981a62dc9f
refs/heads/master
<file_sep>package br.com.merkandi.rest; import io.github.resilience4j.circuitbreaker.CircuitBreaker; import io.github.resilience4j.circuitbreaker.CircuitBreakerConfig; import io.github.resilience4j.circuitbreaker.CircuitBreakerRegistry; import io.github.resilience4j.core.SupplierUtils; import io.vavr.control.Try; imp...
00d30567fc47405d9823842d5ab8c148de92d9f5
[ "Java" ]
1
Java
cbgomes/circuitbreaker
bf57d245744b2b5ed6a67025f1e6e664d9ecbcaf
f20764851fe63b7021a2205ff6fa9c94f1dec5ad
refs/heads/master
<file_sep># Image-Downloader A python script to download image from hdwallpapers.in The project aims to enable automatic image download for user adaptive system. <file_sep>""" <NAME> Github username: techcraze Email: <EMAIL> Date: 26/2/2015 Code description: It is an open source code which uses URLLIB module to downloa...
82db34a583dc751437c69d2001b7d49a6e96a95f
[ "Markdown", "Python" ]
2
Markdown
techcraze/Image-Downloader
cf31210fd6a33802e9bcb42d1a97fa8fb8f0628c
9098ed6b26185245ca0e171f06efcf9a6e902ac6
refs/heads/master
<file_sep>--- title: "CodeBook.rmd" author: "<NAME>" date: "April 9, 2016" output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) ``` ```{r download_files} ## Part 0 - Preliminary phases setwd("/Users/jacopobalocco/data_science_specialization/projects/datasciencecoursera/getting...
a5a6f2d2d46adef8eb27b67e51c015316607ef0d
[ "Markdown", "R", "RMarkdown" ]
3
RMarkdown
jacopobalocco/run_analysis
35b81846ae392f640663b122b51d8f812bce42f3
25b78ee23e39483161178fee17e7793620fa0248
refs/heads/master
<file_sep>def parser start_number=0 arr = Array.new @boundary_starting = false text=File.open('email.txt').read text.gsub!(/\r\n?/, "\n") text.each_line do |line| # puts "#{start_number += 1} #{line}" #was used for visual clarity # puts line.split(/: */)[1] #was...
33a706e05539f17528aebe3a32c392b36ff771da
[ "Markdown", "Ruby" ]
2
Ruby
abloskas/Email_Parser
1f85fb65036f533e454a34085389cdf4e990e690
e72049408e10565cc50a5b2bb21a4c677e2a05f5
refs/heads/master
<file_sep>package arr import "math" /** 给定一个含有 n 个正整数的数组和一个正整数 target 。 找出该数组中满足其和 ≥ target 的长度最小的 连续子数组 [numsl, numsl+1, ..., numsr-1, numsr] ,并返回其长度。如果不存在符合条件的子数组,返回 0 。 示例 1: 输入:target = 7, nums = [2,3,1,2,4,3] 输出:2 解释:子数组 [4,3] 是该条件下的长度最小的子数组。 示例 2: 输入:target = 4, nums = [1,4,4] 输出:1 示例 3: 输入:target = 11, ...
c546c8b750b3a0c724c2394515e4d05ee8951ff7
[ "Go" ]
22
Go
spemed/leetcode
079f94352e52fe5df7f52f3db94f6cc472af9609
5868b80b74de12c71f5f5f7f9fbaecad0377ed78
refs/heads/master
<file_sep><?php $response_va = RegiterVA(); if($response_va){ echo '<span style="color: red">Co loi trong qua trinh tao tai khoan Virtual Account</span>'; }else{ echo '<span style="color: green">Tao tai khoan Virtual Account thanh cong</span>'; } function RegiterVA(){ // Mã Merchant, sẽ được cung cấp cho Merchant q...
7479b2f5e770e045bae24aaa814da5df7a33c0fe
[ "PHP" ]
1
PHP
vnptepay-jsc/virtualaccount
922a1a217ca9805c39ff1e59fa14673cc5e73019
3fad0600223b61457890c7e4e0f310a7d8ea820f
refs/heads/master
<file_sep><?php //---------------------------------------------------------------------------------------------------------------------------- //EXEMPLODE CLASSE PARA CRIAR BANCO DE DADOS E ALGUMAS FUNÇÕES EXTRAS class banco { public $res; public $cnx; public $cheader; //FUN...
5e0161184c50ec4b8a0532d53f08a72f0ae40913
[ "Markdown", "PHP" ]
2
PHP
RonaldoSkibinski/libEngine.php
22c014189e141b41ed59375251be18de2204b13f
3e7ea624d073040e82345a0abe3d2482c38fb9f2
refs/heads/master
<file_sep>$.extend({ request: function(url, data, request_type, callback_fn, method) { // request_type - if JSONP '?&callback=?' will be appended to url, // JSONP will also force GET method // method - HTTP method, GET with be used by default request_type = request_type.toLowerCase(); ...
628c30a481e68d9bfb3197549b79fa129dd31d64
[ "JavaScript", "Python", "HTML" ]
7
JavaScript
horva/jsonp-vs-cors-vs-iframe
2de16926d8ae2b284a76c3943a27dd80a30beacf
3b8999810fa5a8d5a83d9806c400a07971b252b8
refs/heads/master
<repo_name>tiy-dallas-july-2016-fee/mongo-db-sample<file_sep>/server.js var express = require('express'); var MongoClient = require('mongodb').MongoClient; var bodyParser = require('body-parser'); var app = express(); app.use(express.static('public')); app.use(bodyParser.json()); app.use(bodyParser.urlencoded({exten...
5f608dbaa4a50b74c9aeeecf2a16a6d8b14c3636
[ "JavaScript", "Markdown" ]
2
JavaScript
tiy-dallas-july-2016-fee/mongo-db-sample
7bab7bd13a69f959a466a8301c2992d0b03ed74d
0564bfc5d292b89a8f953f65f18a60a170883854
refs/heads/main
<file_sep>""" Python code to parse lichess_db_puzzle.csv and output puzzles.dart file to use in random puzzle section in our app (https://database.lichess.org/#puzzles) """ csv = open("lichess_db_puzzle.csv","r") dart_file = open("puzzles.dart","a") games = [] numberOfGames = 1000 for line in csv: sa = ...
78a200550374a7febc9cc4069d59b787faf50c5e
[ "Markdown", "Python" ]
2
Python
atasoya/My-Chess-Trainer
de3cff4738cbd489a060cb68315ea2b7c3f7afff
47bb706dfcf956d25fa8a44c756feb79d18db32a
refs/heads/master
<file_sep>function downloadInnerHtml(filename, elId, mimeType) { var elHtml = document.getElementById(elId).innerHTML.replace(/(<([^>]+)>)/ig, ""); var link = document.createElement('a'); mimeType = mimeType || 'application/json'; link.setAttribute('download', filename); link.setAttribute('href', 'data:' + m...
cfd601b163f5cb238441ab46c800aa1458d5b0f3
[ "JavaScript", "Markdown" ]
2
JavaScript
mattography/angular-spotify-search
ce835a24722884d298cc182bab319a0f986a40c8
4ce7838d065cc0e31b6528b77eea29c0b2360158
refs/heads/master
<file_sep>#!/usr/bin/env python # encoding: utf-8 import logger filep = "/tmp/mysql.log" log = logger.Logger(filep) log.debug("this is debug test") log.debug("this is warning test") <file_sep>#!/usr/bin/env python # encoding: utf-8 import logging class Logger(object): """ Class of simple log functions "...
a8654a5bc224826d626a8faf8ab567bc9380b299
[ "Python" ]
2
Python
aaronwang062441/logger
1c7f667f9b4ef8cfca15c85f5a3c9ce712981a37
396bcde7cd9953db85fb535e8660fc9e71341fd1
refs/heads/master
<file_sep>import requests import re from bs4 import BeautifulSoup import json import time def get_html(url): #模仿GET包的形式 agent="Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.109 Safari/537.36" headers={ "Host":"yunbi.com", "Referer":"ht...
bac5e7ac32620c6d6f84eecac6527d8879e762bd
[ "Markdown", "Python" ]
2
Python
jiahongyuebing/yunbi
9b80ad421e9c6ee7d0f29426f1d37265cd6b1169
a963a31c3b7a22ba23120f07804185f56b3844ed
refs/heads/master
<file_sep>import csv # Read in raw data from csv with open('filename.csv', newline='') as csvfile: rawData = csv.reader(csvfile, delimiter=',') # the template. where data from the csv will be formatted to geojson template = \ ''' \ { "type" : "Feature", "properties": { ...
87e806ae39dda35fb2cbc2de7edaaafa4c251237
[ "Markdown", "Python" ]
2
Python
Rafatlne/csv-to-geojson-in-python
17840ccd909a7bca3c15682b98b2ec66c672d5ee
9029fba4bd652a5d5d4011b34611566fb4f8d585
refs/heads/master
<repo_name>rin2401/r3simi<file_sep>/test_ui.py import os, glob, json, re, time DIR = "." os.environ["ANDROID_HOME"] = DIR print("ANDROID_HOME", os.environ["ANDROID_HOME"]) from uiautomator import device, Selector import xml.etree.ElementTree as ET info = device.info print(json.dumps(info, indent=2, ensure_ascii=Fals...
3a100bf25becac539ed6f18cdee23ea90c7b14b6
[ "Markdown", "Python" ]
3
Python
rin2401/r3simi
a41893190bbc24fe11cdd83bfe16ed6b7c76533c
f2957b3343db5e8bc71b1716af2f0aecd750b0ab
refs/heads/master
<repo_name>franciscogonzal2/foodies<file_sep>/src/js/components/Carrousel/Carrousel.js import Carousel from 'react-bootstrap/Carousel' import React, { Component } from 'react'; import "./Carrousel.css"; import bottle from "../../../image/bottle.png"; class Carrousel extends Component { render() { return ( ...
c76c85276581897410d58bbc60802e7508b48d8a
[ "JavaScript", "Markdown" ]
14
JavaScript
franciscogonzal2/foodies
fa6f0fc10f7297617896dcea8bad0e30ac0b0698
4452c88937b179a5bc9f112c9bb7552df6bbf57e
refs/heads/master
<file_sep>import decode from 'jwt-decode'; const JWT = 'store_token_id' const setToken = token =>{ localStorage.setItem(JWT, token) } // 解碼 token const getToken = token =>{ return localStorage.getItem(JWT) } const isLogin = ()=>{ const jwtToken = getToken(); return !!jwtToken && !isLoginExpired(jwtTo...
6d47132b41770803c60584c60c0aad1fff8efabc
[ "JavaScript" ]
3
JavaScript
s3571630/react-store-dev
f7e8cbf5508d85d74de7fa23a289aa1fe1ea437a
a17999d3538f5a42d5b1e6258b6b149e5d509203
refs/heads/master
<repo_name>willpape98/P5-Intro-Tasks<file_sep>/Colour Coordinates/sketch.js function setup() { createCanvas(500, 500); } function draw() { background(0); var mouse1 = map(mouseX, 0, width, 0, 255); var mouse2 = map(mouseY, 0, height, 0, 255); var mouse3 = map(mouseX, 0, width, 255, 0); var mouse4 = map(mouseY, 0, widt...
069b7521eda7ea5c4d0059a12413d66bbb52d279
[ "JavaScript" ]
2
JavaScript
willpape98/P5-Intro-Tasks
3873e128deb7a61c6a240fa92d66295ed1b6ab1c
c84983bca6858ac4c7bdf87190cf0ac40818c923
refs/heads/master
<repo_name>Quenby-apr/test<file_sep>/routes/advertisement.js const Router = require('express') const router = new Router() const advertisementController = require('../controller/advertisement') const passport = require('passport') router.post('/advertisement',passport.authenticate('jwt', { session: false }), advertise...
844981f4a99d2b335537704921cfb0af3bfb974a
[ "JavaScript" ]
2
JavaScript
Quenby-apr/test
5f9d8d512467ab1bd67dd90307e18674d704caec
af448014aef87eb342582775cb8180fbde1b857c
refs/heads/master
<file_sep>package com.example.leo.listfragment_7; import android.app.ListFragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.Toast; /** ...
79c84f9733a7ee6d6d253f391301df6437f606cf
[ "Markdown", "Java" ]
10
Java
leo2411/Slidenerd
2a5864d9e0d9b8765d824f59479a372cd95e22fc
beb043c5023de6d2d7d5ca000c994d50c4b9fc2e
refs/heads/master
<file_sep><?php /** * Description of Class Area--> this class conduce the methods the AREA * * @author leoaki */ require_once 'Coneccion.php'; class Area extends Coneccion { private $ID; private $AREA; private $DESCRIPTION; public function getID() { return $this->ID; } public f...
97aae00f5d328eed3c0bd86735e7f4cdbe5254b6
[ "Markdown", "JavaScript", "PHP" ]
6
PHP
LeoAki/Yasmina
aa5d1b805edeb5d461ff33cc51181150b655128b
5507f62c27509660775bccf26c6067ebae4adafb
refs/heads/master
<repo_name>Shoperti-Themes/Bold<file_sep>/webpack.development.config.js 'use strict'; var webpack = require('webpack'); var path = require('path'); var WebpackShellPlugin = require('webpack-shell-plugin'); var CopyWebpackPlugin = require('copy-webpack-plugin'); var ExtractTextPlugin = require('extract-text-webpack-plu...
69284de4c7e275cf110ba428389b61fdf505dadc
[ "JavaScript", "Markdown" ]
4
JavaScript
Shoperti-Themes/Bold
8034a1f42c2aa7e90f358846bb35143dad08a344
09a77f482333ceab638c052a6e1f5d432686341d
refs/heads/master
<file_sep>export class World { hi(): string { return 'world'; } } <file_sep>var package = require('typescript-package'); var Hello = package.Hello; var World = package.World; var hello = new Hello(new World()); console.log(hello.say()); <file_sep># How to write a TypScript package ## Folders This git includes...
43d33b9f877c3abbfb9280142dd09c2e04be39da
[ "JavaScript", "TypeScript", "Markdown" ]
5
TypeScript
sheraz-venrup/typescript-package-sample
c4f84cd7a2d8096f458cb03593ac02309578e936
6cd6db8225671d5c492d79073c00382be41a1a2a
refs/heads/master
<repo_name>VFedyk/worker-threads-pool<file_sep>/test/test.js 'use strict' const path = require('path') const test = require('tape') const Pool = require('../') const HANG = path.resolve(path.join('test', 'workers', 'hang.js')) const NORMAL = path.resolve(path.join('test', 'workers', 'normal.js')) const EXITCODE = pat...
8824081aa33f39296ffc8e1cc2683f9d83fa7eb8
[ "JavaScript" ]
2
JavaScript
VFedyk/worker-threads-pool
0c46347127eb293b954c52f5a61d50de6cdfc3d6
dcef9371b757790f42a884e43ac5141938d748b8
refs/heads/master
<repo_name>kovalyova-alena/bestFit<file_sep>/README.md # bestFit Fitness Club in Turkey <file_sep>/js/main.js $(document).ready(function (e){ //Menu onHover openMenuOnHover(); bx(); //bxSlider $('.bxslider').bxSlider({ mode: 'fade', touchEnabled: true, oneToOneTouch: true, ...
24673908e2e25abcfa1670a3a172d8158e82a7a9
[ "Markdown", "JavaScript" ]
2
Markdown
kovalyova-alena/bestFit
a5bf045265384a4a9758e70a9fd702f7aa2e6c66
0fbbfa0adfde8484c5e8421ab561a3d0f88b1c6e
refs/heads/master
<file_sep>// WebGL - load obj - cube // from https://webglfundamentals.org/webgl/webgl-load-obj-cube.html // This is not a full .obj parser. // see http://paulbourke.net/dataformats/obj/ function parseOBJ(text) { // initialize data const objPositions = [[0, 0, 0]]; const objTexcoords = [[0, 0]]; const objNorm...
f8f3250fb8b6c2040c98740d42b053058bd48c7b
[ "JavaScript", "Python", "Markdown" ]
8
JavaScript
feliciachang/in-graphical-translation
1ecbc86112679122bca1042a958c687a47ef2543
18013f301b0975d7ce96157076b5bb5c83508d0b
refs/heads/master
<repo_name>rentify/gocardless-ruby<file_sep>/spec/spec_helper.rb require 'mocha' require 'active_support/hash_with_indifferent_access' require 'gocardless' RSpec.configure do |config| config.mock_with :mocha end def stub_get(client, data) response = mock response.stubs(:parsed).returns(data) token = client.i...
1e64c679d10c7ae9660637d2919c5e5dedb994ab
[ "Ruby" ]
5
Ruby
rentify/gocardless-ruby
0b74b55f2721a7fdb4986dddb65bceb8aa971a4c
7a49c84abd51f444ce2e7e7923836a8123efba42
refs/heads/master
<file_sep>const urls={ "Leads":{ "Create":{ "URL":"", "Code":"", "method":"post", "DependentAPI":[], "SchemaPassed":[] }, "Retreive":{ "URL":"", "Code":"", "method":"get", "DependentAP...
e75c1c819f1060c103975d56a00c21920a74c405
[ "JavaScript" ]
1
JavaScript
shreyashpandey/LsqIntuitionChatbot
8cd5afa8959946d9e9a1fa079da03c4121e775d4
5767925d885c3315a47720f5b63f3edd14b3c3b2
refs/heads/main
<file_sep>using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web; namespace BlogMvcApp2.Models { public class BlogInitializer : DropCreateDatabaseAlways<BlogContext> { protected override void Seed(BlogContext context) { List<Ca...
e9247becd1b580e5c89b685fa9d549b19bea44de
[ "JavaScript", "C#" ]
4
C#
Ozlm4215/BlogProject
96c1f452ea3097dbe6b484052b99b85df699f35e
e2fe01d79efb74fa59e5232102554a55207b8ee0
refs/heads/master
<repo_name>marksg07/temple_ewe<file_sep>/ewefirst.lua function perk_get_spawn_order() -- this function should return the same results no matter when or where during a run it is called. -- this function should have no side effects. local MIN_DISTANCE_BETWEEN_DUPLICATE_PERKS = 4 local PERK_SPAWN_ORDER_LENGTH = 100 l...
5aa816c2a122e09fa6bc1262978a38d38afadf36
[ "Text", "Lua" ]
2
Lua
marksg07/temple_ewe
b015a360c30405a88d4a537f757696144c632abb
5b7ffdc5818b6fa9d7af4c6a07266c563cedaf30
refs/heads/master
<repo_name>yangtaoxf/2016-seeing<file_sep>/README.md # 2016-beatles seeing电影舆情分析系统前端(挑战杯项目) seeing搜索页 ![Image text](https://github.com/zpeento/images-lib/blob/master/beatles/index.png) seeing关系图谱 ![Image text](https://github.com/zpeento/images-lib/blob/master/beatles/relation.png) <file_sep>/public/javascript...
f3fe45128e684f08389d8afd27ed56174b93e704
[ "Markdown", "JavaScript" ]
8
Markdown
yangtaoxf/2016-seeing
1c45082b810b8ddcc100f190fdf58a64faafbdf2
673f86fcdac27741f6e88c899ebc0a07e6e06d69
refs/heads/main
<file_sep>class Box{ constructor(x,y,w,h){ this.ball = Bodies.rectangle(x,y,w,h,{isStatic:true}); World.add(world,this.ball) this.width=w this.height=h } display(){ var pos=this.ball.position var angle=this.ball.angle push () fill ("red"); translate(pos.x,pos.y) rota...
90b0dab405124cc1a95ca29650edfc520ce04416
[ "JavaScript" ]
1
JavaScript
Nandhana126/supplyMissionC23
0c3c344ed39d6e630a4ec036550d2021ee582c71
2bd75e51c2a753542110c98591d0ca19e90b1952
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 javalabra.shakki.engine.player; import javalabra.shakki.engine.move.MoveTransision; import javalabra.shakki.engine.m...
028e8924b7a95090a24b38d8a94e57e3c389ac7d
[ "Markdown", "Java" ]
25
Java
tiikkala/shakki
910196209cac68fea62145aeaaa89f9dd43705e3
dc2de8f03adf78cda5a516cf3a7009cb0181864c
refs/heads/master
<repo_name>c-esswein/standard-comment-server<file_sep>/DBConn/pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupI...
9b2f55ebc30be3cace9e78d1e1c19652199960d0
[ "Markdown", "Java", "Maven POM", "SQL" ]
16
Maven POM
c-esswein/standard-comment-server
a96e30531beaa57a4865993df0d9c5a929ec303e
e02a64cc2f8ca714e09d55628b36b7d28ca15e0d
refs/heads/master
<file_sep>eureka.client.serviceUrl.defaultZone = http://test:test@localhost:8010/eureka <file_sep>server.port=8011 server.address=127.0.0.1 spring.application.name=zull eureka.client.serviceUrl.defaultZone = http://localhost:8010/eureka url.signup.path = /users-ws/** url.signin.path = /users-ws/users/login url.h2-co...
72030159e1fb7b5353716d80c8ff3a3c1ad0cbfc
[ "Markdown", "Java", "INI" ]
9
INI
alaajamal-git/Securing-Eureka
f7cc1cedc875cf7800c9d6067e000297115c6036
892f5e759686da0db334c399deb14012e62d004d
refs/heads/master
<repo_name>jinyi123/jinyi<file_sep>/diytext/diytext/Text.cs 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 diytext { public partial class...
8d82665db5a79d438c367248e8b8945e93616a14
[ "C#" ]
53
C#
jinyi123/jinyi
162dfef54d2569093b54b2730abddb4b218e2cd7
6ae63eb07109de93893c2b88623c7bc5bd15f857
refs/heads/master
<file_sep># My_Imitate_SpringFramework_learn_demo 手写spring框架了解原理(未完成版) <file_sep>package com.marvin.demo.mvc.action; import com.marvin.demo.service.IDemoService; import com.marvin.framework.annotation.MyAutowired; import com.marvin.framework.annotation.MyController; import com.marvin.framework.annotation.MyRequestMapp...
4c567fe916de1048ff44a704a937d73664087539
[ "Markdown", "Java" ]
3
Markdown
Marvin-Fox/My_Imitate_SpringFramework_learn_demo
0884debe0d19e60c088a23ad9f28798007c3135b
4da3827f461fb7661c6d4447e91e79097596381b
refs/heads/master
<file_sep>namespace mongoFlix.API.Infra.Data { public class MongoFlixDatabaseSettings : IMongoFlixDatabaseSettings { public string MovieCollectionName { get; set; } public string ConnectionString { get; set; } public string DatabaseName { get; set; } //public string User { get; s...
fb00bcdf8030cf25c678e004654f56d2e9eba852
[ "C#" ]
11
C#
legimenes/mongoflix
03147df7bfcf4d3db2c403cb40e048f6a3ce1b85
c64861b2ac9b210fea56a27739848d845875c097
refs/heads/master
<repo_name>arpitjaindaiict/Ruby-Tweet<file_sep>/README.txt Certain methods require authentication. To get your Twitter OAuth credentials, Register an app at http://dev.twitter.com/apps To get the following: CONSUMER_KEY CONSUMER_SECRET OAUTH_TOKEN OAUTH_TOKEN_SECRET and fill in the values of YOUR...
001618ca5a70e336d9a85b9a9a096508767b4752
[ "Text", "Ruby" ]
2
Text
arpitjaindaiict/Ruby-Tweet
e694ca6f2c6c053133eeeb2fb96705a5043a8836
2d25c9bf5bcb78b785c11a602a56035aedf5b981
refs/heads/main
<repo_name>wendelmarques99/sspveiculos<file_sep>/data-raw/ssp.R ## code to prepare `ssp` dataset goes here usethis::use_data(ssp, overwrite = TRUE) <file_sep>/R/utils-data.R #' dados_roubo_veiculos_ssp_2020_2021 #' #' Um conjunto de dados contendo informações sobre veículos #' roubados no estado de Sao Paulo em 2020 e...
9385fce022f763383cecd49fe58ef0d6f6107cd9
[ "R" ]
2
R
wendelmarques99/sspveiculos
82e2253c27c3c3efc657fde8d0caa6c3ecf469cd
cd057dd839b4c8c3702fe63f7d031a1603e07031
refs/heads/master
<repo_name>BAvinash/GHMC_college_project_2019_18_3<file_sep>/app/src/main/java/com/avinash_badramoni/GHMC/MainActivity.java package com.avinash_badramoni.GHMC; import android.content.Intent; import android.os.Handler; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import an...
07340103476acb1106a72969c4ecba14805bd08f
[ "Java" ]
3
Java
BAvinash/GHMC_college_project_2019_18_3
1d40a76c2ab367828c64fc6d2aacc783300fd667
f19269ac0bd449ff94d7266b61231c05f6a25f5a
refs/heads/main
<repo_name>LuisAlejandroMendez/pseudocodigoEjercicio10<file_sep>/Ejercicio10.java import java.util.*; public class Ejercicio10 { public static void main(String[] args){ //Variables globales del algoritmo int multiplo6 = 0; int suma1_10 = 0; int suma = 0; Scanner scanner = new Scanner(System.in); while(...
0a579c0125a729851ba2590acff777584258f73a
[ "Java" ]
1
Java
LuisAlejandroMendez/pseudocodigoEjercicio10
33a4f384b127986aef1aff1f3c0e0da4fa70d6f8
5276b1dd816d6db95c845bdcc5a01c16d5585635