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/gh-pages
<file_sep># ACA-todo-list.js <file_sep>'use strict'; $(document).ready(function() { // You code here $.ajax('https://reqres-api.herokuapp.com/api/users/', { success: function successHandler(response) { $('tbody').empty(); response.forEach(function(user) { var $st...
059f6eae26bfd46ba2af6875a4dbc6cfbc70669c
[ "Markdown", "JavaScript" ]
6
Markdown
cjimenez113/javascript-workbook
da29ec91c68918be3bd57b7e9f2d4098ef78abfa
92380e4619a8eaa4cecdd45f61e22951c38466e4
refs/heads/master
<repo_name>julianog12/starstore<file_sep>/db/migrate/20130130121421_add_instalments_to_spree_orders.rb class AddInstalmentsToSpreeOrders < ActiveRecord::Migration def change add_column :spree_orders, :instalments, :integer end end <file_sep>/app/models/spree/payment_decorator.rb Spree::Payment.class_eval do ...
35238ec6d1eb02bd0d120927da463e37735a4633
[ "Markdown", "Ruby" ]
4
Ruby
julianog12/starstore
edacfaf7b7ad74a7337184696c2d19497b934e7f
8ed87b6e66977434a01e411d2c53d1cbb3247494
refs/heads/master
<file_sep>package pri.liyang.test; import pri.liyang.service.MySQLService; import java.sql.SQLException; public class TestConnection { public static void main(String[] args) throws SQLException { System.out.println(new MySQLService().getAllTableName()); } } <file_sep>package pri.liyang.interfaces...
ebc3b56840074babce5cd53a269da39eebc6fec5
[ "Java" ]
4
Java
SynchronizedLee/DatabaseHelper
d72f0acb258d41f3e92de5a3494471248c6c43bd
4a4401cb9d89abc8b15bb195084f611420fc84b4
refs/heads/master
<repo_name>vertical-blank/ts-jsonl<file_sep>/index.ts interface Hoge { num: number s: string } function main(): void { const objs = jsonLinesToObjs<Hoge>('xxxxxxxxx'); console.log(objs); objs.forEach(o => { console.log(o.num); console.log(o.s); }) } function jsonLinesToObjs<T>(v: string): T[] { ...
62c1d031b45fd15e2241a042d0629f59ce5c38dd
[ "TypeScript" ]
1
TypeScript
vertical-blank/ts-jsonl
cc36d5363143c9046c835b64f13ec27a53bf430c
104c3aadec08323f4d23e18b19ac538b3313cddf
refs/heads/master
<file_sep>package com.swagger; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RequestMapping; @RestController public class CheckSwag...
36f917db0145422dcbbbf0e8eb95167bc78664cf
[ "Java" ]
2
Java
jeus/swagger
50f8a7d8b0fbfd766a2ab42c78bbaa1f030a3a75
6a74e48c0986893397bc55c31f56e471d913e729
refs/heads/master
<file_sep># Image Classification Image classification using [TensorFlowJS](https://www.tensorflow.org/js) and Angular 10 by file upload or by webcam streaming. The [MobileNet](https://github.com/tensorflow/tfjs-models/tree/master/mobilenet) model is used to classify the image element and the streaming video element. F...
456a72a35e0e8d80f9d063c30836feea86a523d5
[ "Markdown", "TypeScript" ]
2
Markdown
joshg6796/image-classification
d7f4d3f9f3ad279b6a0f927198c2b1ff157ffcf1
4239199055efcba9c65fc273140e198295898849
refs/heads/master
<file_sep># Buoydata # A simple package for reading NOAA [global drifter program](http://www.aoml.noaa.gov/phod/dac/index.php) data. ## Download Data Navigate to ftp://ftp.aoml.noaa.gov/pub/phod/buoydata/ Download the buoydata_*.dat files (naming conventions make it impossible to automate) ## Requirements ## - Pa...
a2d287ccb1ab7accc85ee5127c0cd494fdb0ddd9
[ "Markdown", "Python" ]
3
Markdown
rabernat/buoydata
3a0686bcd8c80d08136c76c97cf601b819968df7
0a4495422ef99521df46462cd0465dfe1952ca66
refs/heads/master
<repo_name>octoblu/meshblu-core-task-enqueue-jobs-for-subscriptions-configure-received<file_sep>/index.js require('coffee-script/register') module.exports = require('./src/enqueue-jobs-for-subscriptions-configure-received.coffee')
270260007ee515b1012a5a5df52b75f3d66d41b0
[ "JavaScript" ]
1
JavaScript
octoblu/meshblu-core-task-enqueue-jobs-for-subscriptions-configure-received
c30a9952b7c54bb8967bcf66c179effa465e75c3
a76196e4da9c87df40d0a5e035f8bb80e4d2e573
refs/heads/main
<file_sep>Spyne Lxml py-money <file_sep>import logging from spyne import Application, rpc, ServiceBase, \ Integer, Decimal, Unicode from spyne import Iterable from spyne.protocol.soap import Soap11 from spyne.server.wsgi import WsgiApplication from money.money import Money from money.currency import Currency loggin...
cd16aabe42d66882a23d7c78c1052332c1366d64
[ "Python", "Text" ]
3
Text
panzergame/soap-server
e44ecfcd62493c4a620b31cf4b208af73b91c160
878ca3cc6284c4c4a84e6aa29514d77d31efc071
refs/heads/master
<repo_name>mishraak/cmpe273_refresher_Assignment<file_sep>/javademos/src/test/java/com/cmpe273/assignment1/javademos/GenericTest.java package com.cmpe273.assignment1.javademos; import org.junit.Before; import org.junit.Test; import junit.framework.Assert; public class GenericTest{ public GenericDemo<?> gd1, gd2; ...
2f2e1e270d1ec4513db4b63f6684b4126e15df55
[ "Java" ]
7
Java
mishraak/cmpe273_refresher_Assignment
2db395c647e0919fabe069424b051ae2a3321cc5
3ddd2376b871bc0362f2ca84654f5bb609eec914
refs/heads/master
<repo_name>atla5/resume<file_sep>/README.md # <NAME> ### Description ### ##### short ##### store and export information about my education, work experience, projects, and goals. ##### long ##### This repository is meant to act as both: - a central hub to store the data objects about my personal and professional car...
b5a32f11a57e8cbcd398cd580b2be6904e6cede4
[ "Markdown", "Python" ]
4
Markdown
atla5/resume
8ec0306af617446cb5cc76ca12be426152d15573
7e2010429912b24f90d40a3b04926ea5825cf387
refs/heads/master
<repo_name>magalyhernandez/Ingenieria-de-Software-2018<file_sep>/Patrones/index.php <!DOCTYPE html> <html lang="es" dir="ltr"> <head> <?php include "secciones/head.php"?> </head> <body> <?php $menu="secciones/menu.php" ?> <?php include "secciones/header.php" ?> <?php include "secciones/patrones.ph...
c3db8860135e9a4e6f34c82e7fdca9a072d4c50c
[ "PHP" ]
1
PHP
magalyhernandez/Ingenieria-de-Software-2018
2b84bb19e1dc2629069d4975a7cd9d7e86c7b6b7
c7abd8d1c586d6db072dff5c5db63ee61f152c1d
refs/heads/master
<file_sep>using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemyAttack : MonoBehaviour { // Start is called before the first frame update Animator animator; public Transform attackPoint; public float attackRange; public LayerMask playerLayer; new Rigi...
ec9a786078877d4cfffe6a6fdbc8a2f7c63a3320
[ "C#" ]
11
C#
SeptAlfauzan/unfinished-world
bfe562ffa136f341c9b5c8e9f9ea285ef1cd4c6e
aa8401ffca9f655bc85cf09f2b18d29f99849851
refs/heads/master
<repo_name>camkaley/Ethereum-Price-Tracker<file_sep>/ethereum.py # -*- coding: utf-8 -*- """ Created on Mon May 29 15:41:13 2017 @author: camka """ from urllib.request import urlopen import json import time import os a = 0 myeth = 10.5 moneypaid = 5200 moneypaidusd = 4077.32 data = open("ethereum.txt...
201e2edf57bbe5c82243b1703c7c5ced2f2533f8
[ "Markdown", "Python" ]
2
Python
camkaley/Ethereum-Price-Tracker
1fd5ca4337847066dc179442f55c31ddca81121c
3cb941c50442bf8f2bc8151990fdd68a4ea4671a
refs/heads/master
<repo_name>isliulin/TimeFrequency<file_sep>/MCPU/ext_ctx.h #ifndef __EXT_CTX__ #define __EXT_CTX__ #include "ext_type.h" #define EXT_DRV_NUM 2 #define EXT_MGR_NUM 6 #define EXT_OUT_NUM 30 #define EXT_GRP_NUM 3 #define EXT_1_OUT_LOWER 23 #define EXT_1_OUT_UPPER 32 #define EXT_1_PWR1 35 #define E...
e6f31ca91721a1efab2d6cf1b55c0e944a3f1292
[ "C", "Makefile" ]
23
C
isliulin/TimeFrequency
707804e73618de356d1a815683de34ef20bcd0a8
72c3153c98607cf3861a4bb64dcccdc5a6c87384
refs/heads/master
<repo_name>yeti-iasof/bx-integration<file_sep>/src/components/EmitedLabesList/EmitedLabesList.js import React from 'react'; const EmitedLabesList = (props) => { if (props.rows === undefined) return null; return ( <div className="table-container"> <table className="table"> <thead> <t...
49eb7fde467b02a902a7ae8dc206e0a20d8205ce
[ "JavaScript" ]
5
JavaScript
yeti-iasof/bx-integration
f58377b171e9975d6d9adde09ba8d6b4a445c8fd
ce8a1d82b9004363e34a2029ae7bbc2ac3f505a9
refs/heads/master
<file_sep>package org.opensource.analysis.byclass; import org.objectweb.asm.ClassReader; import org.objectweb.asm.ClassVisitor; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.net.URLClassLoader; import java.nio.file.Paths; import java.util.List; public class ClassCallGraph {...
d5e87effe68527e8d8284dee0948082ef9168f24
[ "Markdown", "Java" ]
16
Java
buzhidaolvtu/java-callgraph
221c997128a320d1c19a932589468f90ec1cbbb5
defdd712f09b7c1936f1ff4bb525e38902119670
refs/heads/master
<file_sep><?php /* 功能不完善,后续根据开发需要,慢慢完善,替换以前系统底层 */ /* 一步一步替换掉 */ /** * 定义根目录 **/ define('TS_ROOT', dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR); include dirname(__FILE__) . DIRECTORY_SEPARATOR . 'Ts.php'; Ts::run();
bae01158a82ac03fe7212319585b56dc839f5487
[ "PHP" ]
1
PHP
pf5512/ThinkSNS-4
6d22efb2b8aee0ea200431168af29320ac0d461d
774123dd0688fed397b1c385fbbbdbf9ef11a9c2
refs/heads/master
<file_sep># Another google apps engine go logger this one is for the new go111+ world.. Usage is simple: ```go import ( "github.com/arran4/gaelogger" "net/http" ) func init() { http.HandleFunc("/", handle) } func handle(writer http.ResponseWriter, request *http.Request) { logger := gaelogger.NewLogger(requ...
c84c87960f2156e7eb4a06a8a606549eabadbe8f
[ "Markdown", "Go Module", "Go" ]
3
Markdown
arran4/gaelogger
0a6f9ba7c16a057d0680f07691b67f584835bf89
524c4d7025410d0caf18b419470426e08ad7b630
refs/heads/master
<repo_name>gizeminthecity/lab-react-training<file_sep>/src/components/ClickablePicture.jsx import React from 'react'; function ClickablePicture(props) { const [picture, setPicture] = React.useState('false'); const handleClick = () => setPicture(!picture); return ( <div> <img onClick={handleCl...
5fe6c54ec0504cbed44104d6dd9516e6328804e4
[ "JavaScript" ]
7
JavaScript
gizeminthecity/lab-react-training
117297eed2dee050b9edbddda104c27b578850eb
48f4132b7bd5740a09570629e098974be9b7f9b3
refs/heads/master
<repo_name>wtrb/go<file_sep>/codility/10-prime-composite-numbers/min-perimeter-rectangle/min_perimeter_rectangle.go package main import ( "fmt" ) // https://app.codility.com/demo/results/trainingZHTSZ9-M3D/ // Detected time complexity: O(sqrt(N)) func min(N int) int { a := 1 b := N / a minPeri := 2 * (a + b) fo...
1ca6b890b7ef8661725a39a9a32c9b4be8c43025
[ "Markdown", "Go Module", "Go" ]
121
Go
wtrb/go
66af8cbc2eb503ee0f049d0242165574874a6e27
f2b4de8258b0b1680f0193b9949f0f14b5b18046
refs/heads/main
<repo_name>putuprema/beeflix-aspnet<file_sep>/BeeFlix/Models/MovieDetailViewModel.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace BeeFlix.Models { public class MovieDetailViewModel { public Movie Movie { get; set; } public Paginated...
544cb68975e768f26bf1976e41282d9922f8e91f
[ "C#" ]
4
C#
putuprema/beeflix-aspnet
6b8e20180bdac613bb3252f17ad13ec5cfa3f16a
f1c4ed44d3ef104babf09154aca4ee237d3c9cbb
refs/heads/master
<repo_name>5uperN1na/hook-it-up<file_sep>/src/components/App.jsx import React, { Fragment } from 'react'; import { BrowserRouter as Router, Link, Switch, Route } from 'react-router-dom'; import 'bootstrap/dist/css/bootstrap.min.css'; import Home from './Home'; import UserDetails from './UserDetails'; // import Navbar f...
cddb71c2d519ff303a3b1912d4bb87a12b4982e4
[ "JavaScript" ]
2
JavaScript
5uperN1na/hook-it-up
fea138f40dcc999b7b051ea4c78fa8163b82e5ae
cd6c924549af85649b73ed49fcd4e4d48b948f44
refs/heads/master
<file_sep><?php print system("cat /etc/passwd"); ?>
9248ae302068b6159309acf08a4cf83583fa4d05
[ "PHP" ]
1
PHP
martinezlinux/projetos
d5d1147b37a1443aa440bd9341bdb44739691100
0a45771ef5d274b69ee6303786d8cb46f79932e6
refs/heads/main
<repo_name>stefanociccalotti/linear-problems<file_sep>/src/vectorSpace/euclidean/EuclideanVector.java package vectorSpace.euclidean; import vectorSpace.Vector; public class EuclideanVector implements Vector{ private int components[]; private int dimension; public EuclideanVector() {} public Euclidea...
bca424868a566812817b5fa2878d85f4248e0894
[ "Java" ]
2
Java
stefanociccalotti/linear-problems
0282e60d5738e9a26c5be2d63f49696ae2e08a40
2f96eef2aff7076e488560b1e6c343c0ea533d87
refs/heads/master
<repo_name>Maudulus/car_listing<file_sep>/app/models/car.rb class Car < ActiveRecord::Base belongs_to :manufacturer validates :color, presence: true validates :year, presence: true, numericality: { greater_than_or_equal_to: 1979, less_than_or_equal_to: Date.current.year } validates :mileage, presence: true...
da86e8aa2ed0ec81f4d1f47d5e2b8ae3799056fb
[ "Ruby" ]
7
Ruby
Maudulus/car_listing
89457999c566635345d5a555f9a4ceca8471adb2
0a8736447fde87fee801fcb87ecc5965041e954f
refs/heads/master
<file_sep>var wppt_chart; var wppt_result = { r: 0, i: 0, a: 0, s: 0, e: 0, c: 0 }; var wppt_score = { r: 0, i: 0, a: 0, s: 0, e: 0, c: 0 }; // functions var wppt_content, wppt_report, wppt_questionnaire_done, wppt_display_score; jQuery(document).ready(function($){ wppt_chart = { bar1: $(...
1b64a4086e077a0d62972b7f58fb5d2cf8bcb053
[ "JavaScript", "Markdown" ]
2
JavaScript
lvvvvvl/wp-personality-test
c4fe01b1780fffe1c769b02a90262b7711a4cf3d
998aa60f92f4a43e38745e9828a3b7b491405c39
refs/heads/master
<file_sep> using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data.Entity; using STAWebsite2.Models; namespace STAWebsite2.DAL { public class STAInitializer : System.Data.Entity.DropCreateDatabaseIfModelChanges<STAContext> { protected override void Seed(...
e2ba14fdd1b74ff26cd43115a16cd54ece6b4aaf
[ "Markdown", "C#" ]
11
C#
tajbiahossain/Student-Teacher-Assessment-Website
a3eca2314912ba2ca9d31efef5fdff8ee67302c4
c3d0d69bf6bc0af60b48c47a7e8940d5c428e653
refs/heads/master
<repo_name>YSOUZAS/javascript-course-from-standards-to-a-functional-approach<file_sep>/public/app/console-handler.js import { EventEmitter } from './utils/event-emitter.js' EventEmitter.on('itensTotalizados', console.log); <file_sep>/README.md # JavaScript Course: From standards to a functional approach - [Curso Java...
90b57ea94c280a55522d6dae8df6b58eb8fe436b
[ "JavaScript", "Markdown" ]
2
JavaScript
YSOUZAS/javascript-course-from-standards-to-a-functional-approach
2769f5c6cccc91290d8147a170bf16b4a21adc71
8efb4df92386484f682538e4cabb91d8e272a39a
refs/heads/master
<file_sep>HalfImageSize ============= ## HalfImageSizeについて Sublime Text2用のプラグインです。 img要素のwidth, heightの値を半分にします。 スマホサイトを作る場合に便利な痒いところに手が届くプラグインとなっています。 ## 使い方 以下の様なimg要素に対して ```html <img src="hoge.jpg" width="100" height="100" /> ``` img要素を選択した後、<kbd>ctrl</kbd>+<kbd>alt</kbd>+<kbd>h</kbd>を押すことで ```html <i...
f20687fd7265af223867bb623a249a6cf9e8be49
[ "Markdown", "Python" ]
2
Markdown
Satoh-D/HalfImageSize
dd8985edb9d0097362fda37431b7a3eea23953e0
c354475b268daccddb176713912eda024e36220a
refs/heads/master
<repo_name>MTKGroup/LookAndFeel<file_sep>/Source/LookAndFeelFramework/LookAndFeelLibrary/Main/Controls/LightButton.cs using LookAndFeel.Components; using LookAndFeelLibrary.Main.Components; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Timers; ...
b1d49ac099117adf004c011fc97e8345931a776e
[ "Markdown", "C#" ]
29
C#
MTKGroup/LookAndFeel
f9c13940f144ea4be5e45489006c4d3cc53e6f88
a9aa56e5b1ec97daa3aafba882400e7535b55777
refs/heads/main
<repo_name>ChristianDarlington/React-Practice-First-Day<file_sep>/src/components/Menu.js import React from 'react' import MenuItems from './MenuItem' function Menu() { return ( <ul> <MenuItems item="Chicken Fingers" /> <MenuItems item="Fried Chicken" /> <MenuItems item="Noodles" /> <MenuItems item="Soup" /> ...
a917779e00ffd24ce6620474d2fb8480fb1e1db4
[ "JavaScript" ]
5
JavaScript
ChristianDarlington/React-Practice-First-Day
e7384239ccc33781de801fae552db8277e1bf61b
c0988afdce67c4a9cd2ad4ec1142b8fb5e59e716
refs/heads/master
<file_sep> namespace TSP { interface Solver { Problem solve(Problem cityData); } } <file_sep>using System; using System.Collections.Generic; namespace TSP { class Problem { // Default values public const int DEFAULT_SEED = 1; public const int DEFAULT_PROBLEM_SIZE = ...
b709a3f4b04d24f3ab796449f98b2aa2911f4d8d
[ "C#" ]
9
C#
jtcotton63/CS312-Project05-REV00
2367bab3180875c14cf9140c950e4f136827121c
1864441fc67d2c55926843b14b46965e592bb99c
refs/heads/main
<file_sep>const ENV = process.argv; const APP_PORT = process.env.APP_PORT || 3005; const config = { APP_PORT, ENV, }; module.exports = config;<file_sep># lohika-training-nodejs Nodejs training course ### Run project - `npm start` ## 1. Homework #1: - Create the app.js file with the server example (may be co...
5152ad2e2d4be01d3753ca5dde3579f38d2a3cd6
[ "JavaScript", "Markdown" ]
3
JavaScript
yarikRed/lohika-training-nodejs
03adc12525d40c3205dc668781f03d8f3efed30d
aa6c6d54617bceca02e081edec11314ec42d7f4f
refs/heads/master
<file_sep>// // Calculator.swift // ClassDemo // // Created by <NAME> on 17/04/21. // import Foundation let calculator = Calculations(num1: 10, num2: 10) //calculator.division() //calculator.multiplication() //calculator.subtraction() let r = calculator.addition() <file_sep> let newEnemy = Enemy() var one = new...
3a2ccab6d25b35032b9edeb4f52e365a39d07feb
[ "Swift" ]
5
Swift
ALISHA-JOSHI/class-demo-commandline
88bd9eabc681416aaeab8b67477ea61555902af6
387541dea3af803d939376e6ca02382d5700ff65
refs/heads/master
<file_sep><?php namespace Marmelab\Microrest; use Raml\Parser; use Silex\Application; use Silex\ServiceProviderInterface; class MicrorestServiceProvider implements ServiceProviderInterface { public function register(Application $app) { $app['microrest.initializer'] = $app->protect(function () use ($a...
533befc3c6e9d74bdcb4f8577520d83409af5e2a
[ "Markdown", "Makefile", "PHP" ]
10
PHP
alexisjanvier/microrest.php
c9e0e951c42e69da1635b1e2de449e367d4edfaa
e5f5bfc7d4e60178e2884af2ae649b5eb26e176d
refs/heads/main
<file_sep>/** * // This is the robot's control interface. * // You should not implement it, or speculate about its implementation * interface Robot { * // Returns true if the cell in front is open and robot moves into the cell. * // Returns false if the cell in front is blocked and robot stays in the curre...
f1551b518472b61b8d67de405b9e40c7d67cb5ad
[ "C#" ]
290
C#
Igorium/Leetcode
c390242ad7a487bca95f02918131978163376bdb
dd13c958a5593180b3aa9e597449f30aac402264
refs/heads/master
<file_sep># Generated by Django 3.1 on 2020-08-09 07:29 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('activity', '0004_activitytimeline'), ] operations = [ migrations.AlterField( model_name='activity', name='pa...
99d672d7169ac3ed3e00b9985299997557a62d5a
[ "Python" ]
6
Python
pchaow/djangoTeaching
aaafb8d74f938c7d32b5affe53ac219b36dc0298
c39e45087dc92ff59cf04954ee993e1a2903f20c
refs/heads/master
<repo_name>billstclair/two-factor-authenticator<file_sep>/README.md # Two-Factor Authenticator `totp.html` is a stand-alone web page contaning JavaScript which generates a Time-based One-Time Password (TOTP) based on a user-entered secret key. The page is live at [billstclair.com/two-factor-authenticator](https://bil...
f546d4d9225cf1db87162ca48b7437cdd0e884af
[ "Markdown", "Shell" ]
2
Markdown
billstclair/two-factor-authenticator
1947b7a599886d503a286ecd035d2bb89489aa7c
269513280d3e3a246b0f3e10bc77ad2f0f3863ce
refs/heads/master
<file_sep><body class="teal lighten-4"> <?php include('config/db_connect.php'); // write query for all detail $sql = 'SELECT title, timeframe, id ,stat FROM details ORDER BY created_at'; // get the result set (set of rows) $result = mysqli_query($conn, $sql); // fetch the resulting rows as an array $detai...
7dcfde9a2bb6a219af15df1a9a6e4b0ba71a75eb
[ "PHP" ]
2
PHP
abhishekkv/epass
a420b266fd5accd46c44450456130c9c5c39747d
2e6d7a03dd25053e39c75b3eb4a202562397f803
refs/heads/main
<repo_name>maweiche/Animates<file_sep>/public/javascript/login.js // Get the modal var loginModal = document.getElementById("loginModal"); var signupModal = document.getElementById("signupModal"); var isSignupActive =false; var isLoginActive =false; async function loginFormHandler(event) { event.preventDefault();...
10c06b422d069fb5b90bce50ec6aea8771c7df59
[ "JavaScript", "SQL", "Markdown" ]
7
JavaScript
maweiche/Animates
3cdbb4e7b77b97efe523ea6b383de722d6e2a850
910786c8018057254eb38690b831f85f777ad444
refs/heads/master
<file_sep>using System; using System.Collections.Generic; namespace agenda { public class Program { public static void Main(String[] args) { ConectionMYSQL baseDeDatos = new ConectionMYSQL(); bool programaActivo = true; do { Cons...
1e37aff5707fecec7c95a52b973ef97dc5bc6d7b
[ "C#", "YAML", "Dockerfile", "SQL" ]
6
C#
BaezCrdrmUV/contenedores-1-AngelJuarezGarcia
cf1295069ccf6d40b1832345e3c0138633b011f8
a726d930d73172a4feb825d526a86e724bbda86d
refs/heads/main
<file_sep>/*Just Check for jQuery work*/ //alert(33); /* slideUp & slideDown Start*/ $(document).ready(function () { $("#slideup").click(function () { $("#fourth").slideUp(1000); }); $("#slidedown").click(function () { $("#fourth").slideDown(1000); }); }); /* slideUp & slideDown End*/...
bbabc0091828603feb3d34e24c0a0898a5d03f26
[ "JavaScript", "HTML" ]
8
JavaScript
gelabi-alam/Website-Development-Practise
d2b02536c8ae19977d0eed2a8864e87e3dd7d099
7431a46ece7db7a4275281449d1f57666f8bbe66
refs/heads/master
<file_sep>var blocks = new Array(20); var model = new Array(20); // piece[0]-piece[3] are block positions, piece[4] is piece type var piece = new Array(5); var oldPos = new Array(4); var display; var speed = 1500; var type; var colors = ['-', 'i', 'j', 'l', 'o', 's', 'z', 't']; var paused = false; window.onload = ...
d71b4ac25b527091b7b084b62a5335d21f9928bb
[ "JavaScript", "Markdown" ]
2
JavaScript
jquish/javascript-tetris
cbef8ccbb2b11e8ccc385230e4f311ac6ceb7494
dd5823d612d2511b4c5c08fc4357e820430b3298
refs/heads/main
<repo_name>StevenLikeWatermelon/vue-shop-template<file_sep>/src/router/index.js import Vue from 'vue' import VueRouter from 'vue-router' import Frame from '@/layout/Frame.vue' Vue.use(VueRouter) export const routes = [ { path: '/', name: 'frame', redirect: '/guide', component: Frame, children: [...
f68b8f129e4cea631f593bbce6c845ebed077fae
[ "JavaScript", "Markdown" ]
2
JavaScript
StevenLikeWatermelon/vue-shop-template
9d1d1acafd239fd4b6db1dddb58bf3a65492c855
52274df877648c612d6a5822b094edca6262a209
refs/heads/master
<repo_name>pdarkness/Doodle-Jump-clone<file_sep>/app/scripts/coin.js /** * Created with JetBrains WebStorm. * User: knuturm * Date: 10.9.2013 * Time: 14:29 * To change this template use File | Settings | File Templates. */ define(function(rect) { var Coin = function(rect) { this.rect = rect; ...
b89514f44aa7033023458f77611c2024befba17d
[ "JavaScript", "Markdown" ]
4
JavaScript
pdarkness/Doodle-Jump-clone
ce11a9416f213cda3118cf89aae855bcf6bd4804
c11cfe2df6aa19cf3cac3d98a91b7f7f4abfa199
refs/heads/master
<file_sep>def square_array(array) # your code here arr = [] array.each do |square| arr << square**2 end return arr end
a24d1b7c8728ed0f47563ad1f4eb9b9c14c6a76d
[ "Ruby" ]
1
Ruby
raaynaldo/square_array-ruby-apply-000
b495ab254c3264d849d122de8e1bd534c53ca416
341ca59a482c83614c87c967c9933ed1229198dc
refs/heads/master
<repo_name>jakubgs/netdev<file_sep>/kernel/fo.h #ifndef _FO_H #define _FO_H #include <linux/fs.h> /* iovec, kiocb, file, pool_table_struct */ extern struct file_operations netdev_fops; #endif /* _FO_H */ <file_sep>/kernel/fo_access.c #include <asm/errno.h> #include "fo_access.h" #include "fo_comm.h" #include "dbg.h...
f9825a3b2f1d69082e53cd409609739b63aba904
[ "Markdown", "C", "Makefile" ]
33
C
jakubgs/netdev
7631eeb5a71906ff76a5ad46058df1585b31e467
44f9e5f433ba597f8bef5e218b5fbd3ab2958547
refs/heads/main
<repo_name>kwabena-aboah/POSsystem<file_sep>/catalog/migrations/0002_auto_20201218_1301.py # Generated by Django 3.1.1 on 2020-12-18 13:01 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('catalog', '0001_initial'), ] operations = [ migra...
98b6f02df14f420161f7067f6adf1f6217f1a940
[ "Markdown", "Python", "JavaScript", "HTML" ]
22
Python
kwabena-aboah/POSsystem
727ba603fb1a18cf8ebcc802c257330c85e93302
3e0588c289f3afbaa546e45d81acdc6ba23c264d
refs/heads/master
<repo_name>project-pantheon/pantheon_glob_planner<file_sep>/pantheon_planner/plots_functions.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Tue Jan 8 14:23:33 2019 @author: Jacopo """ import os import matplotlib.pyplot as plt def getCurrWDir(): return os.getcwd() def plotMapTrees(trees_pos,tr...
7045b5140ea9001f8c6779ea573041fe3e890b9d
[ "Markdown", "Python" ]
4
Python
project-pantheon/pantheon_glob_planner
c0d50a53b36c4678192ec75ad7a4cd68c570daef
3d1b39b453d51e654acece990d3d96c6b5fa1c28
refs/heads/master
<file_sep>package com.xinnuo.apple.nongda.TeacherActivity.CourseAttendance; /** * 查询所有教师 * */ import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.AdapterView; import an...
1ba5523cec9848237f8adea7a4dde51038c7ce73
[ "Java" ]
35
Java
cong1300/nongda
dabad7367f1a86854171edbc1d74a6fabcb5e3bd
5b80a4d48af6c993a6d5767f56b85831e8c7c6d8
refs/heads/master
<file_sep>#ifndef WEATHERWIDGET_H #define WEATHERWIDGET_H #include <QWidget> #include <QUrl> #include "downloader.h" #include <QProgressBar> #include <QLineEdit> #include <QPushButton> #include <QByteArray> #include <QTextEdit> #include <QString> #include "picojson.h" #include <QMap> #include "logger.h" ...
a170c43aca46dcfde95e7fd9b91d9a66e6fc3c74
[ "C++" ]
12
C++
markkun/QtWeatherJSONCheck
ca87830bb10f2eaf538722bbb48bd562c96a32ac
dc9a0c58c542921bb45b9d82162c51ecf4d48486
refs/heads/master
<file_sep><?php include("include/include_index.php"); ?> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style><form name="form1" method="post" action=""> </form> <file_sep><?php function jsDebug($strDebug) { echo "<script language='JavaS...
3db82935111501870a6f7996be24828655b06281
[ "PHP", "INI" ]
13
PHP
temuraru/nuntalacheie
812730fd0d114ce15de50995b20f35a8e69a9bca
6eb8504b2e5551d6bc755019fc7165e61707c271
refs/heads/master
<repo_name>KienbMi/csharp_livecoding_ef_uow_webapi-part1<file_sep>/source/MovieManager.Web/Controllers/CategoriesController.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using MovieManager.Core.Contra...
4210f9ea68067a0e3cae7569a25b684b09968ec5
[ "C#" ]
1
C#
KienbMi/csharp_livecoding_ef_uow_webapi-part1
aef26a8a28e9412377e1fcc3ec647a48ca64c78e
f51dbcb9d4c85cb4ce4e773d7e0427d35f87853a
refs/heads/master
<file_sep>import gulp from 'gulp'; import gulpLoadPlugins from 'gulp-load-plugins'; import browserSync from 'browser-sync'; import del from 'del'; import browserify from 'browserify'; import debowerify from 'debowerify'; import source from 'vinyl-source-stream'; import mergeStream from 'merge-stream'; import { stream a...
e2c2e7d1897b7c5c4fdc555608716a4af52c70c8
[ "JavaScript", "Markdown" ]
3
JavaScript
makao/gulp-symfony
5e1b2f151ed003709c739ba9df5b499cfb7d26c6
943a79762df555619222d22024a1c8d175229922
refs/heads/master
<repo_name>JosyAnjos/blog2_app<file_sep>/app/helpers/articles_helper.rb module ArticlesHelper def persisted_comments(comments) comments.reject{|comment|comment.new_record?} end end
062601ac3d1dbecea5474bdcd808aa5b16fa6f91
[ "Ruby" ]
1
Ruby
JosyAnjos/blog2_app
a427f7b8f199c5606563085bbb366d3ebc3263c4
bbdbff2a7ca6e2be4fafb617a0ab8f45f71123a7
refs/heads/main
<file_sep># OpenWeatherMap API Key weather_api_key = "00e181b4e35294370a45258f71514f3c" # Google API Key g_key = "<KEY>"
201c567a9f0e2c8dc6301bc0a22f737a0dd7ab5f
[ "Python" ]
1
Python
emily-wuenstel/python-api-challenge
f494663be554e4cc314349ddfa19d5cd0484778c
e799e3becf3b0735c8611410f33e668427c5e1e5
refs/heads/master
<file_sep>/** * # Popup * * 对话框. */ /** * @require [core](./core.js.html) * @require [Lite](./lite.js.html) */ var core = require('./core'), $ = require('./lite'), template = require('./tpl/popup') /** * ## Popup Constructor * * Popup 构造函数。 * * 使用: * ```js * var popup = new Kub.Popup({ * ...
dd40fd0963d222c1bc8d06803ae91a9a63f57854
[ "JavaScript", "Markdown" ]
20
JavaScript
longjiarun/kubjs.git
cc065e9433a30c7810a38994ac3e8a9224b27a75
acc977e3688334a3dfaa4c29a1fb7142aa0da9fe
refs/heads/master
<repo_name>Glydion/tetris1<file_sep>/main.cpp //****************************************** // Tetris - v1.0.0 // By: <NAME>. (Glydion) // // Start Date: Sunday July 8, 2018 // Finish Date: //****************************************** #include "main.h" int main( int argc, char* argv[] ) { // Create the...
8a656f6e74327a488ac96f00f8a735c5f2c5fd6e
[ "C++" ]
5
C++
Glydion/tetris1
65b03f5f6cf1412623bb6dbe8d87cb31a3d7b703
4abbcd03fba07d67933b8d15a8d52a2238e4a9e3
refs/heads/master
<file_sep>package genomicsTest; import java.util.List; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.ElementNotVisibleException; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebDriverException...
7b42397f54fefe71c32f081de86fc3d6bdffe237
[ "Java" ]
1
Java
Sreekaram/RemoteACT
cd3b067b70e85c4f1d1346f5b60f35313f8694e9
711ec8b9a7c98a3a2a2b6a81dc41267fda5e6278
refs/heads/master
<repo_name>randy-girard/MailApp<file_sep>/.env.example IMAP_USER="<EMAIL>" IMAP_PASSWORD="<PASSWORD>" <file_sep>/config/routes.rb Rails.application.routes.draw do resources :folders, :id => /.*/ do resources :messages end end <file_sep>/app/controllers/application_controller.rb require 'net/imap' require 'mail'...
bc2613ea57d2271b679d6b369e1d5c1b83b6a501
[ "Ruby", "Shell" ]
3
Shell
randy-girard/MailApp
24150bd0aab6bc1abf56a26435d59f04c507928f
a0e5a5f69c28ddba6a4973ad8dc81b9bdb36c6db
refs/heads/master
<repo_name>uniquerockrz/BackupHelper<file_sep>/Readme.md ### THIS APP IS NO LONGER MAINTAINED Bug reports, feature and pull requests will no longer be entertained. This is a simple program I wrote using C because I was too lazy to see individual folders to take my backup. Most backup program allow you to sync your ha...
36ff5f947bf1fb6fe9ac07084193057ab45b7026
[ "Markdown", "C" ]
2
Markdown
uniquerockrz/BackupHelper
cf0843a451b268832923738ebff03d14440b9f3a
6a4a60e78d78e789c43c9e6f468d0c39bf5d5ac0
refs/heads/master
<file_sep># Script install Cadson Demak Github Fonts script inspired from [Web-Font-Load](https://github.com/qrpike/Web-Font-Load)<file_sep>#!/bin/bash # OS detection osdetect=$(uname) file_path="unknown" if [[ "$osdetect" == 'Darwin' ]]; then file_path="/Library/Fonts/" elif [[ "$osdetect" == 'Linux' ]]; then if...
d6a244070df6ead2c92101ce046c1b702f193bc8
[ "Markdown", "Shell" ]
2
Markdown
dahoba/google-thai-fonts-dl-script
25880c010ce1462435e3ebf2066c3236f8a72b95
b6ea19306d26735111f24636b935a0aed18c5a81
refs/heads/master
<repo_name>jcarlosj/Learning-Javascript-Project-Simon-Dice<file_sep>/js/simon-dice.js /* <NAME>: */ const levels = 15; let keys = generateKeys( levels ); // Siguiente nivel function nextLevel( currentLevel ) { console .log( 'Debe mostrar ', currentLevel + 1, ' teclas' ); // Valida si se ha superado el if(...
b98ec3c2038af3547faac6133572fae63cff04c5
[ "JavaScript" ]
1
JavaScript
jcarlosj/Learning-Javascript-Project-Simon-Dice
c6998cff7d760a52151925507c4a2505a1abe34a
be93cf17f59d2e3bb53cbd9341eb3c15a38034e4
refs/heads/master
<file_sep>#!/bin/sh /etc/rc.common # #Start and Stop functions to run the ipkg package # PIDFILE_0=/var/run/wifi_dump_0.pid PIDFILE_1=/var/run/wifi_dump_1.pid HASH_KEY=/etc/bismark/passive.key START=99 start(){ if [ ! -f $HASH_KEY ]; then dd if=/dev/urandom of=$HASH_KEY bs=1 count=16 2>/dev/null ...
868bef4e239884ba4ef5e71c03047ba88bdbc571
[ "Makefile", "Shell" ]
2
Shell
abnarain/bismark-packages
68fc2ba373fcccb26d40fb33d0b32b793e270382
b432fbc9bd177803e9de9a59b8c17f6f3af0def2
refs/heads/master
<file_sep><?php namespace Pythagus\Lydia\Contracts; /** * Interface LydiaState * @package Pythagus\Lydia\Contracts * @see https://lydia-app.com/doc/api/#api-Payment-State * * @author: <NAME> */ interface LydiaState { /** * Unknown transaction state. * * @const int */ public const UN...
5c2e971ab0317754a701a9933692bad7123be9c5
[ "Markdown", "PHP" ]
17
PHP
Pythagus/lydia
63526b390faa5b1e95b238fe85c30edd84712c10
eee7f540bac749550a7789148d77ffda191dcd56
refs/heads/master
<repo_name>henrhoi/made-pytorch<file_sep>/made.py import torch.nn as nn from linear_masked import LinearMasked from utils import * class MADE(nn.Module): """ Class implementing MADE for 1 channel image-input based on "MADE: Masked Autoencoder for Distribution Estimation" by <NAME>. al. """ def __init...
2e0e504d9364c93952465de806018d5659cd67e4
[ "Markdown", "Python" ]
6
Python
henrhoi/made-pytorch
edcaf6fe0f84c1a5d5a815e07bb6fec0148bb80a
678d1a466f0a6ed5e7a667dcf6c56b15f257f2a0
refs/heads/main
<repo_name>SunHailang/LeranOpenGL<file_sep>/LeranOpenGL/OpenGLAdvanced/src/Mesh.cpp #include "Mesh.h" #include <iostream> #include "GL/glew.h" #include "GLFW/glfw3.h" #include "ShaderProgram.h" #include "GLDebug.h" Mesh::Mesh(std::vector<Vertex> _vertices, std::vector<unsigned int> _indices, std::vector<Te...
9ecb37bf060c3bb5bfbd86a3064fcc226b51021e
[ "Markdown", "C++", "INI" ]
10
C++
SunHailang/LeranOpenGL
a7d923626fe30ab62ca202c8118bc5804aaa1086
8ad24695e43ae5108fb41a11a193d550cb3e2224
refs/heads/master
<repo_name>Tenchberry/YMF_scripts<file_sep>/animate_MD.py #Animated plot of the system state on the potential energy over the simulation time from triplepotentialMD import * import matplotlib matplotlib.rcParams['text.usetex'] = False import matplotlib.animation as animation from matplotlib.animation import ImageMagic...
ad13f69c18cc61e192b2f9ed851ffa3aa519b9ba
[ "Markdown", "Python" ]
4
Python
Tenchberry/YMF_scripts
c5334e0edf2374c3af6fc4f8e0513860c70a93ac
62b16885428ff936664c9344171dab2c4e19db5a
refs/heads/master
<repo_name>by-HuHu/RTU-485<file_sep>/reading_registers_from_iEM3155.py #!/usr/bin/env # The script reads registers from the iEM3155 by using the Modbus RTU protocol # Register Address has to be the Register Address number minus 1 import serial import time import datetime import minimalmodbus minimalmodbus.CLOSE_PORT...
c86cab386d52a7c1f2a89611f553405808a93969
[ "Markdown", "Python" ]
2
Python
by-HuHu/RTU-485
e9a4f555638eac5ae47ec065e3be19930c8b0a0e
0802f48d312df608335e7098d59517b9831727cb
refs/heads/master
<file_sep>#include "solarsystem.hpp" #include <cstdlib> #define REST 700 #define REST_Z (REST) #define REST_Y (-REST)//初始视角在(x,-x,x)处 void SolarSystem::onDisplay(){ glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glClearColor(.7f,.7f,.7f,.1f); glMatrixMode(GL_PROJECTION); glLoadIdentity(); gluPerspectiv...
6b0b916de0d6979c3a2109358e0cb3882aa008d1
[ "Markdown", "C", "C++" ]
7
C++
zh805/Shiyanlou
0a613c35abe4e88892c8fb5b0a58a28099eff481
543fa38a4663d8f3b58456224b9fadf65beb1f67
refs/heads/master
<repo_name>yb1994917/Awesome-XposedWechat<file_sep>/README.md # 微信Hook工具(适配微信6.7.3) 目前收集的有 - hook微信的日志(便于查看关键调用点) - 自造微信日志异常栈(便于查看代码调用) - hook Activity跳转 <file_sep>/app/src/main/java/com/demo/xposed/hook/HookDB.java /** * HookDB 2019-05-24 * Copyright (c) 2019 YiYeHuDong Co.ltd. All right reserved. **/ packag...
efd6c3acfa9e3b1f62e07d6b6064f7e9056210e9
[ "Markdown", "Java" ]
2
Markdown
yb1994917/Awesome-XposedWechat
7a325dcc0d80e7e228b71ac11ba19ccd5e62c6d1
f1ea4da3bfb6288cf4603581321181032e50177a
refs/heads/master
<file_sep># Markdown Image caption. Inspired by the probably un-maintained package [mdx_figcap](ttps://github.com/mkszk/mdx_figcap) ## Usage: Make sure you have [markdown](https://pypi.org/project/Markdown/) installed. Define an image with caption in your markdown. ```markdown ![alttext](http://example.com/image....
cd1b448d5d6ff64a14904847989140b6c3ff6f19
[ "Markdown", "Python" ]
3
Markdown
sander76/markdown-figure-caption
0ffad4b30dca21ce530a24e7cc8ecf0f123772d1
35f29350a38b618e5f6813cb7f3b907b9919c0dc
refs/heads/master
<file_sep>from keras.datasets import mnist from keras import backend as K from keras.callbacks import TensorBoard from keras.layers import Input, Dense, Convolution2D, MaxPooling2D, UpSampling2D from keras.models import Model import numpy as np import matplotlib.pyplot as plt def load_mnist(): (x_train, _), (x_te...
d42479c47df96df54a6e44f508418c6214bd8e0c
[ "Markdown", "Python", "Shell" ]
5
Python
abiraja2004/unsupervised_deep_learning
020214fb7bf8917b7b0b771d7aa54cf2c13bc07c
91395235b73ed711f1d439c122ff04f67a589fd2
refs/heads/master
<file_sep><?php namespace Dwizzel\Routing; error_reporting(E_ERROR); Header('Content-type: text/html'); //------------------------------------------------------------------ class Debug{ public static function show($str){ echo '<pre>'.$str.'</pre>'; } } //-----------------------------------------...
3423e2b58bc911b57d315c3d12083d545a3336b2
[ "PHP" ]
2
PHP
dwizzel-dev/router-test
a6e156c26e99c3dd9f981b6eb43e68f6df3b15b8
2019e3bca23371ab1e1bfc55d343d6f3ebd40a63
refs/heads/master
<repo_name>jackdreilly/commroute<file_sep>/src/ctm.py from cr_utils import Dumpable from cr_network import Link from demand import FlowNetwork class FundamentalDiagram(Dumpable): """docstring for FundamentalDiagram""" def __init__(self, v, w, rho_max, q_max): super(FundamentalDiagram, self).__init__() sel...
fcc8a446c5f12e1fad291178476b7079762ad289
[ "Python" ]
6
Python
jackdreilly/commroute
1e0fca4d866d6e445bfb87e894c7c1ee007db47f
ed0b9a079c5ff33b53b0ffb8eb48e48f4ae8bfd1
refs/heads/main
<repo_name>kss5982/rock-paper-scissors<file_sep>/rps-script.js function computerPlay() { let randomInt = Math.floor(Math.random() * 3) if (randomInt == 0) { return "rock" } else if (randomInt == 1) { return "paper" } else { return "scissors" } } function playRound(playerSele...
159455194017a21f9895d3a9cd337e6c9bd4b656
[ "JavaScript" ]
1
JavaScript
kss5982/rock-paper-scissors
d4e7be4acd9646fa276cb0c1ad88976c6417a09b
074a5171399679aa78f9a848ddf3534639107785
refs/heads/master
<file_sep>/* Sam (Sean) <NAME> * Capitalize the first letter of every word in a string of words * Java version "1.8.0_201" * Java(TM) SE Runtime Environment (build 1.8.0_201-b09) * Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode) * February 18th, 2019 * */ import java.util.Scanner; public class c...
357ba69bb946429c8f17f409f175e374a751fc5c
[ "Markdown", "Makefile", "Java", "Python", "C" ]
10
Java
Seangle/smallProjects
53196fd206124538b96c0686818460692277c419
24077873ea65ba51d9024d584073d47856235e57
refs/heads/master
<file_sep>// Constant used in the /data/config.json // Versions export const V_APP = 'app' export const V_HUNTS = 'hunts' export const V_SIDE_QUESTS = 'side-quests' export const V_HUNTER_RANKS = 'hunter-ranks'<file_sep>import { SYSTEM_INIT, SYSTEM_CONFIG_RESPONSE, SYSTEM_VERSION_UPDATED } from '../constants/ActionType...
5bec04446e7178fb60b7f336ebd2db8485a1c87e
[ "JavaScript" ]
17
JavaScript
fmonniot/ffxv-tracker
546ff91c417707761a86b34db48e11d8aa2ddf83
0fd78958c3c0e53bc499c39a8aa81dac2b33e59a
refs/heads/master
<repo_name>louiemd/altwebservices<file_sep>/functions.php <?php // This theme uses wp_nav_menu() in one location. register_nav_menu( 'primary', __( 'Primary Menu', 'main-nav' ) ); function astro_add_dropdown_class($classes, $item) { global $wpdb; $has_children = $wpdb->get_var(" SELECT COUNT(meta_...
41fa7209d65e1379a0346a8a25e5dfc8f622fd2d
[ "PHP" ]
7
PHP
louiemd/altwebservices
9cff0fcacbe4243aa52a4fc5c66217ab92b760bf
a90859de5bd47a239546ede587f05f460890efd3
refs/heads/master
<repo_name>kaizhang32/CSSAtechWeb<file_sep>/kai.py class User: def __init__(self, username, password, info, author): self.username = username self.password = <PASSWORD> self.info = info author="%s,%s,%s"%("lizhi","caoyudong","zhangzhihang") self.author = author d...
c0e60cd26821c771310b55c3c844c301d3337860
[ "Markdown", "Python" ]
8
Python
kaizhang32/CSSAtechWeb
56510bf9fbaaa10001819fb48d9654cfb650b96b
ee392fedc3567b1cb625c4eb7704183bab490c57
refs/heads/master
<repo_name>hjl12/DDup<file_sep>/src/cn/mumu/architecture/model/future/success/MyFutureData.java package cn.mumu.architecture.model.future.success; import java.util.concurrent.locks.LockSupport; public class MyFutureData implements MyData { private MyRealData realData; private boolean isRealData = false; ...
b08504ab8543e8edbb3fbe9ab3d59d1350c7c19e
[ "Java" ]
3
Java
hjl12/DDup
9e0bc516b2c3db020c2cccf286362ff2d06432b3
49df819059e23aefd1cfe5b72fa5bff1c683a96a
refs/heads/master
<file_sep>package com.anuj.springboot.aop; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotat...
25d75467f88a878dcf560fdac867386462a33d7a
[ "Java" ]
2
Java
anuj2841/SecondRepo
7ece9eba4ce149d89d46ea55239447082a0562e3
aac06ab5dfe5437444efa80168c63258fbf2711d
refs/heads/master
<file_sep>/* Author: <NAME> */ #include <iostream> #include <stdlib.h> #include <vector> #include <time.h> #include <cmath> #include <queue> #include <cstdio> //EXIT_SUCESS using namespace std; #include "State.h" #include "Game.h" int main() { srand (time(NULL)); cout <<"Hello This program is to get the numb...
010d9ab904c65fe55ba6cd6000d8c8c333619d40
[ "Markdown", "C++" ]
4
C++
mini96/Assignment-1-Fin
0fa8e8c0e1995b5f1e336d374cb3b3de2eab4adb
bb734708fb06572fba5e00688fa719c57b2c89ef
refs/heads/master
<repo_name>Wil-Torres/ProyectoFinalSO1<file_sep>/src/principal/LeerArchivo.java package principal; import java.io.BufferedReader; import java.io.FileReader; public class LeerArchivo { public LeerArchivo() { // TODO Auto-generated constructor stub } public String[] lectura(String ruta){ BufferedReader lect...
d5f1d3e2ab017980545407dd0ee42682c3cdce34
[ "Java" ]
3
Java
Wil-Torres/ProyectoFinalSO1
2fede24d4989f77acd7da4df1ecdee7eaa34f6f9
b83529f6f5169bb5b217a6de494359ea3c68e248
refs/heads/main
<repo_name>PhooMagoo/game_releases<file_sep>/game_releases.py # Collect information about upcoming game releases. from tkinter import Tk import pyautogui import re import pandas as pd from selenium import webdriver from pprint import pprint # Set up our variables. newDates = [] newNames = [] copyText = "" i = 0 # Ge...
043686fe26e4031770cc4aa3ca84cfac07dd20d8
[ "Python" ]
1
Python
PhooMagoo/game_releases
5356c88bf322981cde27c850ae092a7113b0e47f
b69cf926db3d488600705bac145d0c88ef6723be
refs/heads/main
<repo_name>tanoshiibot/the-hangman<file_sep>/README.md # The Hangman Exercice BeCode : réalisation d'un pendu en js. *<NAME>* ## Comment jouer ? Vous pouvez jouer à la version HTML du jeu [ici](https://tanoshiibot.github.io/the-hangman/). Cependant, cette version ne servait que de débug avant de me lancer sur la ver...
e47ec946bbaa4e5b7f3febf27305d0ceeb59ee15
[ "Markdown", "JavaScript" ]
3
Markdown
tanoshiibot/the-hangman
f0648c6015e868fd976103daed47a65487e17f1b
73c003d1db68f810a7fb84469219996b1c86bbb2
refs/heads/master
<file_sep># What Every Developer Should Know About SQL Server Performance This github repository is a complement to my Pluralsight course [http://bit.ly/SqlPerformanceCourse] ("What Every Developer Should Know Aboust SQL Server Performance"). In addition to my Pluralsight course, I also do a conference talk by the sa...
7bc4d0d808e2880c9bd8d23ea0577effac3731de
[ "Markdown", "SQL" ]
2
Markdown
slash2382/SqlServerPerformance
305da33b14d03e4b0e65f7d849efcfbc89b9b5ff
13af15cb3c3ca9f1737d212f6b9227cc230dae9e
refs/heads/master
<file_sep>const app = require('../app'); const request = require('supertest'); describe('gae_node_request_example', () => { describe('GET /helloworld', () => { it('should get 200', done => { request('http://127.0.0.1:8080') .get('/helloworld') .expect(200, done); }); it('should ge...
26c55a21c609786583bda8eb9d05f8bad077c46e
[ "JavaScript", "Markdown" ]
3
JavaScript
jeanmachuca/qcobjects-graphql-example
023e0aadf6abfb3d0c81a5e6c2e384eb001dd56e
405e6ab7cbdfd8e925e2c7cd48f55773e33c4217
refs/heads/master
<file_sep> // public class Bird extends Animal { // private String kind = "鳥"; // public String getKind(String kind){ // return kind; // } // } class Bird extends Animal{ public String getKind(){ return "鳥"; } } <file_sep>class While_Loop { public static void main(String[] ar...
f17555ca9c6c4cd0ec043db724731334a5c38ec0
[ "Java" ]
16
Java
natsuki525/java_work
1b36159df403acfb882eb09caf00735f743ecd6b
ada02e67d03af3b670a7cdbaad4d9c1d16d55fcc
refs/heads/dev
<file_sep>using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using App1.Models; namespace App1.Services { class MockBeerDataStore : IDataStore<Beer> { List<Beer> beers; List<Beer> myBeers; public MockBeerDataStore() { myBeers = new L...
01ee6b8a4ae8308887783fca0f58e3dfce63b265
[ "C#" ]
13
C#
Meliousas/brewery-search-app
73d774d061c5afd675f5af97a6197a55eb4da260
60645b120bcd0fd3cce50ef8b97133f31611d9e2
refs/heads/master
<repo_name>LabNeuroCogDevel/BarsBTC<file_sep>/00_getBars.bash rsync -Lrzvhi foranw@wallace:/data/Luna1/Raw/MRCTR/ subjs/ \ --include='[0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]' \ --include='*/*mprage*' \ --include='*/*BarsReward*/' \ --include='*/*mprage*/*' \ --include='*/*BarsRewa...
6d6253a5806bd3d65789fcc56ef226846c0be77f
[ "Shell" ]
2
Shell
LabNeuroCogDevel/BarsBTC
21448539c173ce095bc4d2f38242dc0ed177554a
c5f0ee12ac2d862747ffd61ccb6c9af8922fbadd
refs/heads/master
<file_sep># ai-car-plate ai-car-plate <file_sep>import numpy as np import paddle.fluid as fluid import matplotlib.pyplot as plt import argparse from PIL import Image from plate_utils import plate_split from lenet import LeNet5 from gen_utils import gen_dataset def parse_args(): parser = argparse.ArgumentParser("P...
31a7fa3be0d73472e0f206e3ebb31e1aeb3bd002
[ "Markdown", "Python", "Text" ]
9
Markdown
chenmj201601/ai-car-plate
6235d24caeea4fbe915cff49c095c155497a25a0
bea1e0a46aee08969db5049a39a01e03d5ccd967
refs/heads/master
<file_sep> # My typing Files related to mechanical keyboards and typing. # Keyboard Layouts made using [keyboard-layout-editor.com](http://www.keyboard-layout-editor.com/). ## Current keyboard: FILCO, Majestouch-2 FILCO, Majestouch-2, tenkeyless (88 keys) and fullsize (105 keys), ISO Danish layout Replaced the con...
159dae4c4e3a27df3f3e423457da4f448e368b0b
[ "Markdown", "Python" ]
2
Markdown
thomasboevith/mytyping
7c174a2031436b6f0c1b831e024c660b4e0f8814
4c9834934b46128f841d03870edc9d5c3a10a2e3
refs/heads/master
<repo_name>F1703/proyecto-b<file_sep>/app/Http/Controllers/MateriaController.php <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\Requests; use App\Materia; use Laracasts\Flash\Flash; class MateriaController extends Controller { /** * Display a listing of the resource. *...
6c02abbc6cafd07c46eaf9bba913852861d4156f
[ "PHP" ]
6
PHP
F1703/proyecto-b
636e9e26ec1147db20deed3466c7bd00a8cd075a
b20e911b73e5a008daf2280102296a6fe75a1a22
refs/heads/master
<file_sep>from jinja2 import Environment import mycsv header, data = mycsv.readcsv(mycsv.getdata()) XML = """<?xml version="1.0"?> <file> <headers>{% for name in header %}{{name}}{% if name != header[-1] %},{% endif %}{% endfor%}</headers> <data>{% for list in data %} <record> {% for item in list -%} ...
b41ef996d7af5e5b4fb5f2531557a20499c837e8
[ "Markdown", "Python" ]
6
Python
t2liu/usf_personal
fa07453e4c01dbc8cd809fd22ab494205598d68b
6ca27443b5bdc612ddd5b2dbc4fbdda0bf46a2c3
refs/heads/master
<file_sep>$(document).ready(function() { var changePassword = $('#change_password'), activate = $('#activate_account'), changeDialog = $('#change_dialog'), activateDialog = $('#activate_dialog'); activateDialog.dialog({ autoOpen : false, buttons: [ ...
bbc383887de3d8a8c181d30f5a5f14b61a3452bb
[ "JavaScript", "PHP", "Markdown" ]
19
JavaScript
jdk243/SMSjournal
19a041e71f6932fdf6d8ac8b3b3739427e0c664f
f2cab18db21cbb1a4774a874c6dda78419ed357f
refs/heads/master
<file_sep>file(REMOVE_RECURSE "CMakeFiles/conversion_function.dir/main.cpp.o" "conversion_function.pdb" "conversion_function" ) # Per-language clean rules from dependency scanning. foreach(lang CXX) include(CMakeFiles/conversion_function.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach() <file_sep>cmake_mini...
bb3689353c6cbb33968e3bc634d77dad104fe50f
[ "CMake", "C++" ]
52
CMake
BishengSJTU/Cpp-Houjie
46cf1e1af201d621c4c24f6a5bae53e629edc97f
d579100d5b1b50fcd58aa8bb5fa926b58b7bb54b
refs/heads/master
<repo_name>TTFlyzebra/phpxinyi<file_sep>/Apps/Admin/Controller/AjaxController.class.php <?php namespace Admin\Controller; use Think\Controller; class AjaxController extends Controller { public function index(){ echo __ACTION__; } public function log(){ if (!IS_POST) $this->error("页面不存在!"); ...
9396f1f02037566afafe1c83e4112eb4b2c49ee6
[ "JavaScript", "SQL", "PHP" ]
52
PHP
TTFlyzebra/phpxinyi
d4cef8a385136da991f2d337bb58d35b69446741
15e4bb7fe88f6c8333695a042a03e05cd7d4b24f
refs/heads/main
<repo_name>DenisSlipko/GTSPA<file_sep>/src/components/Map.jsx function Map() { return ( <div className="map-container"> <p className="map_title">Где нас найти ?</p> <iframe title="map" className="g-map" style={{ frameBorder: "0", scrolling: "no", m...
7004a475387b0ef6649c3f262109d44d19030360
[ "JavaScript" ]
11
JavaScript
DenisSlipko/GTSPA
93d4273f28b03b84c28294372e4fe98d6ee57a45
5b606c41890212855e362f4b91f2def8a91d334b