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>TheBurlapCat/canvas_lessons<file_sep>/canvas_line_cap/lineCap.js var canvasElement = document.getElementById('lineCapCanvas'); var renderingContext = canvasElement.getContext('2d'); var render = function() { //butt line cap (top line) renderingContext.beginPath(); renderingContext.moveTo(200, canvasEl...
cc970d30c995db6de1e2e5b616f6ba0214fe933f
[ "JavaScript" ]
8
JavaScript
TheBurlapCat/canvas_lessons
398a8c9b0b1ee21fc3ab669762192fb41e918b31
15182a9d177d40a52647a82017e70eccdb1cc64f
refs/heads/master
<file_sep> # Comment/uncomment the following line to disable/enable debugging #DEBUG = y CC=gcc ifneq ($(KERNELRELEASE),) # call from kernel build system obj-m := habr_drv.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) modules: $(MAKE) -C $(KERNELDIR) M=$(PWD) modules endif...
786b854f52b90a3f2c9591a20a90dd0c3ddfafea
[ "C", "Makefile" ]
2
Makefile
vacvvn/habr_drv
278a1e62c5209644491981d84042aad23fc64e10
58a1a60f7841499a46fa10d890d0ef33ead72c21
refs/heads/master
<repo_name>yoda31217/gqrwoeormtyy<file_sep>/old/mysite/mysite/templates/mat-deleting-cats.html {%extends "base.html"%} {% block mat_deleting %} <div class = "centered-text"> <h4 class = "title-text" style="text-indent: 1em;"><strong>Удаление колтунов у кошек</strong></h4> <br> <img src="/static/polls/koltuny_u_kota.jpg...
4a4f238e76806b391681ae1f6c81b07ba42ff84b
[ "Python", "HTML" ]
6
HTML
yoda31217/gqrwoeormtyy
e8566c25b9bc1ee965583fba21b298c59bf489ad
1c0dd013804543448fd443b0c919188ba9c2eeae
refs/heads/master
<file_sep>#### 数据库优化 ##### 设计篇 1. 选取最适用的字段属性 ``` a. 字段宽度尽量小 b. 长度确定时, char > VARCHAR c. 大小确定时, TINYINT > ... > BIGINT tinyint: 1字节=8位,-128~127 smallint: 2字节,-32768~32767 int: 4字节,-2147483648~2147483647 bigint: 8字节,-2^63~2^63-1 ``` 2. 字段尽量设置为not null ``` 将来执行查询的时候,数据库不用去比较NULL值 ``` ##### 索引篇 1. 在合适的字段上建索引 ``` ``` 2. ...
443f0be800550e1f248e02f56aff36fee93c9bb1
[ "Markdown", "Python" ]
14
Markdown
hongjiacan/learning
00b46b09c9ee496addf604bee8b349bc0cf7e6ff
d99aa636dfaef829812483c21ca7aa8a15ebe589
refs/heads/main
<repo_name>jimmyuca/GuiameAndroidApp<file_sep>/app/src/main/java/edu/dami/guiameapp/models/PointModel.java package edu.dami.guiameapp.models; import android.os.Parcel; import android.os.Parcelable; import java.util.ArrayList; import java.util.List; import java.util.Locale; public class PointModel implements Parcelab...
526937f00f769f4b0806f505453d95e5e87ab091
[ "Markdown", "Java", "Gradle" ]
14
Java
jimmyuca/GuiameAndroidApp
2d39972c5f888a20c2661b760515404f966233d9
54bcafddeff0e093a4526c95651d68ffda23cf1e
refs/heads/master
<file_sep>FROM python:3 MAINTAINER <NAME> <<EMAIL>> COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY comix.json.default /usr/src/app/comix.json COPY comix.py /usr/src/app EXPOSE 31258 CMD ["python", "./comix.py"]<file_sep># -*- coding: ...
675f94ed27289041469ef0f77f249d13ea017331
[ "Markdown", "Python", "Dockerfile" ]
3
Dockerfile
haginara/pycomix
ef77fc678b4879e17e5b85e8705161e586fdcb92
53ff2bb5862f128f551cfb9dffa2deb4714ed5fd
refs/heads/master
<file_sep># RAD-projects A collection of the RAD team's projects for Thalmic Hack'd 3.0. We're hacking ideas to life. Tweet your Myo armband ideas @ThalmicDev using hashtag #thalmichackd. <file_sep>var myo = Myo.create(); myo.on('pushup', function(){ console.log('PUSHUP'); }); getEulerAngles = function(q){ return...
557fe22f793d68d35d0760271f23b50f95d35f22
[ "Markdown", "JavaScript" ]
3
Markdown
Ragnorus/RAD-projects
4b77985cc5f0f726ae615849757bb1a310ec8666
baf4809272772447e321944e6d4e14b34d506855
refs/heads/master
<file_sep>#!/usr/bin/python from __future__ import print_function sign_repeat = 40 def print_args(args): timelimit = str(args.time) if args.time > 0 else "-1 (UNLIMITED)" iters = str(args.num_iters) if args.num_iters > 0 else "-1 (UNLIMITED)" delay = str(args.delay) if args.delay > 0 else "0" print...
30f907ee65788090cead101cd620996d3b37c1b9
[ "Markdown", "Python" ]
5
Python
sergeyshilin/crystal-python-multithreading
cce89d348187b9e813b9c0e6c2407317e5c76a19
047da78c78038da81a767824cb8275b8f0448524
refs/heads/master
<repo_name>saurabhpathak9/spring-angular-activiti-test<file_sep>/middle-tier/workflow-engine-service/src/main/java/com/business/proposal/workflow/engine/service/WorkItemService.java package com.business.proposal.workflow.engine.service; import com.business.proposal.workflow.engine.pojo.WorkItem; import org.activiti.en...
c15be7be1421a33d063ddc0f1c8a2e2a91e187bc
[ "Markdown", "Java", "INI" ]
5
Java
saurabhpathak9/spring-angular-activiti-test
636481800ab7ce4f0d0a31dbacac2c822cb784e5
fd50d248b7dbb2f7f78c4e34665071ec06f8ded0
refs/heads/master
<file_sep>import { User } from '../users/user'; import { Feature } from '../backlog/feature'; export class Asignment { public id : number; public feature : Feature; public user : User; public spendingsInt : number[] = []; public spending: number; constructor(values: Object = {}) { ...
d3a91543d4b4453b0ec1caa4cd129eef13463b68
[ "TypeScript" ]
42
TypeScript
jorgemonczer/hoyxhoy-planner-frontend
d9a77478ad3ea7f9a7367a2e86b5684635ff8597
475ea9c5b4aee19d6aa51c8c7471bc0b6b5cad2b
refs/heads/master
<file_sep>--- title: "Non-Technical Note Template" author: "<NAME>" date: 2019-01-28T00:00:00-07:00 description: "This is a non-technical note template." type: non-technical_note draft: false --- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua....
7adec65d199cd750eaf6cdd1bf5aa48964cc6277
[ "Markdown", "Python" ]
6
Markdown
Zahra-Ns/notes
4236f1c70dab14541e71394fa014db333e155183
d90d545a15eba64479196732f71a708fb780ff31
refs/heads/master
<repo_name>piotrku91/LQArmRPI-UI<file_sep>/templates/sloty.html <!doctype html> {% extends "layout_p1.html" %} {% block title %}Stan stołu{% endblock %} {% block content %} <br><br><center> <table><tr><td> <table style="border: 0px;"> <tr><h2>REWOLWER 1</h2></tr> <tr> {% for lqo in lq %} <td> <!-...
468d135c36dc763e2aea80fc0ca0fa3840ba0d10
[ "Markdown", "Python", "HTML", "INI" ]
9
HTML
piotrku91/LQArmRPI-UI
9e234a62a2a777ad5f13b30b36fd7cc57fdf1773
b30c26bb963a6a1df1c1546d4c4f4e66432933de
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Text; namespace _3_klase { class Zivotinja { public bool sretan=false; private string zvuk="grlglgrgrgl"; public string Zvuk { get => zvuk; set => zvuk = value; } public void GlasajSe() { Conso...
e795ebabd0aa19eac4e75715239784b0d4ba1b8f
[ "C#" ]
15
C#
PatrikMrvic/C1
cccda8569c08a0b75f24c4229b13c23a57042811
dace4120651e20a2f28ccb15ef446796008e4eb5
refs/heads/main
<file_sep>/** * A ping pong bot, whenever you send "ping", it replies "pong". */ // Import the discord.js module const Discord = require('discord.js'); // Create an instance of a Discord client const client = new Discord.Client(); /** * The ready event is vital, it means that only _after_ this will your bot start...
488b5bd4f1c1ec9a58966d0e98e86e8a1ac418e7
[ "JavaScript", "Markdown" ]
2
JavaScript
antor940/DM-BOT.
fe8e9d9f5084ba90a98bae72dccd7f39f7230e3b
6181066efa7469a1b8e89e4800399c0d7a6d94cc
refs/heads/master
<file_sep># make a change so as to do another commit print "Hello, World!"
aa93a4e9f3a39e7dced533d9bd2b51569c9415b7
[ "Python" ]
1
Python
heintzcode/HelloWorld
301b0b424d65a8a728dd905bad5f81f2f010aa88
10b4f447fa37dd25309293aa41cf39af840cbd88
refs/heads/master
<file_sep>""" Development settings and globals.""" from os.path import join, normpath from base import * class Local(Common): ########## INSTALLED_APPS INSTALLED_APPS = Common.INSTALLED_APPS ########## END INSTALLED_APPS ########## DEBUG # See: https://docs.djangoproject.com/en/dev/ref/settings/#de...
d33efbee5c8781f46997d6f0478946c2350106bc
[ "Markdown", "Python" ]
2
Python
maninmotion/cutter
cddf7fb19bf84ca20f28d85173ca85a0f70cdef1
7b65b2330b73954d7f81c2b4ef83014ec5c0ad02
refs/heads/master
<file_sep>import Utils from './../../services/Utils.js' import * as DBGet from './../../services/DBGet.js' let PlaylistEdit = { render : async () => { let request = Utils.parseRequestURL() let query = request.id; return /*html*/` <section class="playlist-page-section...
43c2188663ae4eb71c864b89ded7ac459ac4c1d8
[ "JavaScript", "Markdown" ]
11
JavaScript
PaulSeptember/Yoptify
80216fd031a45defde8b70d21eebb76e8b390882
4ee7e5523c742d86f4fa164afc14f57ef9c043a0
refs/heads/master
<repo_name>sergeykostenko7/landing-react<file_sep>/src/js/Components/Slide/index.js import React, { Component } from 'react' import slide from './../../../images/slide.jpg' import logoRound from './../../../images/logo-round.svg' export default class Slide extends Component { render() { return ( ...
e6d5c0af3e64330975c553eea542fe80a3b10232
[ "JavaScript", "Markdown" ]
7
JavaScript
sergeykostenko7/landing-react
cdfee6cb3e0c4e56ad26064bfc7002024398d200
7d50fa66ac706f1580a1ce35166b7613bcef0a6d
refs/heads/master
<repo_name>getfetch/fetch-demo<file_sep>/public/javascript/localStorage.js // Origin: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage // Gets an array from localStorage function localStorageGetArray(key) { var data = window.localStorage.getItem(key); return data ? data.split(',') : []; } // Sto...
211c57b57960d9d93d673af691c4308f25be6eab
[ "JavaScript", "HTML" ]
7
JavaScript
getfetch/fetch-demo
24ef21ba1785949f21b2e70baf6f1d7d7fae44ea
45eb9bf1e3a6db17ff0d3ae1f4321d6ae25310c1
refs/heads/master
<repo_name>jchai002/craft_engimail<file_sep>/twigextensions/EnigmailTwigExtension.php <?php namespace Craft; use Twig_Extension; use Twig_Filter_Method; class EnigmailTwigExtension extends \Twig_Extension { public function getName() { return 'Enigmail'; } public function getFilters() { ...
93e9afdf4da6eee18fdc9dec06141696932385cb
[ "Markdown", "PHP" ]
3
PHP
jchai002/craft_engimail
59df264205813f546924b2a584d0ad1a0cbb2c7f
29b9bbf7355d1ba50235de0108c91d894004ca08
refs/heads/master
<file_sep>// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. package secrets import ( "context" "time" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/types" ) type SecretClient interface { Create(ctx context.Context, key types.N...
a2ae82161bb7b20420b0b67de322fe5ff6f5c0bb
[ "Markdown", "Go", "Dockerfile", "Shell" ]
19
Go
isabella232/azure-service-operator
f6f847be8f9760eeacba8fa64bb9a6e12571f46f
5d5158f2e93b14fcd2096388bea88e752b6ba68c
refs/heads/master
<repo_name>NirdeshMohan/diseasetracker<file_sep>/diseasetracker/src/main/java/com/rss/diseasetracker/controllers/AppControler.java package com.rss.diseasetracker.controllers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import ...
ece9aecfc3a56da67377bc786ebca81a6d6c19c4
[ "Java" ]
1
Java
NirdeshMohan/diseasetracker
48464a8cfa5dcd8ae271ceb455eb5a37f6e847e4
79ecd7866b2dde0ee062ec50aa1a99352084737a
refs/heads/master
<file_sep>/* Written by <NAME> - http://joeferrucci.info */ #include <iostream> using namespace std; int find_substring(char* pattern, char* text) { int pattern_len = strlen(pattern); int text_len = strlen(text); int j; // start of match for (int i = 0; i <= (text_len - pattern_len); i++) { ...
1b55aae810d7fa3a2e9bcdb7cd93e4d2d310c275
[ "Markdown", "C++" ]
9
C++
JoeFerrucci/Algorithms-Playground
6b6147e0fae59683eb27cea2fd0ece24e1d69cc7
b68a595d6a25d369f305d124964eae8c8d0c9341
refs/heads/master
<repo_name>beto5120/Colecciones<file_sep>/Main.java import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import javax.print.attribute.HashAttributeSet; public class Main { public static void main(String [] args...
d9ffdf07615f2a59356fc5b5e5ff11886f0aad6c
[ "Java" ]
1
Java
beto5120/Colecciones
4453911e3c6bafd80e575bc709a4c790af98e53a
0e248b3eaa5873bf1ddb1cc3c0622216fc631657
refs/heads/master
<file_sep>package COM.SDS.DAO; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import COM.SDS.FRAME.Dao; import COM.SDS.FRAME.SQL; import COM.SDS.VO.CustomerVO; import COM.SDS.VO.ItemVO; public class CustomerDao extends Dao<String, Cus...
3da64aa5fd24311b890864a5489fbde059b362d7
[ "Java" ]
2
Java
1thecorean/mvc
a20fc44fe53c50f65fc9cd137e8cf91d3e458e41
e45bd1a1fe2d3936bf9c0e654eef4cf1b3630bfd
refs/heads/master
<repo_name>Hernas/soca<file_sep>/test/testapp/hooks/before_push.rb config["before_push_setting"] = "test"
9805b99499cc44d6e0bb6049a573dab31cb3e6ed
[ "Ruby" ]
1
Ruby
Hernas/soca
814300bea6b9944b0eae9cf4590b3852f9dda29b
67dc9bd2548631b6cf8308eb2692d184d9961dfc
refs/heads/master
<repo_name>beneisnr/react-date-picker<file_sep>/README.md # :calendar: react-date-picker ![](date-picker.gif) ## Getting started ### Setup $ git clone https://github.com/beneisnr/react-date-picker.git $ cd date-picker $ npm i #### Run demo $ npm start ### Usage ``` import DatePicker from "./...
93b425bf9f81505ebcece65624f9285debad9b48
[ "Markdown", "JavaScript" ]
6
Markdown
beneisnr/react-date-picker
5799b9ce843332e4b76a8e1b1208b7f523e9a314
f701fa21a9a6d02736414226edbc858108159df8
refs/heads/master
<repo_name>sorohan/fretboard-intervals<file_sep>/index.ts /** * See https://en.wikipedia.org/wiki/Interval_(music)#Main_intervals */ export enum Interval { P1 = 0, d2 = 0, m2 = 1, A1 = 1, M2 = 2, d3 = 2, m3 = 3, A2 = 3, M3 = 4, d4 = 4, P4 = 5, A3 = 5, d5 = 6, TT = 6, A4 = 6, P5 = 7, ...
72aa74a5cb4b63c61cae8de0f6116a666e0f8c4a
[ "TypeScript" ]
2
TypeScript
sorohan/fretboard-intervals
5992c2072e4a38a0cf6eb752701fee51236a29b9
673a639266254aa2d93d6584c9d7ee4c90127846
refs/heads/master
<file_sep>import './src/tools/wdyr'; // <--- first import import { AppRegistry } from 'react-native'; import App from './src/App'; import { name as appName } from './app.json'; import { initI18N } from './src/services/i18n'; initI18N(); AppRegistry.registerComponent(appName, () => App); <file_sep>export default { ...
bf60f2e6e5632f8043406b6bd36e00d87cf3c997
[ "JavaScript", "TypeScript", "Markdown" ]
8
JavaScript
amwebexpert/poc-react-native-pdf
7268ddf56ecc52c8189cd9cc3c79c3b01b22f4bf
e7a51d5ca45f4ff60512f9afce209baefa82e5e0
refs/heads/master
<file_sep><!DOCTYPE html> <html lang="en"> <head> <title>News Site</title> <link rel="icon" href="img/favicon.ico" type="image/ico" sizes="16x16"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.css" ...
cdfdd950ae92cbc5e0dce6f1c0f2c9cf3be7e13b
[ "Markdown", "PHP" ]
3
PHP
ping543f/login-oophp
19dd85247534da13ed7eec18227773ec65b014cf
7f0dc1a553a2a07847e93e7c85036c2e72839c99
refs/heads/main
<repo_name>vicvinni/2020AdventOfCode<file_sep>/README.md # :sparkles: :confetti_ball: 2020 Advent Of Code :confetti_ball: :sparkles: <file_sep>/AdventOfCode2020/AdventOfCode2020/Program.cs using System; using System.Collections.Generic; using System.IO; namespace AdventOfCode2020 { public class Program { ...
665c75324739666c5ba34952ce14832affcc27cc
[ "Markdown", "C#" ]
3
Markdown
vicvinni/2020AdventOfCode
61da199965d0a624903e1f80b22ebe5662feb5ae
cbd88e1333867c798a2f9a076627b4dbda5e64d5
refs/heads/master
<repo_name>chingching123/pms<file_sep>/pms-server/src/main/java/com/apache/pms/service/impl/JobServiceImpl.java package com.apache.pms.service.impl; import com.apache.pms.base.impl.BaseServiceImpl; import com.apache.pms.entity.SysJob; import com.apache.pms.mapper.SysJobMapper; import com.apache.pms.service.JobService...
f028c869e2a98dcb00a98b51762e2b23caad8b45
[ "Java" ]
16
Java
chingching123/pms
3bcc6f7d0dd09a61fe7bc2468082ba3af3fc5fad
e363a8a453e847c1c55428395a68acd4e73c7201
refs/heads/master
<file_sep># 2015.oktober16_Emelt_szintu_Informatika_Erettsegi Megoldas Python programozasi nyelven <file_sep>#!usr/bin/python3 # -*- coding:utf-8 -*- import random """2015.oktober.16--odikai Emelt szintu Informatika erettsegi megoldas python programozasi nyelven""" print("1. feladat ") """Penzfeldobast kell szimulalni ...
c568826ef5a3a4d407434d0ef2dc2b2e5c12bff5
[ "Markdown", "Python" ]
2
Markdown
toroktamas/2015.oktober16_Emelt_szintu_Informatika_Erettsegi
a5e69069721bfe8e1f0c9a3c7f7009ce76a7ed42
221e1f15963fc62df804a96011a36b79b68146d3
refs/heads/master
<file_sep>source 'https://rubygems.org' gem 'sinatra' gem 'rack' gem 'data_mapper' gem 'sinatra-contrib' gem 'dm-validations' gem 'dm-constraints' gem 'dm-types' gem 'dm-core' group :development do gem 'dm-sqlite-adapter' end<file_sep>Traker ====== <file_sep>require 'data_mapper' require 'dm-pager' require 'dm-vali...
dc7fe72f7b8a53f9dbba7c49306ba8027539f94c
[ "Markdown", "Ruby" ]
3
Ruby
inescoelho/Traker
adbe59ec5ef203e50aae7b34bbee82390dcc7146
4bf1fb908255e92dce631a42f645f06b27338d00
refs/heads/master
<file_sep><?php /** * The template for displaying search pages. * */ get_header(); ?> <div id="newsblog-content" class="col1"> <?php if ( have_posts() ) : ?> <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'yangliu-name-v2' ), '<span>' . get_search_query() . '</span>' ); ?></h1> <?php ...
2aa11b50d34b24ccdf3e5ac320a177beaa8f83a7
[ "PHP" ]
9
PHP
yangliu/yangliu-name-v2
d6164d1030137ace7cd0de8eed552fc5cf58b7da
872a1955ddbe6102bfd614bb7bf50f93ac2ffc0e
refs/heads/master
<file_sep>var gulp = require('gulp'); var autoprefixer = require('gulp-autoprefixer'); var browserSync = require('browser-sync'); gulp.task('autoprefix', function() { return gulp.src('resources/css/style.css') .pipe(autoprefixer({ browsers: ['last 2 versions'] })) .pipe(gulp.dest('resources/css/')); }); gul...
3a607887a4a72a92ca1b7bbd392a6dcb9ba6dad4
[ "JavaScript" ]
1
JavaScript
sstone0/colmar-academy
acfe0a71dd8320f18444a41b797bcdf88803bbb4
ceb914bf3aa3c2e47501ea2b0005697c453b4260
refs/heads/master
<repo_name>irinaandreyuk/-2<file_sep>/лаб раб 2/eda.cpp #include "stdafx.h" #include <iostream> #include "eda.h" using namespace std; void eda::setkkal(int k) { kkal = k; } int eda::getkkal(void) { return kkal; } eda::eda() { //cout << "Конструктор еды\n"; } eda::~eda() { //cout << "Деструктор еды\n"; } void eda::...
104eb3fc8d49cf8e48d8c2b320896b6d6fd1de28
[ "C++" ]
13
C++
irinaandreyuk/-2
12fcddd13ba74b8e432215bf187e20cda9cdc4c5
9a1261fe97514480ca4e1175d616e9c176f7f156
refs/heads/master
<repo_name>mariodu/kissyteam.github.com<file_sep>/1.4/source/raw/demo/xtemplate/assets/xModule.js KISSY.config('packages', { yModule: { base: './assets/' } }); KISSY.add('xModule', "{{include 'yModule'}}", { requires: ['./yModule'] });<file_sep>/1.4/source/raw/demo/xtemplate/assets/yModule.js KISSY.a...
d4e7028da60039af2fab6d6ea7a4548df7216de1
[ "JavaScript", "reStructuredText" ]
3
JavaScript
mariodu/kissyteam.github.com
6da84e522fd6ad329ddb6ba56af1372ef0f40414
7326bfc4ca0044ea5d7a71c41d453a395c0783e9
refs/heads/master
<repo_name>2020201079/suffix_array-Trie_implementation-External_sorting<file_sep>/2020201079_Q1c.cpp #include<iostream> #include<algorithm> #include<vector> #include<string> #include<climits> #define ll long long int using namespace std; class SuffixArrayNode{ public: int index; int rank[2]; }; b...
6c4a317faff84c04caacd03706f88fcb8edc0be8
[ "C++" ]
8
C++
2020201079/suffix_array-Trie_implementation-External_sorting
e0548779cbea25237efbed61dddbf36f871a1705
8c92dd99c886063b081b66a708d511dc624a754b
refs/heads/master
<repo_name>daniilosmolovskiy/wiki-bot<file_sep>/index.js const express = require('express'); const { Telegram } = require('telegraf'); require('dotenv').config(); const tg = new Telegram(process.env.BOT_TOKEN); const port = process.env.PORT || 3000; const chat = '-1001342903377'; const app = express(); const getArti...
cd9c4f29704576421b3db76e44317d40338e4eee
[ "JavaScript", "Markdown" ]
2
JavaScript
daniilosmolovskiy/wiki-bot
a5b53bb9fdeb48b3059118608a19ca6b6d6f7521
9bebca5efb5d15a72ea570893a491cde551b025c
refs/heads/master
<repo_name>DizzyRaven/KnightGame<file_sep>/Assets/Content/Scripts/Archer.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class Archer : MonoBehaviour { float DMGtimer = 0.2f; public int startHP = 3; int hp; private float timer = time_to_wait; private static...
fa72fd9eacccdd915968b6de7bf51be96c6d650e
[ "C#" ]
17
C#
DizzyRaven/KnightGame
921a300ac6fcc24b1317ec2f2c8eeec735476e29
8417b0afd27297ee37f9764c0c00c919afbf1b74
refs/heads/master
<file_sep>#include <sys/types.h> #include <sys/socket.h> #include <sys/epoll.h> #include <netinet/in.h> #include <arpa/inet.h> #include <assert.h> #include <stdio.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <fcntl.h> #include <stdlib.h> #include <sys/poll.h> #include <pthread.h> #include <ios...
d123eda7b5b9bdcb1d41fdb615538b35c5cb6f9d
[ "Markdown", "C++" ]
5
C++
chenmo874300/ServerDemo
24349881c6cd522734c3a192592f5eb89109a0f8
3dd60759ab016db2bedbdb04bc21b2fd5493f2a1
refs/heads/master
<repo_name>moveis-simonetti/ext-php-daruma<file_sep>/config.w32 // $Id$ // vim:ft=javascript // If your extension references something external, use ARG_WITH // ARG_WITH("daruma_framework", "for daruma_framework support", "no"); // Otherwise, use ARG_ENABLE // ARG_ENABLE("daruma_framework", "enable daruma_framework s...
387efa73f64da21cab4088ce813097128d279400
[ "JavaScript", "C", "Shell" ]
7
JavaScript
moveis-simonetti/ext-php-daruma
806dd692503dc20314297287d88d2c4c6800727d
f159fb8d72cf960ec7bbfc5c5cacf41cfe6b2c6a
refs/heads/master
<repo_name>Yash25gupta/LocationSenderAdmin<file_sep>/settings.gradle rootProject.name='Location Sender Admin' include ':app' <file_sep>/app/src/main/java/com/location/jobservice/admin/DisplayPolyLine.java package com.location.jobservice.admin; import android.content.Intent; import android.graphics.Color; import androi...
fdd7f08e52e5919933700cfbf1761653db3d4805
[ "Java", "Gradle" ]
2
Gradle
Yash25gupta/LocationSenderAdmin
2a81d8422a274d3b1092dabac0024fa99c743b35
8ee13b54d47a2e23567c7b8d99a5b533165e726a
refs/heads/master
<repo_name>SoySaucelm/IDCardUtil<file_sep>/IDCardUtil.php <?php /** * 身份证验证的工具(支持15位或18位省份证) * 身份证号码结构: * <p> * 根据〖中华人民共和国国家标准GB11643-1999〗中有关公民身份号码的规定,公民身份号码是特征组合码,由十七位数字本体码和一位数字校验码组成。 * 排列顺序从左至右依次为:6位数字地址码,8位数字出生日期码,3位数字顺序码和1位数字校验码。 * <p> * 地址码(前6位):表示对象常住户口所在县(市、镇、区)的行政区划代码,按GB/T2260的规定执行。 * <li>前1、2位数字表示:所...
73ee993db4a8472bcf04b184149b7cd02b629a50
[ "Markdown", "PHP" ]
2
PHP
SoySaucelm/IDCardUtil
4440c43bd7f85a7a3ea7b96fa1e4f1c1ca541fc4
2e9193eea26e2ab24cd36ce4289f6a7d68fa6db4
refs/heads/master
<repo_name>faeronsayn/auth-system<file_sep>/functions/setup-database.php <?php $db_name = $_POST['db_name']; $db_user = $_POST['db_user']; $db_pass = $_POST['db_pass']; $db_host = $_POST['db_host']; $db_charset = $_POST['db_charset']; $config_file = '../as-config.php'; $handle = fopen($config_file, 'w') or die('Cann...
8693fe9e384c9261a959762815a540b1cd706526
[ "Markdown", "PHP" ]
7
PHP
faeronsayn/auth-system
fad24b35edf1a56110cde248d49c8e059719bb86
6c80d9f76c5a2c5c6a406df76e641c3ccba95370
refs/heads/master
<file_sep> # Load data setwd('~/Documents/STAT241') data=read.table('./hw2.data',col.names = c('x1','x2','y')) X=as.matrix(data[,1:2]) Y=as.matrix(data[,3]) # solve(A,b) solve b = Ax theta_star = solve(t(X)%*%X,t(X) %*% Y) row.names(theta_star)=NULL # Eigen vectors / values eigen_values = eigen(t(X)%*%X)$values eigen...
71776efbf377d98098fd03b735e0969b9c7db73e
[ "R" ]
2
R
doutib/SumProduct_algorithm
f0301878768d39a9f76ac993df01aa19a77b4c1c
fdc2ecc7b16af59034de1174e2ee6f4103c95354
refs/heads/master
<repo_name>scottsch/sample_app<file_sep>/spec/spec_helper.rb # This file is copied to spec/ when you run 'rails generate rspec:install' ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' # Requires supporting ruby files with custom matchers and macros, etc,...
5743383297ae8e5b950970b1b6b909f6ff011143
[ "Ruby" ]
1
Ruby
scottsch/sample_app
df0e078161168811f75e171e3426f85ac2b26fff
522b3f2ff39bb7cc720bc3a68c7979405727ec5c
refs/heads/master
<repo_name>ravinderuppala/SpringRestPOC<file_sep>/src/main/java/com/rest/poc/config/RewardsConfig.java package com.rest.poc.config; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import...
77ffea011f381dea5261da2916a09a7314815b37
[ "Java", "Maven POM", "INI" ]
3
Java
ravinderuppala/SpringRestPOC
0cdd94cf5cd60a0fd6cf2a4e544e230aed0382bb
8b397f8fcfabf08c802619a722b1b708ed4e7d13
refs/heads/master
<repo_name>craizile/INB313<file_sep>/custSupp.php <?php require 'include/custSuppPermission.inc' ?> <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Rent a Car Park</title> </head> <body> <h1>Welcome Customer</h1> Customer Supply Page. <a href="logout.php">...
9b396d4b740a48ea888ff811e8c565d82be90eb8
[ "JavaScript", "SQL", "HTML", "PHP" ]
26
PHP
craizile/INB313
7e4beb39684e5f5be0516d5d7570ad0c419c488b
f68bc49d65aadd0283a91b081462d7a7e4cf0d37
refs/heads/master
<file_sep>using System.Collections; using System.Collections.Generic; using UnityEngine; public class Pagination { } public class User { public string id; public string full_name; public string profile_picture; public string username; } public class Thumbnail { public int width; public int ...
8221bc04e7c3d3be74db6a58d5e51c6334f0054f
[ "C#" ]
9
C#
vnemiatyi/JackTheGiant
602507f1d1d80c9bc71c6f8dd7e2e3478d8d3f85
fd07df46bcc570eda2ae3b88641c2e98cc533897
refs/heads/main
<file_sep># amsl-cs-vuetify-admin Amsl customer service admin panel based on vuetify
eef1f3be8bff016700264d7e9e70a0466a15cc3b
[ "Markdown" ]
1
Markdown
versedpro/amsl-cs-vuetify-admin
c954b115b581d10af6ecdaff8b400a05f8324bab
39acced939c72a35f9020dabe0354d626424d8f6
refs/heads/master
<repo_name>phuongtd57/Unrar<file_sep>/MoolaMoola/app/src/main/java/com/example/phuongtd/moolamoola/fileExplore/HistoryActivity.java package com.example.phuongtd.moolamoola.fileExplore; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; im...
4ee8416fad23a478b9509a7af507fe63c544c25a
[ "Java", "Gradle" ]
8
Java
phuongtd57/Unrar
e4019c990f39e2c97057268aeeb98e4b77b6fc3c
759d2bc63c02e6fe40acfd7e6fc68adafdb2d712
refs/heads/master
<repo_name>EAAgafonov/ClientServer<file_sep>/src/ServerPckg/Server.java package ServerPckg; import java.net.*; import java.io.*; import java.util.*; import java.util.concurrent.*; public class Server { static int port = 6666; static ExecutorService executeIt = Executors.newFixedThreadPool(10); public...
25e584a2dfc323cb305fc23fa8bbe6f7d644096f
[ "Java" ]
2
Java
EAAgafonov/ClientServer
2a4284a769a83bd2a3f37522529dce060ac2eaa7
52081576b37d8e7b32deb1df6bdb47ac8473e6e1
refs/heads/master
<repo_name>kia3415/algorithm<file_sep>/leetcode/leetcode_3157.py # https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/ # leetcode : Move Zeroes class Solution: def moveZeroes(self, nums: List[int]) -> None: count_zero = 0 place = 0 for num in nums: ...
b2f63db1a5b21a06fc4fdc0aae00e07935126908
[ "Markdown", "Java", "Python", "C++" ]
254
Python
kia3415/algorithm
b161b7164dfe083d1e746e9783e8dca5e847008f
2765491ef7077a87df9f1fcef0e2fa98e4c3e658
refs/heads/master
<file_sep>package mastermind data class Evaluation(val rightPosition: Int, val wrongPosition: Int) fun evaluateGuess(secret: String, guess: String): Evaluation { var absolutelyRight = 0 var trueColor = 0 var nextSecr = "" var nextGuess = "" for (i in 0 until CODE_LENGTH) if(secret[i] == guess[i]){...
03d051140fe650f514afaf936e04fc69b6d63d6c
[ "Kotlin" ]
1
Kotlin
kesha-dev/coursera-w2
979a3e6380d5191f365f13d537b1b8dbf49eceb6
a22af878d0d2551407dd3be0bfcce859cc6c21d0
refs/heads/master
<repo_name>ArtiomBkt/Meme-gen<file_sep>/js/meme-listeners.js 'use strict' // Event listeners with function pointers for canvas manipulation events const elTxtInput = document.querySelector('.text-input') elTxtInput.addEventListener('input', txtInput) elTxtInput.addEventListener('click', selectAllTxt) const elAddTxtB...
2468dac0ef4bb8661a2b2a38c0bb750a6dc11f0a
[ "JavaScript" ]
4
JavaScript
ArtiomBkt/Meme-gen
ac3a090f9699f58072f1a526f7d196ca4fe61305
b8af9051616389996777d89c789b81d75764247a
refs/heads/master
<file_sep>package com.example.music.fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; import android.widget.PopupMenu; import androidx.annotation.Non...
6d7ed844cd0214df2d8d368977a7f8ba5ead3e59
[ "Java" ]
7
Java
tientoan2503/MusicApp
cb736384dc271b08cc4b0678ef3879633c81b730
5458307e41546f6ea047cb24ba6aca34c1df5835
refs/heads/master
<file_sep>import React from 'react' import Layout from './containers/Layout'; import Login from './containers/Login'; LoginPage.displayName = 'Login Page' function LoginPage () { return ( <Layout> <Login /> </Layout> ) } export default LoginPage <file_sep>import * as TYPES from '....
1797ef2764b64085701fb7e0c9564d7df1f259fd
[ "JavaScript", "Markdown" ]
22
JavaScript
hunterwebapps/field-chat
8392d1d4e3633bb44b097351003a83d2394d651c
38e10fc9bb9e2767d1e6379dfc66df036a31fc7f
refs/heads/master
<repo_name>imbmf/pmvcb<file_sep>/pmvcb #!/bin/bash # Author: <NAME> # Created Date: 15/07/2011 # # Poor man virtual consolidated backup vmware_cmd=vim-cmd vmkfstools_cmd=vmkfstools error() { echo "ERROR: $@" >&2 exit -1 } logger() { echo "INFO: $@" >&2 } warning() { echo "WARNING: $@" >&2 } get_all_vms() { $...
0492c2a89fe8583cf851d4a204b184a16a0df2ad
[ "Markdown", "Ruby", "Shell" ]
3
Shell
imbmf/pmvcb
e64866ff60cde6a804c819df75ff61a35d08cb40
5a6668e93987b4c83e4a99f1f1322c21660554de
refs/heads/master
<file_sep>#include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/shm.h> #include "shm_types.h" int main() { int running = 1; void *shared_memory = (void *)0; //holds return address of shmat() struct shared_use_st *shared_stuff; char buffer[80]; int shmid; //holds return...
3ba3a7bdaf2e091584670050171f820d4ed8cdce
[ "Markdown", "C" ]
4
C
krisalpha/system-software-and-linux
5433090efc07717b5f58c5e97e392d6454f86b9d
ad1b3d8edb6492db8e1edbcd15ea8c9a48075121
refs/heads/master
<repo_name>felipessalvatore/fin2vec<file_sep>/src/myplots.py import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns import joypy def box_plot_pair(df, figsize, first_title, second_title, first_value, ...
71dee848d472bdc17fee1909b42ede32c2c19e02
[ "Markdown", "Python" ]
2
Python
felipessalvatore/fin2vec
a0319151096b9162992507d6461ab0efba60fb09
834d207edafc181f1e3bb1b359809fc202813678
refs/heads/master
<repo_name>blomm/simple-redux-tutorial<file_sep>/src/components/App.js import React from 'react'; import Footer from './Footer'; import AddTodo from '../containers/AddTodo'; import VisibleTodoList from '../containers/VisibleTodoList'; // When we wrote: <Route path="/:filter?" component={App} />, // it made available i...
c9264e6da77f1036ec1857104d9d8b181b4362c7
[ "JavaScript" ]
5
JavaScript
blomm/simple-redux-tutorial
975368a736e7815d4da9b9d1997516f1aaad6bca
c1f57d5c87c707556128c52a4280bfd34acad243
refs/heads/master
<file_sep>#include <cstdio> #define MAX_WIDTH 256 #define abs(x) ((x)<0?-(x):(x)) using namespace std; static int top[MAX_WIDTH] = { 0 }; static int diff[MAX_WIDTH] = { 0 }; int main() { int width, col, row, value, count; scanf("%d", &width); while (width) { printf("%d\n", width); col = ...
7412ceb7789ed005dbf70b137b5d82a8867a3943
[ "Makefile", "C++" ]
5
C++
danceyat/poj
d21b79400ad4ab35c2f577173cb3440377c4b902
570f10431ae23bcfcd47c6947c6b7a45ef0ac489
refs/heads/master
<repo_name>amit231/DSALGO<file_sep>/Stack/stack.cpp #include <iostream> using namespace std; #define newl cout << "\n"; template <typename T> struct node { T data; node *prev; node(T num) { data = num; prev = nullptr; } }; template <typename T> class stack { private: node<T> *f...
438030b7c7cda7b2c2a0769b80426d8a33e57ed2
[ "C++" ]
1
C++
amit231/DSALGO
8d7ed7a8e19563711ab60227362f6fe27c261802
102e84b27766be06fbaf2b4b86cbccc8f4f4ae93
refs/heads/master
<repo_name>acidtone/node-express-mongodb<file_sep>/bootstrap-bk.sh # Update packages sudo apt-get update # Install Node.js and NPM sudo apt-get install -y nodejs # Install MongoDB sudo apt-get install -y mongodb # Install NPM sudo apt-get install -y npm # --no-optional suppresses harmless fsevents warnings # on no...
18da64f23a241f258eb802ff05df325b00da9abc
[ "Ruby", "Shell" ]
3
Shell
acidtone/node-express-mongodb
f5f4015213a6f77f70daaf7d970888cf39b230c9
b15db33ea7ac433c65b48a66b9e90a4663575176
refs/heads/main
<file_sep>// // main.cpp // 矢量加法 // // Created by 李圣韬 on 2020/3/16. // Copyright © 2020 李圣韬. All rights reserved. // #include <iostream> #include <time.h> #include "normalVectorAdd.hpp" #include "openclVectorAdd.hpp" #include "openclVectorAddOnlyCPU.hpp" using namespace std; const int elementnum = 800000; int ma...
8d70e810712f6ffd0ba02503276c3cd8df4d85aa
[ "C++" ]
15
C++
TaoTao-real/openCL-things
e4bd23a3e72d905a979e160e1f516d281a80c05f
d9b55983f65531b5635c3ba6a71c6b8b1954c4af
refs/heads/master
<repo_name>blesslp/CommonAdapter<file_sep>/sample/src/main/java/com/sample/ListViewSampleWithConvertTypeAct.java package com.sample; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import android.widget.Li...
45ed8664ceb6d6add112b590a16a7703ce675f12
[ "Markdown", "Java" ]
6
Java
blesslp/CommonAdapter
3e159330ad60f5c89dbfa27c77c1aa4d23e44857
75dbc81a30676070fb4d6e0e5033a6ed89a59682
refs/heads/master
<repo_name>tombjarne/fazing-void-frontend<file_sep>/src/assets/images/desktop.ini [LocalizedFileNames] profile-icon-fazing-void.png=@profile-icon-fazing-void.png,0 search-icon-fazing-void.png=@search-icon-fazing-void.png,0 tools-icon-fazing-void.png=@tools-icon-fazing-void.png,0 <file_sep>/src/app/articles/articles.com...
5d66219e1d3d917458f7faa799a24ee28a80890a
[ "TypeScript", "INI" ]
12
INI
tombjarne/fazing-void-frontend
b3e39ec360d97aa667e469286265de979f0eceff
b61597c5039aa0b9b22affd381d5ae348da98f12
refs/heads/master
<repo_name>Sagar0802/sidemenu<file_sep>/myScript.js function openNav() { var x=document.getElementById("mySidenav"); if (x.style.display === "none") { document.getElementById("mySidenav").style.minWidth="175px"; document.getElementById("main").style.marginLeft = "175px"; x....
b79edf983cad18fd9e96d2ee9da89fbe46c8b3a6
[ "JavaScript" ]
1
JavaScript
Sagar0802/sidemenu
5979186f80089a8bdc61f33b321438f3062f51c7
af6e8b47afdc73e235e0846813a926d5054f1200
refs/heads/master
<repo_name>naveen324/mynodejsapplication<file_sep>/startApp.sh #!/bin/sh export NODE_ENV=production export DB_PRD_HOST= export DB_PRD_USER=postgres export DB_PRD_PASS= export NODE_HOST=localhost export NODE_PORT=8080 node /myapp/index.js& exit 0
e59cc39464f48202f95198dc96f87dad4bdfafc3
[ "Shell" ]
1
Shell
naveen324/mynodejsapplication
49b546985939cf74a6e8f5115cb418f372a25e00
a1149887dd1f1e70f502a544f40e6b1b2379b215
refs/heads/master
<repo_name>cwmat/dwa-project-2<file_sep>/index.php <!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-j...
fa12dfd427d43a01317c8dde9d6c739aa7d1a9af
[ "Markdown", "PHP" ]
3
PHP
cwmat/dwa-project-2
7ec15a4e451828880a09b971e7d6da8b72b19e20
b0f59c4cdceed1d87ae70fb9251c7be5047c4ac4
refs/heads/master
<repo_name>PauloMachadoSilva/jasmine-standalone-3.2.1<file_sep>/spec/aninharSuites.spec.js //SUITES PODEM SER ANINHADAS E CONTER OUTRAS SUÍTES DENTRO DELAS //AS FUNÇÕES ESPECIAIS COMO BEFOREEACH OU AFTERALL SERÃO EXECUTADAS ANTES E DEPOIS DOS TESTES EM ORDEM //TOMAR CUIDADO AO ANINHAR SUITES PARA NÃO TORNAR O TESTE COM...
ea5baa2ca6e2deeb49cce49aecf9bd9dffefc719
[ "JavaScript" ]
11
JavaScript
PauloMachadoSilva/jasmine-standalone-3.2.1
a4578729bf5d404c489e8c7962ca57d9e2ad525f
59f37ce97654a7594016bbce40985b41e2061021
refs/heads/master
<file_sep>package com.example.android.java; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.ScrollView; import android.widget.TextView; public class MainActivity extends AppCompatActivity { private ScrollView mScroll; priva...
6714dba35cc2776a82e61d43409b40063677dbd9
[ "Java" ]
3
Java
MikeGrabin/CIS2D-Final
28f22ba5d0decc1ce4e8d637f6c250e649f4d6f5
9de7540ac85068da15ab418b37413582f1267489
refs/heads/master
<file_sep>library(kohonen) # import data, choose file interactively data <- read.csv(file.choose(), header = T) str(data) X <- scale(data[, -1]) summary(X) # unsupervised SOM set.seed(224) g <- somgrid(xdim = 10, ydim = 10) map <- som(X, grid=g, alpha = c(0.05, 0.01), radius = 1) plot(map, type = 'changes') plo...
19cab79094b05974a3590a44889dc809d2f7d273
[ "Text", "Python", "R", "Markdown" ]
4
R
thedangnguyen2204/my_som
5c1c6f62e80c493898724c2a1b84f6964f49b918
8d8069f5f5608674abcd1e5ac541ac62cf718007
refs/heads/master
<repo_name>haileylgbt/tgiah<file_sep>/legacy/coin.lua coin = { graphic = love.graphics.newImage('blinky.png'), } function coin.create(this, px, py) this.x = px + 6 this.y = py + 6 this.width = 20 this.height = 20 this.wave = 0 end function coin.update(this, dt) this.wave = (this.wave + dt) % (math.pi ...
38aaf2d2553e0713e3feef0cf74784aa4159d2a0
[ "Markdown", "Lua" ]
11
Lua
haileylgbt/tgiah
efe2296407f56ec91ceb37c89bd3021dda2b7579
9fd60d137f36262023d47486ca0def375a862986
refs/heads/master
<file_sep>def create_an_empty_array [] end def create_an_array new_array = ["poop","boop","hoop","woop"] end def add_element_to_end_of_array(array, element) new_array<< "zoop" end def add_element_to_start_of_array(array, element) new_array.unshift("goop") end def remove_element_from_end_of_array(array) ...
81adf2a48f24f74934ca8335a1f209cd0e27d481
[ "Ruby" ]
1
Ruby
prichard191/programming-univbasics-4-crud-lab-dumbo-web-111819
7e00f8c601f8943dfbea724298952020ca4d97b6
eca71fa6bc43a65bc10e0d922260a576d9547ac1
refs/heads/master
<file_sep>'use strict'; // APP BOOTSTRAPPING (function() { module.exports = function(options) { // LOGGER CONFIGURATION var $log = require('./utils/log.js'); // UTILITIES var _ = require('lodash'); // DEFAULTS var _defaults = {}; // OVERRIDES options = _.extend({}, _defaults, options); // PRIV...
9074d471389df9fa9f294586d88a576156495bc1
[ "JavaScript", "Markdown" ]
17
JavaScript
jonathandsouza/jonas-tic-tac-toe
073b8489467b1981f2056a2ebeca888045dc0e70
c8ba3b98839197b884bcf9fb480689e0d48dd41f
refs/heads/master
<repo_name>maikimolahlehi/BusReservationApi<file_sep>/BusReservationApi/DB/TicketDAO.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace BusReservationApi.DB { public class TicketDAO { } } <file_sep>/BusReservationApi/Controllers/DriverController.c...
4641b46a3fbb2a9ddfc5b5b02a8156df6053ff82
[ "Markdown", "C#" ]
27
C#
maikimolahlehi/BusReservationApi
b157c9e4685730f0949db01b7050731b6a809663
cfcb9d9e339985c7e4ce3635413bcd144a6f08e8
refs/heads/master
<file_sep>-- phpMyAdmin SQL Dump -- version 4.4.10 -- http://www.phpmyadmin.net -- -- Client : localhost -- Généré le : Lun 30 Janvier 2017 à 11:21 -- Version du serveur : 5.5.42 -- Version de PHP : 7.0.0 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Base de données : `mon-potager` -- ...
5f6969985a402c0c8c9d27768f71777cf36d219f
[ "SQL" ]
1
SQL
monpotager/database
ac7468296fbe8d5813753d9c2a8940b1c5018403
b922052f5ac02b4ff1691598a9ff4e08f495524a
refs/heads/master
<file_sep>from rest_framework.generics import ListAPIView from rest_framework.pagination import PageNumberPagination from rest_framework.request import Request from rest_framework import serializers from django_filters.rest_framework import DjangoFilterBackend from core import exceptions, JWTAPIView, make_response fro...
5372e42190b8fce0d0d66b9852e9392641756492
[ "Markdown", "Python" ]
11
Python
sky1309/gm_server
726f14675446996813b318911622ff128e665180
e716077927cc8f6358e37ac5e7645df8968a7902
refs/heads/main
<file_sep>import csv f = open("aruco4x4.txt",'r') wf = open("aruco4x4.csv", 'w') wc = csv.writer(wf) counter = 0 for row in f: row = row.strip() for i in range(5): row = row.rstrip(';') row = row.lstrip('{') row = row.lstrip(' ') row = row.rstrip('}') row = row.rstrip('...
5e38b06dd3137327b7599a9e5ed1ae425ef91fec
[ "Python" ]
1
Python
BenHof1/ENGN4627-Robotics
cd92b17c4ab7378601b7566acdd67339ad4adccc
9b6bd6d4278d6a5a8add5a35c7dc65ca305463c7
refs/heads/main
<file_sep> hw_timer_t *gTimer = NULL; uint32_t goodbyeCount=0, oldGoodbyeCount=-1; /*------------------------------------------------------------------------------*/ void gRight( uint32_t fgcolor, int wait, int length, uint32_t bg){ uint32_t color = fgcolor; uint32_t bgcolor = bg; ...
6f97983e1c1222f9b2480ed4fa46689feffd2ec5
[ "Markdown", "C++" ]
11
C++
gitpeut/OranjeRadio
d9acfaed99f3b3aa8daefd4009ffe56c9be6c75d
a6169b50aa2153de5b7f30e7d7024f6bafd1cbb9
refs/heads/master
<repo_name>wangdpwin/xinput-springboot-base<file_sep>/src/test/java/com/xinput/baseboot/util/JsonUtilDemo.java package com.xinput.baseboot.util; import com.xinput.baseboot.domain.Student; import com.xinput.bleach.util.BuilderUtils; import com.xinput.bleach.util.JsonUtils; import org.junit.Test; /** * @author xinput ...
56a10ae85a105e77db2a235b77662c8d5cd331d5
[ "Java", "Maven POM" ]
2
Java
wangdpwin/xinput-springboot-base
99185094186fa93693e82ede9c89d460c2752705
1ff16ff0b5fb0b9484ae609a993577fdfb5e2d40
refs/heads/master
<repo_name>dhavalsdoshi/Trump-Cards<file_sep>/public/dispatch.fcgi #!/usr/bin/ruby1.8 #!/usr/local/bin/ruby # # You may specify the path to the FastCGI crash log (a log of unhandled # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number of requests to process before running garba...
d43c135e21656b38bc0678bd7917d0b858b560d0
[ "Ruby" ]
1
Ruby
dhavalsdoshi/Trump-Cards
0d9fe61ae9a3797e89862af6c2df67d555ec44a6
48f22bbf2ca6d38bdfa003d4d4c14da1b96ebbc9
refs/heads/master
<file_sep> var Fibonacci = function() { }; Fibonacci.prototype.series = function(n) { var fib = [1, 1]; for(var i = 2; i <= n; i++) { fib.push((fib[i - 1] + fib[i - 2])); } return fib[n - 1]; };
52df2b115f9b1ea41d8ff64200812bc09f13ff38
[ "JavaScript" ]
1
JavaScript
EthanLuisMcDonough/FibonacciJS
42d3ec4c1131bff732dc63537d80acd8fc1ead86
73696fe9e780bac287b2004fdbdcda5c74469744
refs/heads/master
<repo_name>Inzephirum/broccoli-beml<file_sep>/README.md # broccoli-beml > Plugin for processing [BEML][beml] templates How to use ----- Install broccoli-beml as a dev dependency: ```shell npm install broccoli-beml --save-dev ``` Then, add it to your Brocfile.js: ```javascript var beml = require('broccoli-beml'); ...
9bfee48d7ba6931e88af29c0a7def64a62a53e8e
[ "Markdown", "JavaScript" ]
2
Markdown
Inzephirum/broccoli-beml
976ff58c81c79111944ca62b51eac17165844dad
f2f831da3683b6ab70bdcac9159a41ce0211ebc3
refs/heads/master
<repo_name>zy-629/AID1905<file_sep>/test/for.py # for循环 # for语句可以用来遍历序列或可迭代对象的每一个元素 # 可迭代对象: # 字符串:str 列表:list 元组 tuple 字典:dict 集合:set # 固定集合: forzenset 迭代器 # # 语法:for 变量 in 可迭代对象 : # 语句块1 # b=int(input("请输入数字")) # list=[1,2,3] # for: # if b in list: # print("你赢了") # else: # ...
883b4f90c9ee9ddb2e69ae067ee00290ac4a3021
[ "Python" ]
2
Python
zy-629/AID1905
d71e9d4e09eb7ab3e61d0625650d45e221956cfe
cd332a35adc1508ba20555b712f3116962dedf3b
refs/heads/master
<file_sep>package com.sinanmutlu.Ticketing.controller; import java.util.Date; import java.util.List; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; imp...
f91121d685553ac7f19c5060141b884c08236e0a
[ "Java" ]
9
Java
sinanmutlu/TicketingApp
f79747a7ec5181eb2926f44b0b87bf4525db0039
dc93ce674b3044696a9c60db77ae2caf09dad391
refs/heads/master
<repo_name>xiaoniuqq/mybatis-xml-generator<file_sep>/src/main/java/top/leeys/codegenerator/User.java package top.leeys.codegenerator; import java.util.Date; public class User extends BaseModel { private static final long serialVersionUID = 1L; private String username; private String password; pri...
770fb07a98cea19c2d8c72f84e39472ae78b5e7f
[ "Java" ]
1
Java
xiaoniuqq/mybatis-xml-generator
a37f13ac5db71fdf63c778c3c8b7d1a6c7d5e35e
7123a297957e74affec86094085abf720eb21fa1
refs/heads/master
<file_sep>if [ "$TERM" != "dumb" ]; then alias l='ls --color=auto -F' alias ls='ls --color=auto -F' alias dir='ls --color=auto --format=vertical' alias vdir='ls --color=auto --format=long' fi alias ack='ACK_PAGER_COLOR="less -x4SRFX" /usr/bin/ack --color-filename=white --color-match=cyan' alias bck='cd /media/nasG...
a4c8a4ded2485f7d3d91917bb87ed5ba0ff2fce8
[ "Shell" ]
1
Shell
GrahamOMalley/dotfiles
f5c18b6ca896827009ca98e0907f7801b5c6a952
a2854dd4c39b556c8ae633c230a63454901ebd2e
refs/heads/main
<file_sep>// Sum the amounts of an array of expenses export default (expenses) => { return expenses .map(expense => expense.amount) .reduce( (accumulator, amount) => accumulator + amount, 0 ); };<file_sep>import expensesReducer from '../../reducers/expenses'; import expense...
e57911b0ce833121ecb8759caea75b89b7e1e9ff
[ "JavaScript" ]
3
JavaScript
spiderbaby/react-course-2-expensify-app
62d8dd0e0da7d40be6a014febd7bccd7118c8107
fc9ca6c8f88222a9961204617dd4bc2cbeb5bb44
refs/heads/main
<repo_name>helllrice/dinamika-stroy<file_sep>/js/main.js $('.slider_container').slick({ });<file_sep>/design_house.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="css/index.css"> <link rel="stylesheet" href="css/design_house.css"> <link rel="stylesheet" href="sl...
849a97347e8b838f751c1c2858eaa5045b8f27e2
[ "JavaScript", "HTML" ]
2
JavaScript
helllrice/dinamika-stroy
2056a5a237dbc4f7c29945b94a52fda465eba55d
78fafa75fd59f6981c2c41e4b1064eaa03def33a
refs/heads/master
<file_sep>#!/usr/bin/env node var q = require('q'); q.longStackSupport = true; if (module.parent) { module.exports = require('./src/next-update-as-module'); } else { var nextUpdate = require('./src/next-update'); var program = require('./src/cli-options'); var pkg = require('./package.json'); var info = p...
11ee33abd9439d2d861b189a594199f1c38fd168
[ "JavaScript" ]
1
JavaScript
mchapman/next-update
a9086c59481b1e8ed643c4a1bd4caef63bce8908
c174d2f76124ba3b78b976623a2305c2127016c8
refs/heads/master
<repo_name>SMahlstedt/reverse-madlibs-project<file_sep>/README.md # Reverse Madlibs Project ### Table of Contents * [Instructions](#instructions) * [Dependencies](#dependencies) * [Contributing](#contributing) ### Instructions To start the program, open the containing folder and start the reverse-madlibs-project.py ...
992065c635464d0c66c2c9af3bb509fa0bf58bc1
[ "Markdown", "Python" ]
2
Markdown
SMahlstedt/reverse-madlibs-project
e77a10ed70589f666a421e10dd04eb7b9d0edf57
9bb971f8493714a50b56fd0a751c974320b65612
refs/heads/master
<repo_name>skyformat99/ServiceFramework<file_sep>/CoreServiceInstaller.cs using System.ComponentModel; using System.Configuration.Install; using System.ServiceProcess; namespace ServiceFramework { [RunInstaller(true)] public class MyServiceInstaller : Installer { public MyServiceInstaller() ...
9d1de64e4f98b2271f4222dad7d0a88efcba30d4
[ "Markdown", "C#" ]
2
C#
skyformat99/ServiceFramework
88092f53a602905752cd078a84e41720f3be495e
c12f56b728663b2a039e53f9889447f3aba588bd
refs/heads/master
<repo_name>chirag-10/data_struct<file_sep>/README.md DATA STRUCTURES: What is a Data Structure? A data structure is a specialized format for organizing, processing, retrieving and storing data. While there are several basic and advanced structure types, any data structure is designed to arrange data to suit a specific...
5dbf08925e02ad61deda8c84e811136db6954b5f
[ "Markdown", "C++" ]
4
Markdown
chirag-10/data_struct
2ef6001022f085565d7bcc49bf73a595eb9b2070
b82028ccef36434bcb9100ea4f47d7088cc236d5
refs/heads/main
<file_sep>print("hello") print("welcome rutuj")
e8b251e41f7a179554287197a547ca8131edf714
[ "Python" ]
1
Python
Rutujshete45/demopygit
c6bcb285349c305e674eb568f1bb9913fe5c9744
5bb072950f94f65b48287dfc9e3b8cc9ddae9a0e
refs/heads/master
<file_sep>import React, {Component, Fragment} from 'react'; class Tutor extends Component{ state = { order: 127 } handlePlus = () => { this.setState ({ order : this.state.order + 1 }) } handleMinus = () => { if (this.state.order > 0){ this.se...
9624458836ca43cee0144fb76c714bbc2772452a
[ "JavaScript" ]
3
JavaScript
cintyaagusti/Web3A-15102
b918cf8320e38ecff25853d88bd0d0fcf27c7a32
87bb3dfd2bd0f65a457ed825ddcfb9fcde0401ad
refs/heads/master
<file_sep>//Made with Blockbench //Paste this code into your mod. import org.lwjgl.opengl.GL11; import net.minecraft.client.model.ModelBase; import net.minecraft.client.model.ModelBox; import net.minecraft.client.model.ModelRenderer; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.entity.Enti...
124d56014a3c79b3ad535d950c2b61b426772f27
[ "Markdown", "Java" ]
2
Java
praxisparker/AlterniaCraft
33f5248c601a2203852395ffc1afd6de7aa8a699
1d14a637d614a967cb84c90e523f0d8a89c04669