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>adriancervero/fake-news-detector<file_sep>/README.md # Fake News Detector This project consists of the building of a machine learning model capable of detecting fake news. The model will be deployed through a web application using Flask. ## Dataset The corpus for the model training was obtained from the nex...
ea7180d93e66741685c08e4b98c2e02505e0af9a
[ "Markdown", "Python", "Text" ]
4
Markdown
adriancervero/fake-news-detector
e49b569a719939829e2783923d6b792d2543742d
3c854822ac6c6b9eff355708994fc1d81f850a70
refs/heads/master
<repo_name>TanguyMonteiro/foot<file_sep>/src/Controller/FootballeurController.php <?php namespace App\Controller; use App\Entity\Footballeur; use App\Repository\FootballeurRepository; use Doctrine\ORM\EntityManagerInterface; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpF...
009f2d803f8bf3cbe9c65d6114e8de63dcdb1dd4
[ "PHP" ]
1
PHP
TanguyMonteiro/foot
eae03e1c102ce9d5556405ba2e5fe810efdcbdf2
cd10c294eaa21e1f414628c46078b55450f64c7d
refs/heads/master
<repo_name>oxfordyang2016/youngmenpackage<file_sep>/youngmenpackage/increbackup.sh #!/bin/bash /usr/bin/mysqladmin flush-logs -uroot -pyangmingtestmysql /usr/bin/python /tmp/goodday/ftpuploadincre.py #/usr/bin/scp /var/lib/mysql/yangming-bin.00001* root@192.168.201.141:/tmp/goodday/ <file_sep>/youngmenpackage/increback...
0925a39989030474109541b34fd30a9ba85df3a2
[ "Python", "Shell" ]
2
Shell
oxfordyang2016/youngmenpackage
e4a7152b15232b94de4c1aa1b61a4a58ca87b0ac
23fa987b4499023d5f4bc6794165cf1ae05515dc
refs/heads/main
<file_sep>#ifndef BACKEND_H #define BACKEND_H #include <QObject> #include <contactsmodel.h> #include <QTcpServer> #include <QTcpSocket> #include <QtSql/QSqlDatabase> class Backend : public QObject { Q_OBJECT public: explicit Backend(QObject *parent = nullptr); ~Backend(); ContactsModel* contactsModel...
6c1a37399a5479f25c4d84b5d46e8919b4ebda1c
[ "C++" ]
10
C++
Desfirit/OnlineChat
1ef54a9d8df441df4e7d1a75a714f5ac92213ebd
f834bfc7c184d071bbc81c1d3d3e78fe7d2c17b1
refs/heads/master
<repo_name>williash23/UMT-BrodieLab-GlobalDiv<file_sep>/FunctionalDiversity190528_funs.R # Functions used in Functional Diversity analysis # Function to prepare mammal range polygons (from IUCN shapefile) for use within # FD analysis. # Must supply file name of mammal or bird range file prep_range_polys <- ...
1c8c72c983faf893dd506b3b559c993f175687d6
[ "Markdown", "R" ]
5
R
williash23/UMT-BrodieLab-GlobalDiv
9d42fba71e3d72cfd2dd8162b01928e8b38c697a
7592932d0eec277ba26923ae37e4956a761a8653
refs/heads/master
<file_sep>import sys import os import django from django.conf import settings from django.core.management import call_command opts = { 'INSTALLED_APPS': ['pgqueue'], 'DATABASES': { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'HOST': '127.0.0.1', 'PORT': ...
dd723a51f5f964180b7a014177b8a531d42becc0
[ "Markdown", "Python" ]
12
Python
maxpoletaev/django-pgqueue
1979cf93f44d3a4cd52dbba082e9660a4bfafadd
2ea550fbc75672643ab082729f1340f4fea15803
refs/heads/master
<repo_name>gebiWangshushu/Hei.PrometheusFileBaseServiceDiscover<file_sep>/prometheus-filebase-servicediscover.lua ngx.header.content_type = 'application/json' local targetFilePath = '/home/website/prometheus/targets.yml' --prometheus targe配置,777权限 local json = require('cjson') --common metheds local function file...
2ddb64f81f40d5ba9f273e0cad1370d00a216899
[ "Markdown", "Lua" ]
2
Lua
gebiWangshushu/Hei.PrometheusFileBaseServiceDiscover
18993a59e350cde515da32f79dc44f0a952e40fb
5a8cfe10ed1003341b271662c0ff50124a3954f7
refs/heads/master
<file_sep>import Vue from 'vue' import Router from 'vue-router' import Indexs from '../pages/index' import Content from '../pages/content' import Mine from '../pages/mine' Vue.use(Router) export default new Router({ routes: [ { path: '/', name: 'index', component: Indexs }, { pat...
0e448262500ebd0c73e22744817428e826d4e5dd
[ "JavaScript" ]
1
JavaScript
xintianyou/pro2
a123ea58fc38824ce4c6489d2276d4e3e90a73d4
332425d74c49166c0e8311c6043a8fb97ab304cf
refs/heads/master
<file_sep>import { Injectable } from "@angular/core"; import { HttpClient } from "@angular/common/http"; import { User } from "../model/user.model"; import { Observable } from 'rxjs/Observable'; import 'rxjs/add/observable/throw'; import 'rxjs/add/operator/catch'; import 'rxjs/add/operator/do'; import 'rxjs/add/operato...
778ed565cb23684de6a8d67b8c0f1f4cc0e7c822
[ "TypeScript" ]
6
TypeScript
swanand6300/CRUD
0829825329021b63458305554d69c298d5d66a32
f3cb8e3c6fbeb9184134195831428338518af49c
refs/heads/master
<repo_name>jcaquino0945/FilRobo<file_sep>/src/app/app-routing.module.ts import { NgModule } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; import { NavbarComponent } from './navbar/navbar.component'; import { HomeComponent } from './home/home.component'; import { PagenotfoundComponent } f...
90b962c08f0df1d3b4e13afe705cae1bcd1056ce
[ "TypeScript" ]
3
TypeScript
jcaquino0945/FilRobo
283220854b6f269e556a42940b29b36086ee0880
e3486f1c0e725a2b673736cd2f49fdaf1df7f651
refs/heads/main
<file_sep>package com.srinivart.model; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.data.cassandra.core.mapping.PrimaryKey; import org.springframework.data.cassandra.core.mapping.Table; @Table @Data @NoArgsConstructor @AllArgsConstructor public clas...
797301fb1cbc5c225ea413e6dd08911206cdf7ae
[ "Java" ]
2
Java
srinivart/Springboot-cassandra
5c63d1f713bf35ccd8da431eaaeaefb942e968fb
5434dee20bc14e84d0846aa3fc5fddc767fc466a
refs/heads/main
<repo_name>mahabubdev/myuid<file_sep>/README.md # myUID - Simple UID generator Just install it and use for generating simple uid # Installation `npm install myuid --save` <br> or <br> `yarn add myuid` Then... ``` const myuid = require('myuid'); myuid(); // returns the generated id ``` in ES6: ``` import myuid f...
8bacecd5e73581b93f32d69092b09ac3ca0f6117
[ "Markdown", "JavaScript" ]
2
Markdown
mahabubdev/myuid
90e84ade59ad36a7ae0514d974b04f7ec24d10bb
6df1443192971c15a8ea3e6a7b44525060564b97
refs/heads/master
<repo_name>davidgabriel42/CS691_PA2<file_sep>/q3/q3.py import pandas as pd import numpy as np import re import findspark findspark.init('/home/dave/spark-2.4.1-bin-hadoop2.7/') import pyspark from pyspark.sql.functions import * from pyspark.sql.types import * #import regexp_extract, col, lit from pyspark.sql import * i...
73ac771a5ca51dfc48312f0f1a58952edd8f458d
[ "Python", "Text" ]
4
Python
davidgabriel42/CS691_PA2
55802eca38a54be804db4e3a3fa3491343f278bc
94ca0a1d4ec104da75482a04957e57085746ced3
refs/heads/master
<file_sep>from anytree import NodeMixin, RenderTree from itertools import combinations_with_replacement from collections import OrderedDict import numpy as np from math import sqrt, log class Statistics: """Maintains the sufficient statistics for a cluster""" def __init__(self, ts_quantity): self.res...
0d731076fe82cd23e0a713c85e97e877b6f9fe0a
[ "Markdown", "Python", "R" ]
5
Python
rodrigoejcm/odac
e1143b844d1515a19dfea037bb4717f6118fc78f
22cc4c7c0ee744f51387b14e469ff11321091f84
refs/heads/master
<file_sep># SkyHawkModel A4-D Skykhawk model. Used to simulate the vehicle's response to different flight conditions. ## Description of directories - **Main** is the home .py file where the user interacts with the program. - **Classes** contain .py files that define Mission statements, Vehicle definitions, and Calcula...
8b1e08906464d421767d3449f2abe1810a1dfe16
[ "Markdown", "Python" ]
6
Markdown
FernCarrera/SkyHawkModel
a0b4718774e5b82866a5c051d2ce2a99a2984f2a
97e5e1c878bb6225368dbd090f22c51a9e27c0ae
refs/heads/master
<file_sep>public class hello { public static void main(String[] args) { System.out.println("Hello friends"); System.out.println("Aytekin abi "); System.out.println("Efendi abi "); System.out.println("Ferhat abi "); System.out.println("Hasan abi "); System.out....
e6bcf1b0cda4bdaa17df240b1760dcd5d890bad0
[ "Java" ]
1
Java
zfrkcdg/friends
d4005d6dfbd5211e66a59156e35bd73b347f4c6b
6f5439820f06d0afe0d4bd9bedf2ab0934e52228
refs/heads/master
<repo_name>1tiktak/MatchFireStore<file_sep>/MatchFireStore/Controller/HomeController.swift // // ViewController.swift // MatchFireStore // // Created by <NAME> on 5/11/19. // Copyright © 2019 <NAME>. All rights reserved. // import UIKit import Firebase import JGProgressHUD class HomeController: UIViewController, ...
3322e767432a40036ae191a2e10306d6bd829931
[ "Swift", "Ruby" ]
2
Swift
1tiktak/MatchFireStore
7bc889a667adf071e3a7cadac5649d0c6ddee451
2d61f06258efeb615af8cc74d7363b2deabdd27b
refs/heads/master
<repo_name>somenasty/Echo<file_sep>/FuncInsertInfo.py import os from InsertInfo import InsertInfo from StcokInfo import StockInfo class FuncInsertInfo: @staticmethod def main_function(code_name, price, amount, flag, csv_file_name): # try: single_stock_info = StockInfo(code_name, price, am...
489ebb0a91bb7a27915953b290f5c090986a71d4
[ "Markdown", "Python" ]
10
Python
somenasty/Echo
e59c9746f198396b0fc9950d525d032b21663ac4
cf4966856deea311bb1f828faa74e3f75d6682cf
refs/heads/master
<repo_name>sushantmzjn/ESoftwarica<file_sep>/app/src/main/java/com/sushant/esoftwarica/adapter/UserAdapter.java package com.sushant.esoftwarica.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import andr...
b2720ed88b6584be02dd59051371c79223097d7d
[ "Java" ]
5
Java
sushantmzjn/ESoftwarica
7845fb086c17b607934dfe3ff7d6706c2b1addd3
bd59bd3e6970ee505dd863cf490760bd21a752e8
refs/heads/master
<file_sep>'use strict'; import { Client } from "discord.js"; import pkg from 'node-schedule'; const { RecurrenceRule, scheduleJob, Range } = pkg; var bot = new Client(); const prefix = "manu" const commands = { "ping": "Checks Latency", "sum": "Adds args; eg: manusum 10 20 21" } bot.on('ready', () => { // change c...
ecb5d0d8a4699ec0ee97c6b756bc65cadfc7f28d
[ "JavaScript" ]
1
JavaScript
Manu1ND/discordBot
0d0a7221f12ecf8ebac3a92951015b6f7812d99c
5a4d307ad8c641d41e2a1341bf47b31cd8bf5c1d
refs/heads/master
<file_sep># Make a class LatLon that can be passed parameters `lat` and `lon` to the # constructor class LatLon: def __init__(self,lat,lon): self.lat = lat self.lon = lon #%% # Make a class Waypoint that can be passed parameters `name`, `lat`, and `lon` to the # constructor. It should inherit from La...
2f859fdf27f9f5633b3828ca5fbcfac54d67e03f
[ "Python" ]
2
Python
Witterone/Intro-Python-I
f7797ac3fdbe1f54602a8bcf82142b154c37e5ff
864809d35d53fd389f985e9cda574718598a73ee
refs/heads/master
<repo_name>alun/vitrina<file_sep>/main/src/java/com/katlex/vitrina/GoodsNavigationException.java package com.katlex.vitrina; public class GoodsNavigationException extends RuntimeException { } <file_sep>/main/grails-app/services/com/katlex/vitrina/goods/IGoodsNavigationService.java package com.katlex.vitrina.good...
7c67b0458c36daa9d199a377ef768489cad8ab50
[ "Java" ]
5
Java
alun/vitrina
3b68dbd62baaf356246f55ba2ea942ec230df811
5935c4445ce59a31feed6a0b02bdda16f6d2ffe8
refs/heads/master
<file_sep>using System; using System.Linq; using System.Collections.Generic; namespace Chains { public static partial class Chains { /// <summary> /// Yields the values in an <see cref="IEnumerable{TSource}"/> /// infinitely, starting over again if the end is reached. /// </summ...
14fe6eafcaee99a863974bb44cfc848cb10976dd
[ "Markdown", "C#" ]
26
C#
SteveXCIV/Chains.NET
6f17cc9f11b269ed9b56d2c7147860e73bd0dc40
dc17e3b45998d038cdf8ac32750b993b9106af83
refs/heads/master
<repo_name>FrankieFabuloso/CMPS101_PA2<file_sep>/makefile #------------------------------------------------------------------------------ # Makefile for Lex # # make makes Lex # make clean removes object files # #------------------------------------------------------------------------------...
907b66a73e8afc4b52cfb2715af6c11f92d79b90
[ "C", "Makefile" ]
3
Makefile
FrankieFabuloso/CMPS101_PA2
f7600248f064fc7aaa69240788ddcfc3f9753ef7
47c28be0a5e764f405825d4676a57c3ae5e76247
refs/heads/main
<file_sep># python_excel_app # dynamic add columns from csv to database [pandas] ```python import pandas as pd df = pd.read_csv('data.csv') #print(df['Duration']) db = [] #dynamic function not depend on static csv names for i in range(df.shape[0]): obj = {'duration': '', 'pulse': '', 'maxpulse': '', 'calories...
99e1158b27dcb4cca08b46bc4892036835a6dac5
[ "Markdown", "Python" ]
3
Markdown
MahmoudHegazi/python_excel_app
dcd857a04000ade4f2aa971a453d95c4d0b30cf2
1ed8013f7b7d8a83b178497413e3e9c6ba14486f
refs/heads/master
<file_sep># Recaptured Screen Image Demoiréing (AMNet) This code is the official implementation of TCSVT 2020 paper "Recaptured Screen Image Demoiréing". Paper:<br> -------- https://ieeexplore.ieee.org/abstract/document/8972378<br> Environment:<br> -------- Windows 8 + Nvidia Titan X GPU <br> Python (version 3.6.4) +...
41018140c5446e34bf8cd4f16945394ac0ba8bb5
[ "Markdown", "Python" ]
4
Markdown
tju-maoyan/AMNet
f89f85623e3b29e60e52b467a9866350386105e8
9e0702080717a30984109b3d14520b075214d893
refs/heads/master
<repo_name>MicrochipTech/unicens-bare-metal-sam-v71<file_sep>/audio-source/samv71-ucs/libraries/ucsi/ucsi_print.h /*------------------------------------------------------------------------------------------------*/ /* UNICENS Stucture Printing module */ /* C...
a8600a88163056dad0e42bfee974bd6f58f77d69
[ "Markdown", "C", "C++" ]
29
C
MicrochipTech/unicens-bare-metal-sam-v71
92719394f89bc86a1fe2b2f56dfe090938dbc4a3
f7b3019fa48f4be3726292b058b77708724bac7b
refs/heads/master
<file_sep>import React, { useState,useEffect} from "react"; import axios from "axios"; import { Panel, Button, Notification } from "rsuite"; const Login = (props) => { const [email, setEmail] = useState("<EMAIL>"); const [pass, setPass] = useState("<PASSWORD>"); const [getToken, setGetToken] = useState(false); ...
0e9cf4e6a368efca12dad7a04ff61c36b97ea378
[ "JavaScript" ]
4
JavaScript
andrey1997acer/cliente_app_bancaria
493a8f6ecb3b59be2b249257a8498bef0d025fac
ed73175aa52e5981fce768873f8d8b6c141dae9e
refs/heads/master
<file_sep># Hadoop_Session10Project1 Map reduce programs on cridata analysis <file_sep>package com.bigdata.main; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import org.apache.hadoo...
e71c52092f04037dc47c6a527f9c2883135b6184
[ "Markdown", "Java" ]
2
Markdown
bharanikumar-ab/Hadoop_Session10Project1
79604a819374c3ed677fd39088232c3f56e0c504
62ff17406b4752f2449c4458858f401082e7f695
refs/heads/master
<file_sep>import React from 'react' import { createStore, combineReducers, applyMiddleware } from 'redux' import { Provider } from 'react-redux' import { composeWithDevTools } from 'redux-devtools-extension' import thunk from 'redux-thunk' // reducers import countReducer from './Reducers/countReducer' import modalRed...
f5f1eb3754c1b3afcfa976ec7fdaad4aec0cd3bb
[ "JavaScript" ]
5
JavaScript
YoussefRashad/Redux-Count-and-Get-Products-App
9718ab3b9b0ee7f6dc7c87aba454f41b83bf3116
95757ae4a39b4f07a2020b4b7ccf687d4d410a5a
refs/heads/master
<file_sep>[/Script/EngineSettings.GeneralProjectSettings] ProjectID=A28971BA4B36F87E36D7969AEC640673 <file_sep>// Fill out your copyright notice in the Description page of Project Settings. #include "FPSProject.h" #include "FPSProjectGameModeBase.h" void AFPSProjectGameModeBase::StartPlay() { Super::StartPlay(); i...
3fedff72b287c0a52f22e1ecbbc3e5da88cce556
[ "C++", "INI" ]
7
INI
darker826/VR-Unreal-Study
1cc92fbae93e762e44c9e127399950a72b56eac0
5969cffa93166771ca061b9fefb5ac9b097ec861
refs/heads/master
<repo_name>traings4U/SharedPreference<file_sep>/app/src/main/java/com/mani/mysharedpreferencedemo/MainActivity.kt package com.mani.mysharedpreferencedemo import android.content.Context import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.widget.EditText import android.widget.TextView...
46876ce3d1933a229cdf69f4bffad2dc86fe0da5
[ "Kotlin" ]
1
Kotlin
traings4U/SharedPreference
799cc6d72aaac584db70f133e68059679f6dd6af
94f0a173bee251da2b89aca65bb5690bd5c11a36
refs/heads/master
<repo_name>kaustubhtoraskar/CodeIT<file_sep>/app/src/main/java/svkt/wallet/activities/WalletStatement.java package svkt.wallet.activities; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.net.ConnectivityManager; import android.net.NetworkInfo; impor...
0f30f36df1366d314665d93a7d9f21494979d93c
[ "Java" ]
5
Java
kaustubhtoraskar/CodeIT
ae8cce6824c5914519507d7a2bddc8f70ad2e278
1a8e178bb092d4f8982b522a1c9651ce38fa1bd1
refs/heads/master
<file_sep>package com.example.demo; import java.util.Optional; import java.util.logging.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class DemoApplication { public sta...
7315dbfa90585128b7c10a238f7dfb45669ae5e7
[ "Java" ]
2
Java
lbotia/TestS4N
e5f114b6043d0d1c35e3f8d43615053cac25dc3d
5051e8e354bb15b93f55320cb883dafd632a4341
refs/heads/master
<repo_name>Crimsonfantasy/Org_Note<file_sep>/linux/shell/wget_example.sh #/!bin/sh #-q slince #O- redict to stdout, + url fater '-' wget -qO- 'http://localhost:8580/emm-war/emm-app/userLogin?UserId=hwacom&Password=<PASSWORD>' <file_sep>/java/JavaSurvey/src/org/fenrir/survey/SymbolLabel.java import org.apache.logging...
dfad75ec7c1f5f5c742d6ec6d31a0c348015d403
[ "SQL", "HTML", "Markdown", "Java", "Shell" ]
9
Shell
Crimsonfantasy/Org_Note
42346d270da47bc26dc2a7e21617139106e95465
a59816950b45cbd53c62a3af82ce03096a53c81d
refs/heads/main
<file_sep>"""Get historical rates from git.""" import datetime import gspread import requests import time import xmltodict sheetkey = "<KEY>" gc = gspread.service_account() sh = gc.open_by_key(sheetkey) ws = sh.worksheet('kurzy') r = requests.get('https://ban.tipsport.cz/c/feed.php?feed=1101&pid=10661&sid=12302&tid...
a1f18db1f82af852eb4f75f2108275541d744b1d
[ "Markdown", "Python" ]
11
Python
michalskop/tipsport.cz
6a0f7b92085573e07a127a876ed41eaac055793b
b40d5962f92565e8cf32d835ab23d463ded0fc7a
refs/heads/master
<file_sep># Player finder This is a shadowplay-friendly player finder for SAMP 0.3.7 that you can use to find other players while playing & recording without it showing up on your recordings. This only works on players that are in the same interior as you. On the SAMP side, a Lua script is used to read information su...
b75b52e9aaf582683068347eb9ebd26cc170312a
[ "Markdown", "Java", "Lua", "Gradle" ]
6
Markdown
martin457/playerfinder
8eab8016650f105bc69cd86b2459db48b470153f
f9fa26ee08a980f84b5c9f3edd406297aa0b2087
refs/heads/master
<repo_name>manifoldfinance/metamask-links<file_sep>/src/helpers/openrpcDocumentToJSONRPCSchema.ts import { MethodObject, ContentDescriptorObject, OpenrpcDocument, ExampleObject, } from '@open-rpc/meta-schema'; const schema: any = { type: 'object', properties: { jsonrpc: { type: 'string', en...
fc730e9f534fe71fc8b8fa0feb31d0258cab9103
[ "JavaScript", "TypeScript", "Markdown", "Shell" ]
5
TypeScript
manifoldfinance/metamask-links
84bb0026f09fe1115007a584ea1ab128cc84d7a0
99b0f9e626045e76476bb21f352fea4ebf28820b
refs/heads/master
<file_sep>#include "shared.h" template <class Type> void myclass<Type>::setx(Type y) { x = y; } template <class Type> Type myclass<Type>::getx() { return x; } // Instantiate myclass for the supported template type parameters template class myclass<int>; template class myclass<long>; <file_sep>template <class Type> clas...
b4fb5caf6212704de81ee4f9fe14b4a2d8390e57
[ "Makefile", "C++" ]
5
C++
burmist-git/034_Cpp_Shared_Library_with_Templates
648b6234ee77c743cd9309ab60315a675422a5a1
e4313be87f2829af68c7d8420a90cf7eefe68ffa
refs/heads/master
<file_sep>#### 1. Array#transpose 는 배열을 입체적으로 다루는 데 도움이 된다. - [spiral array 문제](http://codingdojang.com/scode/266) 다차원 배열을 회전시킬 수 있다. ```ruby cube = ->x,y { (0...y).map {|e| [*0...x].product [e] } } peel = ->cub { cub[0]? cub.shift + peel[cub.transpose.reverse] : [] } sprl = ->x,y { spr=peel[cube[x,y]]; cube[x,y].map...
7717b1a848b2cac74392659106e4b49170a2897f
[ "Markdown", "Ruby" ]
29
Markdown
cavinkwon/coding-dojang
61640b3f9a1764f34f499ea6bf136dca2f3eca9c
27f43c0cc6b725c79e9d993788dbaff5d69c0e1e
refs/heads/master
<file_sep>// assign variables var x; var a = 3; var b = 071; //reassign variables delete x; var a = 5; if (b === a) { // doSomething() }
1ddf586b04d98a43d4f317ec82b4a286f22d9332
[ "JavaScript" ]
1
JavaScript
kaskas2/web-commerce
75843b7feb6e6f3650b43cfec61cc53199339e89
2c7f75f4d71ba7bb868dbca641f3887894f9bfb5
refs/heads/master
<repo_name>maurohn/catawba-mobile<file_sep>/www/js/controllers.js angular.module('RedHat-Forum.controllers', []) .config(function($ionicConfigProvider) { $ionicConfigProvider.scrolling.jsScrolling(false); $ionicConfigProvider.backButton.text('').icon('ion-android-arrow-back'); $ionicConfigProvider.platform...
0f835a2b28f8ab2940d0c1c113a2fa733e489a5d
[ "JavaScript" ]
1
JavaScript
maurohn/catawba-mobile
e9bc783495e70bf5b4ecacac71c2bed4720b954d
eda28644d78456914dc26d0c58cf2878aac5fcd3
refs/heads/master
<file_sep>#/bin/bash rm -rf out/target_files/SYSTEM/priv-app/Phone.apk rm -rf out/target_files/SYSTEM/media/bootaudio.mp3 #rm -rf out/target_files/SYSTEM/priv-app/MediaProvider.apk <file_sep>local-phone-apps = $(private-phone-apps) local-phone-priv-apps = $(private-phone-priv-apps) private-phone-apps := BasicDreams ...
8bafad07a60b8c8e86588074a568498c810f89d6
[ "Makefile", "Shell" ]
2
Shell
Sharlion/Miui-patch-for-Hla-note1
ed2facbd5af6934edf511373d5fd9aacca8197ce
6e22c8335711c7485e715b89df4f6ce06a0d2952
refs/heads/main
<repo_name>jakarta99/spring-boot-training<file_sep>/src/main/java/tw/com/softleader/training/integration/entity/BackupPolicy.java package tw.com.softleader.training.integration.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Ge...
310a33afb00ae36193d91050b170029dd4394396
[ "Markdown", "Java", "INI" ]
8
Java
jakarta99/spring-boot-training
4791c46d720f17606b2e4e54839c690188fe3283
0ce809faac4f419d4867bc86af42ea321e796794
refs/heads/master
<repo_name>wizzardmr42/LinnworksNetSDK<file_sep>/Linnworks/src/net/LinnworksAPI/Class_Update_PurchaseOrderItemParameter.cs using System; namespace LinnworksAPI { public class Update_PurchaseOrderItemParameter { public Guid pkPurchaseItemId; public Guid pkPurchaseId; public Int32? Quanti...
111be8c5586774339ff522db24ee298fb449aa34
[ "JavaScript", "C#" ]
39
C#
wizzardmr42/LinnworksNetSDK
d1ebc91d13af021744e096a29f5525ccede2070e
448c772aecb47b59575ee5981044f42b86673c35
refs/heads/main
<file_sep>from PIL import Image import torch import timm import torchvision import torchvision.transforms as T from timm.data.constants import IMAGENET_DEFAULT_MEAN, IMAGENET_DEFAULT_STD import gradio as gr torch.set_grad_enabled(False); with open("imagenet_classes.txt", "r") as f: imagenet_categories = [s.stri...
1039b69fad2fb4c2d3dec23caa7096ab5af1c979
[ "Python" ]
1
Python
AK391/deit
5ad3b43ab6a36166ffe7043b3017d74f5d43c13b
c1b9ae0b3dafddd51caaa3aed0065be1f6d7cfb6
refs/heads/master
<repo_name>everfortunetrading/best4u<file_sep>/routes/admin.js var express = require('express'); var router = express.Router(); var db = require('../database'); var user = require('../admin_credential') var con = db() var app = express() var loggedIn = false; router.get('/', function(req, res, next) { if(loggedIn)...
7d54d38f016e4d844b39c37f7f852975f598693c
[ "JavaScript" ]
2
JavaScript
everfortunetrading/best4u
fc732c1ef104542bd2e113c33222526fb8cef9ab
372c394228fd56d0f5e1febe1664e22c9d6edbe2
refs/heads/master
<file_sep>import pytest from tests.base import test_app from cmm_app.models import User # def test_user_password_correct(): # user = User(email='<EMAIL>') # user.set_password('<PASSWORD>') # assert user.check_password('<PASSWORD>') # def test_user_password_incorrect(): # user = User(email='<EMAIL>...
e218781dd27ab9da9da8bbfb76cd42ed22bfea27
[ "Markdown", "Python", "Text", "HTML" ]
16
Python
laskeym/CoverMyMeds
ef7a13cba498a15c7a0f3cbb1116ef8102606f43
6e9ddaf440987560cdcc1d2e09304e93f03f5360
refs/heads/master
<file_sep># 파이썬 모듈은 변수, 함수, 클래스를 포함할 수 있으며, import 예약어를 사용해 다른 모듈에 정의된 변수, 함수, 클래스 등을 자유롭게 불러와서 사용할 수 있다. # import 모듈명 # import 패키지명.모듈명 # 다음은 keyword 모듈을 import하여 파이썬 예약어를 확인하는 예제다. 물론 kwlist의 자료형은 리스타다. import keyword print(keyword.kwlist) print() # import한 모듈이나 패키지의 실제 파일 위치를 알아보려며, __file__문자열 속성을 확인하면 된다. pri...
6654daff4ec58de24bbd4f0d59c7a960ae6b80ec
[ "Python" ]
51
Python
yeonhodev/python_stock_trading
70983a2a4bdd6eb7aacabd02c7ef828a848de3f6
144f137a71b5264b13f10670e43cb492226ad4c5
refs/heads/master
<file_sep>package org.androidtown.recycler import android.support.v7.widget.RecyclerView import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import java.util.ArrayList import kotlinx.android.synthetic.main.recyclerview_item.view.* //RecyclerView.adapter를 상속받은 Class// Main에서 main...
a706e096b49321ea14df63e6ff355dd5a0383995
[ "Kotlin" ]
3
Kotlin
junho10000/Pium
fd29ed8d92cf0872e47e12269c334ed454ea0cb8
736945053cf30c8ecba1dbbb0d4dd81bc4d093dd
refs/heads/master
<repo_name>springbootbuch/messaging_jms<file_sep>/payment_service/src/main/java/de/springbootbuch/messaging_jms/payment_service/Application.java package de.springbootbuch.messaging_jms.payment_service; import com.fasterxml.jackson.databind.ObjectMapper; import java.util.HashMap; import java.util.Map; import org.spring...
e4f47936ec3f70ece2f4d464c6a2a12961066f4d
[ "Markdown", "Java", "Maven POM", "INI" ]
10
Java
springbootbuch/messaging_jms
001b595999fd3945c9f28643b54d90a99b144531
14d7aadeb35f7f5ef6d7145c6b1473adaf39e267
refs/heads/master
<repo_name>OOIT2020-2021-IIS-prva-godina/IIS_Grupa2<file_sep>/StartingProjectOOIT/src/geometry/Drawing.java package geometry; import java.awt.Color; import java.awt.Graphics; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import javax.swing.JFrame; import javax.swing.JPanel; public ...
f8bef83ea8c80d5cd4fadb92a6dca651cdae73f4
[ "Java" ]
6
Java
OOIT2020-2021-IIS-prva-godina/IIS_Grupa2
c951e0409536159c6b53b63b05a25a09245a29e0
3e261ae5f4e3cf997f4e04368f56765904d1558b
refs/heads/master
<file_sep>import { BrowserModule } from '@angular/platform-browser'; import { NgModule, Component } from '@angular/core'; import {FormsModule} from '@angular/forms'; import {RouterModule, Routes} from '@angular/router'; import { AppComponent } from './app.component'; import { HeaderComponent } from './header/header.co...
eeee098735a832d311f4e7acc043d01a62d50abb
[ "TypeScript" ]
1
TypeScript
mohan-developer/Angular_education
01e53848b3e08fa9730be29204cb8bd5a6818f5e
103da9db41a02d3c45c29f51ffc5bc084715e1be
refs/heads/master
<repo_name>HuZongHan/flask<file_sep>/main.py from flask import Flask from flask import request from flask import render_template USERS = { 1: {'name': '郭德纲', 'gender': '男', 'city': '北京', 'desc': '班长', }, 2: {'name': '陈乔恩', 'gender': '女', 'city': '上海', 'desc': None, }, 3: {'name': '赵丽颖', 'gender': '女', 'ci...
726c2c6f7c9d5ad30308901e78ad3407934b6720
[ "Python" ]
1
Python
HuZongHan/flask
65ef6065758d45c3b2302cc4e695dafa995ac2a1
884c28289286e06d3e2cc1842679b11fa8226e00
refs/heads/master
<file_sep>#ifndef PROCESS_H #define PROCESS_H #include <QProcess> #include <QVariant> class Process : public QProcess { Q_OBJECT Q_DISABLE_COPY(Process) public: Process(QObject *parent = nullptr); ~Process(); Q_INVOKABLE void start(const QString &program, const QVariantList &arguments); Q_INV...
313b3c3b45f68049c1d167ddb9e4f9f5480c35c4
[ "C++" ]
3
C++
cooldo/qprocesswrapper
884cc18d0d631628b289c4377f4802c4ad1d6534
723b98c46849930084b80974565c59f28a05fb9c
refs/heads/master
<repo_name>minollisantiago/Getting-and-Cleaning-Data-Peer-Assessment<file_sep>/CodeBook.md #Code Book - Peer Assessment ###General Description This dataset is based on the "Human Activity Recognition Using Smartphones Dataset - Version 1.0[1]", which can be found here: http://archive.ics.uci.edu/ml/datasets/Human+Ac...
c254b07616d4574dc8fd135954f363736c020d2f
[ "Markdown", "R" ]
3
Markdown
minollisantiago/Getting-and-Cleaning-Data-Peer-Assessment
6253899fb372ebb30b23d8d05e2f9984b5878110
5f8a7115be54bae3adf6dede81a7c8b0daa03381
refs/heads/master
<repo_name>robertwestman/CPU-Mem<file_sep>/README.md # CPU-Mem A Java program that simulates the interactions between CPU and memory <file_sep>/CPU.java import java.io.*; import java.util.*; public class CPU { //registers private int PC = 0; private int SP = 999; private int IR = 0; private int AC = 0; ...
d0b61638184eb27e60d3bfe0f04c498e75c72373
[ "Markdown", "Java" ]
2
Markdown
robertwestman/CPU-Mem
b240f2690c227ba8c81e0a44e30acf7072cf41bc
1452bb836c97f1cbc17b9d70a9be62b802ef765b
refs/heads/master
<repo_name>MartinCarniello/Re-conference<file_sep>/db/migrate/003_create_propuesta.rb migration 3, :create_propuesta do up do create_table :propuesta do column :id, Integer, :serial => true column :titulo, DataMapper::Property::String, :length => 255 column :descripcion, DataMapper::Property::St...
ddc838bc2bb09de0b2eb25cbd477e63d76d9e718
[ "Ruby" ]
28
Ruby
MartinCarniello/Re-conference
ab2850022e58ecb0b892837d12bc2b97aea1f3d3
98fa3cabc1a920aba114d4231df32ef4da97c540
refs/heads/main
<repo_name>tungedison/EddystoneBeaconScanner<file_sep>/src/beacon/index.ts export * from './Beacon'; export * from './BeaconService'; <file_sep>/src/index.ts export * from './beacon'; export * from './Eddystone'; <file_sep>/demo/src/logic/try-it-out.js import { Eddystone } from 'eddystone-web-bluetooth'; export defaul...
e81294dbccd23de7c35ff826575da8b315ec84a6
[ "JavaScript", "TypeScript", "Markdown" ]
13
TypeScript
tungedison/EddystoneBeaconScanner
398bf50f16b59d37714f849c35c46c761c6887ac
e9a0e12ec0e4bedc738a65808b28c2f4a9bcc9b8
refs/heads/master
<file_sep>package com.cg.ecom.dao; import com.cg.ecom.dto.Login; import com.cg.ecom.exception.LoginException; import com.cg.ecom.repo.LoginRepository; public class LoginDaoImpl implements LoginDao{ /*Checks if the User ID passed in the method is present in the repository *if yes then values mapped with t...
b9f50a3c5145d166df0d5885ff89cce219f3af82
[ "Java" ]
2
Java
PoorvaVats/Sprint
df153b04f07ad599e87aee5533ea409406b09bf5
5b722cbb1b6455d01d89afe713de7fdc500b7418
refs/heads/master
<file_sep>const mapboxgl = require("mapbox-gl"); const markerMaker = function(type, coordinates) { const mark = document.createElement("div"); mark.style.backgroundSize = "contain"; mark.style.width = "50px"; mark.style.height = "50px"; mark.style.backgroundRepeat = "no-repeat"; if (type ...
538134e784f7e7e3ca829058f9db18f88cc15a60
[ "JavaScript" ]
1
JavaScript
rkadilliu/Trip-Planner-1
42358163faa3face95ad5b3b45578407107d2b35
3a1f7be8a3d77605431de8e3727267a4b87bd09d
refs/heads/master
<repo_name>joao-arthur-moreira/mongodb-test<file_sep>/src/main/resources/application.properties spring.data.mongodb.uri=mongodb://localhost/jajm spring.data.mongodb.username= spring.data.mongodb.password=<file_sep>/src/main/java/br/com/jajm/mongo/infra/repository/LancamentoRepository.java package br.com.jajm.mongo.infr...
e1fa87db75a128b91136a4f2a44e62ae42c9ff4f
[ "Java", "INI" ]
7
INI
joao-arthur-moreira/mongodb-test
c9c4ee22aa1e17abab9b0da5d0b9245f6b869d9d
67a8abf1b83df9f6d0d663a3774d4bf1c4620811
refs/heads/master
<repo_name>JagdishParyani/RetrofitWithApiArchitecture<file_sep>/ApiService.kt package com.example.retrofit_kotlin import com.example.apiarchitecture.model.BaseModel import retrofit2.Call import retrofit2.http.GET interface ApiService { @GET("/json/movies.json") fun getMoviesData() : Call<String> @GET("/...
d67f6a771375eb43f9875a9ee06221efa93f7f23
[ "Markdown", "Kotlin" ]
15
Kotlin
JagdishParyani/RetrofitWithApiArchitecture
fe9944953be259cf4bd750ca4ff656150f5b22f6
a1918bf1a0bfc82fa175d76c4215d702e1017772
refs/heads/master
<file_sep>package com.wy.reptile.common.connection.pool; import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; public class DBUtil { public static void closeConnection(Connection con) { if (con != null) { try { con.close(); } catch (SQLException e) { e.printStackTrace(...
9d69bef8c93df1c33ccc150e30dc7934a0f5d3bc
[ "Java" ]
1
Java
296075945/reptile
89cee420e6f3d7b2a24b2aa5c1bb8a5f36a82107
782287e22732fd21371bce145c11fc7ad4812b21
refs/heads/master
<file_sep># alexsv-test-ci3 [![CircleCI](https://circleci.com/gh/a-sukhodolsky/alexsv-test-ci3.svg?style=shield)](https://circleci.com/gh/a-sukhodolsky/alexsv-test-ci3) [![Dashboard alexsv-test-ci3](https://img.shields.io/badge/dashboard-alexsv_test_ci3-yellow.svg)](https://dashboard.pantheon.io/sites/7ed6c8d2-d8d0-42...
cc59f4df4706b8701b7f8bfe167606507fda945b
[ "Markdown", "PHP" ]
2
Markdown
a-sukhodolsky/alexsv-test-ci3
7129dfad759468eda5519da484485f018b94da38
62bcf352ead3bafd438b10b4e91aa02e78516724
refs/heads/master
<file_sep>#!usr/bin/env python #-*- coding: utf8 -*- import os import time import sys print(""" R4POR-T ToolBox Hoşgeldiniz Gerekli Dosyalari Kuralmmi? (y/n) """) welcome = raw_input("Gerekli islemi komutu gir karşim (y/n) : ") if (welcome=="y"): os.system("sudo apt-get update") os.system("clear") elif (welco...
ff9520f573866c2ad421b8143f548c5ede6b5600
[ "Markdown", "Python" ]
3
Python
R4PORT/R4PORT-TOOL-BOX
d349ccc985325214abac6cf1c6c6a693fb5747b7
d0707697d5416266763fb5838676b741ad4b35d3
refs/heads/master
<file_sep># Generated by Django 3.1.6 on 2021-09-05 13:47 from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ...
a8f047afad8e144fdf44074480c1523051fbee65
[ "Markdown", "Python", "HTML" ]
14
Python
VaishnaviM411/portal
a69978d329c0bb6033bcd0a1fcfa0d2dcd611c83
dfa449a2d1050c9282eec62edc84e6e2a675ea9a
refs/heads/master
<file_sep><?php namespace Database\Seeders; use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class PostSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $posts = []; $now = now(); $body = file_g...
960aff7cbff8f476748a371c56cd44c73eabee7c
[ "Markdown", "JavaScript", "PHP" ]
22
PHP
MasenoHub/website-old
f68eadaf558c4763e5d20b339d286febe3115c4a
b33a729b506cc538dcb64e1c88ab1af7dac8e569
refs/heads/master
<repo_name>YellowOnion/vermintide-compass<file_sep>/patch/patch.lua local mod, mod_name, oi = Mods.new_mod("Compass") local scenegraph_def = { root = { scale = "fit", size = { 1920, 1080 }, position = { 0, 0, UILayer.hud } } } local compass_ui_def = { scenegraph...
78fb0a37acad9fc3bcb55e39cfd779bd7af851ab
[ "Shell", "Lua" ]
2
Lua
YellowOnion/vermintide-compass
3cc004087b2de248d1189ee0efbef67f84234686
05ec0888e274f9f985fae60034aa403060fdfae5
HEAD
<file_sep>from django.contrib import admin from .models import acount account # Register your models here. class accountAdmin(admin.ModelAdmin): list_display= ['username', '<PASSWORD>', 'email'] admin.site.register(accountAdmin, account) <file_sep>from django.db import models from django.contrib.auth.models impo...
be1d1feec47605e5b9ac68377377d29c50cb0768
[ "Python" ]
6
Python
Lickyst2013/forum
b92bae1d2c7f4d78b3b5773c870cbef150d7609a
f0df84153865629db2de9631f989ba6ab2e29164
refs/heads/master
<file_sep>/* server.js main server script for the socket.io chat demo */ var net = require('net'); //create a new network server var server = net.createServer(); //array of connected clients var clients = []; server.on('connection', function(socket) { var name; function broadcast(name, message) { ...
e83e164907ce1e6ba08c3ec0d0dfa80f982602b2
[ "JavaScript", "Markdown" ]
5
JavaScript
PeterCLu/node-demo
7b9d67680757f2070cb82e8c6cff5db8a6628d00
60b68bf05578818be4a6038b0a48fabbe676f883
refs/heads/master
<file_sep>using System; using System.Collections.Generic; namespace ItzWarty.Comparers { public class ReverseComparer<T> : IComparer<T> where T : IComparable<T> { private readonly IComparer<T> m_originalComparer; public ReverseComparer(IComparer<T> originalComparer) { m_origina...
657f68eb12b04b56e448437805b069ca9258e1a3
[ "C#" ]
23
C#
miyu/commons
db9df9f5a3bd7260bb85c0cfe8ce600996dbc30c
5c21f768333f638131b6f49c9aa0c0cdda1919c8
refs/heads/master
<repo_name>dhruvsai/cricScoreR<file_sep>/RScripts/DataPrep.R # Set this to be the folder where raw data is stored.Get raw data from http://cricsheet.org/ setwd("C:/Users/admin/Downloads/Use_Case_Dhruv/t20_csv") #For refining data in order to remove initial details of a match in all csv files. files <- list.files(...
bac8c9a363cd08985161472a3483cc432b35a503
[ "R" ]
1
R
dhruvsai/cricScoreR
db406a03d416813edf34794140aafaca6594f95b
1b8384ba10ff28c9f22e9305e15ec7461330d835
refs/heads/master
<repo_name>magarnier/tuleap<file_sep>/plugins/tracker/tests/Artifact/Attachment/TemporaryFileManagerTest.php <?php /** * Copyright (c) Enalean, 2014. All Rights Reserved. * * This file is a part of Tuleap. * * Tuleap is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
64587c09f76c954849c47e1058e7de846fadb80d
[ "PHP" ]
1
PHP
magarnier/tuleap
e84f457c13e5a5ece1a08722a2b3bad4f86b54d0
9daebd5bc479f5e392fb1a0732c29029dd0a5ab2
refs/heads/master
<repo_name>Bitlark/code_gist<file_sep>/2019-08-21 async递归/code.js let requestTimes = 1; // 递归依赖于一个全局的 async function getBookingValidationResult(ctx, soaParams) { let interval = 3000; let soaRes = await SOA({ ctx, serviceCode: "12672", methodName: "BookingValidation", params: soaParams }, false); ...
34c460c5d92f4e65181f53228bed9a7bac33699d
[ "JavaScript" ]
1
JavaScript
Bitlark/code_gist
ae3554891db0d929c4238fe4d491361e5f62933a
adf87fc4dc4df48a1ac90877d1f1a8c648e58fb1
refs/heads/master
<file_sep><!-- Created By: <NAME> "version": "1.1.0", "description": "Modern way to optimize static HTML and Assets", "license": "ISC" --> # OPTIMIZEWEB Installation & Configuration: Modern way to optimize the HTML & Assets ### Uses and Benefits: - It is possible to merge multiple components in a one HTML - All Jpg,...
9439c9abe97151294ce5d8a1d03002fea02e2bb4
[ "Markdown", "JavaScript" ]
2
Markdown
suyogn/OPTIMIZEWEB
6357b9aa6d03174cfe79e0d8b4ea83904d65dab3
4f74440e731d2ce62ea42c7336c680c2440be35a
refs/heads/master
<repo_name>VituBR19/react-drag-and-drop<file_sep>/README.md # react-drag-and-drop This project is a study, React Todo List using Drag and Drop feature. # How to install Just run into your terminal npm install, to install all modules. # How to use All you have to do is create a new card clicking at the '+' button, so ...
5f8e7476d2c90a6c7c1d0fe24dccd2f253f84ac4
[ "Markdown", "JavaScript" ]
4
Markdown
VituBR19/react-drag-and-drop
5b61caa72311e037f57b30cfa04078713a39517b
36d63a0c36281b72b1f8d1fe4f072fcd88efcf92
refs/heads/master
<file_sep>library(highcharter) library(ggplot2) # some code ggplot(mtcars) + geom_point(aes(mpg, cyl)) mtcars %>% View()
32d97c8fbd98112f7aa0793a6c639b723c4d69f5
[ "R" ]
1
R
testhtatthat/Heights
993ab83130cdfea00a46e186d7814091c2c393ec
48b2d324b1224481f7db89ba32635a14154cb652
refs/heads/master
<file_sep>#include "node.h" #include "list.h" #include "studente.h" #include <iostream> using namespace std; int main() { List<int> list; for(int i=1; i<=5; i++) list.insertInOrder(i, List<int>::DECRESC); // for(int i=5; i>=0; i--) // list.insertInOrder(i, List<int>::CRESC); // list.insertInOrder(6, Lis...
7b3e0f0dda0154c5c46ff15798027ebe9823718b
[ "C++" ]
2
C++
LucaStrano/Programmazione_II
82c51fb90052bf28fea04031597d090e82fafec2
d5adf9a48ae81e8366d548f576ee4da1c09d12d2
refs/heads/master
<repo_name>forwardToday/goweb<file_sep>/minus/router.go package minus import ( "fmt" "net/http" "reflect" "strings" ) type controllerInfo struct { // regex *regexp.Regexp // params map[int]string controllerType reflect.Type } type ControllerRegistor struct { routers []*controllerInfo App ...
0c2ca6465629244b1201f8f4266515968f95724f
[ "Go" ]
8
Go
forwardToday/goweb
79ea191d8b881bcda2230103cf57089cacf93cb3
a73bfcb1d374e0c4f93caf2d44e85bc83b54f7a7
refs/heads/master
<repo_name>Julien-Mialon/ConcoursIUT2018<file_sep>/env/Makefile default: @echo "Try make build, make build-nocache or make push." build: docker build -t mpoquet/bashbot:latest \ -t mpoquet/bashbot:$$(date --iso-8601) \ . build-nocache: docker build -t mpoquet/bashbot:latest \ ...
9e4cfc86bea0c0b61b38654c99ab7029357d791a
[ "Markdown", "Makefile", "Dockerfile", "Shell" ]
8
Makefile
Julien-Mialon/ConcoursIUT2018
12ab7f00c242796325a833aa6050e447ff5052c9
0ec7a50df60b3643437dda4bec6e5a755e046a15
refs/heads/master
<file_sep>package net.prosavage.baseplugin.strings; /** * A utility class for placeholder management */ public class Placeholder { private String key; private String value; /** * Create a placeholder. * * @param key - The text to replace. * @param value - The text will change to th...
83a23461f8cee6287698f69f1187a8fad89ae480
[ "Java" ]
3
Java
Tominous/SavageFramework
e91e3b6edfb8e5258fb1d7b5b464911d6685dd9a
b660fd924aef6d8c18f7661b15bd0bf747388191
refs/heads/master
<repo_name>Sergey73/react<file_sep>/app/src/js/index.js var data = [ {author: "<NAME>", text: "This is one comment"}, {author: "<NAME>", text: "This is *another* comment"} ]; var a = 0; /*setInterval(function () { text = data[a].author console.log(a); console.log(text); }, 2000);*/ function getData () { var...
e5c3828d4a654b6b0294781fb21913ebf290f0ff
[ "JavaScript", "Markdown" ]
2
JavaScript
Sergey73/react
81b67ddb84d76f1b8581bbd9faf437869b20a164
37933810ec46ae93c60ed560fc7af22204471c52
refs/heads/master
<repo_name>Cl2rk3Gr1ff1n/Synthesis-of-Frontal-Face-Disentangled-Poses-and-Illuminations<file_sep>/siamese_model_2nd.py import torch.nn as nn import torch import torch.nn.functional as f class Siamese(nn.Module): def __init__(self): super(Siamese,self).__init__() # 3x96x96 self.conv11 = nn.Se...
11ce98cfc112e5902b638a58529d4a717a54e3f5
[ "Markdown", "Python" ]
4
Python
Cl2rk3Gr1ff1n/Synthesis-of-Frontal-Face-Disentangled-Poses-and-Illuminations
cd28d0fd1514e738dbe1fd2d5ece1db2f9b427be
7f488ca2a8a1d4d692da51df0eb4129dab2e55c9
refs/heads/master
<repo_name>SergeyRudi/HW_35<file_sep>/HW_35/src/main/java/core/TDG.java package core; public class TDG { int length = 0, result = 0; static int max = 101; public static void main(String[] args) { for (int i = 2; i <= max; i++) { System.out.println("TC-01." + (String.format("%02d", i - 1)) + " (" + i + (P...
1722347d88a66cef2bc80b9cce353bad1324f1f9
[ "Java" ]
1
Java
SergeyRudi/HW_35
5ae057c87b1f5a58564c6685c8142097a09f1be4
9a5fd47e0a3d027b799fe501854cc6dd0a4be705
refs/heads/main
<file_sep>package com.book.storiek.Database; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.book.storiek.Model.Story; import com.squareup.picasso.Picasso; import java.io.File; import java.io.Fi...
e8f40920b5efdb9ba438e95a3598bfef6fec412b
[ "Java" ]
3
Java
Radoon83/Storiek
6bd43f216d507f89d597e75e107b2f1e5a3811dd
ce7090f21d0d86fae10d575f4b98403ad3e6bdca
refs/heads/main
<file_sep># ProjectHG <img src = "./img/2020_JAVA_프로젝트_결과보고서_ProjectHG001.png"> <img src = "./img/2020_JAVA_프로젝트_결과보고서_ProjectHG002.png"> <img src = "./img/2020_JAVA_프로젝트_결과보고서_ProjectHG003.png"> <img src = "./img/2020_JAVA_프로젝트_결과보고서_ProjectHG004.png"> <img src = "./img/2020_JAVA_프로젝트_결과보고서_ProjectHG005.png"> <img sr...
9b4e5d3b4bad72319ffbb12865a7e196e6583cac
[ "Markdown", "Java" ]
4
Markdown
oh4842/ProjectHG
27f53ed5441ca996edded867b6e99c0d4fe52b94
6d3812f6610b66510e6e955f4ed66badb8f0d705
refs/heads/master
<repo_name>nippe/multiplikationstabellerna<file_sep>/app.js const tables = [3, 4]; const NUMBER_OF_PROBLEMS = 25; const getRandomInt = (min, max) => { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; //The maximum is exclusive and the minimum is inclusive // ret...
2bc786e03b11b775c24f927b72c3eabedd213c4b
[ "JavaScript" ]
1
JavaScript
nippe/multiplikationstabellerna
27d69c865c328197d3357c975dc3c972a63d1d87
c3e03d6c7a4605557d94af3df03d8969cdf46766
refs/heads/master
<file_sep>import Foundation struct Matrix: CustomStringConvertible { let rows: Int, columns: Int var grid: [Double] var description: String { var thing: String { var temp = "" for (index, item) in self.grid.enumerated() { if (index % self.columns == 0) { temp += "\n\t" } temp += "\(NSStr...
31e15dae8208061c0b1c5c9e79a0c24b0d815f70
[ "Swift", "Markdown" ]
2
Swift
jameslittle230/swift-neural-network
22ff0bd385072b4736b7042b945b2abc54c3d63d
778524a1efbef8dcc26eddac053cde0d2b6efe99
refs/heads/master
<repo_name>c24t/minimal-dotfiles<file_sep>/zshrc ZSHRC=$HOME/.zshrc export ALIASES=$HOME/.aliases export AUTO_ALIASES=$ALIASES/auto PYTHONRC=$HOME/.pythonrc export EDITOR=vim autoload -Uz compinit && compinit autoload -U promptinit && promptinit autoload -U colors && colors # Lines configured by zsh-newuser-instal...
221bb83d7c3f41608bfb67346a46bd341806e11c
[ "Python", "Shell" ]
4
Shell
c24t/minimal-dotfiles
f2293f7f356ee9672c205412c9fd7ff7ebec9dfb
d35f0419a963d64f390cb766cc11709c8768c4b0
refs/heads/master
<file_sep>package jayms.json; import java.io.File; import java.lang.reflect.Array; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.math.BigInteger; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.Set; public final class Utils { public class Tuple<A...
417ed7916c3d29eae585e15b9f5eb2a1df406a44
[ "Java" ]
6
Java
jaymsDooku/JsonLib
1e51fb87f47f62a98e505c731f637014b5ee770f
d6c03c347e9aa8d1216fa44f7edbc7e746b23609
refs/heads/master
<repo_name>Todai88/profile<file_sep>/resources/scripts/charts.js var designBarChartData = { labels: ["HTML5", "CSS", "jQuery", "JavaScript", "ASP.NET"], datasets: [{ label: 'Design', backgroundColor: ["rgba(255,82,0, 0.8)", "rgba(0,100,255,0.8)", "rgba(255,255,255,0.8)", "rgba(231,131,0, 0.8)", "rgba(...
a335c440ad48a36ace4380f7f52668c4944a3186
[ "JavaScript" ]
2
JavaScript
Todai88/profile
a460ac06da05cf8dfa79163af5e1be7618b66db8
ec8785ad5bda02cb0edc72ed09226754f3dd8383
refs/heads/master
<repo_name>momentum-cohort-2019-09/w3d1-customer-database-CharlesMcKelvey<file_sep>/main.js // const capitalize = str => str[0].toUpperCase() + str.slice(1) function customerToHtml(customer) { return ` <div class="customerCard"> <img class="customerImg" src="${customer.picture.large}" alt="${customer.n...
21dc454788550249560d3b1695f656a52483f711
[ "JavaScript" ]
1
JavaScript
momentum-cohort-2019-09/w3d1-customer-database-CharlesMcKelvey
514bbbc682fd194efb456427590f4d451cfde0da
176d1442ebfb8e6c6c194632e60402aa51303ce3
refs/heads/main
<file_sep>#it's my first long project #please tell my if you like it #made by osx447 with python #------------------------------ import time name = input("What's your name : ") while True: try: age = int(input("whats your age " + name + " : ")) break except: print("enter your age in numbers") #now i got your...
f036e92dfda67bc27c1c6680999ad55f7246bd09
[ "Python" ]
2
Python
osx447/small_projects
88ae5010dd29d5397ea85ec6b5f39bad5cb3cab7
6dc528764bc51d573e197dcd409518c1ffd13d3c
refs/heads/master
<file_sep>package com.company; import java.util.ArrayList; import java.util.List; public class UniversityCourses { List students=new ArrayList(); String course; String instructor; UniversityCourses(String courseName,String instructorName){ this.course=courseName; this.instructor=instr...
f37061ce7cb24543b83f1384af54bd6699f7df74
[ "Java" ]
1
Java
hussamhasi/Atypon
9c47422c38d2fe3db3e5a7ecbfbb23459814e5c8
8a0d2c4076196fe50036667671369709f111adec
refs/heads/master
<repo_name>IsaacYAGI/python-ejercicios<file_sep>/tema6-condicionales/ejercicios-propuestos/ejercicio_propuestos3_tema6.py ##Se ingresa por teclado un número positivo de uno o dos dígitos (1..99) ##mostrar un mensaje indicando si el número tiene uno o dos dígitos. ##(Tener en cuenta que condición debe cumplirse para ten...
50b69776bee7ad3a6068235c6c8981c06a17629a
[ "Markdown", "Python" ]
30
Python
IsaacYAGI/python-ejercicios
fe8d9b96a7e947dd3fa992dfac39049fa68935c5
665db9b6286d4840e8fa9c2d9b42b1389753b806
refs/heads/main
<repo_name>Chrizlove/YoutubePlayer<file_sep>/app/src/main/java/com/example/youtubeplayer/MainActivity.kt package com.example.youtubeplayer import android.content.Context import android.content.Intent import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.util.Log import android.view.in...
d05edb05fd581b8ad9544cf775ef27d43180b34a
[ "Markdown", "Kotlin" ]
12
Kotlin
Chrizlove/YoutubePlayer
ac653bae8df92417e06804336dc78441b166810e
ee7b5e72f127fb768f468f21ac6826d4592cecc5
refs/heads/master
<file_sep># Apache-CXF-JAX-WS-Client After building the SOAP WebService with the power of Apache CXF JAX WS as server, we can interact with it as client. Pre-requisities: Apache CXF-JAX-WS Enjoy it <file_sep>package com.pluralsight.cxfdemo.orders; import org.springframework.beans.factory.annotation.Autowired; impor...
2a779b7a84f6e649d1320bedbd0e70058288edbc
[ "Markdown", "Java" ]
2
Markdown
aigle0/Apache-CXF-JAX-WS-Client
a2273e8fdc62540be9b4d565e7cd6bc815a5b785
6057498f64a2048e803d59541eeea938aa105526
refs/heads/master
<repo_name>swischuk/operator_inference<file_sep>/Makefile .PHONY: test clean REMOVE = rm -rfv PYTHON = python3 PYTEST = pytest --cov --cov-report html TARGET = tests/*.py # test_core.py test: $(PYTHON) check_docs.py $(PYTEST) $(TARGET) open htmlcov/index.html clean: find . -type d -name "*.egg*" | xargs $(REMOV...
9b2ffdc2853ebfa64780b657682244c7a073046e
[ "Markdown", "Python", "Makefile" ]
6
Makefile
swischuk/operator_inference
a779e78fed1a5a222d2e510657233a7ea2f14948
e1a3af18af426c60cfd320f844a25d522328f52e
refs/heads/master
<repo_name>lolappscam/dotfiles<file_sep>/bash/bashrc # Git completion source $HOME/git-completion.bash # Load RVM if present [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
943df02d75b9d61eee3a317837b50512cfa0a136
[ "Shell" ]
1
Shell
lolappscam/dotfiles
be45c5c876d2effe2eefdb0011d0a4435e28c5d1
d27e0ea6db036a9b6e89ab349a17b68e03dc1593