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>lochsh/c-lexer-exercise<file_sep>/README.md Skeleton code for implementing a C lexer in Python, to be completed as an exercise. Note that the lack of sum types (aka tagged unions) and pattern matching (and arguably the dynamic typing generally) makes Python a less appropriate choice for this than a language...
3afb2c4c77035c977c1acf7c71557fadf2def94b
[ "Markdown", "Python" ]
3
Markdown
lochsh/c-lexer-exercise
bcde7207c6ec31f45685bda824cc58e0bf6d4da2
09a3a85f414899dac4b1cb281be661e47972a9b1
refs/heads/master
<repo_name>wangzhi0417/android-calculatorpp<file_sep>/android-app/src/main/java/org/solovyev/android/calculator/wizard/AppWizardFlow.java /* * Copyright 2013 serso aka se.solovyev * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
21ca6532ab74d3e65e736d08a02323a3a4b69c07
[ "Java", "INI" ]
2
Java
wangzhi0417/android-calculatorpp
1abaed2bab9ee6fdcf03d029159139caad00ba65
061579734a79b40f59b34a0cca131f5565e0ece6
refs/heads/master
<file_sep>#!~/anaconda2/bin python # -*- coding: UTF-8 -*- # File: resnet-msc-coco.py # Author: <NAME> (<EMAIL>) import argparse import os import sys import os from tensorpack import logger, QueueInput from tensorpack.models import * from tensorpack.callbacks import * from tensorpack.train import (TrainConfig, SyncM...
b32989ff5f9fa2a8447ddbd2b0428e20f48a9339
[ "Markdown", "Python" ]
6
Python
davidxue1989/Learning-Feature-Pyramids
8d271aee23369d4cc654dd763954adc95c2107f4
d1ee6b64aed26841f0e8da49190d329bb2512369
refs/heads/master
<file_sep>package pl.lukaszsroka.wraplayoutexample; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import pl.lukaszsroka.wraplayout.WrapLayout; public class MainActivity extends AppCompatActivity { ...
45f5b6d356725877c51e975d50e71c3a9d226e10
[ "Java", "Gradle" ]
2
Java
sroka-lukasz/Android-WrapLayout
b59ba4bcca11b4d9952618e3dd24af5c4a000430
9cf0c4dd4674478710729ad55bb780c752346392
refs/heads/main
<repo_name>kingmold/enapi<file_sep>/setup.py import setuptools from setuptools import setup setup(name='enapi', version='0.02', description='Common API functionality', url="https://github.com/kingmold/enapi", author='<NAME>', author_email='<EMAIL>', license='MIT', packages=setupto...
f230fd6c82d286f31c62e5cd2a99fb195251f51e
[ "Python" ]
2
Python
kingmold/enapi
5e143bebc7cc5ae4b199584cda9fb1bee4cfc221
59d5fb7b9284738d23dc8e4ff7136a855d901167
refs/heads/master
<file_sep>package com.chayanin.hydroponic.model; import com.google.firebase.database.IgnoreExtraProperties; @IgnoreExtraProperties public class SensorModel { private double ph; private double templeWater; public double getPh() { return ph; } public void setPh(double ph) { this.ph...
87f5234f68beabca15d00f590caa8bdc42d21b59
[ "Java" ]
2
Java
pechy2791/Hydroponic
0aa2c66cfc395658eae739c2acb66eb4fc561d1c
1262cd2ef36e48fca16f279962576bd5849b86d8
refs/heads/master
<file_sep>project: gcc -o Login Login.c -lsocket -lnsl -lresolv gcc -o Supernode Supernode.c -lsocket -lnsl -lresolv gcc -o user1 user1.c -lsocket -lnsl -lresolv gcc -o user2 user2.c -lsocket -lnsl -lresolv gcc -o user3 user3.c -lsocket -lnsl -lresolv <file_sep>/* ** Author:<NAME> ** Supernode.c ** Store username...
485d79ac4ecec3ceb6b683f6d2cfdb8b763d1027
[ "Text", "C", "Makefile" ]
5
Makefile
liar1974/socketCProgram2
2b98272fa501b496b693041e6c976c9616198f4a
073531042d4f427a44cc8d3f23cb10abf8a8f726
refs/heads/master
<repo_name>starwels/adress_book<file_sep>/app/controllers/concerns/authenticable.rb module Authenticable def encode_token(payload) JWT.encode(payload, Rails.application.credentials.read) end def decoded_token if token_from_request_header begin JWT.decode(token_from_request_header, Rails.app...
a059deb06a0e18e91446be3c344fadb7d428ed5a
[ "Markdown", "Ruby" ]
24
Ruby
starwels/adress_book
2c1d2d892173087c4da2415dc82934aea7bd8fdf
5807dce87bb134aa9c75dd2175ffba356cd43984
refs/heads/master
<repo_name>wywdiablo/ChargedAnalysis<file_sep>/Workflow/python/configuration.py from task import Task import yaml import os import copy import csv import ROOT from collections import defaultdict as dd def treeread(tasks, config, channel, era, process, syst, shift, postFix = ""): ##Dic with process:filenames ...
d5295a3f74444506c8fcaaa58279bdcc1ac31707
[ "Python", "C++" ]
57
Python
wywdiablo/ChargedAnalysis
f447bf9fcd4089ecf30f6adb712f6f5a2d831bec
eb5f8e2b9bcdb66db23a2578a5dd3fb6eb57d88e
refs/heads/master
<file_sep> ymaps.ready(init); function init(){ var myMap = new ymaps.Map("map", { center: [55.76, 37.64], controls: ['fullscreenControl'], zoom: 15, }); var zoomControl = new ymaps.control.ZoomControl( { options: { layout: 'round#zoomLayout' } }); m...
d1f74a7aa04080a33a672d74d640f8de1f8e2f2f
[ "JavaScript" ]
1
JavaScript
MindofGhost/moscowifi
a2189eb113a8b14808643b8d90e9bb66df61888a
72e3ae2c619070a66a3c8fc292ad529af9876ae8
refs/heads/master
<repo_name>xiaoqi1310/demo<file_sep>/demo/src/main/java/com/kylin/josn/JOSNTest.java package com.kylin.josn; public class JOSNTest { public static void main(String[] args) { } }
291b4abaffc9bdb2b5bc71b4cbda57ff82415345
[ "Java" ]
1
Java
xiaoqi1310/demo
f502f69c52110f56652f1ff84b196071cc77cb91
da12ca4d6848c4c436a7dbd0624e33d89b47fe12
refs/heads/master
<file_sep># H2-DiningPhilsophers Teamwork with Tobias(TGPGamez) <file_sep>using System.Threading; namespace H2_DiningPhilsophers.Lib { public class DiningManager { public DiningManager() { Forks = new Fork[] { new Fork("F1"), new Fork("F2...
233de83645625e9326eb11e0b641fa96e352f8f3
[ "Markdown", "C#" ]
5
Markdown
jonash871j/H2-DiningPhilsophers
3cc07ee5181d6dc0ca83b555c33e08c8b1d0013a
23e7ae9120ae340efddbd00b3380de7a4de6bbf0
refs/heads/master
<repo_name>hex-ci/babel-fastcgi<file_sep>/README.md # babel-fastcgi Compiling JavaScript with Babel on the fastcgi server. <file_sep>/server.js "use strict"; var fastcgi = require('fastcgi-server'); var fs = require('fs'); var babel = require("babel-core"); fastcgi.createServer(function(req,res) { // console.log(re...
39fc0ae5de94543a8c33efb24231b131d253727e
[ "Markdown", "JavaScript" ]
2
Markdown
hex-ci/babel-fastcgi
88b2e9d1f64a5e1f548ca60d3e785f2702bd88a1
c7c09b4af9cb32e5212dd6ee306d8c463b3aa839
refs/heads/master
<repo_name>nklnkv/project-lvl1-s316<file_sep>/src/games/even.js import randomNumber from '../helpers'; const EVEN_FACTOR = 2; const description = 'Answer "yes" if number even otherwise answer "no".\n'; const makeTask = () => { const questionedNumber = randomNumber(); return { question: questionedNumber, ...
99b42cd1d79fcada96c3cd224b5b76574c06c2ed
[ "JavaScript", "Markdown" ]
4
JavaScript
nklnkv/project-lvl1-s316
9b8749ccde866028873f5e53b5907d848e232cd4
a1714da6cfc15775392752009fea189771692809
refs/heads/master
<file_sep># zsh_custom ZSH aliases customizations <file_sep>alias gc-='gcloud' alias gc-c='gcloud config' alias gc-cl='gcloud config list' alias gc-cc='gcloud config configurations' alias gc-ccl='gcloud config configurations list' alias gc-cca='gcloud config configurations activate' alias gc-c='gcloud compute' alias gc...
1b2bdb525564d62d66d6728921775eab5c8ec891
[ "Markdown", "Shell" ]
2
Markdown
hrudayanath/zsh_custom
1e3cea02df7a0ab0ff4109958f7d497cfe88ef8c
b28384dcb3eafa220fb01cdc10d70d26e2aa641c
refs/heads/master
<file_sep># -*- coding: utf-8 -*- from __future__ import unicode_literals __author__ = 'alexeyymanikin' import re import dns.resolver import MySQLdb import pprint from helpers.helpers import get_mysql_connection from config.main import MAX_AS_NUMBER class AsInet(object): def __init__(self): """ ...
7c816bf61d5e98d2251c7efb963a100ec956c30c
[ "SQL", "Python", "Shell" ]
5
Python
ivsero/domain_statistic
6321d9a59e57c5653a69187fd4397bf039b623ef
e438f4c5330c6f3f953b0550f3ae337255127c42
refs/heads/master
<repo_name>sydtju/TinySTL<file_sep>/TinySTL/Test/StringTest.h #ifndef _STRING_TEST_H_ #define _STRING_TEST_H_ #include "TestUtil.h" #include "../String.h" #include <string> #include <cassert> #include <iterator> namespace TinySTL{ namespace StringTest{ using stdStr = std::string; using tsStr = TinySTL::string;...
8662931078c2ff999c8b2ee248ee1ce2109ab81a
[ "Markdown", "C", "C++" ]
44
C++
sydtju/TinySTL
a02fe7120f2512b472a133a84d25a57ab8b4d03d
6d0d396dc4cf11e686b2abe6edde707ea9e9df3b
refs/heads/master
<repo_name>ejprok/HackathonSpring2018<file_sep>/TODO.txt UI: *Display the test <file_sep>/requirements.txt absl-py==0.1.13 astor==0.6.2 beautifulsoup4==4.6.0 bleach==1.5.0 bs4==0.0.1 certifi==2018.1.18 chardet==3.0.4 click==6.7 Flask==0.12.2 gast==0.2.0 grpcio==1.10.1 html5lib==0.9999999 idna==2.6 itsdangerous==0.24 J...
9505dd0aabea30cd50d8f0a00839b6cbd87b2f58
[ "Python", "Text" ]
5
Text
ejprok/HackathonSpring2018
c5ba07b4732a3b816b937df9c1efa641660d9497
2cfac3731f87dab5d9b18695c05b23a9d3d454f9
refs/heads/main
<repo_name>stayboogy/custom-debian-iso-creator<file_sep>/README.md # Custom Debian ISO Creator Scripts I use for Debian home WiFi penetration testing, deploying/downloading Linux and other operating systems, and other ad-hoc linux utility functionality like formatting disks or resetting Windows passwords on old drives...
86c353f761df29cff4dc3f1d9650887f3d65fcb5
[ "Markdown", "Python", "Dockerfile", "Shell" ]
8
Markdown
stayboogy/custom-debian-iso-creator
af7d1646fdede1f00ed457b6a92fff267a6f0c6e
a0ce31aabb2543f46000f29823a9b12748549d6a
refs/heads/master
<repo_name>DevCenterHouse/cmpd.ie<file_sep>/www/portfolio.php <div class="theme-page padding-bottom-70"> <div class="row gray full-width page-header vertical-align-table"> <div class="row full-width padding-top-bottom-50 vertical-align-cell"> <div class="row"> <div class="page-header-left"> <h1>PORT...
84fbc7cdbb20dc6920be43fe32f1591ccfad0896
[ "PHP" ]
8
PHP
DevCenterHouse/cmpd.ie
b77cd6561840d52ade82f1cbc14da2bca468a6da
c32c73708772a277f53523c0ee3314f69ef3445d
refs/heads/master
<file_sep>#!/usr/bin/env python2.7 import urllib from bs4 import BeautifulSoup from datetime import datetime def send_email(user, pwd, recipient, subject, body): import smtplib gmail_user = user gmail_pwd = pwd FROM = user TO = recipient if type(recipient) is list else [recipient] SUBJECT = subject TEXT = body...
ea47aab23aaefdfe7ae8afaa68e77c0b026a3247
[ "Python" ]
1
Python
FischerLouis/Reddit_notification
6e3fc0513c42760bfb16ae81d756080bb97ab124
c203a44bae05631b631f83c850dd7133a27d298d
refs/heads/master
<file_sep>#The purpose of this file is to create a test set based on the 2016 season of IPL. This is drawing from the 2016 ipl team stats R script so run that one first. rcb_bat <- read.csv("rcb2016bat.csv", stringsAsFactors = FALSE) rcb_bat$Team <- 'RCB' rcb_bat$Year <- 2016 playoff16 <- rcb_bat[c(1),c(19:23)] ...
0937a127c8c213ebcbf572c6b1efacb8c4a343c9
[ "Markdown", "R" ]
4
R
mananshah1/IPL-16-team-stats
74a3fd4849e0e224df5793fbaf60eca60c7a1c97
2bc52de83b1ba6077a4390965e356ff3db0edf7e
refs/heads/master
<repo_name>joshua1988/vue-eslint-strict<file_sep>/README.md # Vue ESLint Strict Rules [![npm (scoped with tag)](https://flat.badgen.net/npm/v/@marvue/eslint-config-vue-strict)](https://npmjs.com/package/@marvue/eslint-config-vue-strict) [![npm](https://flat.badgen.net/npm/dt/@marvue/eslint-config-vue-strict)](https://...
479993a0413bd05e1ec158d8b5ff4edb76b767b3
[ "Markdown", "JavaScript", "Shell" ]
3
Markdown
joshua1988/vue-eslint-strict
a9b6054aaf34678bf3f9cad79499260ee04a8770
6840ae2ebfde762fd692a91240b3186e4b49b286
refs/heads/master
<repo_name>Contactkislay/ProgrammingAssignment2<file_sep>/cachematrix.R ## Matrix inversion is usually a costly computation and there may be some benefit to caching ## the inverse of a matrix rather than compute it repeatedly. ## This file contains a pair of functions that can be used to cache the inverse of a matrix. ...
a8900c3c096ab168fe4acffa14a7bdc842b652b0
[ "R" ]
1
R
Contactkislay/ProgrammingAssignment2
1d15c0b5df0c69792e8e2fefdf07ca5948cc90b0
960cdc34156db4433890fee47aefdcf35751578e
refs/heads/master
<file_sep>//Topological sorting using DFS #include<iostream> #include<stack> #include<list> using namespace std; void topological_sort(list<int> ls[],bool visited[],int src,stack<int> &st){ visited[src] = true; list<int>::iterator it; for(it = ls[src].begin(); it != ls[src].end(); it++){ if(!visited[*it...
73dd85be1397814f63fd0be42b656e97e7fb9400
[ "C++" ]
134
C++
San0330/C-Codes
fc37890c72eb8f7f81491fd177985c80f8bb0740
818441bf0b06e52c943dd12af6795fd59dd74df3
refs/heads/master
<file_sep>import { Component, OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { CompanyService } from '../shared'; import { Observable } from 'rxjs/Observable'; import 'rxjs/add/observable/forkJoin'; @Component({ selector: 'app-company', templateUrl: './company.compo...
02b7079ea69335b82acbd6bfb5156153ddfda849
[ "TypeScript" ]
9
TypeScript
constantant/ubitricity-frontend-task
4533e44cf007cc63a19dec10c81b5a4da27a1d70
d447a3907ba1f62d98a299eb34d27ec57feff352
refs/heads/master
<repo_name>germainperdigal/greenmapping-bo<file_sep>/src/app/dashboard/dashboard.component.ts import { Component, OnInit } from "@angular/core"; import * as Chartist from "chartist"; import { ApiService } from "app/services/api.service"; import { ToastrService } from "ngx-toastr"; const Chart = require("chart.js"); @C...
1271054438f3362d311377448a7452d20776eb8b
[ "Markdown", "TypeScript" ]
9
TypeScript
germainperdigal/greenmapping-bo
f2e79d2c29b65c6d04f3eb878e236281777ce86d
754f2c4d3377422a8357b35c24d6229ff3017cd7
refs/heads/master
<file_sep>import { Component, OnInit } from '@angular/core'; import {User} from '../_models/index'; import {LoginserviceService} from '../loginservice.service'; @Component({ selector: 'app-home', templateUrl: './home.component.html', styleUrls: ['./home.component.css'] }) export class HomeComponent implements On...
b6997ccc300f73355823d9add287a3a8c68fafc4
[ "TypeScript" ]
4
TypeScript
nwbabu/AngularLoginApp
166cddd1540befa3d59c54e0b2e48c9e53a31e02
dbbda17efab9967755190cd77e9c29a2f1e62f4f
refs/heads/master
<repo_name>sramako/QTest-Backend-Service<file_sep>/app.py import os from flask import Flask from flask import request import json from flask_cors import CORS, cross_origin import pymongo import sys from werkzeug import secure_filename import pandas as pd import time import random import string import requests from date...
c4f490aa3467cd27bc8d08586ffd07f0b2d45bad
[ "Python", "Text" ]
2
Python
sramako/QTest-Backend-Service
472cb964c969b8ae1dcebf3769ce202d90564e12
2d8fa79ff285f48c06fbb6d9957ed0d7b40a7ccf
refs/heads/master
<file_sep>/** * Created by Julien on 09/12/2016. */ 'use strict'; angular.module('eklabs.angularStarterPack.upload',['ngFileUpload']) .service('uploadImage', function($timeout, Upload){ return function(file, path,token,callback){ file.upload = Upload.upload({ url : 'htt...
7522e471e86bb6649260aa588768fa89ea494b40
[ "JavaScript" ]
9
JavaScript
julienbnr/InternMe
d1143e491de69b1f11a15581ed8515cb22e698dd
4b0e8bb4196a73e755453167603eb38532a71fa9
refs/heads/master
<file_sep>#! /usr/bin/env python3 # -*- coding:utf-8 -*- # Copyright 2018- <<EMAIL>> """ find word in current directory """ import sys import os sys.path.append('.') import util def help_msg(): print("Brief:") print(" find [word] in current directory") print("Usage:") print(" %s [word]" % util...
2f9c22573712203a42bc8857b61e7d255bfd2358
[ "Markdown", "Python", "Shell" ]
30
Python
linrongbin16/boostscript
07db2511907f9c60bfc02f252b6b86530d58bf7f
33f850d1b3380c9b09252e6a22b8f413ea64a723
refs/heads/master
<file_sep>APP.Name = "HL2 Go" APP.Author = "Krede" APP.Icon = "asset://garrysmod/materials/gphone/apps/hlgo.png" function APP.Run( frame, w, h, ratio ) frame:SetFullScreen( true ) local h = frame.h GPhone.EnableSelfie( true ) LocalPlayer():EmitSound( "weapons/smg1/switch_burst.wav", 50, math.random(95,...
74c83ecabf048171e8c72d3eff0604494cc4353e
[ "Markdown", "Lua" ]
23
Lua
KredeGC/GPhone
784f02fadc8f1525862f65ee50aa823e8034fc6a
fd363a36b0d39ff0a35c0e94af0b996e84183d1e
refs/heads/master
<file_sep>/** * Các function mặc định và các biến chung * * userOnline * copy_user_name * my_getcookie * my_setcookie */ var user_setting = { /* buzz: 60, // Giới hạn thời gian giữa 2 lần buzz, nếu đặt 0 sẽ không sử dụng buzz autoLogin: true, // Tự động đăng nhập autoRefresh: true, // Tự động cập nhật hide...
679425d0b5f79c9ad189e41c3a058caba2d7afe1
[ "JavaScript" ]
1
JavaScript
kDom/chatbox
8847dd01ea416d0300750ff67506893c1d9c306b
030da0cdad2f059287c557c2a8fd394364559c68
refs/heads/master
<file_sep>package com.legalzoom.bank.cards; import java.time.YearMonth; import com.fasterxml.jackson.annotation.JsonFormat; public class Card { String bankName; String cardNumber; @JsonFormat(pattern="MMM-yyyy") YearMonth expiryDate; public Card(String bankName, String cardNumber, YearMonth expiryDate) ...
edb230cf6e4f1040bf13ec56cd5ccc1d87f7f599
[ "JavaScript", "Java", "Markdown" ]
8
Java
enricjaen/EJV_03062019
3a6887cf74affd043cc8233679713d8619861962
a9fcc4d7a1ffc99e1955487b799a00e25249f49c
refs/heads/master
<repo_name>Lightbpk/fly_killer<file_sep>/android/app/src/main/kotlin/com/example/fly_killer/MainActivity.kt package com.example.fly_killer import io.flutter.embedding.android.FlutterActivity class MainActivity: FlutterActivity() { }
776fbe2eb27fc756532220ac2a8517d35a77aa10
[ "Kotlin" ]
1
Kotlin
Lightbpk/fly_killer
3d257680c79052fdf30b1c2469583b28d7f46e4e
8b90daf786e037ccfa9930118f8a32118b5734ed
refs/heads/master
<repo_name>EliEladElrom/ServicesHelper.PHP<file_sep>/models/services/abstract_services.php <?php /** * Abstract_services * * * @category CategoryName * @package PackageName * @author Original Author <<EMAIL>> */ include_once 'models/services/iservices.php'; class Abstract_services implements Iservice...
dc14d9a2ad57c8fb4256eaac21dc47717a9d5ce5
[ "Markdown", "PHP" ]
6
PHP
EliEladElrom/ServicesHelper.PHP
8f61adf75f9f7e95c60b3dde25c33505ece81383
b7b0880f7c4608af2f2eeed6c6b65adac04c1de9
refs/heads/master
<repo_name>Sefact/PRSproject<file_sep>/Web/blog/views.py from django.shortcuts import render, get_object_or_404, redirect from django.utils import timezone from .models import Blike, Beditor, LikeComment from .forms import CommentForm def home(request): blikes = Blike.objects beditors = Beditor.objects ret...
73fb94a0874bf92bb63d645b5b59172f6eaa1602
[ "Markdown", "Python", "HTML" ]
34
Python
Sefact/PRSproject
f294eb65b2ee4462f3c8fcb8764bde523a314fb2
2d1a341286d5da80290ff48df2d3d4b385e48ffd
refs/heads/master
<repo_name>Catherinegichina/codeHive-Registration-App<file_sep>/app/src/main/java/com/example/registration/viewmodel/UserViewModel.kt package com.example.registration.viewmodel import androidx.lifecycle.MutableLiveData import androidx.lifecycle.ViewModel import androidx.lifecycle.viewModelScope import com.example.regi...
8b9dc238927944a3e0579729c581fe9e3c8902ca
[ "Kotlin" ]
11
Kotlin
Catherinegichina/codeHive-Registration-App
0cf39da7432a5d9a8ac76e74fc773489af90e05f
813038eabd1ee366425abe4e7074273c8aa8e458
refs/heads/master
<repo_name>liusiying65200/Angular4.0<file_sep>/admin/Admin/Home/Controller/CommonController.class.php <?php namespace Home\Controller; use Think\Controller; Class CommonController extends Controller{ Public function _initialize() { $this->assign('Admin_title','后台管理系统 v1.0'); if (!isse...
0f7a2b8f02f90ebe8e63bfbb2ee400cbe7541a8c
[ "JavaScript", "Markdown", "PHP" ]
46
PHP
liusiying65200/Angular4.0
c76c324fe6bd9de48c8c4735c8283992b35f6663
271ba95557be444da65e7584d6f1963e33a3c5a0
refs/heads/master
<repo_name>lequietriot/open-osrs-audio-mod<file_sep>/runescape-client/src/main/java/MusicPatchPcmStream.java import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("ij") @Implements("MusicP...
ab3edb66bf70b929daf153b065184a48a3229436
[ "Java" ]
6
Java
lequietriot/open-osrs-audio-mod
05ad00b5dccfed2e6e3745ffcfcbd7b2a4ea40d9
ee16942c2c214fc108222d35a303461410c517a1
refs/heads/main
<repo_name>simmaco99/Tesi<file_sep>/codici/pattern_matching.sh #!/bin/bash file="3nodi.txt" for i in {1..33} do a=`sed -n "${i}p" pattern3nodi.txt` sed -i -e "s|$a|y($i)|g" $file done sed -i -e "s|spa||g" $file sed -i -e "s|dot{y|f|g" $file sed -i -e "s|&||g" $file sed -i -e "s|*+|+|g" $file <file_sep>/codici...
c8940a5ff4bd42a888bc656219fd10ffcab8d84f
[ "Markdown", "C++", "Shell" ]
3
Shell
simmaco99/Tesi
e40dba776ff572fe1b2875fd00bfab0fbad19da8
e67b9260bd885c69e636dfd5bb798944f37861c8
refs/heads/master
<file_sep>package cz.jandys.demo.api; import cz.jandys.demo.db.Architype; import cz.jandys.demo.db.DBController; import cz.jandys.demo.json.JSONProducer; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException; import o...
298ef2229eea12d8b956c9969741a551b0a5df9a
[ "JavaScript", "Java" ]
5
Java
Jandys/vinlandkings
b694fe38193109a75da535dd28ba25504116fd8e
6f5eeb1cc06138494556d390db2b21b10e6c650a
refs/heads/master
<file_sep># Genkan Device This is genkan on Raspberry Pi zero wh. # Struture WIP: Write the role of golang files `daemon/updateManager`, `deployment/pushNewVersion` and `main.go` # Installation 1. Move `updater.sh` to `/home/pi` 2. Add `.genkan.env` to `/home/pi` 3. Put `genkan_device` and `updateManager` to `/home/p...
b1715f05b8bbdeb1c71e25a4f97df5242258a75b
[ "Markdown", "Go", "Shell" ]
4
Markdown
asmsuechan/genkan_device
10cc494d84f37037e237da0cece256eb4389db8e
cf86fc4915106065105075a43e0cdad478cda8cf
refs/heads/master
<repo_name>msgpo/youtube-export-helper-for-kodi<file_sep>/yt-export.py #!/usr/bin/python3 from pyquery import PyQuery import readline import requests from urllib.parse import urlparse from urllib.parse import parse_qs from os.path import join as pjoin def main(): export_path = '/mnt/nfsserver/internal/kodi-data/y...
60c03ac7c44b1ee9c6d5fc1322a33893aa1fa6f3
[ "Python" ]
1
Python
msgpo/youtube-export-helper-for-kodi
7923343969fb783712c76b95f3b82f4ba5230402
0bbc88cb4f33546c3b5e13ad0f759611c6d1bf62
refs/heads/master
<repo_name>ellil4/Lithopone_sharp<file_sep>/Lithopone/UIComponents/CompSelectionGroup.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Controls; using System.Windows.Media; namespace Lithopone.UIComponents { public class CompSelectionGroup { ...
4a33406eaff35065a1085ab2dfcc1b1ea2fd2f65
[ "C#" ]
49
C#
ellil4/Lithopone_sharp
101f9b48f239bb379fdff2732bbe865b7048fa9c
c1cb7d3dce8c7c867f1417faad7ef35c3295d5db
refs/heads/master
<repo_name>nathan-j-brenner/playground<file_sep>/fakearray.js // module fakearray.js module.exports = { length: 0, pop: function() { if(this.length>1){ var returnValue = this[this.length - 1]; //returnValue should be the last element the array this[this.length-1] = undefined; //the last element of t...
eb93b367246ec278d270a73ad52f350a628c69dc
[ "JavaScript", "Markdown" ]
11
JavaScript
nathan-j-brenner/playground
98753075ad5a47f1709d68f94025efa7b1615505
beecc8fe6570cd03b2cc72ab39ea0225f61d2f60
refs/heads/master
<file_sep>var searchData= [ ['_5f_5ffilt_5fcoef',['__FILT_COEF',['../dd/db8/struct_____f_i_l_t___c_o_e_f.html',1,'']]], ['_5f_5fq_5fformat',['__Q_FORMAT',['../de/d4e/struct_____q___f_o_r_m_a_t.html',1,'']]] ]; <file_sep>/** * @file dspQFormatConvert.h * * @date 2015. 6. 12. * @author i04055dt */ #ifnde...
4756fa6c1a789d87b0831372e4409ba2cece7b06
[ "JavaScript", "C" ]
15
JavaScript
sunnyside74/xmos_HelloWorld
4315b6099442950011a5e0978d3065602d25788d
1bcb8a4395be4e4e6ac368066366c5fa01148ab2
refs/heads/master
<repo_name>MarketcheckCarsInc/marketcheck-api-sdk-php<file_sep>/test/Api/CRMApiTest.php <?php /** * CRMApiTest * PHP version 5 * * @category Class * @package marketcheck\api\sdk * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ /** * Marketcheck Cars API * * <b>...
0a8d4985622864128de2860187cc1ce3b4ad97c9
[ "Markdown", "PHP" ]
24
PHP
MarketcheckCarsInc/marketcheck-api-sdk-php
7ee483b7ee26bc133583ad876fdffa6b14745072
d54fd69dacd193de71982744a4c14642ff0f1f70
refs/heads/master
<repo_name>JohnMTrimbleIII/mediafoundationsamples<file_sep>/MFWebCamRtp/MFWebCamRtp.cpp /// Filename: MFWebCamRtp.cpp /// /// Description: /// This file contains a C++ console application that captures the realtime video stream from a webcam using /// Windows Media Foundation, encodes it as H264 and then transmits it ...
3034ffde79d69a1fb0faf707efe1902afddfb095
[ "C++" ]
1
C++
JohnMTrimbleIII/mediafoundationsamples
4c4b01f9ec9195991f9aa5f39d6168ab0e69ff33
cc38c16d9fef883b45c91645dcd4b1786d6a8890
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Quiz_solver { public partial class Form2 : Form, IView { public Form...
dca1382687c2406c658f024384b59012247ea729
[ "Markdown", "C#" ]
6
C#
DanielBroczkowski/MVP-Quiz-Solver
50a6f121144460cf201d76ef530e23627e04ce43
906a69a6936fba78a2c9d004a6cc1e20a9a33648
refs/heads/master
<repo_name>raileanualex03/snake<file_sep>/Game.cpp #include "Game.h" #include <iostream> # include <conio.h> # include <Windows.h> void Game::run() { printf("Hi, %s !", name.c_str()); printf(" \n Let's have a fun time!\n"); system("pause"); generateRandomPoint(); while (isFinished() == false) {...
7d193b3b18f0f6159686b072bb0f9f6dd040f513
[ "Markdown", "C++" ]
6
C++
raileanualex03/snake
577fa15200b234204fbf0f9d86721d3f852631d6
e01685e2ecd0bcab6116cfbe57da109755095900
refs/heads/master
<repo_name>masonauseth/unit1<file_sep>/unit1/src/app/App.java package app; import java.util.Random; import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { cool("Mason");} public static String cool(String a){ System.out.println...
219fd4f89ff1e6f29961e440e92b19f1f870e475
[ "Java" ]
1
Java
masonauseth/unit1
e517ec051e520a7edc3b2e3f19b9aa2861359867
9dfa249f7cb9ccd846de478b071f7da8a7ec4899
refs/heads/master
<file_sep>// ScrollTop Btn window.onscroll = function() { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 200 || document.documentElement.scrollTop > 200) { document.getElementById("toTop").style.display = "block"; } else { document.getElementById("toTop").style.display = ...
16a7135a86b041bfff22c3b252e3143b57aaa623
[ "JavaScript", "HTML" ]
2
JavaScript
KolomoetsAndrey/starmaps
8c799ddc0bcec087e2dbfd6736ac279812d88d4e
2e0ff5663c4afda8f27baa0ec6fe4c8bcf9c01e8
refs/heads/main
<repo_name>bhumijgupta/daenode<file_sep>/src/index.ts #!/usr/bin/env node import childProcess from "child_process"; import chowkidar from "chokidar"; import path from "path"; import treeKill from "tree-kill"; import { Writable } from "stream"; type restartEvent = "Manual reload" | "File change"; class Daenode { pri...
06b9152a69cf996ab0226353f323ff9216589462
[ "JavaScript", "Markdown" ]
2
JavaScript
bhumijgupta/daenode
9c581010eb777823d7b680125b718a1429e904bb
25bb050101b04efa66fd3e834bc807ae7b112603
refs/heads/master
<repo_name>jornathanJ/angular-winform-seed<file_sep>/src/app/app.module.ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { FormsModule } from '@angular/forms'; import { AppComponent } from './app.component'; import { HelloComponent } from './hello.component...
0141ddf173ad14b0698640436f0b9fb90a253c45
[ "Markdown", "TypeScript" ]
3
TypeScript
jornathanJ/angular-winform-seed
c3ae350a28dd99c5f0e97d1e307548047b804fdf
ca494f9de8532135cb34a3590a2ab449b3114409
refs/heads/master
<repo_name>prateek-sys/mysite<file_sep>/mysite/blog/admin.py from django.contrib import admin from .models import Post # class PostAdmin(admin.ModelAdmin): # fields = ['title', 'slug', 'summary', 'content', 'published', 'created'] admin.site.register(Post)
cef0f0bffc3d13b254cedf802fef545f46399790
[ "Python" ]
1
Python
prateek-sys/mysite
e9aac816a67261d59474c9a5ea05d060f5849315
9ad90e69c2e9c852af474b81f9f5688b91f27c66
refs/heads/master
<repo_name>ejelome/archaic<file_sep>/js/f2e-web-toolkit/src/jsx/components/button.jsx import React, {createClass, PropTypes} from 'react'; import classNames from 'classnames'; export default createClass({ propTypes: { className: PropTypes.string, initialCount: PropTypes.number }, getDefault...
3eea56666a2d1f5449bab9c1c2ca8acec71dcc23
[ "SQL", "HTML", "JavaScript", "Markdown", "INI", "Python", "Text", "Shell" ]
124
JavaScript
ejelome/archaic
9dcc6b09b61a72fc2659b52af39a40efe81f60c8
46625c2eff9ccec0039473a3fb4fd132c89eaf64
refs/heads/master
<file_sep>-- 数据库初始化脚本 -- 创建数据库 CREATE DATABASE seckill; -- 使用数据库 use seckill; CREATE TABLE seckill( `seckill_id` bigint not null AUTO_INCREMENT COMMENT '商品库存ID', `name` VARCHAR(120) not null COMMENT '商品名称', `number` INT not null COMMENT '库存数量', `create_time` TIMESTAMP not null DEFAULT CURRENT_TIMESTAMP COMMENT...
d4d2eac282b0dec57981b9b621b88e1f75884fb3
[ "Java", "SQL", "Markdown" ]
8
SQL
bossZhuang/Java-
19751b7a23891b5d429ce0f6a23c3ffa4c94a4f2
29bccdcc2a892ffd6093701b41fb46e1acf3649d
refs/heads/master
<repo_name>messageformat/properties-loader<file_sep>/example/src/index.js import Messages from '@messageformat/runtime/messages' import en from './messages_en.properties' const messages = new Messages({ en }) function component() { const element = document.createElement('div') element.innerHTML = messages.get( ...
a8673642f048b1d38e0f978c3f642b25aca068e4
[ "JavaScript", "Markdown" ]
3
JavaScript
messageformat/properties-loader
6e4ae8952a347b9488fcd5e7215cc5b4bdb8e53d
cb6de6e1338132265c4b222b9d5d49c324b54f68
refs/heads/main
<file_sep>namespace SurveyResultProcessor.Models { public enum Survey { Theme, Type, Text, } } <file_sep>using NUnit.Framework; namespace SurveyResultProcessor.Test { [TestFixture] public class ResponseStatisticServiceTest { [Test] public void InputFileS...
5982f5c3144d49275012902cec5cf5f0ca3eec46
[ "Markdown", "C#" ]
14
C#
ivanpchelnikov/SurveyCultureAMP
41a1252ba41d348f5bc86729e735f63c6f362c42
0146e4edb45b163c378298814b6dd289b128c11d
refs/heads/master
<repo_name>sumann/datasciencecoursera<file_sep>/welcome.php <?php echo "Welcome to new version"; ?>
990f153ece86024b903ca8788a23d72ced76daac
[ "PHP" ]
1
PHP
sumann/datasciencecoursera
cab71be599a862ba91928ecc971bc4c93a6f2a64
1f893d93ba6ccc3adfaec2013b9621a3ad773ce9
refs/heads/master
<repo_name>alexkashin90/AleksandrKashin<file_sep>/src/test/resources/test.properties driver=chrome timeout.wait.element=10 element.search.strategy=strict smart.locator=#%s log.level=INFO log.info.details=element browser.size=MAXIMIZE <file_sep>/src/test/java/ru/training/at/hw4/pages/DifferentElementsPage.java package r...
2b09c58119196d332f6d7e317059ebfae24c3d25
[ "Java", "Maven POM", "INI" ]
27
INI
alexkashin90/AleksandrKashin
7bed4e8b7537a4037a7be0b7ffa2dd5ed32a5de2
58defafdf4a113877265b568045c40b07e55a77c
refs/heads/master
<file_sep>package com.br.compras.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.anno...
1690abe77633780a5977539a9147d10141a4953c
[ "Java" ]
2
Java
JeffersonBaptista/exe-gitAvan-ado_branchs
f63b4cf45825299a150b2c70b2a09ff10f7d7a2f
33c8c91be1c188ffea4b04f7d36f3dece0ab6cb8
refs/heads/master
<repo_name>Munesh-Kumar005/React-company-web<file_sep>/src/Sdata.jsx import web from "../src/images/boot.png"; import web1 from "../src/images/boot.png"; import web2 from "../src/images/boot.png"; import web3 from "../src/images/sql.jpg"; import web4 from "../src/images/php.jpg"; import web5 from "../src/images/sql.jpg...
ab1c1df37478dcb2e1da747506ac036f3e29b1c2
[ "JavaScript" ]
2
JavaScript
Munesh-Kumar005/React-company-web
c0ebabdb688f4b1ee1cbe28469f66fa94a3bb6ec
7267cb74522e445ece21edaabd075565c3918295
refs/heads/master
<repo_name>mawyy/Yummical<file_sep>/app/Http/Controllers/MealController.php <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use Validator; use Redirect; use App\Meal; use App\Product; use DB; class MealController extends Controller { /** * Create a new controller instance. * *...
be6092f1baeddd97193f4274566f50b2c2cc7d3f
[ "PHP" ]
5
PHP
mawyy/Yummical
47b17f6f67119c31f50c282a2087abda3acb4969
a85af4d78b43decde061c5a8043e86a695e1ecf1
refs/heads/master
<repo_name>smilingthax/pdftopdf<file_sep>/qpdf_pdftopdf_processor.h #ifndef QPDF_PDFTOPDF_PROCESSOR_H #define QPDF_PDFTOPDF_PROCESSOR_H #include "pdftopdf_processor.h" #include <qpdf/QPDF.hh> class QPDF_PDFTOPDF_PageHandle : public PDFTOPDF_PageHandle { public: virtual PageRect getRect() const; virtual void add_b...
750a3811598b124ee893b6b7be616ad0d2ccd376
[ "Makefile", "C++" ]
11
C++
smilingthax/pdftopdf
ec5f3c95b6ab9acf60243142b6911ee47677d900
3d285f4ef6455bc5f2a25002f20f1fae18b40a50
refs/heads/master
<file_sep># NewsAggregator What is News aggregator? Created a news web page that crawls news from various websites and displays it on this website. This website is completely implementd on AWS platform. How I created it? I crawled the data from 3 various websites and stored the data as a csv file. Then created a Dyn...
60ddad009db77a4bc0a3d1f3ddba0a15d8dba908
[ "Markdown", "JavaScript" ]
2
Markdown
narvasumana/NewsAggregator
0186470d8a9550f78d402c8cebefc4eba31312d5
cd4f3cab7448db5737ed3c968953bd77b42b3d4e
refs/heads/master
<repo_name>kinoeater/cafetownsend<file_sep>/src/main/java/properties/config.properties #browser=chrome #Didn't need config file for this test cases but it is always good to have for future purposes <file_sep>/src/main/java/stepDefinitions/WebScenarios.java package stepDefinitions; import java.io.IOException; import ja...
5513dd9d03aaca2811c427e4fdecaba18f257c23
[ "Markdown", "Java", "INI" ]
3
INI
kinoeater/cafetownsend
ae1c21b2cef2bd93118b493da426307ad0e44918
eaf03678507ac9dec476cc4215767c7432106be9
refs/heads/master
<repo_name>lokki-labs/blog-tutorials<file_sep>/sparkvue-tutorial/vue.config.js const path = require('path'); const outputDirectory = path.resolve(__dirname, 'src', 'main', 'resources', 'public'); const contentBaseDir = path.resolve(__dirname, 'src', 'main', 'resources', 'assets'); const entryFile = path.resolve(__dirna...
b32d8da3287ad1fa9d676ca7b77f358b5db8e297
[ "JavaScript", "Java", "Markdown" ]
5
JavaScript
lokki-labs/blog-tutorials
d457b01c92b42fd51ce9372a3d700e22b133a75a
90fb2cd29b98b6ffdf35b0551032c553b9699b12
refs/heads/main
<repo_name>multi-ember-mfe/root-config<file_sep>/webpack.config.js const webpackMerge = require("webpack-merge"); const singleSpaDefaults = require("webpack-config-single-spa"); const HtmlWebpackPlugin = require("html-webpack-plugin"); module.exports = (webpackConfigEnv, argv) => { const orgName = "ember"; const d...
7c1fcdacefcc77128f3c995413abb8545f976b61
[ "JavaScript" ]
1
JavaScript
multi-ember-mfe/root-config
18b87e87a16cba8cd28b88192df2a88c26d6bbde
cfc706bea054c7c3bcbaf3174892e81a8ddbbef7
refs/heads/master
<repo_name>mElhadki/Create-Plugin<file_sep>/README.md # Create-Plugin ## Description it is a plugin with two submenus one for the general information of the plugin and one for the settings. ## How To Run?? ### Installing steps to run this project ``` create folder named Maria ``` And ``` copy and paste all files...
afc1ac78c8260e77b953aa3b0cfd97848aff419f
[ "Markdown", "PHP" ]
3
Markdown
mElhadki/Create-Plugin
f8b21c12e07c6f464c7e083658b397ab169a7672
d82c5dd6c947d0d8fabcb193a6cb54d246b92d1e
refs/heads/master
<file_sep>import express from 'express'; import React from 'react'; const render = require('./SSR.js'); const app = express(); app.get('/', render.default); const port = 3007; app.listen(port); console.log(`Listening on port ${port}`); <file_sep>const React = require('react'); class Greeting extends React.Component...
54aff14be37016f5ff326804ea9ddd4b50982408
[ "JavaScript" ]
3
JavaScript
beebeean09/NodePractice
fd6bf3452e898710701e5684224c578e814950a8
50731e7ff0860ebd68b62153a8aa14d7b80b8ca9
refs/heads/master
<repo_name>matsuno1818/mutwo<file_sep>/spec/models/user_spec.rb require 'rails_helper' RSpec.describe User, type: :model do describe '新規登録情報の保存' do before do @user = FactoryBot.build(:user) end it 'すべての値が正しく入力されていれば保存できること' do expect(@user).to be_valid end it 'nicknameが空だと保存でき...
2032898aeec6a59f73c36fec09fb8fddfad23a7a
[ "Ruby" ]
2
Ruby
matsuno1818/mutwo
9e857300bf2ce31d98f017c3a011b99b1e7c60c4
5c447fdbc8226b8b941bca7f1682f6c9634b6538
refs/heads/master
<file_sep>## Project - HOIR1 ## Collation started on 14 Jun 2017 by <NAME> ## Original file location in DROPBOX: >Mayfield Lab >Master Data Vault >Western Australia >Ring Plots (Mayfield_HilleRisLambers_Stouffer) This project file ('complete.Rdata') contains estimated seed set (fecundity) data on 773 individuals of...
72f8e366778885191fd165f996165b9c2a7bf954
[ "SQL", "Markdown", "Python", "Text", "R", "RMarkdown" ]
44
Text
Mayfieldlab/FunctionalTraitDB
b098041b74056cc63c6f79898a783f81cab18212
c4c0d7e3ffb7cc711ffcd88f2d824ec02f9abb10
refs/heads/master
<repo_name>ff0000-ad-tech/cs-plugin-msnbc-apple-news<file_sep>/README.md ##### RED Interactive Agency - Ad Technology [![npm (tag)](https://img.shields.io/npm/v/@ff0000-ad-tech%2Fcs-plugin-msnbc-apple-news.svg?style=flat-square)](https://www.npmjs.com/package/@ff0000-ad-tech%2Fcs-plugin-msnbc-apple-news) [![GitHub iss...
40ec801b8ec7e744731969f2e42a85d33b5b2e39
[ "Markdown", "JavaScript" ]
6
Markdown
ff0000-ad-tech/cs-plugin-msnbc-apple-news
da9696a5d6ccd90d9fb8afcf5971e0ae4e4395c9
25937273e6af08364cbf2052f46a76de4f6e817c
refs/heads/main
<file_sep># compile-release <a href="https://raw.githubusercontent.com/jaid/compile-release/master/license.txt"><img src="https://img.shields.io/github/license/jaid/compile-release?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F...
9bc304ecd6a6d8fb8c66293f9b3119f31764fef1
[ "Markdown", "JavaScript" ]
3
Markdown
Jaid/compile-release
1af1ccafa1c3b76963eb45944eba79f0da3fa6de
338a7535870d71fa914b0c9b9b40abdb29f1faa2
refs/heads/master
<file_sep>import React, { useState, useEffect } from "react"; import ClassInfo from "./ClassInfo"; function ClassForm(props) { const [classState, setClassState] = useState([]); useEffect(() => { fetch("http://localhost:4000/classes/all") .then(response => response.json()) .then(data => setClassSta...
e8bd8a1a36a455cfa1e0eecb234ccdf7761d4c24
[ "JavaScript", "Markdown" ]
10
JavaScript
Jalil1103/dnd-character-sheet-frontend
035dd4dc017733c5bc32b6be7c995f3eba3fb06c
907d277990869b89fbebe940652246186dd9d2b2
refs/heads/master
<file_sep>#!/usr/bin/python import bayes from urllib import unquote_plus import MySQLdb as mdb import sys storage = bayes.Storage("pg_test.dat", 10) try: storage.load() except IOError: pass # don't fail if bayes.dat doesn't exist, it will be created bayes = bayes.Bayes(storage) con = None con = mdb.conne...
5aac6f818f7dd057374d7e84a070b46c94ed36a0
[ "Markdown", "JavaScript", "Python", "PHP", "Shell" ]
21
Python
bradjlarson/smarterdigest
861eaf3e42d7c44c6fe6c78172fb13bb1141a825
41743d5590dae2442cd2d8e3d50b6f4e7d2ab328
refs/heads/master
<file_sep>import {action, createStandardAction, createAction} from 'typesafe-actions' export const updateCategoryState = createAction('UPDATE_CATEGORY_STATE_FIRBASE', resolve => { return (snapshot: firebase.firestore.QuerySnapshot) => resolve(snapshot) }) <file_sep>import Category from '../data/category' export def...
924c701c0144ed9e256a27d3fbf6a341a2a202b0
[ "TypeScript" ]
7
TypeScript
tumugin/my_keywords
c4d7104672f02f1031a39fa0e9cf00c8c94a98f9
f70c81e1942f21c6daad8b03e4851dcfa04e4264
refs/heads/master
<repo_name>naveenkumarkg/routine-NodeJs<file_sep>/Source_code/Section_3/app.js const http = require("http"); const server = http.createServer((req,res)=>{ // console.log(req.url); // console.log(req.headers); // console.log(req.method); res.setHeader('Content-Type','text/html'); res.write('<html>');...
ea14eba52e87f52d837d3a2d74f8bc3e5617ca52
[ "JavaScript", "Markdown" ]
2
JavaScript
naveenkumarkg/routine-NodeJs
4dd807831fc49139cdeae51a346e705299747d66
460aff885228e27da156ad6029f7b56de1d61eb3
refs/heads/master
<repo_name>ricardoborrull/ExamenSQLite<file_sep>/app/src/main/java/com/example/ricardo/proyectosqlite/AsignaturaAdapter.java package com.example.ricardo.proyectosqlite; import android.content.Context; import android.database.Cursor; import android.view.LayoutInflater; import android.view.View; import android.view.View...
3f5c4928119795b8804224d1fa5b4d6009333efc
[ "Java" ]
6
Java
ricardoborrull/ExamenSQLite
3c264b69e1e5f9257d8853faff5c334e4280a93a
2a3620099620fb9e9d9473c271adf24859bba9a3
refs/heads/master
<file_sep><?php $userId=$id; $firstName=''; $lastName=''; $email=''; $userName=''; if(isset($this->session->userdata['error'])){ $sessionFlashErr=$this->session->userdata['error']; } else{ $sessionFlashErr=''; } if(isset($this->session->userdata['firstnameerr'])){ $sessionErrfName=$this->session->userdata['firstnamee...
6783105721e34ca9c0a5961ac67a5dc45cf859fe
[ "Markdown", "PHP" ]
9
PHP
sanacode/codeignitercrud
6b74e59ec70b43e9504c9680b9ed08643288737f
003e05175c4a93bee44cc276c8b679f57f31ad53
refs/heads/master
<repo_name>justinmauldin7/json-practice<file_sep>/lib/story.rb require 'json' class Story attr_reader :section, :subsection, :title, :abstract, :link, :published, :photo def initialize(index) @story_array = Story.story_parser["results"] @section = @story_array[index]["section"] @subsection = @story_ar...
ecaaf7a41909314a0036f0c15105a0244f05284a
[ "Ruby" ]
2
Ruby
justinmauldin7/json-practice
fe55a766060ee8dfb7dcd3a32d77334fe52ff445
698a02704783d98c0288566059d2868581a1f643
refs/heads/master
<repo_name>OsvaldasRimkus/final-java-exam-2<file_sep>/src/main/java/lt/akademija/exam/client/ClientRepository.java package lt.akademija.exam.client; import org.springframework.stereotype.Repository; import org.springframework.transaction.annotation.Transactional; import javax.persistence.EntityManager; import javax.p...
95ee6332923837b0cda3c1189857335fae819a33
[ "JavaScript", "Java" ]
6
Java
OsvaldasRimkus/final-java-exam-2
5d1b41c4ca98ebe4d2abf798e7b1d10d405a3121
470933fa693e55a8ce475ac37e761fdac6a2fe43
refs/heads/master
<file_sep>package com.example.demo.model; import lombok.Data; import javax.persistence.*; import java.util.Date; /** * Created by huang on 2017/11/10. */ @Entity @Data public class BlackListDirectory implements NeedsOwner { @Id @GeneratedValue(strategy = GenerationType.AUTO) private long id; /** ...
11f996e1606ded583c4ed243325c88a74c2818a9
[ "Java" ]
3
Java
huangsongkai/enterprise_manager
3ae348ff85f3150387da4d8b4b551cf701678e21
9243ed3463fa047d41e4fdfd181a437e65a4b3af
refs/heads/main
<repo_name>marciopocebon/Jumping-game<file_sep>/script.js score = 0; cross = true; document.onkeydown = function(e){ console.log("Key code is:" , e.keyCode) if(e.keyCode==38){ sinchan = document.querySelector('.sinchan'); sinchan.classList.add('animateSinchan'); setTimeout(()=> { ...
3eb402ba6943803ece32723a27913a43cc85b78d
[ "JavaScript" ]
1
JavaScript
marciopocebon/Jumping-game
9d92a218e5fdf135bcdfae455555e7f2f4207008
f7d9a277e1cf956b942dc433564f0af29711d628
refs/heads/master
<repo_name>boyssimple/PentagonDemo<file_sep>/README.md # PentagonDemo 雷达图 ![image](https://github.com/xiaogehenjimo/PentagonDemo/blob/master/PentagonDemo/234.png) <file_sep>/PentagonDemo/Podfile platform :ios, '8.0' target 'PentagonDemo' do pod 'AFNetworking', '~> 3.0' pod 'Masonry' end
e014e9e9b15c2cf6f77f0e4abd9fc4f91a852bd7
[ "Markdown", "Ruby" ]
2
Markdown
boyssimple/PentagonDemo
f3d4d555c404e6e04e10d753b1e326c479df2d36
08fb323801591a40c4c8686fcf6857b19c47234a
refs/heads/master
<repo_name>castro30/Launch-Checklist-Form<file_sep>/script.js // Write your JavaScript code here! window.addEventListener("load", function() { let form = document.querySelector("form"); let button = document.getElementById("formSubmit"); let resultsArea = document.getElementById("faultyItems"); let pilotSta...
b6b5d55eaea5a81aaaa506381931b1116018393c
[ "JavaScript" ]
1
JavaScript
castro30/Launch-Checklist-Form
af99092e76003dca125558233ea4a129a325e064
a3195cfb2f39dad6e9ce28d649b66a18641e52ce
refs/heads/master
<file_sep>api_key = "<KEY>"
63df2be6c2ba319092c33cffc8bda94a7bd99410
[ "Python" ]
1
Python
Cfarchmin/ETL-Project
01ccd17b551126b8212521dbdb47a690d979d3d7
ac393986105c0d74c0fb388c8025e7a62447c825
refs/heads/master
<file_sep># Tumblr-Live-Queue <file_sep>/** * Created by root on 1/28/15. */ var http = require ('http'); var util = require('util'); var tumblrOauth = require('tumblr-auto-auth'); var prompt = require('prompt'); //http.createServer (function (req, res){ //Todo make query to db for user's blog name //consol...
453c8fca986885c604c5bc3e9de5471e96be327a
[ "Markdown", "JavaScript" ]
2
Markdown
Globolobo/Tumblr-Live-Queue
d43140f523b8d3059871828c535cd4665778a66b
3179a33f27463ef6cf9dd85a30387d96f68f102b
refs/heads/master
<file_sep>//<NAME> //<NAME> //<NAME> //Instituto Tecnologico de Costa Rica //Curso: Sistemas Operativos #include "my_threads.h" #include "scheduler.h" //my_thread_csched //Funcion que recibe un char del tipo de scheduler //Asigna a la variable active_sched el valor segun el scheduler enviado void my_thread_chsched(ch...
0b1568905662394f32ef6ce1250d875a204f53e2
[ "C" ]
9
C
josueDavid23/ThreadCity
2723ea94a63ff42f9f44cd548ffbd84e0b9cf438
20a4b8f675dd530a6d5e636015a662d56ab88c05
refs/heads/master
<file_sep># angular2.io.tutorials<file_sep>//Angular Framework import { Component, OnInit } from '@angular/core'; import { Router } from '@angular/router'; //App import { HeroDetailComponent } from './hero-detail.component' import { Hero } from './hero'; import { HeroService } from './hero.service'; @Component({ mod...
d533b0e89415267700b54666ceb869e07d10991a
[ "Markdown", "TypeScript" ]
2
Markdown
Hareuhtee/angular2-io-tutorials
e4bbbd7a19ff4a3a87c2f145154d6a1adb1b4037
01e8936dcb1fe69be6bbbc759a7343caf119f13c
refs/heads/master
<repo_name>hariom900182/Simple-Crud-With-Auth-Angular<file_sep>/src/app/listing.service.ts import { Injectable } from '@angular/core'; import { Signup } from "./models/signup"; import { Listing } from "./models/listing"; import { Broadcaster } from "./broadcaster"; import { StitchClientFactory } from 'mongodb-stitch'; ...
960c015a9473b7702258e9c9aad5b75c33e118fc
[ "TypeScript" ]
9
TypeScript
hariom900182/Simple-Crud-With-Auth-Angular
ff2444577502df87086ad9ccea890932567a7154
818aab544cdd0025d54e8a6bbb83209acc36c5b9
refs/heads/master
<repo_name>Appolloyon/Shellfish<file_sep>/makeblastdbProt.sh #!/bin/bash ##This is an example script MAKEBLASTDB.sh ##These commands set up the Grid Environment for your job: #PBS -N makeblastdb_Prot #PBS -l nodes=1,walltime=12:00:00 #PBS -q batch #PBS -M <EMAIL> #PBS -m abe ##Print the Host name of Node echo "Hostname...
8adce37eaedaccec7592652485b5791f9eebadef
[ "Markdown", "Shell" ]
8
Shell
Appolloyon/Shellfish
b44f99601517d4d34d77a21d3fc248a6d0d62806
61f7746e9db6f25fefb3b74f1d1e7c760f9ce1e9
refs/heads/master
<file_sep>import numpy as np import cv2 import pickle from moviepy.editor import VideoFileClip from functools import partial def binary(img, s_thresh=(115, 255), l_thresh=(84, 255), sx_thresh=(25, 100)): """This function get an input image and return a binary images with lane lines detected. The sa...
b2edaa76cb33efd7de0836f965251387b15b7bf3
[ "Markdown", "Python" ]
3
Python
kindoblue/CarND-Advanced-Lane-Lines
5ca1f841aefddb18dcf8ba841be6be905787405a
69ee1bdbc7a1283afcb9d8f5fcefc24c83a2ca99
refs/heads/master
<repo_name>cmodi-umich/django_ZipHR<file_sep>/airplanes/models.py from django.db import models import numpy as np class Airplane(models.Model): ''' Model for airplane Fields include, plane name, id and number of passengers ''' plane_name = models.CharField(max_length=50) id = models.PositiveIn...
13c46777780c2b6dce2597f8c0716a6f6747350f
[ "Markdown", "Python" ]
12
Python
cmodi-umich/django_ZipHR
d2ed485a1d9c48267e9a433708d3112a17a9865b
f4d984f1353a9b53968a15bcb71556196806edf3
refs/heads/master
<repo_name>PianoMelody/PianoMelody<file_sep>/PianoMelody.Web/Models/ViewModels/RegistrationViewModel.cs namespace PianoMelody.Web.Models.ViewModels { using System.ComponentModel.DataAnnotations; using I18N; public class RegistrationViewModel { [Required(ErrorMessageResourceType = typeof(Resou...
d6138a199946c9b8ee25ac5919badaa7c8058eb8
[ "Markdown", "C#", "JavaScript", "Text" ]
57
C#
PianoMelody/PianoMelody
79d8767ddf88ba4964374a37a9a5ae195d63ba83
6feb129fc18b8a82f329e42bbbf74af98e5fb5b9
refs/heads/master
<repo_name>afosterw/confrigurator<file_sep>/docs/usage.rst ===== Usage ===== To use Confrigulator in a project:: import confrigulator <file_sep>/requirements.txt dpath==1.4.2 <file_sep>/confrigulator/confrigulator.py # -*- coding: utf-8 -*- import logging import dpath.util logger = logging.getLogger(__name__) c...
4adab6518b367335ed0d3dca5c295220a9ea4b34
[ "Python", "Text", "reStructuredText" ]
4
reStructuredText
afosterw/confrigurator
56071fea1d97bb478524f4a0df67ad8cda36d283
1c876816146f04758f20ca45669c2c147ffadb84
refs/heads/master
<file_sep>package com.duang.action; import java.util.List; import com.duang.model.Class; import com.duang.model.Exam; import com.duang.model.Grade; import com.duang.model.Student; import com.duang.service.ClassService; import com.duang.service.ExamService; import com.duang.service.GradeService; import com.duang.servi...
af887900a6884100c5e6a80cf23c0213f04cd60b
[ "Java" ]
6
Java
AomanHao/StudentSYS
a4cf0709865d67efc808aeb00229112b833c9eff
51e4485de370912d43cb8a80b175e3bd8ba779c6
refs/heads/master
<repo_name>Parthjuneja24/Data-Structures-and-Algorithms-master<file_sep>/Stack/LongestValidParanthesis.java package Stack; import java.util.Stack; public class LongestValidParanthesis { public static void main(String[] args) { // TODO Auto-generated method stub String str = "())(())))(()))()(()()())"; func(s...
f01cd1d975c121958bcc3cdcd79cd6aeaa5bd828
[ "Java" ]
3
Java
Parthjuneja24/Data-Structures-and-Algorithms-master
13e09f1bb0d7ac1cc61bbbd95d658d73162d715f
443fba8c1d059b92143376db68d76e8433eaa46c